Revision: 8096 Author: adrpo Date: 17:05:12, den 4 mars 2011 Message: - fixes to errors when starting on Windows. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Revision: 8095 Author: sjoelund.se Date: 16:21:57, den 4 mars 2011 Message: - Added missing file ---- Added : /trunk/OMPlot/OMPlotGUI/OMPlotGUI.config.in Revision: 8094 Author: sjoelund.se Date: 16:18:08, den 4 mars 2011 Message: - Improved configure finding qwt when guessing it existing in $PREFIX ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 8092 Author: adrpo Date: 15:40:26, den 4 mars 2011 Message: - first MetaModelica GC draft, disabled for now - see more in c_runtime/meta_modelica_gc.h - added GC bindings to: Compiler/susan_codegen/SimCode/SimCodeC.tpl, commented out for now - made all structures non-constant to allow marking/unmarking. ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Added : /trunk/c_runtime/meta_modelica_gc.c Added : /trunk/c_runtime/meta_modelica_gc.h Added : /trunk/c_runtime/meta_modelica_gc_list.c Added : /trunk/c_runtime/meta_modelica_gc_list.h Added : /trunk/c_runtime/meta_modelica_gc_pages.c Added : /trunk/c_runtime/meta_modelica_gc_pages.h Added : /trunk/c_runtime/meta_modelica_gc_roots.c Added : /trunk/c_runtime/meta_modelica_gc_roots.h Added : /trunk/c_runtime/meta_modelica_gc_stack.c Added : /trunk/c_runtime/meta_modelica_gc_stack.h Added : /trunk/c_runtime/meta_modelica_gc_stats.c Added : /trunk/c_runtime/meta_modelica_gc_stats.h Revision: 8091 Author: adrpo Date: 15:28:50, den 4 mars 2011 Message: - copy libregex.a from OMDev to build/lib/omc/ ---- Modified : /trunk/Makefile.omdev.mingw Revision: 8090 Author: adrpo Date: 15:21:45, den 4 mars 2011 Message: - fix the gnuplot on Windows in simulation_modelinfo.c - get rid of the warninging in simulation_result_mat.cpp ---- Modified : /trunk/c_runtime/simulation_modelinfo.c Modified : /trunk/c_runtime/simulation_result_mat.cpp Revision: 8088 Author: sjoelund.se Date: 14:55:34, den 4 mars 2011 Message: - Hardcoded xsltproc and gnuplot paths for simulations on Windows ---- Modified : /trunk/c_runtime/simulation_modelinfo.c Revision: 8087 Author: adrpo Date: 14:52:41, den 4 mars 2011 Message: - fix Linköping - fix missing %s in print. ---- Modified : /trunk/c_runtime/simulation_modelinfo.c Revision: 8086 Author: adrpo Date: 14:50:21, den 4 mars 2011 Message: - IN WINDOWS YOU WILL NEED A NEW OMDEV (just do svn update on OMDev) OMDev is now in Subversion here: https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/OMDev - now we copy xsltproc and gnuplot directories from OMDev/tools to build/lib/omc/libexec - Linux/Mac users are unaffected. ---- Modified : /trunk/Makefile.common Modified : /trunk/Makefile.omdev.mingw Revision: 8083 Author: sjoelund.se Date: 13:42:58, den 4 mars 2011 Message: - simulate option measureTime=true is now working; testcase MeasureTime.mos has been added ---- Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/scripts/default_profiling.xsl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/rtclock.h Modified : /trunk/c_runtime/simulation_modelinfo.c Modified : /trunk/c_runtime/simulation_modelinfo.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles-dassl/Makefile Added : /trunk/testsuite/mosfiles-dassl/MeasureTime.mo Added : /trunk/testsuite/mosfiles-dassl/MeasureTime.mos Revision: 8082 Author: sjoelund.se Date: 12:36:22, den 4 mars 2011 Message: - Added configure checking of libqwt ---- Modified : /trunk/Makefile.in Added : /trunk/OMPlot/OMPlotGUI/Makefile.unix.in (Copy from path: /trunk/OMNotebook/ext/Makefile.unix.in, Revision, 8080) Modified : /trunk/OMPlot/OMPlotGUI/OMPlotGUI.pro Modified : /trunk/OMPlot/OMPlotGUI/plotwindow.cpp Modified : /trunk/OMPlot/OMPlotGUI/plotwindow.h Modified : /trunk/configure Modified : /trunk/configure.in Revision: 8081 Author: sjoelund.se Date: 10:57:36, den 4 mars 2011 Message: - Removing qmake-generated Makefile from svn as it will conflict with Unix OS'es ---- Deleted : /trunk/OMPlot/OMPlotGUI/Makefile Revision: 8080 Author: sjoelund.se Date: 10:42:15, den 4 mars 2011 Message: - Fixed the field names of DAE.ExternalDecl (the names and types were off-by-one since the translation from RML) ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Revision: 8079 Author: harka011 Date: 10:22:57, den 4 mars 2011 Message: OMPlot 2D plotting tool. Uses Qwt for plotting. Plots .plt .csv and .mat files. Supports plot, plotAll, and plotParametric. ---- Added : /trunk/OMPlot Added : /trunk/OMPlot/OMPlotGUI Added : /trunk/OMPlot/OMPlotGUI/Makefile Added : /trunk/OMPlot/OMPlotGUI/OMPlotGUI.pro Added : /trunk/OMPlot/OMPlotGUI/OMPlotGUI.pro.user Added : /trunk/OMPlot/OMPlotGUI/main.cpp Added : /trunk/OMPlot/OMPlotGUI/plotwindow.cpp Added : /trunk/OMPlot/OMPlotGUI/plotwindow.h Added : /trunk/OMPlot/bin Added : /trunk/OMPlot/bin/Makefile Added : /trunk/OMPlot/bin/Makefile.Debug Added : /trunk/OMPlot/bin/Makefile.Release Added : /trunk/OMPlot/bin/OMPlot.exe Added : /trunk/OMPlot/bin/OMPlotGUI.dll Added : /trunk/OMPlot/bin/QtCored4.dll Added : /trunk/OMPlot/bin/QtGuid4.dll Added : /trunk/OMPlot/bin/QtSvgd4.dll Added : /trunk/OMPlot/bin/debug Added : /trunk/OMPlot/bin/debug/moc_plotwindow.cpp Added : /trunk/OMPlot/bin/libgcc_s_dw2-1.dll Added : /trunk/OMPlot/bin/qwtd.dll Added : /trunk/OMPlot/bin/release Added : /trunk/OMPlot/bin/release/moc_plotwindow.cpp Revision: 8078 Author: Frenkel TUD Date: 10:19:36, den 4 mars 2011 Message: - compile dll for fmu ---- Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/fmu_model_interface.c Revision: 8077 Author: sjoelund.se Date: 09:22:35, den 4 mars 2011 Message: - Fixed line endings of several files ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/SCodeDependency.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/Util/Database.mo Modified : /trunk/Compiler/Util/Graph.mo Modified : /trunk/Compiler/runtime/BackendDAEEXT.cpp Modified : /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp Modified : /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp Modified : /trunk/Compiler/runtime/Corba_omc.cpp Modified : /trunk/Compiler/runtime/Corba_rml.cpp Modified : /trunk/Compiler/runtime/Database.c Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/Error_omc.cpp Modified : /trunk/Compiler/runtime/Error_rml.cpp Modified : /trunk/Compiler/runtime/OptManager_omc.cpp Modified : /trunk/Compiler/runtime/OptManager_rml.cpp Modified : /trunk/Compiler/runtime/Print_omc.cpp Modified : /trunk/Compiler/runtime/Print_rml.c Modified : /trunk/Compiler/runtime/RTOpts_omc.cpp Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/UnitParserExt_omc.cpp Modified : /trunk/Compiler/runtime/UnitParserExt_rml.cpp Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/corbaimpl_stub.cpp Modified : /trunk/Compiler/runtime/corbaimpl_stub_omc.cpp Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Modified : /trunk/Compiler/runtime/optmanager.cpp Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/ptolemyio.h Modified : /trunk/Compiler/runtime/ptolemyio_omc.cpp Modified : /trunk/Compiler/runtime/ptolemyio_rml.cpp Modified : /trunk/Compiler/runtime/rtoptsimpl.c Modified : /trunk/Compiler/runtime/sqlite/crashTest.c Modified : /trunk/Compiler/runtime/sqlite/shell.c Modified : /trunk/Compiler/runtime/sqlite/sqlite3.c Modified : /trunk/Compiler/runtime/sqlite/sqlite3.h Modified : /trunk/Compiler/runtime/sqlite/sqlite3ext.h Modified : /trunk/Compiler/runtime/systemimplmisc.cpp Modified : /trunk/Compiler/runtime/unitparser.cpp Modified : /trunk/Compiler/runtime/unitparserext.cpp Modified : /trunk/Compiler/susan_codegen/paperI.mo Modified : /trunk/Compiler/susan_codegen/testI.mo Modified : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/DocumentationWidget.h Modified : /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/OptionsWidget.h Modified : /trunk/OMEdit/OMEditGUI/Transformation.cpp Modified : /trunk/OMEdit/OMEditGUI/Transformation.h Modified : /trunk/SimulationRuntime/cpp/Build/Makefile Modified : /trunk/c_runtime/dummy_model.cpp Modified : /trunk/c_runtime/dummy_model_functions.cpp Modified : /trunk/c_runtime/fmiModelFunctions.h Modified : /trunk/c_runtime/fmiModelTypes.h Modified : /trunk/c_runtime/fmu_model_interface.c Modified : /trunk/c_runtime/fmu_model_interface.h Modified : /trunk/c_runtime/interactive/client.cpp Modified : /trunk/c_runtime/interactive/omi_Calculation.cpp Modified : /trunk/c_runtime/interactive/omi_Control.cpp Modified : /trunk/c_runtime/interactive/omi_ResultManager.cpp Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Modified : /trunk/c_runtime/interactive/omi_Transfer.cpp Modified : /trunk/c_runtime/interactive/socket.cpp Modified : /trunk/c_runtime/interactive/socket_unix.cpp Modified : /trunk/c_runtime/interactive/socket_win.cpp Modified : /trunk/c_runtime/interactive/thread.cpp Modified : /trunk/c_runtime/linearize.cpp Modified : /trunk/c_runtime/linearize.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin_boxptr.h Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/c_runtime/meta_modelica_string_lit.c Modified : /trunk/c_runtime/meta_modelica_string_lit.h Modified : /trunk/c_runtime/options.cpp Modified : /trunk/c_runtime/read_matlab4.c Modified : /trunk/c_runtime/read_matlab4.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/simulation_delay.cpp Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_modelinfo.c Modified : /trunk/c_runtime/simulation_modelinfo.h Modified : /trunk/c_runtime/simulation_result_csv.cpp Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/libraries/common/SimpleVisual.mo Modified : /trunk/libraries/common/pltpkg.mo Modified : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaInternal.c Modified : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaStrings.c Modified : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables.h Modified : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables_Dymola.c Modified : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaUtilities.h Modified : /trunk/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.c Modified : /trunk/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.h Modified : /trunk/testsuite/bootstrapping/GraphTest.mo Modified : /trunk/testsuite/bootstrapping/GraphTest.mos Modified : /trunk/testsuite/bootstrapping/Makefile Modified : /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/expandable/BusOMCTotal2.mo Modified : /trunk/testsuite/expandable/ElectrolytesT2Total.mo Modified : /trunk/testsuite/expandable/ExpandableConnectors.mos Modified : /trunk/testsuite/expandable/Makefile Modified : /trunk/testsuite/interactive/Makefile Modified : /trunk/testsuite/interactive/interactive_api_annotations.mos Modified : /trunk/testsuite/interactive/interactive_api_calls.mo Modified : /trunk/testsuite/interactive/interactive_api_calls.mos Modified : /trunk/testsuite/interactive/interactive_api_simulations.mos Modified : /trunk/testsuite/interactive/setComponentComment.mo Modified : /trunk/testsuite/interactive/setComponentComment.mos Modified : /trunk/testsuite/interactive-simulation/Makefile Modified : /trunk/testsuite/interactive-simulation/TwoTanks/ActSignal.mo Modified : /trunk/testsuite/interactive-simulation/TwoTanks/BaseController.mo Modified : /trunk/testsuite/interactive-simulation/TwoTanks/LiquidFlow.mo Modified : /trunk/testsuite/interactive-simulation/TwoTanks/LiquidSource.mo Modified : /trunk/testsuite/interactive-simulation/TwoTanks/PIcontinuousController.mo Modified : /trunk/testsuite/interactive-simulation/TwoTanks/ReadSignal.mo Modified : /trunk/testsuite/interactive-simulation/TwoTanks/Tank.mo Modified : /trunk/testsuite/interactive-simulation/TwoTanks/TanksConnectedPI.mo Modified : /trunk/testsuite/interactive-simulation/TwoTanks/package.mo Modified : /trunk/testsuite/interactive-simulation/buildModel.mos Modified : /trunk/testsuite/interactive-simulation/runInteractiveSimulation.mos Modified : /trunk/testsuite/libraries/biochem/BiochemModels.mos Modified : /trunk/testsuite/libraries/biochem/ContainerSimple.mo Modified : /trunk/testsuite/libraries/biochem/ContainerTotal.mo Modified : /trunk/testsuite/libraries/biochem/CytosolTotal.mo Modified : /trunk/testsuite/libraries/biochem/extra_cellularTotal.mo Modified : /trunk/testsuite/libraries/msl221/ExtractorTest.mos Modified : /trunk/testsuite/libraries/msl221/ExtractorTestTotal.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Utilities.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/systems/Makefile Modified : /trunk/testsuite/linearize/Makefile Modified : /trunk/testsuite/linearize/linmodel.mo Modified : /trunk/testsuite/linearize/linmodel.mos Modified : /trunk/testsuite/linearize/modelLotkaVolterra.mo Modified : /trunk/testsuite/linearize/modelTwoflattankmodel.mo Modified : /trunk/testsuite/linearize/modelVanDerPol.mo Modified : /trunk/testsuite/linearize/modelextfunction.mo Modified : /trunk/testsuite/linearize/modelnonlinsys.mo Modified : /trunk/testsuite/linearize/simLotkaVolterra.mos Modified : /trunk/testsuite/linearize/simNonlinear.mos Modified : /trunk/testsuite/linearize/simTwoTank.mos Modified : /trunk/testsuite/linearize/simVanDerPol.mos Modified : /trunk/testsuite/linearize/simextfunction.mos Modified : /trunk/testsuite/linearize/smallValue.mo Modified : /trunk/testsuite/linearize/smallValues.mos Modified : /trunk/testsuite/linearize/test_01.mo Modified : /trunk/testsuite/linearize/test_01.mos Modified : /trunk/testsuite/linearize/test_02.mo Modified : /trunk/testsuite/linearize/test_02.mos Modified : /trunk/testsuite/linearize/test_03.mo Modified : /trunk/testsuite/linearize/test_03.mos Modified : /trunk/testsuite/linearize/test_04.mo Modified : /trunk/testsuite/linearize/test_04.mos Modified : /trunk/testsuite/linearize/test_05.mo Modified : /trunk/testsuite/linearize/test_05.mos Modified : /trunk/testsuite/linearize/test_06.mo Modified : /trunk/testsuite/linearize/test_06.mos Modified : /trunk/testsuite/linearize/testknownvar.mo Modified : /trunk/testsuite/linearize/testknownvar.mos Modified : /trunk/testsuite/meta/ErrorInvalidPattern1.mo Modified : /trunk/testsuite/meta/ErrorMatchInOut1.mo Modified : /trunk/testsuite/meta/List5.mo Modified : /trunk/testsuite/meta/MatchCase14.mo Modified : /trunk/testsuite/meta/MatchCase16.mo Modified : /trunk/testsuite/meta/MatchCase17.mo Modified : /trunk/testsuite/meta/Simplify1.mo Modified : /trunk/testsuite/meta/Simplify1.mos Modified : /trunk/testsuite/modelicaML/BouncingBallExample/Ball.mo Modified : /trunk/testsuite/modelicaML/BouncingBallExample/package.mo Modified : /trunk/testsuite/modelicaML/Makefile Modified : /trunk/testsuite/modelicaML/TrafficLight/TrafficLight.mo Modified : /trunk/testsuite/modelicaML/TrafficLight/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/BaseController.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/AreaCalculation.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/VolumeCalculation.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/limitValue.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/LiquidSource.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/PIcontinuousController.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/Tank.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ActSignal.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/LiquidFlow.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ReadSignal.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/TanksConnectedPI.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Max_level_of_liquid_in_a_tank.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Volume_of_the_tank1.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/TankSystemSimulation.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/package.mo Modified : /trunk/testsuite/modelicaML/TwoTanksSystemExample/package.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Low_battery_indication.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Reset_of_alarm_signal.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/package.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/EWatchDog.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/ISensor.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/package.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Sensor.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/package.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/package.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_1.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_2.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/package.mo Modified : /trunk/testsuite/modelicaML/WatchDogSystem/package.mo Modified : /trunk/testsuite/modelicaML/bouncingball.mos Modified : /trunk/testsuite/modelicaML/trafficlight.mos Modified : /trunk/testsuite/modelicaML/twotankmodel.mos Modified : /trunk/testsuite/modelicaML/watchdog.mos Modified : /trunk/testsuite/mofiles/ArrayInvalidDims.mo Modified : /trunk/testsuite/mofiles/ArrayModification13.mo Modified : /trunk/testsuite/mofiles/ArrayModification14.mo Modified : /trunk/testsuite/mofiles/ClassExtends4.mo Modified : /trunk/testsuite/mofiles/Connect16.mo Modified : /trunk/testsuite/mofiles/ConnectEnumArray.mo Modified : /trunk/testsuite/mofiles/DuplicateElements.mo Modified : /trunk/testsuite/mofiles/DuplicateElementsEquivalent.mo Modified : /trunk/testsuite/mofiles/DuplicateElementsExtends.mo Modified : /trunk/testsuite/mofiles/DuplicateElementsExtendsEquivalent.mo Modified : /trunk/testsuite/mofiles/DuplicateElementsNonEquivalent.mo Modified : /trunk/testsuite/mofiles/Encapsulated4.mo Modified : /trunk/testsuite/mofiles/ExternalFunctionAnno.mo Modified : /trunk/testsuite/mofiles/ForIteratorType.mo Modified : /trunk/testsuite/mofiles/FunctionEval10.mo Modified : /trunk/testsuite/mofiles/FunctionEvalSlice.mo Modified : /trunk/testsuite/mofiles/IdenticalEquations.mo Modified : /trunk/testsuite/mofiles/InvalidExtends1.mo Modified : /trunk/testsuite/mofiles/Modification15.mo Modified : /trunk/testsuite/mofiles/Modification16.mo Modified : /trunk/testsuite/mofiles/NonConstantReduction.mo Modified : /trunk/testsuite/mofiles/NonExpArray1.mo Modified : /trunk/testsuite/mofiles/NonExpArray2.mo Modified : /trunk/testsuite/mofiles/NonExpArray3.mo Modified : /trunk/testsuite/mofiles/RecursiveShort.mo Modified : /trunk/testsuite/mofiles/Simplify2.mo Modified : /trunk/testsuite/mofiles/SimplifyRangeInCall.mo Modified : /trunk/testsuite/mofiles/SubScript3.mo Modified : /trunk/testsuite/mofiles/WhenNestedEquation.mo Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.mo Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles-dassl/ActivateWhenEquation.mo Modified : /trunk/testsuite/mosfiles-dassl/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/Algorithm.mo Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmArrayEqn.mo Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmForInClass.mo Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmSection.mo Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles-dassl/AppendElement.mo Modified : /trunk/testsuite/mosfiles-dassl/AppendElement.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayAddEmpty.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayAddSub1.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayConstruct1.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayDivError.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayEmpty.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayEqn.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayExponentiation.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayFieldSlice.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayIndex.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayMult.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayMult.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayParameterSize.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayParameterSize.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayReduce.mo Modified : /trunk/testsuite/mosfiles-dassl/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles-dassl/ArraySlice.mo Modified : /trunk/testsuite/mosfiles-dassl/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dassl/AssertTest.mo Modified : /trunk/testsuite/mosfiles-dassl/AssertTest.mos Modified : /trunk/testsuite/mosfiles-dassl/AssertTest1.mo Modified : /trunk/testsuite/mosfiles-dassl/AssertTest1.mos Modified : /trunk/testsuite/mosfiles-dassl/AssertTest2.mo Modified : /trunk/testsuite/mosfiles-dassl/AssertTest2.mos Modified : /trunk/testsuite/mosfiles-dassl/AsubCrefExpType.mo Modified : /trunk/testsuite/mosfiles-dassl/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dassl/Body.mo Modified : /trunk/testsuite/mosfiles-dassl/BooleanArray.mo Modified : /trunk/testsuite/mosfiles-dassl/BooleanArray.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall.mo Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall2.mo Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBallExamples.mo Modified : /trunk/testsuite/mosfiles-dassl/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles-dassl/BuiltinMath.mo Modified : /trunk/testsuite/mosfiles-dassl/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles-dassl/CheckEvents.mo Modified : /trunk/testsuite/mosfiles-dassl/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl/ColorPixel.mo Modified : /trunk/testsuite/mosfiles-dassl/ColorPixel.mos Modified : /trunk/testsuite/mosfiles-dassl/CombiTimeTableTest.mos Modified : /trunk/testsuite/mosfiles-dassl/CombiTimeTableTestAll.mo Modified : /trunk/testsuite/mosfiles-dassl/ComplexNumbers.mo Modified : /trunk/testsuite/mosfiles-dassl/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles-dassl/ComplexTypeEquationCount.mo Modified : /trunk/testsuite/mosfiles-dassl/ComplexTypeEquationCount.mos Modified : /trunk/testsuite/mosfiles-dassl/Concat3.mo Modified : /trunk/testsuite/mosfiles-dassl/Concat3.mos Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr1.mo Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr2.mo Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr4.mo Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles-dassl/ConnectForEquations.mo Modified : /trunk/testsuite/mosfiles-dassl/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/ConstructFunc.mo Modified : /trunk/testsuite/mosfiles-dassl/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles-dassl/Cross.mo Modified : /trunk/testsuite/mosfiles-dassl/Cross.mos Modified : /trunk/testsuite/mosfiles-dassl/CyclicPerm.mo Modified : /trunk/testsuite/mosfiles-dassl/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles-dassl/DAEexample.mo Modified : /trunk/testsuite/mosfiles-dassl/DAEexample.mos Modified : /trunk/testsuite/mosfiles-dassl/DAEexample2.mo Modified : /trunk/testsuite/mosfiles-dassl/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dassl/Delay.mo Modified : /trunk/testsuite/mosfiles-dassl/Delay.mos Modified : /trunk/testsuite/mosfiles-dassl/DerivativeCodeGeneration.mo Modified : /trunk/testsuite/mosfiles-dassl/DimConvert.mo Modified : /trunk/testsuite/mosfiles-dassl/DimConvert.mos Modified : /trunk/testsuite/mosfiles-dassl/DimSize.mo Modified : /trunk/testsuite/mosfiles-dassl/DimSize.mos Modified : /trunk/testsuite/mosfiles-dassl/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mosfiles-dassl/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenConflict.mo Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenSequential.mo Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles-dassl/Enum8.mo Modified : /trunk/testsuite/mosfiles-dassl/Enum8.mos Modified : /trunk/testsuite/mosfiles-dassl/EnumArray.mo Modified : /trunk/testsuite/mosfiles-dassl/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dassl/Epidemics1.mo Modified : /trunk/testsuite/mosfiles-dassl/Epidemics1.mos Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquations.mo Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles-dassl/EquationCall.mo Modified : /trunk/testsuite/mosfiles-dassl/EquationCall.mos Modified : /trunk/testsuite/mosfiles-dassl/EquationCallIntegerArray.mo Modified : /trunk/testsuite/mosfiles-dassl/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles-dassl/ErrorNestedWhen.mo Modified : /trunk/testsuite/mosfiles-dassl/ErrorNestedWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/EventIteration.mo Modified : /trunk/testsuite/mosfiles-dassl/EventIteration.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtObj.mo Modified : /trunk/testsuite/mosfiles-dassl/ExtObj.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtObjStringParam.mo Modified : /trunk/testsuite/mosfiles-dassl/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtendsBasic.mo Modified : /trunk/testsuite/mosfiles-dassl/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles-dassl/ExternalLibraries.mo Modified : /trunk/testsuite/mosfiles-dassl/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles-dassl/FilterBlock1.mo Modified : /trunk/testsuite/mosfiles-dassl/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles-dassl/FiveForEquations.mo Modified : /trunk/testsuite/mosfiles-dassl/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/FlatTank.mo Modified : /trunk/testsuite/mosfiles-dassl/FlatTank.mos Modified : /trunk/testsuite/mosfiles-dassl/ForIterator1.mo Modified : /trunk/testsuite/mosfiles-dassl/ForIterator1.mos Modified : /trunk/testsuite/mosfiles-dassl/ForIterator2.mo Modified : /trunk/testsuite/mosfiles-dassl/ForIterator2.mos Modified : /trunk/testsuite/mosfiles-dassl/ForLoopHideVariable.mo Modified : /trunk/testsuite/mosfiles-dassl/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles-dassl/FuncDer.mo Modified : /trunk/testsuite/mosfiles-dassl/FuncDer.mos Modified : /trunk/testsuite/mosfiles-dassl/FuncMultResults.mo Modified : /trunk/testsuite/mosfiles-dassl/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionInReinit.mo Modified : /trunk/testsuite/mosfiles-dassl/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionIndirectRecursion.mo Modified : /trunk/testsuite/mosfiles-dassl/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles-dassl/HeatTank.mo Modified : /trunk/testsuite/mosfiles-dassl/HeatTank.mos Modified : /trunk/testsuite/mosfiles-dassl/HeatTankExpanded.mo Modified : /trunk/testsuite/mosfiles-dassl/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles-dassl/HelloWorld.mo Modified : /trunk/testsuite/mosfiles-dassl/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dassl/HideVariableForEquations.mo Modified : /trunk/testsuite/mosfiles-dassl/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/HydrogenIodide.mo Modified : /trunk/testsuite/mosfiles-dassl/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles-dassl/IdealDiode.mos Modified : /trunk/testsuite/mosfiles-dassl/Identity.mo Modified : /trunk/testsuite/mosfiles-dassl/Identity.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation.mo Modified : /trunk/testsuite/mosfiles-dassl/IfEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation2.mo Modified : /trunk/testsuite/mosfiles-dassl/IfEquation2.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation3.mo Modified : /trunk/testsuite/mosfiles-dassl/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dassl/InOutRecord.mo Modified : /trunk/testsuite/mosfiles-dassl/InOutRecord.mos Modified : /trunk/testsuite/mosfiles-dassl/InOutStrings.mo Modified : /trunk/testsuite/mosfiles-dassl/InOutStrings.mos Modified : /trunk/testsuite/mosfiles-dassl/Initialization.mo Modified : /trunk/testsuite/mosfiles-dassl/Initialization.mos Modified : /trunk/testsuite/mosfiles-dassl/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles-dassl/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles-dassl/Interpol2.mo Modified : /trunk/testsuite/mosfiles-dassl/Interpolation.mos Modified : /trunk/testsuite/mosfiles-dassl/JoinThreeVectors2.mo Modified : /trunk/testsuite/mosfiles-dassl/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles-dassl/LinearSysEq.mo Modified : /trunk/testsuite/mosfiles-dassl/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles-dassl/LocalVariableInit.mo Modified : /trunk/testsuite/mosfiles-dassl/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dassl/LotkaVolterra.mo Modified : /trunk/testsuite/mosfiles-dassl/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles-dassl/MRFcall.mo Modified : /trunk/testsuite/mosfiles-dassl/MRFcall.mos Modified : /trunk/testsuite/mosfiles-dassl/Makefile Modified : /trunk/testsuite/mosfiles-dassl/Matrix.mo Modified : /trunk/testsuite/mosfiles-dassl/Matrix.mos Modified : /trunk/testsuite/mosfiles-dassl/MissV.mo Modified : /trunk/testsuite/mosfiles-dassl/MissV.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance1.mo Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance2.mo Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance3.mo Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelicaUtilities.mo Modified : /trunk/testsuite/mosfiles-dassl/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles-dassl/MoonAndEarth.mos Modified : /trunk/testsuite/mosfiles-dassl/MoonLanding.mo Modified : /trunk/testsuite/mosfiles-dassl/MoonLanding.mos Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst1.mo Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst2.mo Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dassl/OneArgBaseFunction.mo Modified : /trunk/testsuite/mosfiles-dassl/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles-dassl/Oscillator.mo Modified : /trunk/testsuite/mosfiles-dassl/Oscillator.mos Modified : /trunk/testsuite/mosfiles-dassl/ParameterModel.mo Modified : /trunk/testsuite/mosfiles-dassl/ParameterModel.mos Modified : /trunk/testsuite/mosfiles-dassl/Pendulum.mo Modified : /trunk/testsuite/mosfiles-dassl/Pendulum.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles-dassl/PreAndAliasedVar.mo Modified : /trunk/testsuite/mosfiles-dassl/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles-dassl/Random.mo Modified : /trunk/testsuite/mosfiles-dassl/Random.mos Modified : /trunk/testsuite/mosfiles-dassl/RangeVector.mo Modified : /trunk/testsuite/mosfiles-dassl/RangeVector.mos Modified : /trunk/testsuite/mosfiles-dassl/Reductions.mo Modified : /trunk/testsuite/mosfiles-dassl/Reductions.mos Modified : /trunk/testsuite/mosfiles-dassl/Riccati.mo Modified : /trunk/testsuite/mosfiles-dassl/Riccati.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample1.mo Modified : /trunk/testsuite/mosfiles-dassl/Sample1.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample2.mo Modified : /trunk/testsuite/mosfiles-dassl/Sample2.mos Modified : /trunk/testsuite/mosfiles-dassl/SemiLinear.mo Modified : /trunk/testsuite/mosfiles-dassl/SemiLinear.mos Modified : /trunk/testsuite/mosfiles-dassl/Sign.mo Modified : /trunk/testsuite/mosfiles-dassl/Sign.mos Modified : /trunk/testsuite/mosfiles-dassl/SimResultScripting.mo Modified : /trunk/testsuite/mosfiles-dassl/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles-dassl/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mosfiles-dassl/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles-dassl/SliceAssignment.mo Modified : /trunk/testsuite/mosfiles-dassl/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dassl/SmallLinsys.mo Modified : /trunk/testsuite/mosfiles-dassl/StatementCall.mo Modified : /trunk/testsuite/mosfiles-dassl/StatementCall.mos Modified : /trunk/testsuite/mosfiles-dassl/StepAdvanced.mo Modified : /trunk/testsuite/mosfiles-dassl/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles-dassl/StringTest.mo Modified : /trunk/testsuite/mosfiles-dassl/StringTest.mos Modified : /trunk/testsuite/mosfiles-dassl/SubArrayIndex.mo Modified : /trunk/testsuite/mosfiles-dassl/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles-dassl/SumForLoop.mo Modified : /trunk/testsuite/mosfiles-dassl/SumForLoop.mos Modified : /trunk/testsuite/mosfiles-dassl/SumSeriesWhile.mo Modified : /trunk/testsuite/mosfiles-dassl/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dassl/SumVectorForIf.mo Modified : /trunk/testsuite/mosfiles-dassl/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles-dassl/Switch.mo Modified : /trunk/testsuite/mosfiles-dassl/Switch.mos Modified : /trunk/testsuite/mosfiles-dassl/SyncFilter.mo Modified : /trunk/testsuite/mosfiles-dassl/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dassl/Tank.mo Modified : /trunk/testsuite/mosfiles-dassl/Tank.mos Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPI.mo Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPID.mo Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles-dassl/TankPI.mo Modified : /trunk/testsuite/mosfiles-dassl/TankPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TankPID.mo Modified : /trunk/testsuite/mosfiles-dassl/TankPID.mos Modified : /trunk/testsuite/mosfiles-dassl/TanksConnectedPI.mo Modified : /trunk/testsuite/mosfiles-dassl/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TempResistor3.mo Modified : /trunk/testsuite/mosfiles-dassl/TempResistor3.mos Modified : /trunk/testsuite/mosfiles-dassl/Time.mo Modified : /trunk/testsuite/mosfiles-dassl/Time.mos Modified : /trunk/testsuite/mosfiles-dassl/TooManyPointsBug.mo Modified : /trunk/testsuite/mosfiles-dassl/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles-dassl/TupleReturn.mo Modified : /trunk/testsuite/mosfiles-dassl/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-dassl/TwoRateSampler.mo Modified : /trunk/testsuite/mosfiles-dassl/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles-dassl/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mosfiles-dassl/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles-dassl/VectorizeSumVec.mo Modified : /trunk/testsuite/mosfiles-dassl/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles-dassl/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mosfiles-dassl/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mosfiles-dassl/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/WaveEquationSample.mo Modified : /trunk/testsuite/mosfiles-dassl/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation1.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenNotValid.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenNotValid.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenPriority.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenPriority.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement1.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement2.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement3.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenValidResult.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mosfiles-dassl/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/WillowForest.mo Modified : /trunk/testsuite/mosfiles-dassl/WillowForest.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers1.mo Modified : /trunk/testsuite/mosfiles-dassl/Xpowers1.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers2.mo Modified : /trunk/testsuite/mosfiles-dassl/Xpowers2.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers3.mo Modified : /trunk/testsuite/mosfiles-dassl/Xpowers3.mos Modified : /trunk/testsuite/mosfiles-dassl/ZeroCross.mo Modified : /trunk/testsuite/mosfiles-dassl/ZeroCross.mos Modified : /trunk/testsuite/mosfiles-dassl/algorithms.mos Modified : /trunk/testsuite/mosfiles-dassl/dertest.mo Modified : /trunk/testsuite/mosfiles-dassl/dertest.mos Modified : /trunk/testsuite/mosfiles-dassl/ideal_diode.mo Modified : /trunk/testsuite/mosfiles-dassl/nonConstantParam.mo Modified : /trunk/testsuite/mosfiles-dassl/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles-dassl/simulation.mos Modified : /trunk/testsuite/mosfiles-dassl/tempInterpol2test.mo Modified : /trunk/testsuite/mosfiles-dassl/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles-dassl/testalgwhen.mo Modified : /trunk/testsuite/mosfiles-dassl/val.mo Modified : /trunk/testsuite/mosfiles-dassl/val.mos Modified : /trunk/testsuite/mosfiles-dassl/when_sorting.mo Modified : /trunk/testsuite/mosfiles-dassl/when_sorting.mos Modified : /trunk/testsuite/mosfiles-dassl/whenstatements.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayIndex2.mo Modified : /trunk/testsuite/mosfiles-dasslold/ArrayIndex2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayParameterSize.mo Modified : /trunk/testsuite/mosfiles-dasslold/ArrayParameterSize.mos Modified : /trunk/testsuite/mosfiles-dasslold/AsubCrefExpType.mo Modified : /trunk/testsuite/mosfiles-dasslold/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dasslold/ComplexTypeEquationCount.mo Modified : /trunk/testsuite/mosfiles-dasslold/ComplexTypeEquationCount.mos Modified : /trunk/testsuite/mosfiles-dasslold/LocalVariableInit.mo Modified : /trunk/testsuite/mosfiles-dasslold/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dasslold/Random.mo Modified : /trunk/testsuite/mosfiles-dasslold/Random.mos Modified : /trunk/testsuite/mosfiles-dasslold/SyncFilter.mo Modified : /trunk/testsuite/mosfiles-dasslold/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-nosim/LookupPackageFail.mo Modified : /trunk/testsuite/mosfiles-nosim/LookupPackageFail.mos Modified : /trunk/testsuite/mosfiles-nosim/Model1.mo Modified : /trunk/testsuite/mosfiles-nosim/Model1.mos Modified : /trunk/testsuite/mosfiles-nosim/Model2.mo Modified : /trunk/testsuite/mosfiles-nosim/Model2.mos Modified : /trunk/testsuite/mosfiles-nosim/ModifierVariabilityError.mo Modified : /trunk/testsuite/mosfiles-nosim/ModifierVariabilityError.mos Modified : /trunk/testsuite/mosfiles-nosim/ZeroDims.mo Modified : /trunk/testsuite/mosfiles-nosim/ZeroDims.mos Modified : /trunk/testsuite/streams/ActualStream.mo Modified : /trunk/testsuite/streams/ActualStreamCodeGen.mo Modified : /trunk/testsuite/streams/ActualStreamCodeGen.mos Modified : /trunk/testsuite/streams/InStreamInsideOutside.mo Modified : /trunk/testsuite/streams/InStreamInvalidArgument.mo Modified : /trunk/testsuite/streams/InStreamPipeline.mo Modified : /trunk/testsuite/streams/InStreamTwoInside.mo Modified : /trunk/testsuite/streams/InStreamTwoOutside.mo Modified : /trunk/testsuite/streams/InStreamUnconnected.mo Modified : /trunk/testsuite/streams/Makefile Modified : /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo Modified : /trunk/testsuite/streams/StreamUnbalancedConnector.mo Revision: 8076 Author: sjoelund.se Date: 08:38:35, den 4 mars 2011 Message: - Fixed issues when looping over ranges with step=0 (add assertion), negative step (inf.loop in CevalFunction) and zero-length ranges (the generated C-code would iterate once anyway) - This is tested by testsuite/mosfiles-nosim/ZeroRange.mos ---- Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Makefile.in Modified : /trunk/testsuite/mosfiles-nosim/Makefile Added : /trunk/testsuite/mosfiles-nosim/ZeroRange.mo Added : /trunk/testsuite/mosfiles-nosim/ZeroRange.mos Revision: 8075 Author: sjoelund.se Date: 08:36:19, den 4 mars 2011 Message: - Removed tab from fmu_model_interface.h ---- Modified : /trunk/c_runtime/fmu_model_interface.h Revision: 8074 Author: azazi Date: 04:29:36, den 4 mars 2011 Message: Updated variable ids for c and xml files. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Revision: 8073 Author: Frenkel TUD Date: 14:17:01, den 3 mars 2011 Message: - get first fmu example running (no event handling) ---- Modified : /trunk/CMakeLists.txt Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/CMakeLists.txt Modified : /trunk/c_runtime/fmu_model_interface.c Modified : /trunk/c_runtime/fmu_model_interface.h Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 8072 Author: sjoelund.se Date: 13:34:25, den 3 mars 2011 Message: - Added simulate() option measureTime=false - Not used for now, but will replace the -mt option of simulation executables ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/testsuite/interactive/interactive_api_simulations.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/linearize/linmodel.mos Modified : /trunk/testsuite/linearize/simLotkaVolterra.mos Modified : /trunk/testsuite/linearize/simNonlinear.mos Modified : /trunk/testsuite/linearize/simTwoTank.mos Modified : /trunk/testsuite/linearize/simVanDerPol.mos Modified : /trunk/testsuite/linearize/simextfunction.mos Modified : /trunk/testsuite/linearize/smallValues.mos Modified : /trunk/testsuite/linearize/test_02.mos Modified : /trunk/testsuite/linearize/test_03.mos Modified : /trunk/testsuite/linearize/test_04.mos Modified : /trunk/testsuite/linearize/test_05.mos Modified : /trunk/testsuite/linearize/testknownvar.mos Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase10.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/meta/PartialFn10.mos Modified : /trunk/testsuite/meta/PartialFn11.mos Modified : /trunk/testsuite/meta/PartialFn12.mos Modified : /trunk/testsuite/meta/PartialFn13.mos Modified : /trunk/testsuite/meta/Uniontype1.mos Modified : /trunk/testsuite/meta/Uniontype2.mos Modified : /trunk/testsuite/meta/Uniontype3.mos Modified : /trunk/testsuite/meta/Uniontype4.mos Modified : /trunk/testsuite/meta/Uniontype5.mos Modified : /trunk/testsuite/meta/Uniontype6.mos Modified : /trunk/testsuite/modelicaML/bouncingball.mos Modified : /trunk/testsuite/modelicaML/trafficlight.mos Modified : /trunk/testsuite/modelicaML/twotankmodel.mos Modified : /trunk/testsuite/modelicaML/watchdog.mos Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayMult.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles-dassl/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dassl/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dassl/BooleanArray.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles-dassl/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles-dassl/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles-dassl/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles-dassl/Cross.mos Modified : /trunk/testsuite/mosfiles-dassl/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles-dassl/DAEexample.mos Modified : /trunk/testsuite/mosfiles-dassl/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dassl/Delay.mos Modified : /trunk/testsuite/mosfiles-dassl/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles-dassl/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles-dassl/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles-dassl/EventIteration.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtObj.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles-dassl/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles-dassl/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/FlatTank.mos Modified : /trunk/testsuite/mosfiles-dassl/ForIterator1.mos Modified : /trunk/testsuite/mosfiles-dassl/ForIterator2.mos Modified : /trunk/testsuite/mosfiles-dassl/FuncDer.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles-dassl/HeatTank.mos Modified : /trunk/testsuite/mosfiles-dassl/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles-dassl/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dassl/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles-dassl/IdealDiode.mos Modified : /trunk/testsuite/mosfiles-dassl/Identity.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation2.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dassl/InOutRecord.mos Modified : /trunk/testsuite/mosfiles-dassl/InOutStrings.mos Modified : /trunk/testsuite/mosfiles-dassl/Initialization.mos Modified : /trunk/testsuite/mosfiles-dassl/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles-dassl/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles-dassl/Interpolation.mos Modified : /trunk/testsuite/mosfiles-dassl/JapaneseBouncingBall.mos Modified : /trunk/testsuite/mosfiles-dassl/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles-dassl/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dassl/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles-dassl/Matrix.mos Modified : /trunk/testsuite/mosfiles-dassl/MissV.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dassl/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles-dassl/Pendulum.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles-dassl/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles-dassl/Random.mos Modified : /trunk/testsuite/mosfiles-dassl/Reductions.mos Modified : /trunk/testsuite/mosfiles-dassl/Riccati.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample1.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample2.mos Modified : /trunk/testsuite/mosfiles-dassl/SemiLinear.mos Modified : /trunk/testsuite/mosfiles-dassl/Sign.mos Modified : /trunk/testsuite/mosfiles-dassl/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles-dassl/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles-dassl/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dassl/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles-dassl/StringTest.mos Modified : /trunk/testsuite/mosfiles-dassl/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dassl/Switch.mos Modified : /trunk/testsuite/mosfiles-dassl/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dassl/Tank.mos Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles-dassl/TankPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TankPID.mos Modified : /trunk/testsuite/mosfiles-dassl/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles-dassl/Time.mos Modified : /trunk/testsuite/mosfiles-dassl/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-dassl/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles-dassl/VariableFilter.mos Modified : /trunk/testsuite/mosfiles-dassl/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles-dassl/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenPriority.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers1.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers2.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers3.mos Modified : /trunk/testsuite/mosfiles-dassl/ZeroCross.mos Modified : /trunk/testsuite/mosfiles-dassl/algorithms.mos Modified : /trunk/testsuite/mosfiles-dassl/dertest.mos Modified : /trunk/testsuite/mosfiles-dassl/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles-dassl/simulation.mos Modified : /trunk/testsuite/mosfiles-dassl/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles-dassl/val.mos Modified : /trunk/testsuite/mosfiles-dassl/when_sorting.mos Modified : /trunk/testsuite/mosfiles-dassl/whenstatements.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayMult.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dasslold/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dasslold/BooleanArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles-dasslold/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles-dasslold/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles-dasslold/Cross.mos Modified : /trunk/testsuite/mosfiles-dasslold/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles-dasslold/DAEexample.mos Modified : /trunk/testsuite/mosfiles-dasslold/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dasslold/Delay.mos Modified : /trunk/testsuite/mosfiles-dasslold/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles-dasslold/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles-dasslold/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles-dasslold/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtObj.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles-dasslold/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/FlatTank.mos Modified : /trunk/testsuite/mosfiles-dasslold/ForIterator1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ForIterator2.mos Modified : /trunk/testsuite/mosfiles-dasslold/FuncDer.mos Modified : /trunk/testsuite/mosfiles-dasslold/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles-dasslold/HeatTank.mos Modified : /trunk/testsuite/mosfiles-dasslold/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles-dasslold/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dasslold/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles-dasslold/IdealDiode.mos Modified : /trunk/testsuite/mosfiles-dasslold/Identity.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation2.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dasslold/InOutRecord.mos Modified : /trunk/testsuite/mosfiles-dasslold/InOutStrings.mos Modified : /trunk/testsuite/mosfiles-dasslold/Initialization.mos Modified : /trunk/testsuite/mosfiles-dasslold/Interpolation.mos Modified : /trunk/testsuite/mosfiles-dasslold/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles-dasslold/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dasslold/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles-dasslold/Matrix.mos Modified : /trunk/testsuite/mosfiles-dasslold/MissV.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles-dasslold/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dasslold/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dasslold/Pendulum.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles-dasslold/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles-dasslold/Random.mos Modified : /trunk/testsuite/mosfiles-dasslold/Reductions.mos Modified : /trunk/testsuite/mosfiles-dasslold/Riccati.mos Modified : /trunk/testsuite/mosfiles-dasslold/Sample1.mos Modified : /trunk/testsuite/mosfiles-dasslold/SemiLinear.mos Modified : /trunk/testsuite/mosfiles-dasslold/Sign.mos Modified : /trunk/testsuite/mosfiles-dasslold/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles-dasslold/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles-dasslold/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dasslold/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles-dasslold/StringTest.mos Modified : /trunk/testsuite/mosfiles-dasslold/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dasslold/Switch.mos Modified : /trunk/testsuite/mosfiles-dasslold/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dasslold/Tank.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankPID.mos Modified : /trunk/testsuite/mosfiles-dasslold/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/Time.mos Modified : /trunk/testsuite/mosfiles-dasslold/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-dasslold/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles-dasslold/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers1.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers2.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers3.mos Modified : /trunk/testsuite/mosfiles-dasslold/algorithms.mos Modified : /trunk/testsuite/mosfiles-dasslold/dertest.mos Modified : /trunk/testsuite/mosfiles-dasslold/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles-dasslold/simulation.mos Modified : /trunk/testsuite/mosfiles-dasslold/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles-dasslold/val.mos Modified : /trunk/testsuite/mosfiles-dasslold/whenstatements.mos Modified : /trunk/testsuite/mosfiles-msl22/Backlash.mos Modified : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mos Modified : /trunk/testsuite/mosfiles-msl22/Circuit1.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorBlocks.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorDeadzone.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorRotational.mos Modified : /trunk/testsuite/mosfiles-msl22/ElasticBearing.mos Modified : /trunk/testsuite/mosfiles-msl22/First.mos Modified : /trunk/testsuite/mosfiles-msl22/FuncCross.mos Modified : /trunk/testsuite/mosfiles-msl22/Gear2.mos Modified : /trunk/testsuite/mosfiles-msl22/IdealGear.mos Modified : /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos Modified : /trunk/testsuite/mosfiles-msl22/InitTest.mos Modified : /trunk/testsuite/mosfiles-msl22/InputOutput.mos Modified : /trunk/testsuite/mosfiles-msl22/MatrixTest.mos Modified : /trunk/testsuite/mosfiles-msl22/Shaft.mos Modified : /trunk/testsuite/mosfiles-msl22/SineAccelerate.mos Modified : /trunk/testsuite/mosfiles-msl22/SineSpeed.mos Modified : /trunk/testsuite/mosfiles-msl22/SineTorque.mos Modified : /trunk/testsuite/mosfiles-msl22/SineTorque2inertias.mos Modified : /trunk/testsuite/mosfiles-msl22/SpringMass.mos Modified : /trunk/testsuite/mosfiles-msl22/StepTorque.mos Modified : /trunk/testsuite/mosfiles-msl22/Tank.mos Modified : /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mos Modified : /trunk/testsuite/mosfiles-msl22/WeakAxis.mos Modified : /trunk/testsuite/mosfiles-msl22/avg.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation2.mos Modified : /trunk/testsuite/mosfiles-msl22/tupleTest.mos Revision: 8071 Author: sjoelund.se Date: 11:20:13, den 3 mars 2011 Message: - Use -O3 -falign-functions for simulations (our users should not run LARGE simulations with -O0...) - Use -O0 -falign-functions for dynamically loaded functions (we generally only execute this code once) - falign-functions is needed in order to make garbage collection work ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/config.unix.h.in Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Added : /trunk/c_runtime/meta_modelica_catch.c (Copy from path: /trunk/c_runtime/meta_modelica.c, Revision, 8067) Revision: 8068 Author: Frenkel TUD Date: 08:49:47, den 3 mars 2011 Message: - update c_runtime/CMakeLists.txt - fix bug for FMU DefineDerivativeVariables no ";" at the end of derivatives ---- Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /trunk/c_runtime/CMakeLists.txt Revision: 8067 Author: sjoelund.se Date: 08:27:07, den 3 mars 2011 Message: - Removed unused CevalScript functions ---- Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 8066 Author: sjoelund.se Date: 08:25:10, den 3 mars 2011 Message: - Don't use globalData in modelinfo.c ---- Modified : /trunk/c_runtime/simulation_modelinfo.c Revision: 8065 Author: sjoelund.se Date: 19:35:54, den 2 mars 2011 Message: - Added a fix for debugging longjmp on any platform (the debugger needs to be a breakpoint on file Catch.omc:1 in order for step over to work) * meta_modelica.c needs to be compiled with debug symbols for this work, but that's a minor issue ---- Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Revision: 8063 Author: perost Date: 15:16:54, den 2 mars 2011 Message: Fix for bug #1334: - Added cycle detection to instElementList for constants and parameters. - Also sort parameters in instElementList. - Updated test cases due to different sorting of parameters. - Updated mofiles/CyclicBindingParam and mofiles/CyclicBindingConst and moved them from failing tests to working tests. ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/Graph.mo Modified : /trunk/testsuite/bootstrapping/GraphTest.mo Modified : /trunk/testsuite/bootstrapping/GraphTest.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl221/AIMS_start.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/Motor.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYD.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYY.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/ConstructParameters2.mo Modified : /trunk/testsuite/mofiles/CyclicBindingConst.mo Modified : /trunk/testsuite/mofiles/CyclicBindingParam.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mofiles/InvertedPendulumTotal.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/Matrix1.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Modified : /trunk/testsuite/mofiles/StructuralParameter1.mo Modified : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mosfiles-dassl/Random.mos Modified : /trunk/testsuite/mosfiles-dasslold/Random.mos Modified : /trunk/testsuite/records/RecordVariability.mo Modified : /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo Revision: 8062 Author: sjoelund.se Date: 13:44:20, den 2 mars 2011 Message: - Changed tuple-assignments to use subtype instead of matchType (since the type-casting rules do not become part of the DAE) - All testcases still work (because only MetaModelica uses this feature, and when using MM, we have access to pattern-matching assignments, which do work properly) ---- Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 8061 Author: Frenkel TUD Date: 11:11:51, den 2 mars 2011 Message: - remove unused functionality ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Revision: 8059 Author: Frenkel TUD Date: 10:11:22, den 2 mars 2011 Message: - run remove simple equations also in past optimisation phase ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 8058 Author: sjoelund.se Date: 09:57:04, den 2 mars 2011 Message: - Time measurements now use a binary format instead of csv (a format description is part of the generated xml) ---- Modified : /trunk/Compiler/scripts/default_profiling.xsl Modified : /trunk/c_runtime/simulation_modelinfo.c Modified : /trunk/c_runtime/solver_main.cpp Revision: 8057 Author: Frenkel TUD Date: 09:49:28, den 2 mars 2011 Message: - remove unused code - rewrite collect zero crossings function interface to run it only once(not in lower and matching) ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 8056 Author: Frenkel TUD Date: 09:43:52, den 2 mars 2011 Message: - bugfix for MinGW (undef ref to assert) ---- Modified : /trunk/c_runtime/simulation_modelinfo.c Revision: 8055 Author: sjoelund.se Date: 07:16:34, den 2 mars 2011 Message: - Removed the attributes.mos as it tests obsolete (non-working) API ---- Modified : /trunk/testsuite/mosfiles-nosim/Makefile Deleted : /trunk/testsuite/mosfiles-nosim/attributes.mo Deleted : /trunk/testsuite/mosfiles-nosim/attributes.mos Revision: 8054 Author: sjoelund.se Date: 05:48:21, den 2 mars 2011 Message: - Fix compilation on OSX ---- Modified : /trunk/c_runtime/rtclock.c Revision: 8053 Author: Frenkel TUD Date: 00:17:43, den 2 mars 2011 Message: BackendDAETransform.mo,SimCode.mo: - remove unused function calls Main.mo - bugfix typo ---- Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Main/Main.mo Revision: 8052 Author: adrpo Date: 23:22:02, den 1 mars 2011 Message: - fixes for MinGW windows ---- Modified : /trunk/c_runtime/rtclock.c Revision: 8051 Author: sjoelund.se Date: 19:45:12, den 1 mars 2011 Message: - Added better output when doing time measurements of simulations. - For now, I use xsltproc and gnuplot for transforming an xml representation of the time measurement (in addition to png thumbnails and svg plots) ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Added : /trunk/Compiler/scripts/default_profiling.xsl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/rtclock.c Modified : /trunk/c_runtime/rtclock.h Modified : /trunk/c_runtime/simulation_modelinfo.c Modified : /trunk/c_runtime/simulation_modelinfo.h Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/simulation_varinfo.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/c_runtime/solver_main.h Revision: 8049 Author: perost Date: 17:31:03, den 1 mars 2011 Message: - Implemented dependency sorting of constants in instElementList. - Rewrote Util.listDeleteMemberOnTrue to be more efficient and to return also the deleted element. - Updated some test cases that changed because of the dependenc sorting. - Fixed some errors and test cases due to commit 8048. ---- Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/Makefile.common Added : /trunk/Compiler/Util/Graph.mo Modified : /trunk/Compiler/Util/Util.mo Added : /trunk/testsuite/bootstrapping/GraphTest.mo Added : /trunk/testsuite/bootstrapping/GraphTest.mos Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Modified : /trunk/testsuite/bootstrapping/Makefile Modified : /trunk/testsuite/interactive/XmlDumpComment.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Modified : /trunk/testsuite/mofiles/Constant2.mo Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Revision: 8048 Author: Frenkel TUD Date: 16:24:22, den 1 mars 2011 Message: - first part of new interfaces for equation system pipeline ToDo: DAEHAndler part ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 8047 Author: perost Date: 11:19:49, den 1 mars 2011 Message: - Enabled removal of unused constants in SCodeDependency. - Rewrote Util.listIntRange* to be tail-recursive and to better handle all cases, to get rid of the stack overflow in test bootstrapping/UtilTest. - Replaced implementation of ExpressionSimplify.simplifyRange with call to Util.listIntRange3. - Removed Absyn.optPathAppend because of duplicate functionality in Absyn.joinPathsOpt. - Removed test case mofiles/Function3, because it was incorrect. ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/SCodeDependency.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/testsuite/bootstrapping/UtilTest.mos Deleted : /trunk/testsuite/mofiles/Function3.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/partest/runtest.pl Revision: 8045 Author: sjoelund.se Date: 10:01:14, den 1 mars 2011 Message: - Use .mat outputFormat when using the +s option to command-line omc ---- Modified : /trunk/Compiler/Main/Main.mo Revision: 8044 Author: sjoelund.se Date: 05:56:04, den 1 mars 2011 Message: - Fixed compilation on a clean trunk ---- Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 8043 Author: adrpo Date: 01:19:12, den 1 mars 2011 Message: - use PERL=perl instead of PERL=\"perl\" - updates to clients OMNotebook.exe, OMPlotWindow.exe, OMShell.exe ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.exe Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.pdb Modified : /trunk/OMShell/Release/OMShell.exe Revision: 8040 Author: sjoelund.se Date: 11:59:37, den 28 februari 2011 Message: - Fixed a bug with plt output when variableFilter is used - Added Absyn.Info to SimCode.Function - Started working on -modelinfo flag of simulation executables - Removed "bin" output format as mat has similar performance, and also contains headers so we can access the data ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/options.h Modified : /trunk/c_runtime/read_matlab4.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/simulation_input.cpp Added : /trunk/c_runtime/simulation_modelinfo.c Added : /trunk/c_runtime/simulation_modelinfo.h Deleted : /trunk/c_runtime/simulation_result_bin.cpp Deleted : /trunk/c_runtime/simulation_result_bin.h Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/simulation_varinfo.c Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/interactive/interactive_api_simulations.mos Revision: 8037 Author: sjoelund.se Date: 11:36:56, den 28 februari 2011 Message: - Fixed expected output of ABCDsystem.csv.mos ---- Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.csv.mos Revision: 8036 Author: sjoelund.se Date: 11:36:36, den 28 februari 2011 Message: - Removed more tests from dasslold that don't use the dassl solver ---- Deleted : /trunk/testsuite/mosfiles-dasslold/DerivativeCodeGeneration.mo Deleted : /trunk/testsuite/mosfiles-dasslold/EventIteration.mo Deleted : /trunk/testsuite/mosfiles-dasslold/EventIteration.mos Deleted : /trunk/testsuite/mosfiles-dasslold/FunctionInReinit.mo Deleted : /trunk/testsuite/mosfiles-dasslold/FunctionInReinit.mos Deleted : /trunk/testsuite/mosfiles-dasslold/InlineSolverCodeGenerationEuler.mos Deleted : /trunk/testsuite/mosfiles-dasslold/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles-dasslold/Makefile Deleted : /trunk/testsuite/mosfiles-dasslold/WhenStatement3.mo Deleted : /trunk/testsuite/mosfiles-dasslold/WhenStatement3.mos Deleted : /trunk/testsuite/mosfiles-dasslold/when_sorting.mo Deleted : /trunk/testsuite/mosfiles-dasslold/when_sorting.mos Revision: 8035 Author: sjoelund.se Date: 11:33:11, den 28 februari 2011 Message: - Removed ABCDsystem tests from mosfiles-dasslold (they don't test the dassl solver) ---- Deleted : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.csv.mos Deleted : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.empty.mos Deleted : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.mo Deleted : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles-dasslold/Makefile Revision: 8034 Author: sjoelund.se Date: 10:46:45, den 28 februari 2011 Message: - Use the new OMShell icon in the application (about dialog, etc) ---- Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/oms.qrc Revision: 8033 Author: sjoelund.se Date: 21:46:45, den 26 februari 2011 Message: - Fixed the small resolutions of omshell.icns ---- Modified : /trunk/OMShell/Resources/omshell.icns Revision: 8032 Author: sjoelund.se Date: 21:35:56, den 26 februari 2011 Message: - During startup, switch the omc working directory to TEMP/{OMShell,OMNotebook}/ so we have a directory with write access ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMShell/oms.cpp Revision: 8031 Author: sjoelund.se Date: 19:37:54, den 26 februari 2011 Message: - Don't let the CORBA implementation free() tempDirectoryPath ---- Modified : /trunk/Compiler/runtime/Settings_omc.cpp Modified : /trunk/Compiler/runtime/Settings_rml.c Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/settingsimpl.h Modified : /trunk/OMShell/oms.cpp Revision: 8030 Author: adeas31 Date: 16:52:54, den 26 februari 2011 Message: - Removed the extra INCLUDEPATH from project file. - New build of OMEdit. ---- Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 8029 Author: sjoelund.se Date: 14:24:19, den 26 februari 2011 Message: - Added a better OMShell icon ---- Modified : /trunk/OMShell/OMShell.pro Added : /trunk/OMShell/Resources/omshell-large.svg Added : /trunk/OMShell/Resources/omshell-small.svg Added : /trunk/OMShell/Resources/omshell.icns Added : /trunk/OMShell/Resources/source.txt Revision: 8028 Author: sjoelund.se Date: 12:38:22, den 26 februari 2011 Message: - Always filter the dummy derivative from the result-file ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 8027 Author: sjoelund.se Date: 12:33:13, den 26 februari 2011 Message: - Fix result-file containing names C.der(x) instead of der(C.x); the first one is not a valid Modelica identifier and won't parse... - Fix plotting in OMEdit (send "filename.mat" instead of filename.mat) ---- Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/c_runtime/simulation_result_mat.cpp Revision: 8026 Author: sjoelund.se Date: 11:24:12, den 26 februari 2011 Message: - Use --prefix as the guess of the omc executable if OPENMODELICAHOME is not given (not all platforms install omc on the PATH) ---- Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Revision: 8025 Author: sjoelund.se Date: 09:28:41, den 26 februari 2011 Message: - Install .app's to /Applications/MacPorts ---- Modified : /trunk/Makefile.common Revision: 8024 Author: sjoelund.se Date: 08:41:43, den 26 februari 2011 Message: - Fix compilation of OMEdit ---- Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.cpp Revision: 8023 Author: sjoelund.se Date: 08:28:01, den 26 februari 2011 Message: - Updated OMNotebook/OMShell commands.xml ---- Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Revision: 8022 Author: sjoelund.se Date: 07:47:54, den 26 februari 2011 Message: - Added scalable icon to OMEdit.app instead of the default one ---- Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Added : /trunk/OMEdit/OMEditGUI/Resources/icons/omedit.icns Revision: 8021 Author: sjoelund.se Date: 07:28:16, den 26 februari 2011 Message: - Install .app's to /Applications instead of prefix/Applications ---- Modified : /trunk/Makefile.common Revision: 8020 Author: adeas31 Date: 01:07:47, den 26 februari 2011 Message: - ModelicaServices is now added to the library window. - Fixed parameters saving problem. - Added the MSL search and auto complete suggestion feature. - Some changes in the text annotation resizing. (Not prefect though). ---- Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Modified : /trunk/OMEdit/bin/object_script.OMEdit.Debug Modified : /trunk/OMEdit/bin/object_script.OMEdit.Release Revision: 8019 Author: adeas31 Date: 01:05:13, den 26 februari 2011 Message: - added cplusplus macro to the read_matlab.h so that it can be linked against c++ files. - Changed the simulate command to use mat as default. - Changed the plot API accordingly. ---- Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/export-omnotebook.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/import-omnotebook.psd Added : /trunk/OMEdit/OMEditGUI/Resources/icons/export-omnotebook.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/import-omnotebook.png Modified : /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/main.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Modified : /trunk/OMEdit/OMEditGUI/resource_omedit.qrc Modified : /trunk/c_runtime/read_matlab4.h Revision: 8018 Author: sjoelund.se Date: 22:35:22, den 25 februari 2011 Message: - Install .app's instead of executables in OSX ---- Modified : /trunk/Makefile.common Modified : /trunk/OMEdit/OMEditGUI/Makefile.unix.in Modified : /trunk/OMNotebook/OMNotebookQT4/Makefile.unix.in Modified : /trunk/OMShell/Makefile.unix.in Revision: 8017 Author: sjoelund.se Date: 21:58:56, den 25 februari 2011 Message: - Fixes compilation of OMEdit when using Qt 4.6.0 ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Revision: 8016 Author: sjoelund.se Date: 21:40:01, den 25 februari 2011 Message: - Only link omniORB statically on OSX; it gives -fPIC errors when building shared objects on 64-bit Linux ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/configure Modified : /trunk/configure.in Revision: 8015 Author: sjoelund.se Date: 20:36:56, den 25 februari 2011 Message: - Fixed a plot/plot2 typo ---- Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 8014 Author: sjoelund.se Date: 19:27:10, den 25 februari 2011 Message: - Statically link omniORB on OSX/Linux ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 8012 Author: sjoelund.se Date: 14:43:00, den 25 februari 2011 Message: #1399 - Moved the remaining scripting functions from CevalScript.cevalInteractiveFunctionsOld to cevalInteractiveFunctions2 ---- Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/testsuite/mosfiles-dassl/HelloWorld.mos Revision: 8011 Author: sjoelund.se Date: 12:19:54, den 25 februari 2011 Message: - Moved the getBuiltinAttribute functions to ModelicaBuiltin.mo - Enabled the mosfiles-nosim/attributes, which still fails - This is due to CevalScript.getBuiltinAttribute apparently not working correctly ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/testsuite/mosfiles-nosim/Makefile Revision: 8010 Author: sjoelund.se Date: 10:58:55, den 25 februari 2011 Message: Updated plotting documentation ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 8009 Author: sjoelund.se Date: 10:39:52, den 25 februari 2011 Message: - Updated enableSendData(true) to use the variableFilter option of simulate() instead of using the setVariableFilter API call - Removed the setVariableFilter API call ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_plt.cpp Revision: 8008 Author: sjoelund.se Date: 08:58:10, den 25 februari 2011 Message: #1399 - Moved plotParametric{,2} to ModelicaBuiltin.mo ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 8007 Author: sjoelund.se Date: 21:51:08, den 24 februari 2011 Message: - Moved plot,plot2,plot2,plotAll and visualize commands to ModelicaBuiltin.mo - Their API changed slightly (this will be announced when plotParametric also has been moved to ModelicaBuiltin.mo, and documented in trunk/doc): * Instead of plot(className, {x,y}), you now call plot({x,y}, "className_res.mat") * This is because className is usually used as a default argument, and thus should not be the first argument since then you cannot call plot({x,y}) * Also, we use the filename of a result file because then we can plot renamed files or files that were created using the fileNamePrefix option of simulate() ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 8006 Author: sjoelund.se Date: 17:10:08, den 24 februari 2011 Message: - Added support for the variableFilter option when using outputFormat="mat" - This does not filter parameters (this matrix is rather small anyway) ---- Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/c_runtime/read_matlab4.c Modified : /trunk/c_runtime/read_matlab4.h Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_mat.h Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_result_plt.h Modified : /trunk/testsuite/mosfiles-dassl/TankPID.mos Revision: 8005 Author: sjoelund.se Date: 15:35:34, den 24 februari 2011 Message: - Fixed assignments in Interactive.mo to use the value to determine the type of a binding (since the elaborated type may contain unknown dimensions, but the Value certainly does not) - Fixed a bug in the handling of readSimulationResult (if the input size does not conform to the expected value, we now fail instead of writing to the error buffer and succeeding anyway) - Moved list() to ModelicaBuiltin.mo - Added support for default bindings of type OpenModelica.Code.TypeName ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/mosfiles-dasslold/SumSeriesWhile.mo Modified : /trunk/testsuite/mosfiles-dasslold/SumSeriesWhile.mos Revision: 8004 Author: Frenkel TUD Date: 14:00:35, den 24 februari 2011 Message: - Bugfix replaceExp RELATION - use mosfiles-dassl for testmos (cause mosfiles does not exist any more) ---- Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/Makefile.common Revision: 8003 Author: sjoelund.se Date: 12:56:43, den 24 februari 2011 Message: - Added OpenModelica.Code.VariableNames since the type system cannot handle arrays of Code expressions or vectorization of these - Added readSimulationResult to ModelicaBuiltin.mo instead of using a special handler ---- Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Revision: 8002 Author: sjoelund.se Date: 12:03:49, den 24 februari 2011 Message: - Fix compilation of bootstrapped OMC ---- Modified : /trunk/Compiler/Util/SimulationResults.mo Revision: 8001 Author: sjoelund.se Date: 11:45:47, den 24 februari 2011 Message: - ModelicaBuiltin.mo formatting ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Revision: 8000 Author: sjoelund.se Date: 11:10:28, den 24 februari 2011 Message: - Updated documentation with references to the default format of result files ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 7999 Author: sjoelund.se Date: 10:40:17, den 24 februari 2011 Message: - When calling val() on a .mat file, use the right limit if we find an exact match of a time stamp ---- Modified : /trunk/c_runtime/read_matlab4.c Revision: 7998 Author: sjoelund.se Date: 09:29:33, den 24 februari 2011 Message: - Call SimulationResults.close() before running a new simulation ---- Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/SimulationResults.mo Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/SimulationResults_rml.c Revision: 7997 Author: sjoelund.se Date: 07:45:10, den 24 februari 2011 Message: - Updated the default outputFormat of simulations to be .mat - Only mosfiles-dassl/Sample2.mos changed its output; this seems to be because we have an event at the last time-step. I'll see if we can change the interpolation to always find the right limit ---- Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/c_runtime/simulation_result_csv.cpp Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/testsuite/interactive/interactive_api_simulations.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CharacteristicThyristors2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingRectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/CoupledClutches2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/InitialConditions2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples.mos Modified : /trunk/testsuite/linearize/linmodel.mos Modified : /trunk/testsuite/linearize/simLotkaVolterra.mos Modified : /trunk/testsuite/linearize/simNonlinear.mos Modified : /trunk/testsuite/linearize/simTwoTank.mos Modified : /trunk/testsuite/linearize/simVanDerPol.mos Modified : /trunk/testsuite/linearize/simextfunction.mos Modified : /trunk/testsuite/linearize/smallValues.mos Modified : /trunk/testsuite/linearize/test_02.mos Modified : /trunk/testsuite/linearize/test_03.mos Modified : /trunk/testsuite/linearize/test_04.mos Modified : /trunk/testsuite/linearize/test_05.mos Modified : /trunk/testsuite/linearize/testknownvar.mos Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase10.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/meta/PartialFn10.mos Modified : /trunk/testsuite/meta/PartialFn11.mos Modified : /trunk/testsuite/meta/PartialFn12.mos Modified : /trunk/testsuite/meta/PartialFn13.mos Modified : /trunk/testsuite/meta/PartialFn2.mos Modified : /trunk/testsuite/meta/PartialFn8.mos Modified : /trunk/testsuite/meta/Uniontype1.mos Modified : /trunk/testsuite/meta/Uniontype2.mos Modified : /trunk/testsuite/meta/Uniontype3.mos Modified : /trunk/testsuite/meta/Uniontype4.mos Modified : /trunk/testsuite/meta/Uniontype5.mos Modified : /trunk/testsuite/meta/Uniontype6.mos Modified : /trunk/testsuite/meta/Uniontype7.mos Modified : /trunk/testsuite/modelicaML/bouncingball.mos Modified : /trunk/testsuite/modelicaML/trafficlight.mos Modified : /trunk/testsuite/modelicaML/twotankmodel.mos Modified : /trunk/testsuite/modelicaML/watchdog.mos Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles-dassl/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles-dassl/AppendElement.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayMult.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayParameterSize.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles-dassl/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dassl/AssertTest.mos Modified : /trunk/testsuite/mosfiles-dassl/AssertTest1.mos Modified : /trunk/testsuite/mosfiles-dassl/AssertTest2.mos Modified : /trunk/testsuite/mosfiles-dassl/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dassl/BooleanArray.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles-dassl/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles-dassl/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl/ColorPixel.mos Modified : /trunk/testsuite/mosfiles-dassl/CombiTimeTableTest.mos Modified : /trunk/testsuite/mosfiles-dassl/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles-dassl/ComplexTypeEquationCount.mos Modified : /trunk/testsuite/mosfiles-dassl/Concat3.mos Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles-dassl/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles-dassl/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles-dassl/Cross.mos Modified : /trunk/testsuite/mosfiles-dassl/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles-dassl/DAEexample.mos Modified : /trunk/testsuite/mosfiles-dassl/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dassl/Delay.mos Modified : /trunk/testsuite/mosfiles-dassl/DimConvert.mos Modified : /trunk/testsuite/mosfiles-dassl/DimSize.mos Modified : /trunk/testsuite/mosfiles-dassl/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles-dassl/Enum8.mos Modified : /trunk/testsuite/mosfiles-dassl/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dassl/Epidemics1.mos Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles-dassl/EquationCall.mos Modified : /trunk/testsuite/mosfiles-dassl/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles-dassl/ErrorNestedWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/EventIteration.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtObj.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles-dassl/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles-dassl/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles-dassl/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/FlatTank.mos Modified : /trunk/testsuite/mosfiles-dassl/ForIterator1.mos Modified : /trunk/testsuite/mosfiles-dassl/ForIterator2.mos Modified : /trunk/testsuite/mosfiles-dassl/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles-dassl/FuncDer.mos Modified : /trunk/testsuite/mosfiles-dassl/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles-dassl/HeatTank.mos Modified : /trunk/testsuite/mosfiles-dassl/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles-dassl/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dassl/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles-dassl/IdealDiode.mos Modified : /trunk/testsuite/mosfiles-dassl/Identity.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation2.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dassl/InOutRecord.mos Modified : /trunk/testsuite/mosfiles-dassl/InOutStrings.mos Modified : /trunk/testsuite/mosfiles-dassl/Initialization.mos Modified : /trunk/testsuite/mosfiles-dassl/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles-dassl/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles-dassl/Interpolation.mos Modified : /trunk/testsuite/mosfiles-dassl/JapaneseBouncingBall.mos Modified : /trunk/testsuite/mosfiles-dassl/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles-dassl/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles-dassl/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dassl/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles-dassl/MRFcall.mos Modified : /trunk/testsuite/mosfiles-dassl/Matrix.mos Modified : /trunk/testsuite/mosfiles-dassl/MissV.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles-dassl/MoonAndEarth.mos Modified : /trunk/testsuite/mosfiles-dassl/MoonLanding.mos Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dassl/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles-dassl/Oscillator.mos Modified : /trunk/testsuite/mosfiles-dassl/ParameterModel.mos Modified : /trunk/testsuite/mosfiles-dassl/Pendulum.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles-dassl/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles-dassl/Random.mos Modified : /trunk/testsuite/mosfiles-dassl/RangeVector.mos Modified : /trunk/testsuite/mosfiles-dassl/Reductions.mos Modified : /trunk/testsuite/mosfiles-dassl/Riccati.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample1.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample2.mos Modified : /trunk/testsuite/mosfiles-dassl/SemiLinear.mos Modified : /trunk/testsuite/mosfiles-dassl/Sign.mos Modified : /trunk/testsuite/mosfiles-dassl/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles-dassl/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles-dassl/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dassl/StatementCall.mos Modified : /trunk/testsuite/mosfiles-dassl/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles-dassl/StringTest.mos Modified : /trunk/testsuite/mosfiles-dassl/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles-dassl/SumForLoop.mos Modified : /trunk/testsuite/mosfiles-dassl/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dassl/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles-dassl/Switch.mos Modified : /trunk/testsuite/mosfiles-dassl/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dassl/Tank.mos Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles-dassl/TankPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TankPID.mos Modified : /trunk/testsuite/mosfiles-dassl/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TempResistor3.mos Modified : /trunk/testsuite/mosfiles-dassl/Time.mos Modified : /trunk/testsuite/mosfiles-dassl/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles-dassl/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-dassl/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles-dassl/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles-dassl/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles-dassl/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenNotValid.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenPriority.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/WillowForest.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers1.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers2.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers3.mos Modified : /trunk/testsuite/mosfiles-dassl/ZeroCross.mos Modified : /trunk/testsuite/mosfiles-dassl/algorithms.mos Modified : /trunk/testsuite/mosfiles-dassl/dertest.mos Modified : /trunk/testsuite/mosfiles-dassl/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles-dassl/simulation.mos Modified : /trunk/testsuite/mosfiles-dassl/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles-dassl/val.mos Modified : /trunk/testsuite/mosfiles-dassl/when_sorting.mos Modified : /trunk/testsuite/mosfiles-dassl/whenstatements.mos Modified : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles-dasslold/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles-dasslold/AppendElement.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayIndex2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayMult.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayParameterSize.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dasslold/AssertTest.mos Modified : /trunk/testsuite/mosfiles-dasslold/AssertTest1.mos Modified : /trunk/testsuite/mosfiles-dasslold/AssertTest2.mos Modified : /trunk/testsuite/mosfiles-dasslold/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dasslold/BooleanArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles-dasslold/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles-dasslold/ColorPixel.mos Modified : /trunk/testsuite/mosfiles-dasslold/CombiTimeTableTest.mos Modified : /trunk/testsuite/mosfiles-dasslold/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles-dasslold/ComplexTypeEquationCount.mos Modified : /trunk/testsuite/mosfiles-dasslold/Concat3.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles-dasslold/Cross.mos Modified : /trunk/testsuite/mosfiles-dasslold/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles-dasslold/DAEexample.mos Modified : /trunk/testsuite/mosfiles-dasslold/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dasslold/Delay.mos Modified : /trunk/testsuite/mosfiles-dasslold/DimConvert.mos Modified : /trunk/testsuite/mosfiles-dasslold/DimSize.mos Modified : /trunk/testsuite/mosfiles-dasslold/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles-dasslold/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles-dasslold/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles-dasslold/Enum8.mos Modified : /trunk/testsuite/mosfiles-dasslold/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/Epidemics1.mos Modified : /trunk/testsuite/mosfiles-dasslold/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles-dasslold/EquationCall.mos Modified : /trunk/testsuite/mosfiles-dasslold/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/ErrorNestedWhen.mos Modified : /trunk/testsuite/mosfiles-dasslold/EventIteration.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtObj.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles-dasslold/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles-dasslold/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/FlatTank.mos Modified : /trunk/testsuite/mosfiles-dasslold/ForIterator1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ForIterator2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles-dasslold/FuncDer.mos Modified : /trunk/testsuite/mosfiles-dasslold/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles-dasslold/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles-dasslold/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles-dasslold/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles-dasslold/HeatTank.mos Modified : /trunk/testsuite/mosfiles-dasslold/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles-dasslold/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dasslold/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles-dasslold/IdealDiode.mos Modified : /trunk/testsuite/mosfiles-dasslold/Identity.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation2.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dasslold/InOutRecord.mos Modified : /trunk/testsuite/mosfiles-dasslold/InOutStrings.mos Modified : /trunk/testsuite/mosfiles-dasslold/Initialization.mos Modified : /trunk/testsuite/mosfiles-dasslold/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles-dasslold/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles-dasslold/Interpolation.mos Modified : /trunk/testsuite/mosfiles-dasslold/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles-dasslold/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles-dasslold/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dasslold/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles-dasslold/MRFcall.mos Modified : /trunk/testsuite/mosfiles-dasslold/Makefile Modified : /trunk/testsuite/mosfiles-dasslold/Matrix.mos Modified : /trunk/testsuite/mosfiles-dasslold/MissV.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles-dasslold/MoonLanding.mos Modified : /trunk/testsuite/mosfiles-dasslold/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dasslold/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dasslold/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles-dasslold/Oscillator.mos Modified : /trunk/testsuite/mosfiles-dasslold/ParameterModel.mos Modified : /trunk/testsuite/mosfiles-dasslold/Pendulum.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles-dasslold/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles-dasslold/Random.mos Modified : /trunk/testsuite/mosfiles-dasslold/RangeVector.mos Modified : /trunk/testsuite/mosfiles-dasslold/Reductions.mos Modified : /trunk/testsuite/mosfiles-dasslold/Riccati.mos Modified : /trunk/testsuite/mosfiles-dasslold/Sample1.mos Modified : /trunk/testsuite/mosfiles-dasslold/SemiLinear.mos Modified : /trunk/testsuite/mosfiles-dasslold/Sign.mos Modified : /trunk/testsuite/mosfiles-dasslold/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles-dasslold/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles-dasslold/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dasslold/StatementCall.mos Modified : /trunk/testsuite/mosfiles-dasslold/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles-dasslold/StringTest.mos Modified : /trunk/testsuite/mosfiles-dasslold/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles-dasslold/SumForLoop.mos Modified : /trunk/testsuite/mosfiles-dasslold/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dasslold/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles-dasslold/Switch.mos Modified : /trunk/testsuite/mosfiles-dasslold/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dasslold/Tank.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankPID.mos Modified : /trunk/testsuite/mosfiles-dasslold/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/TempResistor3.mos Modified : /trunk/testsuite/mosfiles-dasslold/Time.mos Modified : /trunk/testsuite/mosfiles-dasslold/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles-dasslold/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-dasslold/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles-dasslold/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles-dasslold/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles-dasslold/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles-dasslold/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles-dasslold/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenNotValid.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenPriority.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/WillowForest.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers1.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers2.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers3.mos Modified : /trunk/testsuite/mosfiles-dasslold/algorithms.mos Modified : /trunk/testsuite/mosfiles-dasslold/dertest.mos Modified : /trunk/testsuite/mosfiles-dasslold/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles-dasslold/simulation.mos Modified : /trunk/testsuite/mosfiles-dasslold/simulation_failed_template.mos Modified : /trunk/testsuite/mosfiles-dasslold/simulation_template.mos Modified : /trunk/testsuite/mosfiles-dasslold/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles-dasslold/val.mos Modified : /trunk/testsuite/mosfiles-dasslold/when_sorting.mos Modified : /trunk/testsuite/mosfiles-dasslold/whenstatements.mos Modified : /trunk/testsuite/mosfiles-msl22/Backlash.mos Modified : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mos Modified : /trunk/testsuite/mosfiles-msl22/Circuit1.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorBlocks.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorDeadzone.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorRotational.mos Modified : /trunk/testsuite/mosfiles-msl22/ElasticBearing.mos Modified : /trunk/testsuite/mosfiles-msl22/First.mos Modified : /trunk/testsuite/mosfiles-msl22/FuncCross.mos Modified : /trunk/testsuite/mosfiles-msl22/Gear.mos Modified : /trunk/testsuite/mosfiles-msl22/Gear2.mos Modified : /trunk/testsuite/mosfiles-msl22/IdealGear.mos Modified : /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos Modified : /trunk/testsuite/mosfiles-msl22/InitTest.mos Modified : /trunk/testsuite/mosfiles-msl22/InputOutput.mos Modified : /trunk/testsuite/mosfiles-msl22/LossyGear1.mos Modified : /trunk/testsuite/mosfiles-msl22/MatrixTest.mos Modified : /trunk/testsuite/mosfiles-msl22/Shaft.mos Modified : /trunk/testsuite/mosfiles-msl22/SineAccelerate.mos Modified : /trunk/testsuite/mosfiles-msl22/SineSpeed.mos Modified : /trunk/testsuite/mosfiles-msl22/SineTorque.mos Modified : /trunk/testsuite/mosfiles-msl22/SineTorque2inertias.mos Modified : /trunk/testsuite/mosfiles-msl22/SpringMass.mos Modified : /trunk/testsuite/mosfiles-msl22/StepTorque.mos Modified : /trunk/testsuite/mosfiles-msl22/Tank.mos Modified : /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mos Modified : /trunk/testsuite/mosfiles-msl22/WeakAxis.mos Modified : /trunk/testsuite/mosfiles-msl22/avg.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation2.mos Modified : /trunk/testsuite/mosfiles-msl22/tupleTest.mos Revision: 7996 Author: sjoelund.se Date: 22:21:32, den 23 februari 2011 Message: - Added support for readSimulationResult using .mat-files - This is ~5x faster than reading .plt even for files with few variables ---- Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/SimulationResults.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/SimulationResults_omc.cpp Modified : /trunk/Compiler/runtime/SimulationResults_rml.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/ptolemyio.h Modified : /trunk/c_runtime/read_matlab4.c Modified : /trunk/c_runtime/read_matlab4.h Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/testsuite/mosfiles-dassl/Xpowers1.mos Revision: 7995 Author: sjoelund.se Date: 22:20:23, den 23 februari 2011 Message: - Disabled some debug tracing in InstExtends.mo ---- Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Revision: 7993 Author: sjoelund.se Date: 20:32:31, den 23 februari 2011 Message: - Added API call readSimulationResultVars(filename) - The visualize call now uses this functionality (which works for both plt and mat files) ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Util/SimulationResults.mo Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/SimulationResults_omc.cpp Modified : /trunk/Compiler/runtime/SimulationResults_rml.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/ptolemyio.h Revision: 7992 Author: adrpo Date: 20:16:50, den 23 februari 2011 Message: - add -lregex to the compilation in Windows. ---- Modified : /trunk/Compiler/runtime/config.h Revision: 7990 Author: perost Date: 16:44:28, den 23 februari 2011 Message: - Added function Util.listMapAndFold1. - Rewrote updateComponentsAndClassdef in InstExtends and SCodeFlattenExtends to use Util.listMapAndFold1, to make it tail recursive and easier to understand. ---- Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo Modified : /trunk/Compiler/Util/Util.mo Revision: 7989 Author: sjoelund.se Date: 15:42:28, den 23 februari 2011 Message: - Added readSimulationResultSize support for .mat format ---- Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/SimulationResults.mo Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/SimulationResults_omc.cpp Modified : /trunk/Compiler/runtime/SimulationResults_rml.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Added : /trunk/Compiler/runtime/ptolemyio.h (Copy from path: /trunk/Compiler/runtime/ptolemyio.hpp, Revision, 7984) Deleted : /trunk/Compiler/runtime/ptolemyio.hpp Modified : /trunk/c_runtime/read_matlab4.c Modified : /trunk/testsuite/mosfiles-dassl/TankPID.mos Revision: 7988 Author: wbraun Date: 14:54:10, den 23 februari 2011 Message: - bugfix in differentiation rule for abs() - added some improvments in the c_runtime - adjust the SimCodeC.tpl for the c_runtime - adjust some testcase and moved some from msl221 examples to failed testcase, because they not simulate correctly anyway. ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/linearize.cpp Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Modified : /trunk/testsuite/libraries/msl221/Mechanics/Makefile Modified : /trunk/testsuite/mosfiles-dassl/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dassl/CheckEvents.mo Modified : /trunk/testsuite/mosfiles-dassl/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample2.mo Modified : /trunk/testsuite/mosfiles-dassl/Sample2.mos Modified : /trunk/testsuite/mosfiles-dassl/VariableFilter.mos Modified : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-msl22/InitTest.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Revision: 7987 Author: perost Date: 14:04:02, den 23 februari 2011 Message: - Improved dependency analysis of crefs in SCodeDependency. ---- Modified : /trunk/Compiler/FrontEnd/SCodeDependency.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7986 Author: sjoelund.se Date: 12:36:29, den 23 februari 2011 Message: - Expression.terms now uses an accumulator instead of listAppend ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Revision: 7985 Author: sjoelund.se Date: 12:36:06, den 23 februari 2011 Message: - Fix testsuite/parser/ParseFullModelica2.2.1.mos (broke with r7979) ---- Modified : /trunk/testsuite/parser/ParseFullModelica2.2.1.mos Revision: 7984 Author: sjoelund.se Date: 10:33:11, den 23 februari 2011 Message: - Use the correct loadModel command in Examples/3D_BouncingBall3D.onb - Fixed a flickering issue with the visualization issue by right-justifying the text so it doesn't jump around a lot; also increased the default size of the widget so it does not resize all the time ---- Modified : /trunk/Examples/3D_BouncingBall3D.onb Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 7983 Author: adeas31 Date: 23:53:19, den 22 februari 2011 Message: - Fixed the size of the MSL search suggestion box. ---- Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Revision: 7982 Author: adeas31 Date: 23:09:10, den 22 februari 2011 Message: - A minor flickering effect is fixed in MSL suggestion box. ---- Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Revision: 7981 Author: adeas31 Date: 22:53:04, den 22 februari 2011 Message: - Added the suggestion completion box for MSL Search. ---- Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Revision: 7980 Author: perost Date: 18:09:31, den 22 februari 2011 Message: - Better handling of class extends in SCodeDependency. - Added test case mofiles/ClassExtends4. ---- Modified : /trunk/Compiler/FrontEnd/SCodeDependency.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Added : /trunk/testsuite/mofiles/ClassExtends4.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 7979 Author: perost Date: 17:53:15, den 22 februari 2011 Message: - Fixed expected output of some tests due to commit 7973. - Removed duplicate elements in msl221. ---- Modified : /trunk/libraries/msl221/Modelica/Blocks/Interfaces.mo Modified : /trunk/libraries/msl221/Modelica/Mechanics/Rotational.mo Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/mosfiles-dassl/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample2.mos Modified : /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Revision: 7976 Author: adeas31 Date: 23:49:51, den 21 februari 2011 Message: - Fixed the text annotation resize problem. Although still requires some improvement. ---- Modified : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/EllipseAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/LineAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/PolygonAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Modified : /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/ShapeAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Revision: 7975 Author: adeas31 Date: 23:48:24, den 21 februari 2011 Message: - completed tasks 27 & 29. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7974 Author: sebco011 Date: 16:08:40, den 21 februari 2011 Message: Refactoring design document ---- Added : /trunk/doc/Refactoring Added : /trunk/doc/Refactoring/design_document.pdf Added : /trunk/doc/Refactoring/design_document.tex Revision: 7973 Author: perost Date: 15:46:46, den 21 februari 2011 Message: - Rewrote Expression.terms to always return the input argument if it can't do anything else, so that terms are not lost. - Added test case mofiles/Simplify2. ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Simplify2.mo Revision: 7972 Author: perost Date: 14:52:24, den 21 februari 2011 Message: - Added DAE.BOX and DAE.UNBOX to Expression.terms, so that they don't disappear in Expression.simplify. - Added test case meta/Simplify1 to test the fix. ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/Simplify1.mo Added : /trunk/testsuite/meta/Simplify1.mos Revision: 7970 Author: adeas31 Date: 00:03:32, den 21 februari 2011 Message: Fixes for bugs #1390 #1435 - Now the parameter values are saved correctly. - BitmapAnnotation is fixed to show correct image. e.g Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot - TextAnnotation is fixed to display right component name and parameter value. ---- Modified : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/IconProperties.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.h Revision: 7969 Author: adeas31 Date: 17:06:40, den 18 februari 2011 Message: - Fixed the switch (int) problem. ---- Modified : /trunk/OMEdit/OMEditGUI/StringHandler.cpp Revision: 7968 Author: sjoelund.se Date: 16:02:34, den 18 februari 2011 Message: - Added a new SimulationResults.c - It only supports val() for now, but handles both .mat and .plt - It caches the last file opened for .mat (and the read variables). This should make it rather fast when scripts use a lot of val() commands. Especially since the whole Time vector is stored in memory (2 fread required for each val command; searching for a variable is done in log(n) time since all variables are sorted, etc). - NOTE: Someone should test simulate(A); simulate(A); on Windows. The file might need to be close prior to each simulate command (add a call in System.mo if this is the case) - TankPID.mos now tests val() on .mat-files - val() now returns NAN on error, and sets the error buffer instead of printing to console NOTE: A few testcases are now failing due to wrong result. This is because of event handling (PLT now seems to read the left limit instead of the right limit) ---- Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/SimulationResults.mo Modified : /trunk/Compiler/runtime/Makefile.common Added : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/SimulationResults_omc.cpp Modified : /trunk/Compiler/runtime/SimulationResults_rml.c Modified : /trunk/testsuite/mosfiles-dassl/TankPID.mos Revision: 7966 Author: perost Date: 15:23:52, den 18 februari 2011 Message: - Added missing SCodeDependency file. ---- Added : /trunk/Compiler/FrontEnd/SCodeDependency.mo Revision: 7965 Author: perost Date: 14:27:12, den 18 februari 2011 Message: - Added new module SCodeDependency for SCode dependency analysis. - Added new debugflag +d=scodeFlatten to enable SCode flattening. - Removed environment path when printing error for components with same name, since it sometimes printed nonsense paths otherwise. - Updated test cases that changed due to above change. - Renamed absynExpOption to binding in SCode.Mod. - Added function Util.listMap02. - Added some more builtin Modelica functions (assert, constrain). ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Modified : /trunk/testsuite/libraries/biochem/BiochemModels.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/mofiles/ComponentNames.mo Modified : /trunk/testsuite/mofiles/ComponentNames2.mo Modified : /trunk/testsuite/partest/runtest.pl Modified : /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo Revision: 7964 Author: sjoelund.se Date: 13:55:35, den 18 februari 2011 Message: - Some bugfixes for read_matlab4.c ---- Modified : /trunk/c_runtime/read_matlab4.c Modified : /trunk/c_runtime/read_matlab4.h Revision: 7963 Author: sjoelund.se Date: 11:52:16, den 18 februari 2011 Message: - Added C runtime for reading the .mat format ---- Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/read_matlab4.c Added : /trunk/c_runtime/read_matlab4.h Revision: 7962 Author: adeas31 Date: 11:30:55, den 18 februari 2011 Message: - Added the Search with Modelica Standard Library - Added very basic export to OMNotebook. ---- Added : /trunk/OMEdit/INSTALL.txt Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/IconProperties.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/StringHandler.cpp Modified : /trunk/OMEdit/OMEditGUI/StringHandler.h Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Revision: 7961 Author: harka011 Date: 11:19:57, den 18 februari 2011 Message: Deleted unnecessary stuff ---- Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.h Revision: 7960 Author: harka011 Date: 11:15:51, den 18 februari 2011 Message: Added text widget that allow user to specify fontsize and more. Fixed text width further. ---- Modified : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.h Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.h Revision: 7958 Author: sjoelund.se Date: 18:28:41, den 17 februari 2011 Message: - Fix for .mat output-format on 64-bit Linux (use uint32_t instead of long) ---- Modified : /trunk/c_runtime/simulation_result_mat.cpp Revision: 7957 Author: sjoelund.se Date: 16:36:20, den 17 februari 2011 Message: - Fix default x-label of the plotParametric command ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Revision: 7955 Author: sjoelund.se Date: 14:03:36, den 17 februari 2011 Message: - Calculate better start-values for the init-file by interpreting function calls in the backend ---- Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/testsuite/mosfiles-dassl/Random.mos Modified : /trunk/testsuite/mosfiles-dasslold/Random.mos Revision: 7954 Author: sjoelund.se Date: 12:47:45, den 17 februari 2011 Message: #1317 - Added support for simulation option fileNamePrefix (in the simulation runtime) - Added support for quoted identifiers in generated code - See for example testsuite/mosfiles-dassl/JapaneseBouncingBall.mos ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Added : /trunk/testsuite/mosfiles-dassl/JapaneseBouncingBall.mo Added : /trunk/testsuite/mosfiles-dassl/JapaneseBouncingBall.mos Modified : /trunk/testsuite/mosfiles-dassl/Makefile Revision: 7953 Author: sjoelund.se Date: 11:23:03, den 17 februari 2011 Message: - Remove rtest -v from meta/Makefile... ---- Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mos Modified : /trunk/testsuite/meta/PartialFn8.mos Modified : /trunk/testsuite/meta/Uniontype7.mos Revision: 7952 Author: sjoelund.se Date: 10:57:55, den 17 februari 2011 Message: - Added support for boolean min/max operators ---- Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Revision: 7951 Author: sjoelund.se Date: 10:40:52, den 17 februari 2011 Message: - Fix expected output (method changed from dassl2 to dassl) ---- Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dassl/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayMult.mos Modified : /trunk/testsuite/mosfiles-dassl/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles-dassl/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dassl/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dassl/BooleanArray.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dassl/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles-dassl/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles-dassl/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles-dassl/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles-dassl/Cross.mos Modified : /trunk/testsuite/mosfiles-dassl/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles-dassl/DAEexample.mos Modified : /trunk/testsuite/mosfiles-dassl/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dassl/Delay.mos Modified : /trunk/testsuite/mosfiles-dassl/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles-dassl/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles-dassl/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles-dassl/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtObj.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles-dassl/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles-dassl/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles-dassl/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/FlatTank.mos Modified : /trunk/testsuite/mosfiles-dassl/ForIterator1.mos Modified : /trunk/testsuite/mosfiles-dassl/ForIterator2.mos Modified : /trunk/testsuite/mosfiles-dassl/FuncDer.mos Modified : /trunk/testsuite/mosfiles-dassl/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles-dassl/HeatTank.mos Modified : /trunk/testsuite/mosfiles-dassl/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles-dassl/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dassl/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles-dassl/IdealDiode.mos Modified : /trunk/testsuite/mosfiles-dassl/Identity.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation2.mos Modified : /trunk/testsuite/mosfiles-dassl/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dassl/InOutRecord.mos Modified : /trunk/testsuite/mosfiles-dassl/InOutStrings.mos Modified : /trunk/testsuite/mosfiles-dassl/Initialization.mos Modified : /trunk/testsuite/mosfiles-dassl/Interpolation.mos Modified : /trunk/testsuite/mosfiles-dassl/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles-dassl/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dassl/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles-dassl/Matrix.mos Modified : /trunk/testsuite/mosfiles-dassl/MissV.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles-dassl/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dassl/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dassl/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles-dassl/Pendulum.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles-dassl/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles-dassl/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles-dassl/Random.mos Modified : /trunk/testsuite/mosfiles-dassl/Reductions.mos Modified : /trunk/testsuite/mosfiles-dassl/Riccati.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample1.mos Modified : /trunk/testsuite/mosfiles-dassl/Sample2.mos Modified : /trunk/testsuite/mosfiles-dassl/SemiLinear.mos Modified : /trunk/testsuite/mosfiles-dassl/Sign.mos Modified : /trunk/testsuite/mosfiles-dassl/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles-dassl/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles-dassl/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dassl/StatementCall.mos Modified : /trunk/testsuite/mosfiles-dassl/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles-dassl/StringTest.mos Modified : /trunk/testsuite/mosfiles-dassl/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dassl/Switch.mos Modified : /trunk/testsuite/mosfiles-dassl/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dassl/Tank.mos Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles-dassl/TankPI.mos Modified : /trunk/testsuite/mosfiles-dassl/TankPID.mos Modified : /trunk/testsuite/mosfiles-dassl/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles-dassl/Time.mos Modified : /trunk/testsuite/mosfiles-dassl/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-dassl/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles-dassl/VariableFilter.mos Modified : /trunk/testsuite/mosfiles-dassl/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles-dassl/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenPriority.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles-dassl/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers1.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers2.mos Modified : /trunk/testsuite/mosfiles-dassl/Xpowers3.mos Modified : /trunk/testsuite/mosfiles-dassl/ZeroCross.mos Modified : /trunk/testsuite/mosfiles-dassl/algorithms.mos Modified : /trunk/testsuite/mosfiles-dassl/dertest.mos Modified : /trunk/testsuite/mosfiles-dassl/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles-dassl/simulation.mos Modified : /trunk/testsuite/mosfiles-dassl/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles-dassl/val.mos Modified : /trunk/testsuite/mosfiles-dassl/whenstatements.mos Revision: 7950 Author: wbraun Date: 06:02:29, den 17 februari 2011 Message: - changed default solver to dassl2 (or from now it's called dassl) - for now old default solver renamed to dasslold ---- Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Deleted : /trunk/testsuite/mosfiles Added : /trunk/testsuite/mosfiles-dassl (Copy from path: /trunk/testsuite/mosfiles-dassl2, Revision, 7949) Deleted : /trunk/testsuite/mosfiles-dassl2 Added : /trunk/testsuite/mosfiles-dasslold (Copy from path: /trunk/testsuite/mosfiles, Revision, 7949) Modified : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles-dasslold/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles-dasslold/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dasslold/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles-dasslold/AppendElement.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayIndex2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayMult.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayParameterSize.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles-dasslold/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dasslold/AssertTest.mos Modified : /trunk/testsuite/mosfiles-dasslold/AssertTest1.mos Modified : /trunk/testsuite/mosfiles-dasslold/AssertTest2.mos Modified : /trunk/testsuite/mosfiles-dasslold/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dasslold/BooleanArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dasslold/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles-dasslold/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles-dasslold/ColorPixel.mos Modified : /trunk/testsuite/mosfiles-dasslold/CombiTimeTableTest.mos Modified : /trunk/testsuite/mosfiles-dasslold/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles-dasslold/ComplexTypeEquationCount.mos Modified : /trunk/testsuite/mosfiles-dasslold/Concat3.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles-dasslold/Cross.mos Modified : /trunk/testsuite/mosfiles-dasslold/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles-dasslold/DAEexample.mos Modified : /trunk/testsuite/mosfiles-dasslold/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dasslold/Delay.mos Modified : /trunk/testsuite/mosfiles-dasslold/DimConvert.mos Modified : /trunk/testsuite/mosfiles-dasslold/DimSize.mos Modified : /trunk/testsuite/mosfiles-dasslold/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles-dasslold/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles-dasslold/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles-dasslold/Enum8.mos Modified : /trunk/testsuite/mosfiles-dasslold/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/Epidemics1.mos Modified : /trunk/testsuite/mosfiles-dasslold/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles-dasslold/EquationCall.mos Modified : /trunk/testsuite/mosfiles-dasslold/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles-dasslold/ErrorNestedWhen.mos Modified : /trunk/testsuite/mosfiles-dasslold/EventIteration.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtObj.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles-dasslold/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles-dasslold/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles-dasslold/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/FlatTank.mos Modified : /trunk/testsuite/mosfiles-dasslold/ForIterator1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ForIterator2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles-dasslold/FuncDer.mos Modified : /trunk/testsuite/mosfiles-dasslold/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles-dasslold/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles-dasslold/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles-dasslold/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles-dasslold/HeatTank.mos Modified : /trunk/testsuite/mosfiles-dasslold/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles-dasslold/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dasslold/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles-dasslold/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles-dasslold/IdealDiode.mos Modified : /trunk/testsuite/mosfiles-dasslold/Identity.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation2.mos Modified : /trunk/testsuite/mosfiles-dasslold/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dasslold/InOutRecord.mos Modified : /trunk/testsuite/mosfiles-dasslold/InOutStrings.mos Modified : /trunk/testsuite/mosfiles-dasslold/Initialization.mos Modified : /trunk/testsuite/mosfiles-dasslold/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles-dasslold/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles-dasslold/Interpolation.mos Modified : /trunk/testsuite/mosfiles-dasslold/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles-dasslold/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles-dasslold/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dasslold/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles-dasslold/MRFcall.mos Modified : /trunk/testsuite/mosfiles-dasslold/Matrix.mos Modified : /trunk/testsuite/mosfiles-dasslold/MissV.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles-dasslold/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles-dasslold/MoonLanding.mos Modified : /trunk/testsuite/mosfiles-dasslold/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dasslold/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dasslold/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles-dasslold/Oscillator.mos Modified : /trunk/testsuite/mosfiles-dasslold/ParameterModel.mos Modified : /trunk/testsuite/mosfiles-dasslold/Pendulum.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles-dasslold/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles-dasslold/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles-dasslold/Random.mos Modified : /trunk/testsuite/mosfiles-dasslold/RangeVector.mos Modified : /trunk/testsuite/mosfiles-dasslold/Reductions.mos Modified : /trunk/testsuite/mosfiles-dasslold/Riccati.mos Modified : /trunk/testsuite/mosfiles-dasslold/Sample1.mos Modified : /trunk/testsuite/mosfiles-dasslold/SemiLinear.mos Modified : /trunk/testsuite/mosfiles-dasslold/Sign.mos Modified : /trunk/testsuite/mosfiles-dasslold/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles-dasslold/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles-dasslold/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dasslold/StatementCall.mos Modified : /trunk/testsuite/mosfiles-dasslold/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles-dasslold/StringTest.mos Modified : /trunk/testsuite/mosfiles-dasslold/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles-dasslold/SumForLoop.mos Modified : /trunk/testsuite/mosfiles-dasslold/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dasslold/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles-dasslold/Switch.mos Modified : /trunk/testsuite/mosfiles-dasslold/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dasslold/Tank.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/TankPID.mos Modified : /trunk/testsuite/mosfiles-dasslold/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles-dasslold/TempResistor3.mos Modified : /trunk/testsuite/mosfiles-dasslold/Time.mos Modified : /trunk/testsuite/mosfiles-dasslold/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles-dasslold/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-dasslold/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles-dasslold/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles-dasslold/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles-dasslold/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles-dasslold/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles-dasslold/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenNotValid.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenPriority.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles-dasslold/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles-dasslold/WillowForest.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers1.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers2.mos Modified : /trunk/testsuite/mosfiles-dasslold/Xpowers3.mos Modified : /trunk/testsuite/mosfiles-dasslold/algorithms.mos Modified : /trunk/testsuite/mosfiles-dasslold/dertest.mos Modified : /trunk/testsuite/mosfiles-dasslold/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles-dasslold/simulation.mos Modified : /trunk/testsuite/mosfiles-dasslold/simulation_failed_template.mos Modified : /trunk/testsuite/mosfiles-dasslold/simulation_template.mos Modified : /trunk/testsuite/mosfiles-dasslold/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles-dasslold/val.mos Modified : /trunk/testsuite/mosfiles-dasslold/when_sorting.mos Modified : /trunk/testsuite/mosfiles-dasslold/whenstatements.mos Modified : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mos Modified : /trunk/testsuite/mosfiles-msl22/Gear.mos Modified : /trunk/testsuite/mosfiles-msl22/Gear2.mos Modified : /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos Modified : /trunk/testsuite/mosfiles-msl22/InitTest.mos Modified : /trunk/testsuite/mosfiles-msl22/Makefile Modified : /trunk/testsuite/mosfiles-msl22/WeakAxis.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation2.mos Revision: 7948 Author: sjoelund.se Date: 17:01:06, den 16 februari 2011 Message: - Updated users guide (variableFilter option) - Added a ModelicaBuiltin.mo reference to the help text ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Modified : /trunk/doc/omc_helptext.txt Revision: 7947 Author: sjoelund.se Date: 15:33:47, den 16 februari 2011 Message: - Added option variableFilter to translate/buildModel/simulate commands/simulation runtime - This argument is a regular expression; any variable that matches this expression is present in the result file - The default value is ".*", which matches _any_ variable - The regex provided is treated as: ^(%regex%)$, i.e. you are forced to write regular expressions that match the complete name (no substring matches) - Currently only implemented for plt/csv formats with mat coming in the near future - Added an error message when a uniontype record contains a field that has the type of a uniontype record instead of a uniontype (this is more specific than the type mismatch error that used to be provided) ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_input.h Modified : /trunk/c_runtime/simulation_result_csv.cpp Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_result_plt.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/linearize/linmodel.mos Modified : /trunk/testsuite/linearize/simLotkaVolterra.mos Modified : /trunk/testsuite/linearize/simNonlinear.mos Modified : /trunk/testsuite/linearize/simTwoTank.mos Modified : /trunk/testsuite/linearize/simVanDerPol.mos Modified : /trunk/testsuite/linearize/simextfunction.mos Modified : /trunk/testsuite/linearize/smallValues.mos Modified : /trunk/testsuite/linearize/test_02.mos Modified : /trunk/testsuite/linearize/test_03.mos Modified : /trunk/testsuite/linearize/test_04.mos Modified : /trunk/testsuite/linearize/test_05.mos Modified : /trunk/testsuite/linearize/testknownvar.mos Added : /trunk/testsuite/meta/ErrorInvalidMetarecord.mo Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase10.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mos Modified : /trunk/testsuite/meta/PartialFn10.mos Modified : /trunk/testsuite/meta/PartialFn11.mos Modified : /trunk/testsuite/meta/PartialFn12.mos Modified : /trunk/testsuite/meta/PartialFn13.mos Modified : /trunk/testsuite/meta/PartialFn8.mos Modified : /trunk/testsuite/meta/Uniontype1.mos Modified : /trunk/testsuite/meta/Uniontype2.mos Modified : /trunk/testsuite/meta/Uniontype3.mos Modified : /trunk/testsuite/meta/Uniontype4.mos Modified : /trunk/testsuite/meta/Uniontype5.mos Modified : /trunk/testsuite/meta/Uniontype6.mos Modified : /trunk/testsuite/meta/Uniontype7.mos Modified : /trunk/testsuite/modelicaML/bouncingball.mos Modified : /trunk/testsuite/modelicaML/trafficlight.mos Modified : /trunk/testsuite/modelicaML/twotankmodel.mos Modified : /trunk/testsuite/modelicaML/watchdog.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/ArraySlice.mos Modified : /trunk/testsuite/mosfiles/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles/BooleanArray.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/EnumArray.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles/EventIteration.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles/HeatTank.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/IfEquation3.mos Modified : /trunk/testsuite/mosfiles/InOutRecord.mos Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles/Random.mos Modified : /trunk/testsuite/mosfiles/Reductions.mos Modified : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/Sample1.mos Modified : /trunk/testsuite/mosfiles/SemiLinear.mos Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/SyncFilter.mos Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/Time.mos Modified : /trunk/testsuite/mosfiles/TupleReturn.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/when_sorting.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles-dassl2/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles-dassl2/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles-dassl2/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles-dassl2/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dassl2/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles-dassl2/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles-dassl2/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles-dassl2/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles-dassl2/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles-dassl2/ArrayMult.mos Modified : /trunk/testsuite/mosfiles-dassl2/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles-dassl2/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dassl2/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles-dassl2/BooleanArray.mos Modified : /trunk/testsuite/mosfiles-dassl2/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-dassl2/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dassl2/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles-dassl2/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles-dassl2/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl2/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles-dassl2/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles-dassl2/Cross.mos Modified : /trunk/testsuite/mosfiles-dassl2/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles-dassl2/DAEexample.mos Modified : /trunk/testsuite/mosfiles-dassl2/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dassl2/Delay.mos Modified : /trunk/testsuite/mosfiles-dassl2/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles-dassl2/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles-dassl2/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles-dassl2/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dassl2/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles-dassl2/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles-dassl2/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles-dassl2/EventIteration.mos Modified : /trunk/testsuite/mosfiles-dassl2/ExtObj.mos Modified : /trunk/testsuite/mosfiles-dassl2/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles-dassl2/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles-dassl2/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles-dassl2/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl2/FlatTank.mos Modified : /trunk/testsuite/mosfiles-dassl2/ForIterator1.mos Modified : /trunk/testsuite/mosfiles-dassl2/ForIterator2.mos Modified : /trunk/testsuite/mosfiles-dassl2/FuncDer.mos Modified : /trunk/testsuite/mosfiles-dassl2/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles-dassl2/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles-dassl2/HeatTank.mos Modified : /trunk/testsuite/mosfiles-dassl2/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles-dassl2/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dassl2/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles-dassl2/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles-dassl2/IdealDiode.mos Modified : /trunk/testsuite/mosfiles-dassl2/Identity.mos Modified : /trunk/testsuite/mosfiles-dassl2/IfEquation.mos Modified : /trunk/testsuite/mosfiles-dassl2/IfEquation2.mos Modified : /trunk/testsuite/mosfiles-dassl2/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dassl2/InOutRecord.mos Modified : /trunk/testsuite/mosfiles-dassl2/InOutStrings.mos Modified : /trunk/testsuite/mosfiles-dassl2/Initialization.mos Modified : /trunk/testsuite/mosfiles-dassl2/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles-dassl2/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles-dassl2/Interpolation.mos Modified : /trunk/testsuite/mosfiles-dassl2/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles-dassl2/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles-dassl2/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles-dassl2/Makefile Modified : /trunk/testsuite/mosfiles-dassl2/Matrix.mos Modified : /trunk/testsuite/mosfiles-dassl2/MissV.mos Modified : /trunk/testsuite/mosfiles-dassl2/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles-dassl2/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles-dassl2/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles-dassl2/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles-dassl2/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dassl2/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dassl2/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles-dassl2/Pendulum.mos Modified : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles-dassl2/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles-dassl2/Random.mos Modified : /trunk/testsuite/mosfiles-dassl2/Reductions.mos Modified : /trunk/testsuite/mosfiles-dassl2/Riccati.mos Modified : /trunk/testsuite/mosfiles-dassl2/Sample1.mos Modified : /trunk/testsuite/mosfiles-dassl2/Sample2.mos Modified : /trunk/testsuite/mosfiles-dassl2/SemiLinear.mos Modified : /trunk/testsuite/mosfiles-dassl2/Sign.mos Modified : /trunk/testsuite/mosfiles-dassl2/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles-dassl2/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles-dassl2/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dassl2/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles-dassl2/StringTest.mos Modified : /trunk/testsuite/mosfiles-dassl2/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dassl2/Switch.mos Modified : /trunk/testsuite/mosfiles-dassl2/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dassl2/Tank.mos Modified : /trunk/testsuite/mosfiles-dassl2/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles-dassl2/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles-dassl2/TankPI.mos Modified : /trunk/testsuite/mosfiles-dassl2/TankPID.mos Modified : /trunk/testsuite/mosfiles-dassl2/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles-dassl2/Time.mos Modified : /trunk/testsuite/mosfiles-dassl2/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-dassl2/TwoRateSampler.mos Added : /trunk/testsuite/mosfiles-dassl2/VariableFilter.mo Added : /trunk/testsuite/mosfiles-dassl2/VariableFilter.mos Modified : /trunk/testsuite/mosfiles-dassl2/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles-dassl2/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles-dassl2/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles-dassl2/WhenEquation.mos Modified : /trunk/testsuite/mosfiles-dassl2/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles-dassl2/WhenPriority.mos Modified : /trunk/testsuite/mosfiles-dassl2/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles-dassl2/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles-dassl2/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles-dassl2/Xpowers1.mos Modified : /trunk/testsuite/mosfiles-dassl2/Xpowers2.mos Modified : /trunk/testsuite/mosfiles-dassl2/Xpowers3.mos Modified : /trunk/testsuite/mosfiles-dassl2/ZeroCross.mos Modified : /trunk/testsuite/mosfiles-dassl2/algorithms.mos Modified : /trunk/testsuite/mosfiles-dassl2/dertest.mos Modified : /trunk/testsuite/mosfiles-dassl2/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles-dassl2/simulation.mos Modified : /trunk/testsuite/mosfiles-dassl2/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles-dassl2/val.mos Modified : /trunk/testsuite/mosfiles-dassl2/when_sorting.mos Modified : /trunk/testsuite/mosfiles-dassl2/whenstatements.mos Modified : /trunk/testsuite/mosfiles-msl22/Backlash.mos Modified : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mos Modified : /trunk/testsuite/mosfiles-msl22/Circuit1.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorBlocks.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorDeadzone.mos Modified : /trunk/testsuite/mosfiles-msl22/DCMotorRotational.mos Modified : /trunk/testsuite/mosfiles-msl22/ElasticBearing.mos Modified : /trunk/testsuite/mosfiles-msl22/First.mos Modified : /trunk/testsuite/mosfiles-msl22/FuncCross.mos Modified : /trunk/testsuite/mosfiles-msl22/Gear2.mos Modified : /trunk/testsuite/mosfiles-msl22/IdealGear.mos Modified : /trunk/testsuite/mosfiles-msl22/InitTest.mos Modified : /trunk/testsuite/mosfiles-msl22/InputOutput.mos Modified : /trunk/testsuite/mosfiles-msl22/MatrixTest.mos Modified : /trunk/testsuite/mosfiles-msl22/Shaft.mos Modified : /trunk/testsuite/mosfiles-msl22/SineAccelerate.mos Modified : /trunk/testsuite/mosfiles-msl22/SineSpeed.mos Modified : /trunk/testsuite/mosfiles-msl22/SineTorque.mos Modified : /trunk/testsuite/mosfiles-msl22/SineTorque2inertias.mos Modified : /trunk/testsuite/mosfiles-msl22/SpringMass.mos Modified : /trunk/testsuite/mosfiles-msl22/StepTorque.mos Modified : /trunk/testsuite/mosfiles-msl22/Tank.mos Modified : /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mos Modified : /trunk/testsuite/mosfiles-msl22/WeakAxis.mos Modified : /trunk/testsuite/mosfiles-msl22/avg.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation2.mos Modified : /trunk/testsuite/mosfiles-msl22/tupleTest.mos Revision: 7940 Author: Frenkel TUD Date: 09:46:02, den 16 februari 2011 Message: - Update CMakeLists.txt files for c_runtime ---- Modified : /trunk/CMakeLists.txt Modified : /trunk/c_runtime/CMakeLists.txt Revision: 7939 Author: adrpo Date: 09:33:14, den 16 februari 2011 Message: - moved 3rdParty to OMDev\lib\3rdParty ---- Added : /installers/windows/OMDev/lib/3rdParty (Copy from path: /trunk/SimulationRuntime/cpp/Source/3rdParty, Revision, 7938) Deleted : /trunk/SimulationRuntime/cpp/Source/3rdParty Revision: 7938 Author: adrpo Date: 09:32:18, den 16 februari 2011 Message: - added README about 3rdParty directory move. ---- Added : /trunk/SimulationRuntime/cpp/Source/README.txt Revision: 7937 Author: adrpo Date: 09:25:16, den 16 februari 2011 Message: - added README about omniORB-4.1.4-mingw ---- Added : /trunk/OMEdit/README.txt Revision: 7936 Author: adrpo Date: 09:22:21, den 16 februari 2011 Message: - moved omniORB to OMDev\lib ---- Added : /installers/windows/OMDev/lib/omniORB-4.1.4-mingw (Copy from path: /trunk/OMEdit/omniORB-4.1.4-mingw, Revision, 7935) Deleted : /trunk/OMEdit/omniORB-4.1.4-mingw Revision: 7925 Author: perost Date: 17:30:25, den 15 februari 2011 Message: - Updated tests due to commit 7901 by Jens, which changed the number of equations and variables in some tests. ---- Modified : /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/mosfiles-nosim/Model1.mos Modified : /trunk/testsuite/mosfiles-nosim/Model2.mos Revision: 7923 Author: sjoelund.se Date: 16:50:08, den 15 februari 2011 Message: - Fix -L flag in LinkMain.makefile ---- Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7919 Author: sjoelund.se Date: 13:09:42, den 15 februari 2011 Message: - Now runs convert_lines.pl in simulation and function makefiles ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/Template/SimCodeC.mo Added : /trunk/Compiler/scripts/convert_lines.pl (Copy from path: /trunk/testsuite/bootstrapping/convert_lines.pl, Revision, 7918) Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Deleted : /trunk/testsuite/bootstrapping/convert_lines.pl Revision: 7918 Author: sjoelund.se Date: 12:04:25, den 15 februari 2011 Message: - Added the convert_lines.pl script to subversion - This adds #line directives everywhere in generated C code, so debugging tools can display the Modelica line where a statement was defined - It's only used for bootstrapping Main.main for now, but will be used for all source compilations in the future ---- Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Added : /trunk/testsuite/bootstrapping/convert_lines.pl Revision: 7911 Author: wbraun Date: 16:10:45, den 14 februari 2011 Message: - fixes for testsuite dassl2 and modelicaML - rewrote assert and terminate process for solver - added function checkForAsserts() - added asserts for sqrt(<0) changes in detail: - boolean_array.* -- added function for print modelica boolean - options.cpp -- fix bug for using options in simulation programm - simulations_events.* -- rewrote searching process - simulations_runtime.cpp -- added flag for solver switch (-s ) - solver_main.cpp -- adjustments to other changes - BackendDAEUtil.mo -- check RELATION for discrete Variables - SimCode.mo -- added searching for sqrt-asserts, some other adjustments - testsuite -- adjustments ---- Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/options.cpp Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/modelicaML/twotankmodel.mos Modified : /trunk/testsuite/mosfiles-dassl2/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl2/IfEquation3.mo Modified : /trunk/testsuite/mosfiles-dassl2/IfEquation3.mos Revision: 7910 Author: sjoelund.se Date: 13:31:13, den 14 februari 2011 Message: - Made the code for LibraryWidget a little more extensible ---- Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Revision: 7909 Author: sjoelund.se Date: 10:02:51, den 14 februari 2011 Message: - Added stringCharInt, intStringChar boxptr-functions ---- Modified : /trunk/c_runtime/meta_modelica_builtin_boxptr.h Revision: 7906 Author: AlexeyLebedev Date: 14:23:20, den 11 februari 2011 Message: Processing of fill(val,dims) with parametric dimensions in the case of non-expanded arrays. ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/NonExpArray2.mo Revision: 7905 Author: adrpo Date: 01:16:20, den 11 februari 2011 Message: - small updates to the guides ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 7904 Author: adeas31 Date: 17:31:26, den 10 februari 2011 Message: - Added some items to wish list - Changed the status of item 22 from not started to in progress. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7901 Author: Frenkel TUD Date: 11:45:54, den 10 februari 2011 Message: Fix for bug/tasks: #1429 - replace the function with an additional variable with type of return value. Maybe some models of the testsuite using checkModel does now not work but my laptop is to slow to run the hole testsuite. ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Revision: 7896 Author: adrpo Date: 04:08:18, den 10 februari 2011 Message: - copy regex dll to build/bin ---- Modified : /trunk/Makefile.omdev.mingw Revision: 7892 Author: perost Date: 15:46:48, den 9 februari 2011 Message: - Fixed incorrect type when generating if-equation for actualStream. - Added test case streams/ActualStreamCodeGen to test the fix. ---- Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Added : /trunk/testsuite/streams/ActualStreamCodeGen.mo Added : /trunk/testsuite/streams/ActualStreamCodeGen.mos Modified : /trunk/testsuite/streams/Makefile Revision: 7887 Author: Frenkel TUD Date: 13:47:58, den 9 februari 2011 Message: - add space in init file to number of parameters line, now looks like the others ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7883 Author: niklwors Date: 15:16:23, den 8 februari 2011 Message: Added cpp simulation runtime SimulationRuntime/cpp Binaries copied to trunk/build/bin/cpp and trunk/bin/lib/omc/cpp ---- Added : /trunk/SimulationRuntime Added : /trunk/SimulationRuntime/cpp Added : /trunk/SimulationRuntime/cpp/Build Added : /trunk/SimulationRuntime/cpp/Build/Compile.bat Added : /trunk/SimulationRuntime/cpp/Build/MakeConf.inc Added : /trunk/SimulationRuntime/cpp/Build/Makefile Added : /trunk/SimulationRuntime/cpp/Build/Simulation.sln Added : /trunk/SimulationRuntime/cpp/Build/bin Added : /trunk/SimulationRuntime/cpp/ReadMe.doc Added : /trunk/SimulationRuntime/cpp/Source Added : /trunk/SimulationRuntime/cpp/Source/3rdParty Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/ifconsol.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libifcoremd.dll Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libifcoremd.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libifcoremdd.dll Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libifcoremdd.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libifportmd.dll Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libifportmd.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libirc.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libmmd.dll Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libmmd.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libmmdd.dll Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Fortran/Lib/libmmdd.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Lapack Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Lapack/Lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Lapack/Lib/BlasSource.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Lapack/Lib/BlasSourceD.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Lapack/Lib/LapackSource.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Lapack/Lib/LapackSourceD.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Lapack/Lib/SlatecSource.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/Lapack/Lib/SlatecSourceD.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/accumulators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/accumulators_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/accumulator_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/accumulator_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/accumulator_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/accumulators Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/accumulators/droppable_accumulator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/accumulators/external_accumulator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/accumulators/reference_accumulator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/accumulators/value_accumulator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/depends_on.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/external.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/extractor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/features.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/parameters Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/parameters/accumulator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/parameters/sample.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/parameters/weight.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/framework/parameters/weights.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/detail/function1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/detail/function2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/detail/function3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/detail/function4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/detail/function_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/detail/pod_singleton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/functional Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/functional/complex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/functional/valarray.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/functional/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/numeric/functional_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/covariance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/error_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/error_of_mean.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/extended_p_square.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/extended_p_square_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/kurtosis.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/max.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/mean.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/median.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/min.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/moment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/p_square_cumulative_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/p_square_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/parameters Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/parameters/quantile_probability.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/peaks_over_threshold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/pot_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/pot_tail_mean.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/rolling_count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/rolling_mean.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/rolling_sum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/rolling_window.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/skewness.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/stats.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/sum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/tail.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/tail_mean.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/tail_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/tail_variate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/tail_variate_means.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/times2_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/variance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/variates Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/variates/covariate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_covariance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_extended_p_square.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_kurtosis.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_mean.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_median.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_moment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_p_square_cumulative_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_p_square_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_skewness.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_sum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_tail_mean.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_tail_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_tail_variate_means.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/weighted_variance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics/with_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/accumulators/statistics_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/minmax.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/minmax_element.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/case_conv.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/classification.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/compare.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/case_conv.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/classification.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/find_format.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/find_format_all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/find_format_store.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/find_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/finder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/finder_regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/formatter_regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/replace_storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/trim.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/detail/util.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/erase.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/find.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/find_format.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/find_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/finder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/iter_find.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/join.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/predicate_facade.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/regex_find_format.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/sequence_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/split.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/std Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/std/list_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/std/rope_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/std/slist_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/std/string_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/std_containers_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/trim.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string/yes_no_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/algorithm/string_regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/aligned_storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/any.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/add_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/archive_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_archive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_binary_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_binary_iprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_binary_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_binary_oprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_streambuf_locale_saver.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_text_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_text_iprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_text_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_text_oprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_xml_archive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_xml_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/basic_xml_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/binary_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/binary_iarchive_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/binary_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/binary_oarchive_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/binary_wiarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/binary_woarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/codecvt_null.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/abi_prefix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/abi_suffix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/archive_serializer_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/auto_link_archive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/auto_link_warchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_archive_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_iserializer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_oserializer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_pointer_iserializer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_pointer_oserializer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_serializer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/basic_serializer_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/check.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/common_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/common_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/decl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/interface_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/interface_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/iserializer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/oserializer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/polymorphic_iarchive_route.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/polymorphic_oarchive_route.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/register_archive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/detail/utf8_codecvt_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/dinkumware.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/archive_serializer_map.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_binary_iarchive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_binary_iprimitive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_binary_oarchive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_binary_oprimitive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_text_iarchive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_text_iprimitive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_text_oarchive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_text_oprimitive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_xml_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_xml_iarchive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/basic_xml_oarchive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/text_iarchive_impl.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/text_oarchive_impl.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/text_wiarchive_impl.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/text_woarchive_impl.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/xml_iarchive_impl.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/xml_oarchive_impl.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/xml_wiarchive_impl.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/impl/xml_woarchive_impl.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/base64_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/base64_from_binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/binary_from_base64.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/dataflow.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/dataflow_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/escape.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/head_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/insert_linebreaks.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/istream_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/mb_from_wchar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/ostream_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/remove_whitespace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/transform_width.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/unescape.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/wchar_from_mb.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/xml_escape.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/xml_unescape.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/iterators/xml_unescape_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_binary_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_binary_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_text_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_text_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_text_wiarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_text_woarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_xml_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_xml_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_xml_wiarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/polymorphic_xml_woarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/shared_ptr_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/text_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/text_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/text_wiarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/text_woarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/tmpdir.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/wcslen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/xml_archive_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/xml_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/xml_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/xml_wiarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/archive/xml_woarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_datagram_socket.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_deadline_timer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_io_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_raw_socket.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_serial_port.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_socket.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_socket_acceptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_socket_iostream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_socket_streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_stream_socket.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/basic_streambuf_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/buffered_read_stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/buffered_read_stream_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/buffered_stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/buffered_stream_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/buffered_write_stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/buffered_write_stream_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/buffers_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/completion_condition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/datagram_socket_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/deadline_timer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/deadline_timer_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/array_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/base_from_completion_cond.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/bind_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/buffer_resize_guard.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/buffer_sequence_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/buffered_stream_storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/call_stack.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/completion_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/consuming_buffers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/deadline_timer_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/descriptor_ops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/descriptor_read_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/descriptor_write_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/dev_poll_reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/dev_poll_reactor_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/epoll_reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/epoll_reactor_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/event.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/eventfd_select_interrupter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/fd_set_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/gcc_arm_fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/gcc_hppa_fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/gcc_sync_fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/gcc_x86_fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/handler_alloc_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/handler_invoke_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/hash_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/descriptor_ops.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/dev_poll_reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/dev_poll_reactor.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/epoll_reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/epoll_reactor.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/eventfd_select_interrupter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/kqueue_reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/kqueue_reactor.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/pipe_select_interrupter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/posix_event.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/posix_mutex.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/posix_thread.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/posix_tss_ptr.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/reactive_descriptor_service.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/reactive_serial_port_service.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/reactive_socket_service_base.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/resolver_service_base.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/select_reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/select_reactor.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/service_registry.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/service_registry.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/socket_ops.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/socket_select_interrupter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/strand_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/strand_service.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/task_io_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/task_io_service.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/throw_error.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/timer_queue.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/timer_queue_set.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_event.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_iocp_handle_service.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_iocp_io_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_iocp_io_service.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_iocp_serial_port_service.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_iocp_socket_service_base.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_mutex.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_thread.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/win_tss_ptr.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/impl/winsock_init.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/io_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/kqueue_reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/kqueue_reactor_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/local_free_on_block_exit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/macos_fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/noncopyable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/null_event.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/null_fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/null_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/null_signal_blocker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/null_thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/null_tss_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/object_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/old_win_sdk_compat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/op_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/operation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/pipe_select_interrupter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/pop_options.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/posix_event.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/posix_fd_set_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/posix_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/posix_signal_blocker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/posix_thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/posix_tss_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/push_options.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_descriptor_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_null_buffers_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_serial_port_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_socket_accept_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_socket_connect_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_socket_recv_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_socket_recvfrom_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_socket_send_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_socket_sendto_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_socket_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactive_socket_service_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactor_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactor_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/reactor_op_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/regex_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/resolve_endpoint_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/resolve_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/resolver_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/resolver_service_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/scoped_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/select_interrupter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/select_reactor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/select_reactor_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/service_registry.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/service_registry_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/shared_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/signal_blocker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/signal_init.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/socket_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/socket_ops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/socket_option.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/socket_select_interrupter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/socket_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/solaris_fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/strand_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/task_io_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/task_io_service_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/task_io_service_operation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/throw_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/timer_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/timer_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/timer_queue_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/timer_queue_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/timer_queue_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/timer_scheduler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/timer_scheduler_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/tss_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/wait_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/weak_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_event.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_fd_set_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_fenced_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_handle_read_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_handle_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_handle_write_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_io_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_io_service_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_null_buffers_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_operation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_overlapped_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_overlapped_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_serial_port_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_socket_accept_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_socket_recv_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_socket_recvfrom_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_socket_send_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_socket_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_iocp_socket_service_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/win_tss_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/wince_thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/winsock_init.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/detail/wrapped_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/handler_alloc_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/handler_invoke_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/error.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/io_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/io_service.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/read.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/read_at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/read_until.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/serial_port_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/serial_port_base.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/src.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/src.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/write.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/impl/write_at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/io_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/address.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/address_v4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/address_v6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/basic_endpoint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/basic_resolver.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/basic_resolver_entry.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/basic_resolver_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/basic_resolver_query.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/detail/endpoint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/detail/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/detail/impl/endpoint.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/detail/socket_option.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/host_name.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/icmp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl/address.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl/address.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl/address_v4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl/address_v4.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl/address_v6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl/address_v6.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl/basic_endpoint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/impl/host_name.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/multicast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/resolver_query_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/resolver_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/tcp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/udp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/unicast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ip/v6_only.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/is_read_buffered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/is_write_buffered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local/basic_endpoint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local/connect_pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local/datagram_protocol.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local/detail/endpoint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local/detail/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local/detail/impl/endpoint.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/local/stream_protocol.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/posix Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/posix/basic_descriptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/posix/basic_stream_descriptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/posix/descriptor_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/posix/stream_descriptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/posix/stream_descriptor_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/raw_socket_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/read.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/read_at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/read_until.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/serial_port.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/serial_port_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/serial_port_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/socket_acceptor_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/socket_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/basic_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/context_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/context_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/detail/openssl_context_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/detail/openssl_init.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/detail/openssl_operation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/detail/openssl_stream_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/detail/openssl_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/stream_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl/stream_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/ssl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/strand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/stream_socket_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/time_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows/basic_handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows/basic_random_access_handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows/basic_stream_handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows/overlapped_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows/random_access_handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows/random_access_handle_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows/stream_handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/windows/stream_handle_service.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/write.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio/write_at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/asio.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/assignment_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/list_inserter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/list_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/ptr_list_inserter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/ptr_list_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/ptr_map_inserter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std/queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std/slist.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std/stack.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign/std.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/assign.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/bimap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/associative_container_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/container_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/detail/comparison_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/detail/functor_bag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/detail/identity_converters.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/detail/key_extractor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/detail/non_unique_container_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/list_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/list_map_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/map_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/multimap_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/multiset_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/ordered_associative_container_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/sequence_container_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/set_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/support Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/support/iterator_facade_converters.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/unordered_associative_container_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/unordered_map_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/unordered_multimap_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/unordered_multiset_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/unordered_set_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/vector_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/container_adaptor/vector_map_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/bimap_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/concept_tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/debug Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/debug/static_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/generate_index_binder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/generate_relation_binder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/generate_view_binder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/is_set_type_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/manage_additional_parameters.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/manage_bimap_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/map_view_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/map_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/modifier_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/non_unique_views_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/set_view_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/set_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/test Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/test/check_metadata.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/detail/user_interface_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/list_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/multiset_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/property_map Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/property_map/set_support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/property_map/unordered_set_support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/detail/access_builder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/detail/metadata_access_builder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/detail/mutant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/detail/static_access_builder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/detail/to_mutable_relation_functor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/member_at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/mutant_relation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/pair_layout.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/structured_pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/data_extractor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/get.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/get_pair_functor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/is_tag_of_member_at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/member_with_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/opposite_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/pair_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/pair_type_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/support/value_type_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/relation/symmetrical_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/set_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/support Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/support/data_type_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/support/iterator_type_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/support/key_type_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/support/lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/support/map_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/support/map_type_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/support/value_type_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags/support Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags/support/apply_to_value_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags/support/default_tagged.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags/support/is_tagged.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags/support/overwrite_tagged.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags/support/tag_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags/support/value_type_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/tags/tagged.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/unconstrained_set_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/unordered_multiset_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/unordered_set_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/vector_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/list_map_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/list_set_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/map_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/multimap_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/multiset_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/set_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/unconstrained_map_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/unconstrained_set_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/unordered_map_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/unordered_multimap_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/unordered_multiset_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/unordered_set_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/vector_map_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap/views/vector_set_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bimap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/bind_cc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/bind_mf2_cc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/bind_mf_cc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/bind_template.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/make_adaptable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/mem_fn.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/mem_fn_cc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/mem_fn_template.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/mem_fn_vw.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/protect.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind/storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/blank.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/blank_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/call_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/cerrno.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/checked_delete.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/circular_buffer Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/circular_buffer/base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/circular_buffer/debug.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/circular_buffer/details.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/circular_buffer/space_optimized.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/circular_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/circular_buffer_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cassert Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cctype Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cerrno Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cfloat Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/climits Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/clocale Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cmath Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/csetjmp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/csignal Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cstdarg Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cstddef Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cstdio Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cstdlib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cstring Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/ctime Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cwchar Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compatibility/cpp_c_headers/cwctype Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/compressed_pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/detail/backward_compatibility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/detail/borland.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/detail/concept_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/detail/concept_undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/detail/general.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/detail/has_constraints.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/detail/msvc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/requires.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept/usage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept_archetype.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept_check Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept_check/borland.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept_check/general.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept_check/has_constraints.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept_check/msvc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/concept_check.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/abi Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/abi/borland_prefix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/abi/borland_suffix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/abi/msvc_prefix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/abi/msvc_suffix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/abi_prefix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/abi_suffix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/auto_link.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/borland.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/clang.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/codegear.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/comeau.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/common_edg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/compaq_cxx.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/digitalmars.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/gcc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/gcc_xml.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/greenhills.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/hp_acc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/intel.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/kai.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/metrowerks.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/mpw.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/nvcc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/pgi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/sgi_mipspro.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/sunpro_cc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/vacpp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/compiler/visualc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/no_tr1 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/no_tr1/cmath.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/no_tr1/complex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/no_tr1/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/no_tr1/memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/no_tr1/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/aix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/amigaos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/beos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/bsd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/cygwin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/hpux.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/irix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/linux.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/macos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/qnxnto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/solaris.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/symbian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/vms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/vxworks.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/platform/win32.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/posix_features.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/requires_threads.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/select_compiler_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/select_platform_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/select_stdlib_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/dinkumware.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/libcomo.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/libstdcpp3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/modena.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/msl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/roguewave.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/sgi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/stlport.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/stdlib/vacpp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/suffix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/user.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config/warning_disable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/crc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/cregex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/cstdint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/cstdlib.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/current_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/adjust_functors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/c_local_time_adjustor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/c_time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/compiler_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/constrained_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_clock_device.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_defs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_duration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_duration_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_format_simple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_formatting.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_formatting_limited.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_formatting_locales.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_generator_formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_generator_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_generators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_names_put.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/date_parsing.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/dst_rules.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/dst_transition_generators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/filetime_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/format_date_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/conversion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/formatters.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/formatters_limited.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_calendar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_date.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_day.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_day_of_year.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_duration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_duration_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_month.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_serialize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_weekday.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_year.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/greg_ymd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/gregorian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/gregorian_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/gregorian_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian/parsers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian_calendar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/gregorian_calendar.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/int_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/iso_format.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/conversion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/custom_time_zone.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/date_duration_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/dst_transition_day_rules.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/local_date_time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/local_time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/local_time_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/local_time_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/posix_time_zone.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time/tz_database.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_time_adjustor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/local_timezone_defs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/locale_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/microsec_time_clock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/parse_format_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/period.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/period_formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/period_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/conversion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/date_duration_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/posix_time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/posix_time_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/posix_time_duration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/posix_time_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/posix_time_legacy_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/posix_time_system.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/posix_time_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/ptime.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/time_formatters.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/time_formatters_limited.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/time_parsers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/time_period.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/posix_time/time_serialize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/special_defs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/special_values_formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/special_values_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/string_convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/string_parse_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/strings_from_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_clock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_defs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_duration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_formatting_streams.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_parsing.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_resolution_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_system_counted.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_system_split.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_zone_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/time_zone_names.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/tz_db_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/wrapping_int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time/year_month_day.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/date_time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/allocator_utilities.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/atomic_count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/binary_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/call_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/catch_exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/compressed_pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/container_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/dynamic_bitset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/endian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/has_default_constructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/identifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/indirect_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/interlocked.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/is_function_ref_tester.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/is_incrementable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/is_xxx.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/lcast_precision.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/lightweight_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/lightweight_test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/lightweight_thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/named_template_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/no_exceptions_support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/none_t.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/numeric_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/ob_call_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/ob_compressed_pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/quick_allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/reference_content.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/scoped_enum_emulation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/select_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/sp_typeinfo.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/templated_streams.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/utf8_codecvt_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/detail/workaround.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/dynamic_bitset Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/dynamic_bitset/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/dynamic_bitset/dynamic_bitset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/dynamic_bitset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/dynamic_bitset_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/enable_shared_from_this.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/current_exception_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/detail/attribute_noreturn.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/detail/error_info_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/detail/exception_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/detail/is_output_streamable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/detail/object_hex_dump.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/detail/type_info.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/diagnostic_information.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/enable_current_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/enable_error_info.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/errinfo_api_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/errinfo_at_line.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/errinfo_errno.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/errinfo_file_handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/errinfo_file_name.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/errinfo_file_open_mode.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/errinfo_nested_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/errinfo_type_info_name.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/error_info.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/get_error_info.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/info.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/info_tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/to_string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception/to_string_stub.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/exception_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/adaptable_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/convenience.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/extension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/factory_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/filesystem.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/adaptable_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/adaptable_factory_free_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/adaptable_factory_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/create.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/create_func.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/decl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/factory_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/library_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/shared_library.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/impl/typeinfo.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/parameter_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/registry.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/shared_library.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/extension/type_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/convenience.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/detail/utf8_codecvt_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/fstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/operations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/path.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v2 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v2/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v2/convenience.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v2/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v2/fstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v2/operations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v2/path.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v3 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v3/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v3/convenience.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v3/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v3/fstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v3/operations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v3/path.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem/v3/path_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/filesystem.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/assoc_container_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/assoc_container_factory_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/default_value_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/dyn_perfect_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/flyweight_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/is_placeholder_expr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/nested_xxx_if_not_ph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/not_placeholder_expr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/perfect_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/pp_perfect_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/recursive_lw_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/detail/value_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/factory_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/flyweight.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/flyweight_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/hashed_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/hashed_factory_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/holder_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/intermodule_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/intermodule_holder_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/key_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/key_value_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/locking_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/no_locking.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/no_locking_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/no_tracking.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/no_tracking_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/refcounted.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/refcounted_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/set_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/set_factory_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/simple_locking.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/simple_locking_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/static_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/static_holder_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight/tracking_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/flyweight.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/foreach.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/foreach_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/alt_sstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/alt_sstream_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/detail/compat_workarounds.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/detail/config_macros.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/detail/msvc_disambiguater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/detail/unset_macros.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/detail/workarounds_gcc-2_95.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/detail/workarounds_stlport.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/feed_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/format_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/format_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/format_implementation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/free_funcs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/group.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/internals.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/internals_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format/parsing.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/format.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/detail/function_iterate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/detail/gen_maybe_include.pl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/detail/maybe_include.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/detail/prologue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function7.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function9.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function_template.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/function_typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function/gen_function_N.pl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_output_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/config Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/config/cc_names.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/config/compiler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/config/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/class_transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity10_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity10_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity20_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity20_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity30_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity30_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity40_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity40_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity50_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/arity50_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/classifier_impl/master.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_as_mpl_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity10_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity10_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity20_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity20_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity30_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity30_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity40_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity40_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity50_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/arity50_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/components_impl/master.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/cv_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/encoding Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/encoding/aliases_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/encoding/aliases_undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/encoding/def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/encoding/undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_arity_loop.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_cc_loop Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_cc_loop/master.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_cc_loop/preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_loop.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_retag_default_cc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_retag_default_cc/master.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_tags Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_tags/cc_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_tags/master.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_tags/preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_variate_loop Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_variate_loop/master.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/pp_variate_loop/preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/retag_default_cc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity10_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity10_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity20_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity20_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity30_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity30_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity40_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity40_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity50_0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/arity50_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/synthesize_impl/master.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/detail/to_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/function_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/function_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/function_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/function_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/is_callable_builtin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/is_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/is_function_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/is_function_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/is_member_function_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/is_member_object_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/is_member_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/is_nonmember_callable_builtin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/member_function_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/member_object_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/parameter_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/property_tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/function_types/result_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/detail/container_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/forward_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/detail/float_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/detail/hash_float.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/detail/hash_float_generic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/detail/hash_float_x86.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/detail/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/extensions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/hash.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash/hash_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/hash_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/lightweight_forward_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional/value_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt/adapt_adt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt/adapt_adt_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt/adapt_assoc_adt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt/adapt_assoc_adt_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt/detail/adapt_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt/detail/extension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/adt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/category_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/is_sequence_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/is_view_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/tag_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/array_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail/category_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail/is_sequence_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail/is_view_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array/tag_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple/tag_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/boost_tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/category_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/empty_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/has_key_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/is_view_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl/mpl_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/mpl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/std_pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/adapt_assoc_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/adapt_assoc_struct_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/adapt_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/adapt_struct_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/define_assoc_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/define_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/adapt_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/category_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/define_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/deref_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/extension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/is_view_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/key_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/namespace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/proxy_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/value_of_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted/struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/adapted.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/accumulate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/detail/fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/detail/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/ext_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/ext_/for_each_s.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/iter_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/reverse_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration/reverse_iter_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/iteration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/any.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/count_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/detail/all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/detail/any.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/detail/count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/detail/count_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/detail/find_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/ext_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/ext_/find_if_s.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/find.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/find_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query/none.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/query.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/clear.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/detail/replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/detail/replace_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/erase.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/erase_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/filter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/filter_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/insert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/insert_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/join.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/pop_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/remove.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/remove_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/replace_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation/zip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm/transformation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/back_extended_deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/deque_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/deque_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/as_deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/convert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/deque_forward_ctor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/deque_initial_size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/deque_keyed_values.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/keyed_element.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/front_extended_deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/ext_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/ext_/tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/cons_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/deque_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/ignore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/list_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/make_cons.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/make_deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/make_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/make_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/make_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/make_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/map_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/pair_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation/vector_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/generation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/cons.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/cons_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/build_cons.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/convert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/empty_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/equal_to_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/list_forward_ctor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/list_to_cons.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/list_to_cons_call.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list/list_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/as_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/convert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/deref_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/key_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/map_forward_ctor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/value_of_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map/map_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/as_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/convert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/deref_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/key_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/set_forward_ctor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/value_of_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set/set_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/advance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/as_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/convert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/distance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/equal_to_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/prior_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/vector_forward_ctor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/vector_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/detail/vector_n_chooser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/vector10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/vector20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/vector30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/vector40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/vector50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/vector_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector/vector_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter/detail/access.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter/fused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter/fused_function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter/fused_procedure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter/unfused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter/unfused_typed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/generation Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/generation/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/generation/detail/gen_make_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/generation/make_fused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/generation/make_fused_function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/generation/make_fused_procedure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/generation/make_unfused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/generation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/invocation Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/invocation/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/invocation/detail/that_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/invocation/invoke.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/invocation/invoke_function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/invocation/invoke_procedure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/invocation/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional/invocation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/accumulate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_adt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_adt_named.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_adt_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_assoc_adt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_assoc_adt_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_assoc_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_assoc_class_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_assoc_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_assoc_struct_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapt_struct_named.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapted.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/advance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/any.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/as_deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/as_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/as_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/as_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/as_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/at_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/at_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/boost_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/boost_tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/category_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/clear.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/comparison.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/cons.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/cons_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/count_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/deduce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/deduce_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/define_assoc_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/define_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/deque_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/deque_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/deref.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/deref_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/distance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/erase.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/erase_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/filter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/filter_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/filter_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/find.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/find_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/fused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/fused_function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/fused_procedure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/generation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/has_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/ignore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/in.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/insert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/insert_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/intrinsic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/invocation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/invoke.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/invoke_function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/invoke_procedure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/is_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/is_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/is_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/iter_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/iteration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/iterator_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/iterator_facade.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/iterator_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/join.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/joint_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/key_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/list_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/list_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_cons.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_fused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_fused_function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_fused_procedure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_unfused_generic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_unfused_lvalue_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_unfused_rvalue_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/make_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/map_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/map_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/mpl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/next.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/none.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/nview.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/out.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/pair_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/pop_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/prior.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/proxy_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/query.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/remove.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/remove_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/repetetive_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/replace_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/reverse_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/reverse_iter_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/reverse_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/sequence_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/sequence_facade.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/set_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/single_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/std_pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/swap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/tag_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/tag_of_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/transform_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/transformation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/tuple_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/tuple_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/unfused_generic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/unfused_lvalue_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/unfused_rvalue_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/unfused_typed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/unused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/value_at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/value_at_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/value_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/value_of_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/vector10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/vector20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/vector30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/vector40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/vector50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/vector_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/vector_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/void.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/zip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/include/zip_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/advance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/basic_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/deref.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/deref_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/detail/adapt_deref_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/detail/adapt_value_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/detail/advance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/detail/distance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/distance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/iterator_facade.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/key_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/mpl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/mpl/convert_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/mpl/fusion_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/mpl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/next.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/prior.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/value_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator/value_of_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/clear.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/detail/clear.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/erase.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/erase_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/has_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/insert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/insert_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/pop_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/mpl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/detail/enable_comparison.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/detail/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/detail/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/detail/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/detail/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/detail/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/detail/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/comparison.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/at_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/at_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/ext_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/ext_/segments.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/ext_/size_s.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/has_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/swap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/value_at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic/value_at_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/intrinsic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/io Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/io/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/io/detail/in.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/io/detail/manip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/io/detail/out.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/io/in.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/io/out.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence/sequence_facade.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/category_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/deduce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/deduce_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/detail/access.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/detail/as_fusion_element.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/detail/category_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/detail/is_mpl_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/detail/is_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/detail/mpl_iterator_category.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/detail/unknown_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/ext_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/ext_/is_segmented.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/is_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/is_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/is_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/iterator_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/sequence_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/tag_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/tag_of_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/unused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support/void.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/tuple Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/tuple/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/tuple/detail/tuple_expand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/tuple/make_tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/tuple/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/tuple/tuple_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/tuple/tuple_tie.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/detail/strictest_traversal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/ext_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/ext_/multiple_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/ext_/segmented_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/ext_/segmented_iterator_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/deref_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/equal_to_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/key_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/value_of_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/filter_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view/filter_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/filter_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/iterator_range Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/iterator_range/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/iterator_range/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/iterator_range/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/iterator_range/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/iterator_range/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/iterator_range/iterator_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/iterator_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail/deref_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail/key_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail/value_of_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/joint_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view/joint_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/joint_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/advance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/distance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/equal_to_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/nview_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/prior_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/nview.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview/nview_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/nview.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/repetitive_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/repetitive_view_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view/repetitive_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/repetitive_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/advance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/deref_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/distance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/key_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/prior_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/value_of_data_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/reverse_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view/reverse_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/reverse_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view/single_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view/single_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/single_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/advance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/apply_transform_result.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/distance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/equal_to_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/prior_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/transform_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/transform_view_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view/transform_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/transform_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/advance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/begin_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/deref_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/distance_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/equal_to_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/next_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/prior_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/value_at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/detail/value_of_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/zip_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/zip_view_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view/zip_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/fusion/view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/generator_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/get_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/bit_aligned_pixel_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/bit_aligned_pixel_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/channel.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/channel_algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/cmyk.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/color_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/color_base_algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/color_convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/deprecated.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/device_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/any_image.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/any_image_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/apply_operation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/apply_operation_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/dynamic_at_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/dynamic_image_all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/image_view_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/reduce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/dynamic_image/variant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/dynamic_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/io_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/jpeg_dynamic_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/jpeg_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/jpeg_io_private.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/png_dynamic_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/png_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/png_io_private.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/tiff_dynamic_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/extension/io/tiff_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/gil_all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/gil_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/gil_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/gray.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/image.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/image_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/image_view_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/iterator_from_2d.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/locator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/metafunctions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/packed_pixel.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/pixel.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/pixel_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/pixel_iterator_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/planar_pixel_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/planar_pixel_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/position_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/rgb.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/rgba.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/step_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/typedefs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/utilities.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/gil/virtual_locator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/accounting.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/adj_list_serialize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/adjacency_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/adjacency_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/adjacency_list_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/adjacency_matrix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/astar_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/bandwidth.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/bc_clustering.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/bellman_ford_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/betweenness_centrality.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/biconnected_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/bipartite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/boyer_myrvold_planar_test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/boykov_kolmogorov_max_flow.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/breadth_first_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/bron_kerbosch_all_cliques.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/buffer_concepts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/chrobak_payne_drawing.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/circle_layout.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/closeness_centrality.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/clustering_coefficient.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/compressed_sparse_row_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/connected_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/core_numbers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/create_condensation_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/cuthill_mckee_ordering.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/dag_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/degree_centrality.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/depth_first_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/adj_list_edge_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/adjacency_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/array_binary_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/compressed_sparse_row_struct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/connected_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/d_ary_heap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/edge.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/geodesic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/histogram_sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/incidence_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/incremental_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/indexed_properties.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/is_same.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/labeled_graph_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/list_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/permutation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/read_graphviz_new.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/read_graphviz_spirit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/self_avoiding_walk.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/set_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/shadow_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/detail/sparse_ordering.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/dijkstra_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/dijkstra_shortest_paths_no_color_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/dimacs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/directed_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/adjacency_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/adjlist Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/adjlist/handlers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/adjlist/initialize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/adjlist/redistribute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/adjlist/serialization.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/betweenness_centrality.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/boman_et_al_graph_coloring.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/breadth_first_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/compressed_sparse_row_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/concepts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/connected_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/connected_components_parallel_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/crauser_et_al_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/dehne_gotz_min_spanning_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/delta_stepping_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/depth_first_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/detail/dijkstra_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/detail/filtered_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/detail/mpi_process_group.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/detail/queue.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/detail/remote_update_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/detail/tag_allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/dijkstra_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/distributed_graph_utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/eager_dijkstra_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/filtered_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/fruchterman_reingold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/graphviz.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/hohberg_biconnected_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/local_subgraph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/mpi_process_group.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/named_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/one_bit_color_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/page_rank.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/reverse_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/rmat_graph_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/selector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/shuffled_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/st_connected.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/strong_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/two_bit_color_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/unsafe_serialize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/distributed/vertex_list_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/dll_import_export.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/dominator_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/eccentricity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/edge_connectivity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/edge_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/edmonds_karp_max_flow.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/edmunds_karp_max_flow.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/erdos_renyi_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/exterior_property.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/filtered_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/floyd_warshall_shortest.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/fruchterman_reingold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/geodesic_distance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_archetypes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_as_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_concepts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_mutability_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_selectors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_stats.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graph_utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graphml.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/graphviz.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/grid_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/gursoy_atun_layout.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/howard_cycle_ratio.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/incremental_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/is_kuratowski_subgraph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/is_straight_line_drawing.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/isomorphism.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/iteration_macros.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/iteration_macros_undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/johnson_all_pairs_shortest.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/kamada_kawai_spring_layout.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/king_ordering.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/kolmogorov_max_flow.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/kruskal_min_spanning_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/labeled_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/leda_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/lookup_edge.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/loop_erased_random_walk.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/make_biconnected_planar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/make_connected.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/make_maximal_planar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/matrix_as_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/max_cardinality_matching.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/mcgregor_common_subgraphs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/mesh_graph_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/metis.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/metric_tsp_approx.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/minimum_degree_ordering.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/named_function_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/named_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/neighbor_bfs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/numeric_values.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/one_bit_color_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/overloading.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/page_rank.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/basic_reduce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/container_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/detail/inplace_all_to_all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/detail/property_holders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/detail/untracked_pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/process_group.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/properties.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/parallel/simple_trigger.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/planar_canonical_ordering.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/planar_detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/planar_detail/add_edge_visitors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/planar_detail/boyer_myrvold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/planar_detail/bucket_sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/planar_detail/face_handles.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/planar_detail/face_iterators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/planar_face_traversal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/plod_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/point_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/prim_minimum_spanning_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/profile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/properties.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/property_iter_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/property_maps Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/property_maps/constant_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/property_maps/container_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/property_maps/matrix_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/property_maps/null_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/push_relabel_max_flow.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/r_c_shortest_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/random.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/random_layout.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/random_spanning_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/read_dimacs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/relax.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/reverse_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/rmat_graph_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/sequential_vertex_coloring.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/simple_point.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/sloan_ordering.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/small_world_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/smallest_last_ordering.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/ssca_graph_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/st_connected.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/stanford_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/stoer_wagner_min_cut.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/strong_components.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/subgraph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/tiernan_all_cycles.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/topological_sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/topology.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/transitive_closure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/transitive_reduction.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/transpose_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/tree_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/two_bit_color_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/undirected_dfs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/undirected_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/use_mpi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/vector_as_graph.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/vertex_and_edge_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/visitors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/wavefront.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/graph/write_dimacs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/implicit_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/indirect_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/integer Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/integer/integer_mask.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/integer/static_log2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/integer/static_min_max.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/integer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/integer_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/integer_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/adaptive_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/cached_adaptive_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/cached_node_allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/detail/adaptive_node_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/detail/allocator_common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/detail/node_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/detail/node_tools.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/node_allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/private_adaptive_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/allocators/private_node_allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/anonymous_shared_memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/allocation_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/container_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/adaptive_node_pool_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/advanced_insert_int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/allocation_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/config_begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/config_end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/destroyers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/flat_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/iterators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/math_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/mpl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/multiallocation_chain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/node_alloc_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/node_pool_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/pool_common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/preprocessor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/stored_ref.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/transform_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/type_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/utilities.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/value_init.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/variadic_templates_tools.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/version_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/detail/workaround.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/flat_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/flat_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/slist.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/stable_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/container/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/containers_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/flat_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/flat_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/slist.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/stable_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/containers/version_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/creation_tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/atomic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/cast_tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/config_begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/config_end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/file_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/in_place_interface.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/intermodule_singleton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/interprocess_tester.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/intersegment_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/managed_memory_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/managed_multi_shared_memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/managed_open_or_create_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/math_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/min_max.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/move.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/mpl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/multi_segment_services.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/named_proxy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/os_file_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/os_thread_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/pointer_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/posix_time_types_wrk.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/preprocessor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/ptime_wrk.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/robust_emulation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/segment_manager_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/tmp_dir_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/transform_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/type_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/utilities.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/variadic_templates_tools.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/win32_api.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/workaround.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/xsi_shared_memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/detail/xsi_shared_memory_device.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/errors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/file_mapping.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/indexes Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/indexes/flat_map_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/indexes/iset_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/indexes/iunordered_set_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/indexes/map_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/indexes/null_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/indexes/unordered_map_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/interprocess_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/ipc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/ipc/message_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/managed_external_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/managed_heap_memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/managed_mapped_file.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/managed_shared_memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/managed_windows_shared_memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mapped_region.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mem_algo Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mem_algo/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mem_algo/detail/mem_algo_common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mem_algo/detail/multi_simple_seq_fit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mem_algo/detail/multi_simple_seq_fit_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mem_algo/rbtree_best_fit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/mem_algo/simple_seq_fit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/offset_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/permissions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/segment_manager.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/shared_memory_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/deleter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/detail/shared_count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/detail/sp_counted_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/enable_shared_from_this.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/intrusive_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/scoped_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/shared_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/unique_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/smart_ptr/weak_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/streams Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/streams/bufferstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/streams/vectorstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/emulation Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/emulation/interprocess_barrier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/emulation/interprocess_condition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/emulation/interprocess_semaphore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/emulation/mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/emulation/named_creation_functor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/emulation/recursive_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/file_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/interprocess_barrier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/interprocess_condition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/interprocess_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/interprocess_recursive_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/interprocess_semaphore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/interprocess_upgradable_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/lock_options.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/mutex_family.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/named_condition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/named_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/named_recursive_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/named_semaphore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/named_upgradable_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/null_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix/interprocess_barrier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix/interprocess_condition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix/interprocess_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix/interprocess_semaphore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix/pthread_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix/ptime_to_timespec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/posix/semaphore_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/scoped_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/sharable_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/upgradable_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/xsi Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/xsi/advanced_xsi_semaphore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/xsi/simple_xsi_semaphore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/sync/xsi/xsi_named_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/interprocess/windows_shared_memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/any_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/avl_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/avl_set_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/avltree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/avltree_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/bs_set_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/circular_list_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/circular_slist_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/derivation_value_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/any_node_and_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/avltree_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/clear_on_destructor_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/common_slist_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/config_begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/config_end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/ebo_functor_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/function_detector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/generic_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/hashtable_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/is_stateful_value_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/list_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/mpl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/parent_from_member.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/pointer_to_other.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/rbtree_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/slist_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/transform_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/tree_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/tree_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/utilities.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/detail/workaround.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/hashtable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/intrusive_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/linear_slist_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/link_mode.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/list_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/member_value_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/options.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/parent_from_member.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/pointer_plus_bits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/priority_compare.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/rbtree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/rbtree_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/set_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/sg_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/sgtree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/sgtree_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/slist.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/slist_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/splay_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/splay_set_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/splaytree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/splaytree_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/treap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/treap_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/treap_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/trivial_value_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/unordered_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive/unordered_set_hook.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/intrusive_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/io Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/io/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/io/detail/quoted_manip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/io/ios_state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/io_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/categories.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/chain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/char_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/checked_operations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/close.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/code_converter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/combine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/compose.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/concepts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/absolute_path.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/access_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter/concept_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter/device_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter/direct_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter/filter_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter/mode_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter/non_blocking_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter/output_iterator_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/adapter/range_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/add_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/bool_trait_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/broken_overload_resolution Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/broken_overload_resolution/forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/broken_overload_resolution/stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/broken_overload_resolution/stream_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/call_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/char_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/codecvt_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/codecvt_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/auto_link.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/bzip2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/codecvt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/disable_warnings.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/dyn_link.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/enable_warnings.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/fpos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/gcc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/overload_resolution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/rtl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/unreachable_return.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/wide_streams.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/windows_posix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/config/zlib.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/counted_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/current_directory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/default_arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/dispatch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/double_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/enable_if_stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/execute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/file_handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/fstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/ios.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/iostream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/is_dereferenceable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/is_iterator_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/newline.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/param_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/path.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/push.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/push_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/resolve.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/restrict_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/select.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/select_by_size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/streambuf Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/streambuf/chainbuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/streambuf/direct_streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/streambuf/indirect_streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/streambuf/linked_streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/system_failure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/template_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/translate_int_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/vc6 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/vc6/close.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/vc6/read.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/vc6/write.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/detail/wrap_unwrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/device Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/device/array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/device/back_inserter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/device/file.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/device/file_descriptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/device/mapped_file.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/device/null.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/aggregate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/bzip2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/counter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/grep.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/gzip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/line.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/newline.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/stdio.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/symmetric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filter/zlib.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filtering_stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/filtering_streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/flush.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/get.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/imbue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/input_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/invert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/operations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/operations_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/optimal_buffer_size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/output_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/pipeline.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/positioning.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/put.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/putback.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/read.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/restrict.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/seek.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/skip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/slice.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/stream_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/tee.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/traits_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iostreams/write.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/is_placeholder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/counting_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/detail/any_conversion_eater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/detail/config_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/detail/config_undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/detail/enable_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/detail/facade_iterator_category.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/detail/minimum_category.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/filter_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/indirect_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/interoperable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/is_lvalue_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/is_readable_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/iterator_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/iterator_archetypes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/iterator_categories.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/iterator_concepts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/iterator_facade.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/iterator_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/new_iterator_tests.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/permutation_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/reverse_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/transform_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator/zip_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/iterator_adaptors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/casts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/closures.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/construct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/control_structures.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/arity_code.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/bind_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/control_constructs_common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/function_adaptors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/is_instance_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/lambda_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/lambda_functor_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/lambda_functors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/lambda_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/lambda_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/member_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/operator_actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/operator_lambda_func_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/operator_return_type_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/ret.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/return_type_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/select_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/detail/suppress_unused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/loops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/numeric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lambda/switch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/last_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/lexical_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/logic Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/logic/tribool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/logic/tribool_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/logic/tribool_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/make_shared.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/bindings Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/bindings/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/bindings/detail/big_digamma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/bindings/detail/big_lanczos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/bindings/mpfr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/bindings/rr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/common_factor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/common_factor_ct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/common_factor_rt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex/acos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex/acosh.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex/asin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex/asinh.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex/atan.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex/atanh.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex/details.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex/fabs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/complex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/concepts Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/concepts/distributions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/concepts/real_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/concepts/real_type_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/concepts/std_real_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/constants Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/constants/constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/bernoulli.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/beta.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/binomial.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/cauchy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/chi_squared.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/complement.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail/common_error_handling.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail/derived_accessors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail/generic_mode.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail/generic_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail/hypergeometric_cdf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail/hypergeometric_pdf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail/hypergeometric_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/detail/inv_discrete_quantile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/exponential.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/extreme_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/find_location.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/find_scale.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/fisher_f.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/gamma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/hypergeometric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/inverse_chi_squared.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/inverse_gamma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/laplace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/logistic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/lognormal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/negative_binomial.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/non_central_beta.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/non_central_chi_squared.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/non_central_f.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/non_central_t.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/normal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/pareto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/poisson.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/rayleigh.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/students_t.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/triangular.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/uniform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions/weibull.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/distributions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/octonion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/policies Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/policies/error_handling.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/policies/policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/quaternion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/acosh.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/asinh.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/atanh.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/bessel.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/beta.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/binomial.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/cbrt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/cos_pi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_i0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_i1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_ik.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_j0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_j1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_jn.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_jy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_jy_asym.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_k0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_k1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_kn.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_y0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_y1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/bessel_yn.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/erf_inv.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/fp_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/gamma_inva.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/ibeta_inv_ab.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/ibeta_inverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/iconv.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/igamma_inverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/igamma_large.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/lanczos_sse2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/lgamma_small.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/round_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/t_distribution_inv.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/detail/unchecked_factorial.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/digamma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/ellint_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/ellint_2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/ellint_3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/ellint_rc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/ellint_rd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/ellint_rf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/ellint_rj.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/erf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/expint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/expm1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/factorials.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/fpclassify.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/gamma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/hermite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/hypot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/laguerre.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/lanczos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/legendre.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/log1p.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/math_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/modf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/next.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/pow.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/powm1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/prime.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/round.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/sign.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/sin_pi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/sinc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/sinhc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/spherical_harmonic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/sqrt1pm1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/trunc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions/zeta.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/special_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_11.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_12.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_13.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_14.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_15.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_16.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_17.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_18.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_19.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_7.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner1_9.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_11.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_12.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_13.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_14.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_15.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_16.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_17.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_18.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_19.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_7.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner2_9.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_11.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_12.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_13.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_14.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_15.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_16.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_17.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_18.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_19.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_7.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/polynomial_horner3_9.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_11.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_12.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_13.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_14.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_15.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_16.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_17.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_18.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_19.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_7.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner1_9.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_11.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_12.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_13.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_14.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_15.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_16.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_17.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_18.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_19.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_7.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner2_9.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_11.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_12.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_13.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_14.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_15.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_16.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_17.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_18.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_19.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_7.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/detail/rational_horner3_9.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/fraction.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/minima.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/polynomial.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/precision.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/promotion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/rational.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/real_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/remez.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/roots.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/series.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/solve.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/stats.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/test_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/toms748_solve.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/user.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tools/workaround.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math/tr1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/math_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mem_fn.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/memory_order.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives/all_gather.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives/all_reduce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives/all_to_all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives/broadcast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives/gather.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives/reduce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives/scan.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives/scatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/collectives_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/communicator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/datatype.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/datatype_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/binary_buffer_iprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/binary_buffer_oprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/broadcast_sc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/communicator_sc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/computation_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/content_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/forward_iprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/forward_oprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/forward_skeleton_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/forward_skeleton_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/ignore_iprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/ignore_oprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/ignore_skeleton_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/mpi_datatype_cache.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/mpi_datatype_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/mpi_datatype_primitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/packed_iprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/packed_oprimitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/point_to_point.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/detail/text_skeleton_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/environment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/graph_communicator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/group.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/intercommunicator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/nonblocking.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/operations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/packed_iarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/packed_oarchive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/python Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/python/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/python/serialize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/python/skeleton_and_content.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/request.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/skeleton_and_content.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/skeleton_and_content_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/status.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi/timer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/O1_size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/O1_size_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/accumulate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/advance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/advance_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/alias.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/always.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/arg_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/arithmetic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/as_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/at_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/O1_size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/adl_barrier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/apply_1st.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/arg_typedef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/arithmetic_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/arity_spec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/back_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/begin_end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/clear_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/common_name_wknd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/comparison_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/adl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/arrays.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/bcc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/compiler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/dependent_nttp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/dtp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/eti.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/forwarding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/gcc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/has_apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/has_xxx.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/integral.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/intel.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/msvc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/msvc_typename.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/nttp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/overload_resolution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/pp_counter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/preprocessor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/static_constant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/ttp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/use_preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/config/workaround.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/contains_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/count_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/count_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/empty_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/erase_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/erase_key_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/filter_iter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/find_if_pred.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/fold_impl_body.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/fold_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/fold_pred.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/front_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/has_apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/has_begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/has_key_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/has_rebind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/has_size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/has_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/has_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/include_preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/insert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/insert_range_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/inserter_algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/integral_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/is_msvc_eti_arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/iter_apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/iter_push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/joint_iter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/lambda_arity_param.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/lambda_spec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/lambda_support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/largest_int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/logical_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/msvc_dtw.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/msvc_eti_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/msvc_is_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/msvc_never_true.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/msvc_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/na.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/na_assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/na_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/na_spec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/nested_type_wknd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/nttp_decl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/numeric_cast_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/numeric_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/order_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/overload_names.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/partition_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/pop_back_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/pop_front_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc551/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/bcc_pre590/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessed/plain/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/add.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/def_params_tail.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/default_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/ext_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/filter_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/is_seq.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/partial_spec_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/repeat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/sub.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/token_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/preprocessor/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/ptr_to_ref.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/push_back_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/push_front_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/range_c Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/range_c/O1_size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/range_c/back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/range_c/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/range_c/front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/range_c/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/range_c/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/range_c/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/reverse_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/reverse_fold_impl_body.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/reverse_iter_fold_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/sequence_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/shift_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/single_element_iter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/sort_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/static_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/template_arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/template_arity_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/test Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/test/assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/test/data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/test/test_case.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/traits_lambda_spec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/transform_iter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/type_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/unwrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/value_wknd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/aux_/yes_no.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/back_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/back_inserter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/begin_end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/begin_end_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/bind_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/bitwise.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/bool_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/char_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/clear.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/clear_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/comparison.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/contains.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/contains_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/copy_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/count_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/count_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/deref.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/distance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/distance_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/divides.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/empty_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/empty_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/empty_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/erase.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/erase_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/erase_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/erase_key_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/eval_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/filter_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/find.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/find_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/front_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/front_inserter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/has_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/has_key_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/has_xxx.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/identity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/index_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/index_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/inherit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/inherit_linearly.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/insert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/insert_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/insert_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/insert_range_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/inserter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/int_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/integral_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/integral_c_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/integral_c_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/is_placeholder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/is_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/iter_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/iter_fold_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/iterator_category.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/iterator_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/iterator_tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/joint_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/key_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/key_type_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/lambda_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/limits Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/limits/arity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/limits/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/limits/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/limits/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/limits/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/limits/unrolling.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/limits/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/O1_size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/begin_end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/clear.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/include_preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/item.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/numbered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/numbered_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/aux_/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list0_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list10_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list20_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list30_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list40_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list/list50_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/list_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/logical.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/long.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/long_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/lower_bound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/begin_end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/clear_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/contains_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/empty_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/erase_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/erase_key_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/has_key_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/include_preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/insert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/item.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/key_type_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/map0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/numbered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/no_ctps Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/no_ctps/map10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/no_ctps/map20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/no_ctps/map30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/no_ctps/map40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/no_ctps/map50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/plain Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/plain/map10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/plain/map20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/plain/map30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/plain/map40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/plain/map50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/typeof_based Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/typeof_based/map10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/typeof_based/map20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/typeof_based/map30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/typeof_based/map40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/preprocessed/typeof_based/map50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/aux_/value_type_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/map0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/map10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/map20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/map30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/map40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map/map50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/math Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/math/fixed_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/math/is_even.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/math/rational_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/max.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/max_element.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/min.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/min_element.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/min_max.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/minus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/modulus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiplies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiset Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiset/aux_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiset/aux_/count_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiset/aux_/insert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiset/aux_/item.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiset/aux_/multiset0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiset/aux_/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/multiset/multiset0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/negate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/next.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/next_prior.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/not.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/not_equal_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/numeric_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/order.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/order_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/pair.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/pair_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/partition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/pop_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/pop_back_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/pop_front_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/print.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/prior.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/protect.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/push_back_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/push_front_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/quote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/range_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/remove.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/remove_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/replace_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/reverse_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/reverse_iter_fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/same_as.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/sequence_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/sequence_tag_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/at_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/begin_end_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/clear_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/empty_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/erase_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/erase_key_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/has_key_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/include_preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/insert_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/item.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/key_type_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/numbered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/numbered_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set10_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set20_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set30_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set40_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/preprocessed/plain/set50_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/set0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/size_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/aux_/value_type_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set0_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set10_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set20_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set30_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set40_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set/set50_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/set_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/shift_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/shift_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/single_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/size_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/size_t.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/size_t_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/sizeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/stable_partition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/switch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/times.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/transform_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/unique.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/unpack_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/upper_bound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/value_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/value_type_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/O1_size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/begin_end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/clear.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/include_preprocessed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/item.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/numbered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/numbered_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/pop_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/aux_/vector0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector0_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector10_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector20.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector20_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector30.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector30_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector40.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector40_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector/vector50_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/vector_c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/void.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/void_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/mpl/zip_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/bind_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/common_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/copy_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/default_compile_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/dispatch_table.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/favor_compile_time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/fold_to_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/history_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/metafunctions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/state_machine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/back/tools.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/common_states.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/completion_event.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/detail/common_states.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/detail/row2_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/euml.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/euml_typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/guard_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/iteration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/operator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/querying.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/state_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/stl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/stt_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/euml/transformation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/functor_row.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/internal_row.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/row2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/state_machine_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/front/states.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/proto_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/msm/row_tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/collection_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/concept_checks.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/copy_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/extent_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/extent_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/index_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/index_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/multi_array_ref.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/range_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/storage_order.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/subarray.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array/view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/composite_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/access_specifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/adl_swap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/archive_constructed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/auto_space.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/base_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/bidir_node_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/bucket_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/converter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/copy_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/duplicates_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/has_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/hash_index_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/hash_index_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/hash_index_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/header_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/index_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/index_loader.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/index_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/index_node_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/index_saver.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/invariant_assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/is_index_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/iter_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/modify_key_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/msvc_index_specifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/no_duplicate_tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/node_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/ord_index_args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/ord_index_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/ord_index_ops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/prevent_eti.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/rnd_index_loader.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/rnd_index_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/rnd_index_ops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/rnd_index_ptr_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/rnd_node_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/safe_ctr_proxy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/safe_mode.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/scope_guard.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/seq_index_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/seq_index_ops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/serialization_version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/uintptr_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/unbounded.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/detail/value_compare.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/global_fun.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/hashed_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/hashed_index_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/identity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/identity_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/indexed_by.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/key_extractors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/mem_fun.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/member.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/ordered_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/ordered_index_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/random_access_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/random_access_index_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/safe_mode_errors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/sequenced_index.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/sequenced_index_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/multi_index_container_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/next_prior.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/non_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/noncopyable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/nondet_random.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/none.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/none_t.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/bounds.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/conversion_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/converter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/converter_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/bounds.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/conversion_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/converter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/int_float_mixture.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/is_subranged.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/meta.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/old_numeric_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/sign_mixture.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/detail/udt_builtin_mixture.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/int_float_mixture.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/int_float_mixture_enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/is_subranged.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/sign_mixture.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/sign_mixture_enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/udt_builtin_mixture.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/conversion/udt_builtin_mixture_enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/arith.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/arith2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/arith3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/checking.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/compare Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/compare/certain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/compare/explicit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/compare/lexicographic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/compare/possible.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/compare/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/compare/tribool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/compare.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/alpha_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/bcc_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/bugs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/c99_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/c99sub_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/division.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/ia64_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/interval_prototype.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/msvc_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/ppc_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/sparc_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/test_input.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/x86_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/detail/x86gcc_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/ext Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/ext/integer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/ext/x86_fast_rounding_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/hw_rounding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/interval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/rounded_arith.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/rounded_transc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/rounding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/transc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/interval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/assignment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/banded.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/blas.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/concepts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/definitions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/documentation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/duff.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/matrix_assign.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/raw.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/returntype_deduction.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/temporary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/detail/vector_assign.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/doxydoc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/experimental Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/experimental/sparse_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/expression_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/hermitian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/lu.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/matrix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/matrix_expression.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/matrix_proxy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/matrix_sparse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation/begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation/c_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation/num_columns.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation/num_rows.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation_blocked.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operation_sparse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/operations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/storage_sparse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/symmetric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/traits Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/traits/c_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/traits/const_iterator_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/traits/iterator_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/triangular.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/vector_expression.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/vector_of_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/vector_proxy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/numeric/ublas/vector_sparse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/optional Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/optional/optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/optional/optional_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/optional/optional_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_ Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/arg_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/default.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/is_maybe.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/maybe.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/overloads.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/parameter_requirements.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/parenthesized_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/preprocessor Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/preprocessor/flatten.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/preprocessor/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/python Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/python/invoker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/python/invoker_iterate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/result_of0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/tagged_argument.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/template_keyword.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/unwrap_cv_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/void.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/aux_/yesno.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/binding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/keyword.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/macros.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/name.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/parameters.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/preprocessor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter/value_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/bucket_sorter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/container_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/cstddef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/detail/disjoint_sets.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/detail/int_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/detail/property.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/disjoint_sets.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/fenced_priority_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/fibonacci_heap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/indirect_cmp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/integer_log2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/integer_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/is_heap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/iterator_adaptors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/iterator_tests.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/lowest_bit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/mutable_heap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/mutable_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/property.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/property_serialize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/relaxed_heap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pending/stringtok.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pointee.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pointer_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pointer_to_other.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/boolean_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/boolean_op_45.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/iterator_compact_to_points.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/iterator_geometry_to_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/iterator_points_to_compact.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/max_cover.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/minkowski.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_45_formation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_45_set_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_45_touch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_90_set_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_90_touch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_arbitrary_formation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_formation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_set_view.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/polygon_sort_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/property_merge.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/property_merge_45.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/rectangle_formation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/scan_arbitrary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/detail/transform_detail.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/gmp_override.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/gtl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/interval_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/interval_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/interval_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/isotropy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/point_3d_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/point_3d_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/point_3d_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/point_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/point_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/point_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_45_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_45_set_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_45_set_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_45_set_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_45_with_holes_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_90_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_90_set_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_90_set_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_90_set_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_90_with_holes_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_set_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_set_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_set_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/polygon_with_holes_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/rectangle_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/rectangle_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/rectangle_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/polygon/transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/ct_gcd_lcm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/for.m4 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/gcd_lcm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/guard.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/pool_construct.bat Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/pool_construct.inc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/pool_construct.m4 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/pool_construct.sh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/pool_construct_simple.bat Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/pool_construct_simple.inc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/pool_construct_simple.m4 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/pool_construct_simple.sh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/detail/singleton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/object_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/pool_alloc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/poolfwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/simple_segregated_storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/pool/singleton_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/add.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/dec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/detail/div_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/div.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/inc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/mod.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/mul.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic/sub.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/arithmetic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/elem.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/insert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/pop_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/remove.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/assert_msg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/cat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comma_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comparison Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comparison/equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comparison/greater.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comparison/greater_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comparison/less.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comparison/less_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comparison/not_equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/comparison.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/config Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/config/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/config/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/deduce_d.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/detail/dmc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/detail/dmc/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/detail/edg Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/detail/edg/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/detail/msvc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/detail/msvc/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/detail/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/expr_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/expr_iif.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/iif.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/debug Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/debug/assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/debug/error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/debug/line.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/debug.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/dec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/auto_rec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/check.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/dmc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/dmc/auto_rec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/is_binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/is_nullary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/is_unary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/null.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/detail/split.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/enum_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/enum_params_with_a_default.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/enum_params_with_defaults.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/enum_shifted.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/enum_shifted_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/expand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/expr_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities/apply.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities/expand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities/identity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities/intercept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities/is_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities/is_empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities/is_empty_or_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/facilities.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/identity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/inc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iterate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/lower1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/lower2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/lower3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/lower4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/lower5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/upper1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/upper2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/upper3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/upper4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/bounds/upper5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/finish.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/forward1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/forward2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/forward3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/forward4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/forward5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/reverse1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/reverse2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/reverse3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/reverse4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/iter/reverse5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/local.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/rlocal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/self.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/detail/start.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/iterate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/local.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration/self.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/iteration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/library.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/adt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/append.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/cat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/detail/dmc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/detail/dmc/fold_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/detail/edg Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/detail/edg/fold_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/detail/edg/fold_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/detail/fold_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/detail/fold_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/filter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/first_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/fold_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/fold_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/for_each_i.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/for_each_product.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/rest_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/to_tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list/transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/bitand.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/bitnor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/bitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/bitxor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/compl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/nor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/not.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical/xor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/logical.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/max.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/min.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/punctuation Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/punctuation/comma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/punctuation/comma_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/punctuation/paren.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/punctuation/paren_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/punctuation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repeat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repeat_2nd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repeat_3rd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repeat_from_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repeat_from_to_2nd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repeat_from_to_3rd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/deduce_r.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/deduce_z.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/detail/dmc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/detail/dmc/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/detail/edg Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/detail/edg/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/detail/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/detail/msvc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/detail/msvc/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_binary_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_params_with_a_default.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_params_with_defaults.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_shifted.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_shifted_binary_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_shifted_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_trailing.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_trailing_binary_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/enum_trailing_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/repeat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition/repeat_from_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/repetition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/selection Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/selection/max.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/selection/min.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/selection.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/cat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/detail/split.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/elem.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/filter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/first_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/fold_left.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/fold_right.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/for_each_i.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/for_each_product.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/insert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/pop_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/remove.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/rest_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/seq.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/subseq.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/to_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/to_tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq/transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/seq.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/counter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail/counter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail/def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail/shared.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail/slot1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail/slot2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail/slot3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail/slot4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/detail/slot5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot/slot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/slot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/stringize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/tuple Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/tuple/eat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/tuple/elem.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/tuple/rem.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/tuple/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/tuple/to_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/tuple/to_seq.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor/wstringize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/preprocessor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/cmdline.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/detail/cmdline.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/detail/config_file.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/detail/convert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/detail/parsers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/detail/utf8_codecvt_facet.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/detail/value_semantic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/environment_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/eof_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/errors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/option.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/options_description.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/parsers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/positional_options.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/value_semantic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/variables_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options/version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/program_options.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/progress.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/dynamic_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/parallel Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/parallel/caching_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/parallel/distributed_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/parallel/global_index_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/parallel/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/parallel/impl/distributed_property_map.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/parallel/local_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/property_map_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/shared_array_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_map/vector_property_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/exception_implementation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/file_parser_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/info_parser_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/info_parser_read.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/info_parser_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/info_parser_write.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/info_parser_writer_settings.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/json_parser_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/json_parser_read.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/json_parser_write.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/ptree_implementation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/ptree_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/rapidxml.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/xml_parser_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/xml_parser_flags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/xml_parser_read_rapidxml.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/xml_parser_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/xml_parser_write.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/detail/xml_parser_writer_settings.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/id_translator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/info_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/ini_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/json_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/ptree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/ptree_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/ptree_serialization.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/stream_translator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/string_path.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/property_tree/xml_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/context Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/context/callable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/context/default.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/context/null.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/debug.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/deep_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/as_expr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/as_lvalue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/decltype.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/deduce_domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/deprecated.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/dont_care.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/expr0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/expr1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/funop.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/ignore_unused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/local.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/poly_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/pop_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/detail/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/expr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/extends.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/fusion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/generate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/literal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/make_expr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/matches.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/proto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/proto_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/proto_typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/repeat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/tags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/call.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/default.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/fold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/fold_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/make.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/pass_through.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform/when.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/proto/transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/clone_allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/associative_ptr_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/default_deleter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/is_convertible.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/map_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/meta_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/move.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/reversible_ptr_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/scoped_deleter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/serialize_ptr_map_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/serialize_reversible_cont.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/serialize_xml_names.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/static_move_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/throw_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/detail/void_ptr_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/indirect_fun.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/nullable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_circular_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_inserter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_map_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_sequence_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_set_adapter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_unordered_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_unordered_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/ptr_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_circular_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_unordered_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_unordered_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ptr_container/serialize_ptr_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/arg_from_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/args.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/args_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/back_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/base_type_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/bases.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/borrowed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/call.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/call_method.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/class_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/arg_from_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/arg_to_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/arg_to_python_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/as_to_python_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/builtin_converters.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/constructor_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/context_result_converter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/convertible_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/from_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/implicit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/obj_mgr_arg_from_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/object_manager.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/pointer_type_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/pyobject_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/pyobject_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/pytype_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/pytype_object_mgr_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/registered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/registered_pointee.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/registrations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/registry.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/return_from_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/rvalue_from_python_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/shared_ptr_deleter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/shared_ptr_from_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/shared_ptr_to_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/converter/to_python_function_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/copy_const_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/copy_non_const_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/data_members.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/def_visitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/default_call_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/aix_init_module.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/api_placeholder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/borrowed_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/caller.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/construct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/convertible.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/copy_ctor_mutates_rhs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/cv_category.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/dealloc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/decorated_type_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/decref_guard.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/def_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/def_helper_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/defaults_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/defaults_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/dependent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/destroy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/enable_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/exception_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/force_instantiate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/if_else.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/indirect_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/invoke.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/is_auto_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/is_shared_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/is_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/is_xxx.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/make_keyword_range_fn.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/make_tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/map_entry.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/mpl_lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/msvc_typeinfo.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/none.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/not_specified.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/nullary_function_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/operator_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/overloads_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/pointee.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/prefix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/preprocessor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/python22_fixed.h Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/python_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/raw_pyobject.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/referent_storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/result.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/scope.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/sfinae.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/signature.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/string_literal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/target.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/translate_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/type_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/type_list_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/type_list_impl_no_pts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/unwind_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/unwrap_type_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/unwrap_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/value_arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/value_is_shared_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/value_is_xxx.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/void_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/void_return.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/wrap_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/detail/wrapper_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/dict.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/docstring_options.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/errors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/exception_translator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/exec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/extract.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/handle_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/has_back_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/implicit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/import.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/init.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/instance_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/long.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/lvalue_from_pytype.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/make_constructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/make_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/manage_new_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/module.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/module_init.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/numeric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/add_to_namespace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/class_detail.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/class_metadata.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/class_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/enum_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/find_instance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/forward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/function_doc_signature.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/function_handle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/inheritance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/inheritance_query.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/instance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/iterator_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/life_support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/make_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/make_instance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/make_ptr_instance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/pickle_support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/pointer_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/py_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/stl_iterator_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/value_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object/value_holder_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_call.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_items.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_protocol.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_protocol_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/object_slices.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/opaque_pointer_converter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/other.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/overloads.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/override.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/pointee.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/proxy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/pure_virtual.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/raw_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/refcount.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/reference_existing_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/register_ptr_to_python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/return_arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/return_by_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/return_internal_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/return_opaque_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/return_value_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/scope.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/self.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/signature.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/slice.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/slice_nil.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/ssize_t.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/stl_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/str.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/suite Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/suite/indexing Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/suite/indexing/container_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/suite/indexing/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/suite/indexing/detail/indexing_suite_detail.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/suite/indexing/indexing_suite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/suite/indexing/map_indexing_suite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/suite/indexing/vector_indexing_suite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/to_python_converter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/to_python_indirect.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/to_python_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/type_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/with_custodian_and_ward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python/wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/python.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/additive_combine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/bernoulli_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/binomial_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/cauchy_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/auto_link.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/const_mod.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/disable_warnings.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/enable_warnings.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/iterator_mixin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/pass_through_engine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/ptr_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/seed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/signed_unsigned_tools.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/detail/uniform_int_float.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/discard_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/exponential_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/gamma_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/geometric_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/inversive_congruential.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/lagged_fibonacci.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/linear_congruential.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/linear_feedback_shift.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/lognormal_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/mersenne_twister.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/normal_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/poisson_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/random_number_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/ranlux.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/shuffle_output.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/subtract_with_carry.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/triangle_distribution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/uniform_01.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/uniform_int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/uniform_on_sphere.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/uniform_real.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/uniform_smallint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/variate_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random/xor_combine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/random.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/adjacent_filtered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/argument_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/copied.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/define_adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/filtered.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/indexed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/indirected.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/replaced.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/replaced_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/reversed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/sliced.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/strided.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/tokenized.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/transformed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptor/uniqued.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/adaptors.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/adjacent_find.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/binary_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/copy_backward.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/count_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/equal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/equal_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/fill.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/fill_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/find.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/find_end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/find_first_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/find_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/generate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/heap_algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/inplace_merge.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/lexicographical_compare.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/lower_bound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/max_element.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/merge.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/min_element.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/mismatch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/nth_element.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/partial_sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/partial_sort_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/partition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/permutation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/random_shuffle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/remove.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/remove_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/remove_copy_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/remove_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/replace_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/replace_copy_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/replace_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/reverse_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/rotate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/rotate_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/search_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/set_algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/stable_partition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/stable_sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/swap_ranges.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/unique.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/unique_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm/upper_bound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/copy_n.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/erase.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/for_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/insert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/iota.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/is_sorted.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/overwrite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/push_back.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext/push_front.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/algorithm_ext.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/as_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/as_literal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/atl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/category.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/combine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/concepts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/const_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/const_reverse_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/counting_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/as_literal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/collection_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/collection_traits_detail.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/const_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/demote_iterator_traversal_tag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/detail_str.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/difference_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/extract_optional_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/implementation_help.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/join_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/microsoft.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/misc_concept.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/range_return.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/remove_extent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/sfinae.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/size_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/sizer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/str_types.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/value_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/vc6 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/vc6/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/detail/vc6/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/difference_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/distance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/irange.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/istream_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/iterator_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/iterator_range_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/iterator_range_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/join.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/metafunctions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/mfc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/mutable_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/numeric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/rbegin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/rend.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/result_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/reverse_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/reverse_result_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/size.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/size_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/sub_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range/value_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/rational.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/ref.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/concepts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/config Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/config/borland.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/config/cwchar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/icu.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/mfc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/pattern_except.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/pending Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/pending/object_cache.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/pending/static_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/pending/unicode_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/user.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/basic_regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/basic_regex_creator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/basic_regex_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/c_regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/char_regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/cpp_regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/cregex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/error_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/fileiter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/instances.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/iterator_category.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/iterator_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/match_flags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/match_results.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/mem_block_cache.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/perl_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/perl_matcher_common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/perl_matcher_non_recursive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/perl_matcher_recursive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/primary_transform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/protected_call.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regbase.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_format.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_grep.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_merge.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_raw_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_replace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_search.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_split.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_token_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_traits_defaults.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/regex_workaround.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/states.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/sub_match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/syntax_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/u32regex_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/u32regex_token_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex/v4/w32_regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex.h Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/regex_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/scope_exit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/scoped_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/scoped_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/access.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/assume_abstract.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/base_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/binary_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/bitset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/collection_size_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/collection_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/collections_load_imp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/collections_save_imp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/complex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/detail/get_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/detail/shared_count_132.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/detail/shared_ptr_132.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/detail/shared_ptr_nmt_132.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/detail/stack_constructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/ephemeral.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/export.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/extended_type_info.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/extended_type_info_no_rtti.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/extended_type_info_typeid.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/force_include.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/hash_collections_load_imp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/hash_collections_save_imp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/hash_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/hash_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/is_bitwise_serializable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/item_version_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/level.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/level_enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/nvp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/pfto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/scoped_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/serialization.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/shared_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/shared_ptr_132.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/singleton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/slist.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/smart_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/split_free.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/split_member.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/state_saver.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/static_warning.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/strong_typedef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/throw_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/tracking.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/tracking_enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/type_info_implementation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/valarray.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/variant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/vector_135.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/void_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/void_cast_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/weak_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/serialization/wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/shared_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/shared_container_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/shared_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/connection.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/detail/gen_signal_N.pl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/detail/named_slot_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/detail/signal_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/detail/signals_common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/detail/slot_call_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal0.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal3.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal4.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal5.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal6.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal7.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal9.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/signal_template.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/slot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals/trackable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/connection.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/deconstruct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/deconstruct_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/auto_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/foreign_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/lwm_nop.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/lwm_pthreads.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/lwm_win32_cs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/null_output_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/preprocessed_arg_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/preprocessed_arg_type_template.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/replace_slot_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/result_type_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/signal_template.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/signals_common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/signals_common_macros.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/slot_call_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/slot_groups.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/slot_template.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/tracked_objects_visitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/unique_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/variadic_arg_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/detail/variadic_slot_invoker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/dummy_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/expired_slot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/last_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/optional_last_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/postconstructible.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/predestructible.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/preprocessed_signal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/preprocessed_slot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/shared_connection_block.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/signal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/signal_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/signal_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/slot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/slot_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/trackable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/variadic_signal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2/variadic_slot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/signals2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/bad_weak_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/atomic_count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/atomic_count_gcc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/atomic_count_pthreads.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/atomic_count_solaris.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/atomic_count_sync.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/atomic_count_win32.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/lightweight_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/lwm_nop.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/lwm_pthreads.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/lwm_win32_cs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/operator_bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/quick_allocator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/shared_array_nmt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/shared_count.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/shared_ptr_nmt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_convertible.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_nt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_pt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_solaris.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_spin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_sync.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_base_w32.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_counted_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/sp_has_sync.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/spinlock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/spinlock_gcc_arm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/spinlock_nt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/spinlock_pool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/spinlock_pt.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/spinlock_sync.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/spinlock_w32.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/detail/yield_k.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/enable_shared_from_this.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/enable_shared_from_this2.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/intrusive_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/make_shared.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/scoped_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/scoped_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/shared_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/shared_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr/weak_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/smart_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/assign_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/assign_key_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/clear_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/decrement_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/erase_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/increment_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/insert_at_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/insert_key_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/push_back_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/push_front_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/ref_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/ref_const_ref_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/ref_const_ref_const_ref_a.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/ref_const_ref_value_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/ref_value_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/swap_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/attribute Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/attribute/closure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/attribute/closure_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/attribute/closure_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/attribute/parametric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/attribute/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/attribute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/alternative.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/difference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/directives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/epsilon.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/exclusive_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/intersection.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/kleene_star.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/no_actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/positive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/sequential_and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/composite/sequential_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/nil.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/non_terminal Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/non_terminal/grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/non_terminal/parser_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/non_terminal/parser_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/non_terminal/rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/non_terminal/subrule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/non_terminal/subrule_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/primitives Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/primitives/numerics.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/primitives/numerics_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/primitives/primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/safe_bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/scanner Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/scanner/scanner.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/scanner/scanner_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/scanner/skipper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/scanner/skipper_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/debug Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/debug/debug_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/debug/minimal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/debug/parser_names.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/debug/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/debug.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/rule_alias.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/select.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/stored_rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/stored_rule_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/switch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/dynamic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/error_handling Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/error_handling/exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/error_handling/exceptions_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/error_handling/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/error_handling.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/assign_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/assign_key_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/clear_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/decrement_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/erase_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/increment_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/insert_at_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/insert_key_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/push_back_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/push_front_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/ref_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/ref_const_ref_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/ref_const_ref_const_ref_a.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/ref_const_ref_value_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/ref_value_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/swap_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/attribute Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/attribute/closure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/attribute/closure_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/attribute/closure_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/attribute/parametric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/attribute/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/attribute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/alternative.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/difference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/directives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/epsilon.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/exclusive_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/alternative.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/difference.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/directives.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/exclusive_or.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/intersection.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/kleene_star.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/list.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/optional.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/positive.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/sequence.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/sequential_and.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/impl/sequential_or.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/intersection.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/kleene_star.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/no_actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/positive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/sequential_and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/composite/sequential_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/impl/match.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/impl/match_attr_traits.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/impl/parser.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/nil.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/impl/static.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/impl/subrule.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/parser_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/parser_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/subrule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/non_terminal/subrule_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/primitives Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/primitives/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/primitives/impl/primitives.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/primitives/numerics.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/primitives/numerics_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/primitives/primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/safe_bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/scanner Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/scanner/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/scanner/impl/skipper.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/scanner/scanner.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/scanner/scanner_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/scanner/skipper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/scanner/skipper_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/debug Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/debug/debug_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/debug/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/debug/impl/parser_names.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/debug/minimal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/debug/parser_names.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/debug/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/debug.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/impl/conditions.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/impl/select.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/impl/switch.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/rule_alias.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/select.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/stored_rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/stored_rule_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/switch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/dynamic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/error_handling Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/error_handling/exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/error_handling/exceptions_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/error_handling/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/error_handling/impl/exceptions.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/error_handling/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/error_handling.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/file_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/file_iterator_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/fixed_size_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/impl/file_iterator.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/impl/position_iterator.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/multi_pass_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/position_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/position_iterator_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/as_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/fundamental.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/impl/fundamental.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/impl/parser_traits.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/impl/refactoring.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/impl/traverse.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/parser_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/refactoring.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta/traverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/meta.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/namespace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/binders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/casts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/closures.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/new.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/special_ops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/statements.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/tuple_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix/tuples.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/phoenix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/symbols Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/symbols/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/symbols/impl/symbols.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/symbols/impl/tst.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/symbols/symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/symbols/symbols_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/symbols/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/ast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/ast_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/common_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/impl/parse_tree_utils.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/impl/tree_to_xml.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/parse_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/parse_tree_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/parse_tree_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/parsetree.dtd Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/tree_to_xml.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/tree/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/chset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/chset_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/confix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/confix_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/distinct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/distinct_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/escape_char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/escape_char_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/flush_multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/functor_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/grammar_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/grammar_def_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/chset Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/chset/basic_chset.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/chset/range_run.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/chset/range_run.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/chset.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/chset_operators.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/confix.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/escape_char.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/lists.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/impl/regex.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/lists.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/lists_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/loops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/rule_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/scoped_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic/version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/classic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/action Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/action/action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auto Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auto/auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auto/create_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auto/meta_create.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auxiliary Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auxiliary/attr_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auxiliary/eol.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auxiliary/eps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auxiliary/lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/auxiliary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/binary Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/binary/binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/binary/padding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/char Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/char/char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/char/char_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/char/char_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/delimit_flag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/delimit_out.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/alternative_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/default_width.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/extract_from.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/fail_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/generate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/generate_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/generate_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/get_casetag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/get_stricttag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/output_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/pass_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/string_compare.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/string_generate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/detail/unused_delimiter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/center_alignment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/columns.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/delimit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/duplicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/encoding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/left_alignment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/maxwidth.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/no_delimit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/omit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/repeat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/right_alignment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/strict_relaxed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/upper_lower_case.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive/verbatim.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/directive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/format.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/format_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/generate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/generate_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/meta_compiler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/debug_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/debug_handler_state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/detail/fcall.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/detail/generator_binder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/detail/parameterized.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal/simple_trace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/nonterminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/bool_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/detail/bool_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/detail/real_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/real.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/real_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric/uint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/numeric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator/alternative.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator/and_predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator/kleene.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator/not_predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator/optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/operator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/phoenix_attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream/detail/format_manip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream/detail/format_manip_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream/detail/iterator_sink.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream/format_manip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream/format_manip_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream/ostream_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream/stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/string Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/string/lit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/string/symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma/what.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/karma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/argument.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/detail/sequence_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/char_token_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/functor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/generate_static.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/iterator_tokenizer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/lexer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/semantic_action_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/static_functor_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/static_lexer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/static_version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/token.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/lexertl/wrap_action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/pass_flags.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/string_token_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/support_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/terminals.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer/token_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer_lexertl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer_static_lexertl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/lexer_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/meta_compiler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/qi Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/qi/in_state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/qi/plain_token.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/qi/state_switcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/qi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/tokenize_and_parse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex/tokenize_and_parse_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/lex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/bind_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/bind_function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/bind_member_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/bind_member_variable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/detail/bind_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/detail/bind_function_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/detail/bind_member_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/detail/function_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind/detail/member_function_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/argument.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/as_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/basic_environment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/compose.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/detail/actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/detail/basic_environment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/detail/compose.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/detail/composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/detail/composite_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/detail/composite_info.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/detail/function_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/is_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/nothing.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core/value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/detail/local_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/detail/type_deduction.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/function Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/function/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/function/detail/function_call.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/function/function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/fusion Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/fusion/at.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/fusion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/const_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/construct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/delete.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/detail/construct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/detail/construct_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/detail/new.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/detail/new_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/dynamic_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/new.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/reinterpret_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object/static_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/arithmetic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/bitwise.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/comparison.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail/binary_compose.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail/binary_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_return.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail/unary_compose.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/detail/unary_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/if_else.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/logical.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/member.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator/self.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/operator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope/detail/local_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope/detail/local_variable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope/dynamic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope/lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope/let.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope/local_variable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope/scoped_environment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/scope.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/detail/catch_all_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/detail/catch_composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/detail/catch_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/detail/switch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/detail/switch_eval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/detail/switch_eval.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/do_while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/switch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/throw.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/try_catch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement/while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/statement.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/begin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/decay_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/end.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_equal_range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_lower_bound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_reverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_unique.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/has_upper_bound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/iteration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/querying.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm/transformation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/container Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/container/container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/container/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/container/detail/container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl/container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/stl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix/version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/phoenix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/action Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/action/action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auto Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auto/auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auto/create_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auto/meta_create.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auxiliary Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auxiliary/attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auxiliary/attr_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auxiliary/eoi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auxiliary/eol.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auxiliary/eps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auxiliary/lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/auxiliary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/binary Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/binary/binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/char Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/char/char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/char/char_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/char/char_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/alternative_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/assign_to.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/construct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/expect_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/fail_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/parse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/parse_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/pass_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/pass_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/permute_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/string_parse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/detail/unused_skipper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/encoding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/hold.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/lexeme.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/matches.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/no_case.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/no_skip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/omit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/raw.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/repeat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive/skip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/directive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/match_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/meta_compiler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/debug_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/debug_handler_state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/detail/fcall.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/detail/parameterized.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/detail/parser_binder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/error_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal/simple_trace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/nonterminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/bool_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/detail/numeric_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/detail/real_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/numeric_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/real.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/real_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric/uint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/numeric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/alternative.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/and_predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/difference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/expect.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/kleene.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/not_predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/permutation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/sequence_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator/sequential_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/operator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/parse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/parse_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/skip_flag.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/skip_over.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream/detail/iterator_source.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream/detail/match_manip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream/detail/match_manip_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream/match_manip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream/match_manip_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream/stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/string Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/string/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/string/detail/tst.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/string/lit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/string/symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/string/tst.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/string/tst_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi/what.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/qi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/action_dispatch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/adapt_adt_attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/algorithm Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/algorithm/any.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/algorithm/any_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/algorithm/any_if_ns.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/algorithm/any_ns.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/argument.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/assert_msg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/attributes_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/auto Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/auto/meta_create.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/auxiliary Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/auxiliary/attr_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/ascii.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/iso8859_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/standard.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/standard_wide.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/DerivedCoreProperties.txt Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/PropList.txt Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/Scripts.txt Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/UnicodeData.txt Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/category_table.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/create_tables.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/lowercase_table.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/query.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/script_table.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode/uppercase_table.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_encoding/unicode.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_set Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_set/basic_chset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_set/range.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_set/range_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_set/range_run.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/char_set/range_run_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/common_terminals.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/as_variant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/endian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/get_encoding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/hold_any.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/integer Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/integer/cover_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/integer/endian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/char_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/consts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/containers Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/containers/ptr_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/containers/ptr_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/conversion Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/conversion/char_state_machine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/debug.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/file_input.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/generate_cpp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/generate_re2c.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/input.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/internals.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tokeniser Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tokeniser/num_token.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser_state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tree Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tree/end_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tree/iteration_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tree/leaf_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tree/node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tree/selection_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/parser/tree/sequence_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/partition Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/partition/charset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/partition/equivset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/rules.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/runtime_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/serialise.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/size_t.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/state_machine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/lexer/string_token.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/make_cons.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/make_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/math Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/math/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/math/detail/fp_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/math/fpclassify.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/math/signbit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/pow10.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/scoped_enum_emulation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/sign.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/detail/what_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/has_semantic_action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/info.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/buf_id_check_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/buffering_input_iterator_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/combine_policies.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/first_owner_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/fixed_size_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/fixed_size_queue_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/functor_input_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/input_iterator_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/istream_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/lex_input_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/no_check_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/detail/split_std_deque_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/istream_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/look_ahead.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/multi_pass_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/iterators/ostream_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/make_component.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/meta_compiler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/modify.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/multi_pass_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/nonterminal Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/nonterminal/expand_arg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/nonterminal/extract_param.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/nonterminal/locals.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/sequence_base_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/string_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/terminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/unused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support/utf8.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/home/support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_alternative.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_as_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_assign_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_assign_key_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_ast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_ast_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_attribute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_basic_chset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_chset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_chset_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_clear_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_closure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_closure_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_closure_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_common_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_confix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_confix_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_debug.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_debug_node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_decrement_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_difference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_directives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_distinct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_distinct_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_dynamic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_epsilon.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_erase_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_error_handling.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_escape_char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_escape_char_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_exceptions_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_exclusive_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_file_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_file_iterator_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_fixed_size_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_flush_multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_for.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_functor_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_fundamental.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_grammar_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_grammar_def_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_increment_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_insert_at_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_insert_key_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_intersection.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_kleene_star.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_lists.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_lists_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_loops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_meta.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_minimal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_multi_pass_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_nil.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_no_actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_numerics.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_numerics_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parametric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parse_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parse_tree_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parse_tree_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parser_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parser_id.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parser_names.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_parser_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_position_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_position_iterator_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_positive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_push_back_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_push_front_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_range_run.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_ref_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_ref_const_ref_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_ref_const_ref_const_ref_a.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_ref_const_ref_value_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_ref_value_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_refactoring.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_rule_alias.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_rule_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_safe_bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_scanner.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_scanner_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_scoped_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_select.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_sequential_and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_sequential_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_skipper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_skipper_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_spirit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_static.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_stored_rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_stored_rule_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_subrule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_subrule_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_swap_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_switch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_symbols_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_traverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_tree_to_xml.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/classic_while.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_alternative.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_and_predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_attr_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_auxiliary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_buffer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_center_alignment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_char_.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_char_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_columns.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_delimit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_directive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_duplicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_eol.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_eps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_format.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_format_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_format_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_generate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_generate_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_generate_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_kleene.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_left_alignment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_maxwidth.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_no_delimit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_nonterminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_not_predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_numeric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_omit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_operator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_phoenix_attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_real.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_repeat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_right_alignment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_strict_relaxed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_uint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_upper_lower_case.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_verbatim.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/karma_what.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_char_token_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_generate_static_lexertl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_lexer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_lexertl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_static_lexertl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_tokenize_and_parse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/lex_tokenize_and_parse_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_binders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_casts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_closures.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_new.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_special_ops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_statements.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_tuple_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix1_tuples.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_bind.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_fusion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_operator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_scope.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_statement.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_stl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/phoenix_version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_alternative.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_and_predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_attr_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_auxiliary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_bool.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_char_.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_char_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_core.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_difference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_directive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_eoi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_eol.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_eps.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_expect.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_int.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_kleene.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_lazy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_lexeme.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_lit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_match_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_match_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_matches.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_no_case.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_no_skip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_nonterminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_not_predicate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_numeric.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_omit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_operator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_optional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_parse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_parse_attr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_parse_auto.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_permutation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_plus.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_raw.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_real.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_repeat.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_rule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_sequential_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_skip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_uint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/qi_what.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_adapt_adt_attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_any.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_any_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_any_if_ns.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_any_ns.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_argument.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_ascii.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_attributes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_attributes_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_char_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_iso8859_1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_istream_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_locals.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_look_ahead.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_modify.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_multi_pass_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_ostream_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_standard.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_standard_wide.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_string_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/support_unused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/include/version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator/file_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator/file_iterator_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator/fixed_size_queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator/multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator/multi_pass_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator/position_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator/position_iterator_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/meta Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/meta/as_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/meta/fundamental.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/meta/parser_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/meta/refactoring.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/meta/traverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/meta.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/actor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/binders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/casts.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/closures.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/composite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/new.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/special_ops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/statements.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/tuple_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix/tuples.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/phoenix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/karma Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/karma/directive Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/karma/directive/confix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/karma/directive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/karma/nonterminal Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/karma/nonterminal/subrule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/karma/nonterminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/karma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/directive Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/directive/confix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/directive/distinct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/directive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/nonterminal Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/nonterminal/subrule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/nonterminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/primitive Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/primitive/flush_multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/primitive/iter_pos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi/primitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/qi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/support Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/support/confix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/support/distinct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/support/flush_multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/home/support/subrule_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/karma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/karma_confix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/karma_directive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/karma_nonterminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/karma_subrule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi_confix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi_directive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi_distinct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi_flush_multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi_iter_pos.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi_nonterminal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi_primitive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/repository/include/qi_subrule.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/symbols Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/symbols/symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/symbols/symbols_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/symbols/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/ast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/ast_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/common.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/common_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/parse_tree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/parse_tree_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/parse_tree_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/parsetree.dtd Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/tree_to_xml.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/tree/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/chset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/chset_operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/confix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/confix_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/distinct.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/distinct_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/escape_char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/escape_char_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/flush_multi_pass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/functor_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/grammar_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/grammar_def_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/lists.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/lists_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/loops.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/rule_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/scoped_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit/version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/spirit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/asynchronous_state_machine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/custom_reaction.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/deep_history.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/deferral.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/avoid_unused_warning.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/constructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/counted_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/leaf_state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/node_state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/reaction_dispatcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/rtti_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/detail/state_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/event.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/event_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/event_processor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/exception_translator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/fifo_scheduler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/fifo_worker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/history.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/in_state_reaction.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/null_exception_translator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/processor_container.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/result.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/shallow_history.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/simple_state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/state_machine.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/termination.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/statechart/transition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/static_assert.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/strong_typedef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/swap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/system Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/system/api_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/system/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/system/cygwin_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/system/error_code.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/system/linux_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/system/system_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/system/windows_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/auto_unit_test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/debug.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/debug_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail/enable_warnings.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail/fwd_decl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail/global_typedef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail/log_level.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail/suppress_warnings.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail/unit_test_parameters.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/detail/workaround.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/exception_safety.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/execution_monitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/floating_point_comparison.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/framework.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/compiler_log_formatter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/cpp_main.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/debug.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/exception_safety.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/execution_monitor.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/framework.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/interaction_based.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/logged_expectations.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/plain_report_formatter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/progress_monitor.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/results_collector.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/results_reporter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/test_main.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/test_tools.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/unit_test_log.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/unit_test_main.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/unit_test_monitor.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/unit_test_parameters.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/unit_test_suite.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/xml_log_formatter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/impl/xml_report_formatter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/included Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/included/prg_exec_monitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/included/test_exec_monitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/included/unit_test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/included/unit_test_framework.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/interaction_based.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/logged_expectations.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/minimal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/mock_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/output Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/output/compiler_log_formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/output/plain_report_formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/output/xml_log_formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/output/xml_report_formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/output_test_stream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/parameterized_test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/predicate_result.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/prg_exec_monitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/progress_monitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/results_collector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/results_reporter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/test_case_template.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/test_exec_monitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/test_observer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/test_tools.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/unit_test.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/unit_test_log.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/unit_test_log_formatter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/unit_test_monitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/unit_test_suite.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/unit_test_suite_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/assign_op.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/basic_cstring Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/basic_cstring/basic_cstring.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/basic_cstring/compare.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/basic_cstring/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/callback.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/class_properties.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/custom_manip.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/fixed_mapping.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/foreach.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/iterator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/iterator/ifstream_line_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/iterator/input_iterator_facade.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/iterator/istream_line_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/iterator/token_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/lazy_ostream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/named_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/nullstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/rtti.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/argument.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/argument_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/argv_traverser.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/argv_traverser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/argv_traverser.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/basic_parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/char_parameter.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/char_parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/char_parameter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/detail/argument_value_usage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/dual_name_parameter.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/dual_name_parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/dual_name_parameter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/id_policy.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/id_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/id_policy.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/iface Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/iface/argument_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/iface/id_policy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/modifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/named_parameter.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/named_parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/named_parameter.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/parser.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/parser.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/positional_parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/typed_parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/validation.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/validation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/validation.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/value_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/cla/value_handler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/configuration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/env Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/env/environment.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/env/environment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/env/environment.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/env/fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/env/modifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/env/variable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/file Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/file/config_file.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/file/config_file.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/file/config_file_iterator.cpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/file/config_file_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/interpret_argument_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/parameter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/trace.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/runtime/validation.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/trivial_singleton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/wrap_stringstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/test/utils/xml_printer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/barrier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/condition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/condition_variable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/force_cast.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/move.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/platform.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/singleton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/thread_group.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/thread_heap_alloc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/thread_interruption.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/detail/tss_hooks.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/future.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/locks.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/once.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/condition_variable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/condition_variable_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/once.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/pthread_mutex_scoped_lock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/recursive_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/shared_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/thread_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/thread_heap_alloc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/pthread/timespec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/recursive_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/shared_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/thread_time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/tss.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/basic_recursive_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/basic_timed_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/condition_variable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/interlocked_read.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/once.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/recursive_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/shared_mutex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/thread_data.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/thread_heap_alloc.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/win32/thread_primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread/xtime.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/thread.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/throw_exception.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/timer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/token_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/token_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tokenizer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/cmath.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/complex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/detail/config_all.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/detail/functor2iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/detail/math_overloads.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/random.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/algorithm Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/array Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/bcc32 Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/bcc32/array.h Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/bcc32/random.h Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/bcc32/regex.h Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/bcc32/tuple.h Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/bcc32/type_tra.h Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/bcc32/unordere.h Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/bitset Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/cmath Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/complex Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/deque Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/exception Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/fstream Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/functional Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/iomanip Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/ios Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/iostream Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/istream Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/iterator Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/limits Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/list Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/locale Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/map Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/memory Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/new Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/numeric Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/ostream Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/queue Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/random Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/regex Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/set Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sstream Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/stack Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/stdexcept Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/streambuf Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/string Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/strstream Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/algorithm.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/array.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/bcc32.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/bitset.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/cmath.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/complex.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/deque.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/exception.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/fstream.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/functional.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/iomanip.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/ios.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/iostream.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/istream.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/iterator.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/limits.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/list.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/locale.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/map.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/memory.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/new.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/numeric.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/ostream.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/queue.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/random.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/regex.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/set.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/sstream.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/stack.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/stdexcept.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/streambuf.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/string.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/strstream.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/sun.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/tuple.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/type_traits.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/typeinfo.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/unordered_map.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/unordered_set.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/utility.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/valarray.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/sun/vector.SUNWCCh Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/tuple Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/type_traits Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/typeinfo Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/unordered_map Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/unordered_set Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/utility Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/valarray Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tr1/vector Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/type_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/unordered_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/unordered_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tr1/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tuple Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tuple/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tuple/detail/tuple_basic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tuple/detail/tuple_basic_no_partial_spec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tuple/tuple.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tuple/tuple_comparison.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/tuple/tuple_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/add_const.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/add_cv.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/add_lvalue_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/add_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/add_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/add_rvalue_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/add_volatile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/aligned_storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/alignment_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/alignment_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/arithmetic_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/array_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/broken_compiler_spec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/common_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/composite_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/conditional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/conversion_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/cv_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/decay.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/bool_trait_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/bool_trait_undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/common_type_imp.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/cv_traits_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/false_result.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/ice_and.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/ice_eq.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/ice_not.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/ice_or.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/is_function_ptr_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/is_function_ptr_tester.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/size_t_trait_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/size_t_trait_undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/template_arity_spec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/type_trait_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/type_trait_undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/wrap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/detail/yes_no_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/extent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/floating_point_promotion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/function_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_new_operator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_nothrow_assign.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_nothrow_constructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_nothrow_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_nothrow_destructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_trivial_assign.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_trivial_constructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_trivial_copy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_trivial_destructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/has_virtual_destructor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/ice.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/integral_constant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/integral_promotion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/intrinsics.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_abstract.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_arithmetic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_array.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_base_and_derived.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_base_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_base_of_tr1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_class.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_complex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_compound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_const.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_convertible.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_empty.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_float.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_floating_point.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_function.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_fundamental.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_integral.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_lvalue_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_member_function_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_member_object_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_member_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_object.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_pod.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_polymorphic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_rvalue_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_same.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_scalar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_signed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_stateless.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_union.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_unsigned.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_virtual_base_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_void.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/is_volatile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/make_signed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/make_unsigned.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/remove_all_extents.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/remove_bounds.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/remove_const.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/remove_cv.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/remove_extent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/remove_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/remove_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/remove_volatile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/msvc/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/object_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/promote.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/rank.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/reference_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/remove_all_extents.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/remove_bounds.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/remove_const.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/remove_cv.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/remove_extent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/remove_pointer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/remove_reference.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/remove_volatile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/same_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/transform_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/transform_traits_spec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits/type_with_alignment.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/type_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/dmc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/dmc/typeof_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/encode_decode.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/encode_decode_params.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/incr_registration_group.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/int_encoding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/integral_template_param.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/message.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/modifiers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/msvc Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/msvc/typeof_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/native.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/pointers_data_members.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/register_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/register_functions_iterate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/register_fundamental.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/register_mem_functions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/bitset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/complex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/deque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/fstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/functional.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/iostream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/istream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/locale.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/memory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/ostream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/queue.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/sstream.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/stack.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/streambuf.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/valarray.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/std/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/template_encoding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/template_template_param.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/type_encoding.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/type_template_param.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/typeof_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/unsupported.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/vector100.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/vector150.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/vector200.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/typeof/vector50.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/absolute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_dimension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/angle Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/angle/arcminute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/angle/arcsecond.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/angle/degree.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/angle/gradian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/angle/radian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/angle/revolution.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/angle/steradian.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/astronomical Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/astronomical/astronomical_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/astronomical/light_day.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/astronomical/light_hour.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/astronomical/light_minute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/astronomical/light_second.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/astronomical/light_year.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/astronomical/parsec.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/cgs Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/cgs/biot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/cgs/centimeter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/cgs/gram.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/conversions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/drachm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/fluid_ounce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/foot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/furlong.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/gallon.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/gill.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/grain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/hundredweight.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/inch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/league.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/mile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/ounce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/pint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/pound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/quart.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/quarter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/stone.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/thou.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/ton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/imperial/yard.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/angstrom.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/are.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/atmosphere.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/bar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/barn.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/day.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/fermi.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/hectare.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/hour.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/knot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/liter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/micron.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/minute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/mmHg.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/nautical_mile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/ton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/torr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/metric/year.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/si Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/si/ampere.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/si/candela.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/si/kelvin.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/si/kilogram.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/si/meter.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/si/mole.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/si/second.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/temperature Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/temperature/celsius.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/temperature/conversions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/temperature/fahrenheit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/cup.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/dram.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/fluid_dram.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/fluid_ounce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/foot.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/gallon.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/gill.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/grain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/hundredweight.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/inch.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/mil.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/mile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/minim.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/ounce.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/pint.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/pound.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/pound_force.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/quart.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/tablespoon.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/teaspoon.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/ton.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/base_units/us/yard.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/cmath.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/conversion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/derived_dimension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/absolute_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/cmath_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/conversion_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/dim_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/dimension_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/dimension_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/dimensionless_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/heterogeneous_conversion.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/linear_algebra.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/one.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/ordinal.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/prevent_redefinition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/push_front_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/push_front_or_add.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/sort.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/static_rational_power.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/unscale.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/detail/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/dim.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/dimension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/dimensionless_quantity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/dimensionless_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/dimensionless_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/get_dimension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/get_system.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/heterogeneous_system.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/homogeneous_system.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_dim.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_dimension_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_dimensionless.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_dimensionless_quantity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_dimensionless_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_quantity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_quantity_of_dimension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_quantity_of_system.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_unit_of_dimension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/is_unit_of_system.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/lambda.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/limits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/make_scaled_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/make_system.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/operators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/absorbed_dose.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/acceleration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/activity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/amount.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/angular_acceleration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/angular_momentum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/angular_velocity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/area.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/capacitance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/conductance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/conductivity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/current.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/dose_equivalent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/dynamic_viscosity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/electric_charge.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/electric_potential.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/energy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/energy_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/force.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/frequency.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/heat_capacity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/illuminance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/impedance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/inductance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/kinematic_viscosity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/length.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/luminance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/luminous_flux.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/luminous_intensity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/magnetic_field_intensity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/magnetic_flux.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/magnetic_flux_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/mass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/mass_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/molar_energy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/molar_heat_capacity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/moment_of_inertia.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/momentum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/permeability.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/permittivity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/plane_angle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/power.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/pressure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/reluctance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/resistance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/resistivity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/solid_angle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/specific_energy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/specific_heat_capacity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/specific_volume.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/stress.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/surface_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/surface_tension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/temperature.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/thermal_conductivity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/torque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/velocity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/volume.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions/wavenumber.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/physical_dimensions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/pow.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/quantity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/reduce_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/scale.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/scaled_base_unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/static_constant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/static_rational.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/abstract.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/angle Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/angle/degrees.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/angle/gradians.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/angle/revolutions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/acceleration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/area.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/current.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/dimensionless.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/dynamic_viscosity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/energy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/force.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/frequency.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/kinematic_viscosity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/length.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/mass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/mass_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/momentum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/power.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/pressure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/velocity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/volume.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs/wavenumber.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/cgs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/detail/constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/absorbed_dose.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/acceleration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/activity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/amount.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/angular_acceleration.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/angular_momentum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/angular_velocity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/area.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/capacitance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/catalytic_activity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/alpha_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/atomic-nuclear_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/deuteron_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/electromagnetic_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/electron_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/helion_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/muon_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/neutron_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/physico-chemical_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/proton_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/tau_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/triton_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/typedefs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata/universal_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/codata_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/conductance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/conductivity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/current.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/dimensionless.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/dose_equivalent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/dynamic_viscosity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/electric_charge.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/electric_potential.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/energy.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/force.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/frequency.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/illuminance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/impedance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/inductance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/kinematic_viscosity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/length.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/luminous_flux.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/luminous_intensity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/magnetic_field_intensity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/magnetic_flux.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/magnetic_flux_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/mass.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/mass_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/moment_of_inertia.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/momentum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/permeability.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/permittivity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/plane_angle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/power.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/prefixes.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/pressure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/reluctance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/resistance.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/resistivity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/solid_angle.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/surface_density.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/surface_tension.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/temperature.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/time.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/torque.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/velocity.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/volume.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si/wavenumber.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/si.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/temperature Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/temperature/celsius.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/systems/temperature/fahrenheit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/unit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/units/units_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/allocator_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/buckets.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/equivalent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/extract_key.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/move.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/node.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/table.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/unique.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/detail/util.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/unordered_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/unordered_map_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/unordered_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered/unordered_set_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered_map.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/unordered_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/addressof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/base_from_member.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/compare_pointees.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/declval.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/detail/in_place_factory_prefix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/detail/in_place_factory_suffix.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/detail/result_of_iterate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/enable_if.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/in_place_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/result_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/swap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/typed_in_place_factory.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility/value_init.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/utility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/name_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/nil_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/random_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/seed_rng.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/sha1.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/string_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/uuid.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/uuid_generators.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/uuid_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/uuid/uuid_serialize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/apply_visitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/bad_visit.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/apply_visitor_binary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/apply_visitor_delayed.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/apply_visitor_unary.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/backup_holder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/bool_trait_def.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/bool_trait_undef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/cast_storage.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/enable_recursive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/enable_recursive_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/forced_return.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/generic_result_type.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/has_nothrow_move.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/has_trivial_move.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/initializer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/make_variant_list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/move.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/over_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/substitute.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/substitute_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/variant_io.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/detail/visitation_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/get.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/recursive_variant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/recursive_wrapper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/recursive_wrapper_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/static_visitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/variant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/variant_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant/visitor_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/variant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/visit_each.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpp_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpp_exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpp_iteration_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpp_throw.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/convert_trigraphs.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/cpp_lex_interface.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/cpp_lex_interface_generator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/cpp_lex_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/cpp_lex_token.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/cpplexer_exceptions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/detect_include_guards.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/re2clex Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/re2clex/aq.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/re2clex/cpp_re.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/re2clex/scanner.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/token_cache.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/cpplexer/validate_universal_char.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_chlit_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_defined_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_defined_grammar_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_expression_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_expression_grammar_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_expression_value.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_grammar_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_intlit_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_literal_grammar_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_predef_macros_gen.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_predef_macros_grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/grammars/cpp_value_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/language_support.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/preprocessing_hooks.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/token_ids.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/cpp_ifblock.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/cpp_include_paths.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/cpp_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/cpp_macromap.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/cpp_macromap_predef.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/cpp_macromap_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/file_position.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/filesystem_compatibility.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/flex_string.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/functor_input.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/insert_whitespace_detection.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/interpret_pragma.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/iteration_context.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/macro_definition.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/macro_helpers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/pattern_parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/symbol_table.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/time_conversion_helper.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/transform_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/util/unput_queue_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/wave_config.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/wave_config_constant.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/wave_version.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave/whitespace_handling.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/wave.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/weak_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/basic_regex.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/access.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/adaptor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/finder.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/flow_control.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/icase.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/linker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/list.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/action_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/alternate_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/any_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/assert_line_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/assert_word_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/attr_begin_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/attr_end_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/attr_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/charset_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/end_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/epsilon_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/keeper_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/literal_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/lookahead_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/mark_end_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/mark_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/optional_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/predicate_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/range_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/regex_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/set_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/string_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matcher/true_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/matchers.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/optimize.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/peeker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/quant_style.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/regex_domain.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/regex_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/results_cache.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/state.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/sub_match_impl.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/core/sub_match_vector.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/detail_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/dynamic Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/dynamic/dynamic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/dynamic/matchable.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/dynamic/parse_charset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/dynamic/parser.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/dynamic/parser_enum.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/dynamic/parser_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/dynamic/sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/compile.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/grammar.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/is_pure.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/modifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/placeholders.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/static.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_action.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_alternate.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_independent.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_inverse.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_marker.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_matcher.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_modifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_quantifier.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_sequence.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transforms/as_set.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/transmogrify.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/type_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/visitor.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/static/width_of.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/algorithm.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/any.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/boyer_moore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/chset Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/chset/basic_chset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/chset/basic_chset.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/chset/chset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/chset/range_run.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/chset/range_run.ipp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/cons.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/counted_base.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/dont_care.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/hash_peek_bitset.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/ignore_unused.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/literals.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/never_true.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/save_restore.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/sequence_stack.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/symbols.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/tracking_ptr.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/traits_utils.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/detail/utility/width.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/match_results.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_actions.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_algorithms.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_compiler.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_constants.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_error.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_primitives.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_token_iterator.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/sub_match.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/traits Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/traits/c_regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/traits/cpp_regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/traits/detail Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/traits/detail/c_ctype.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/traits/null_regex_traits.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/xpressive.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/xpressive_dynamic.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/xpressive_fwd.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/xpressive_static.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/boost/xpressive/xpressive_typeof.hpp Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/lib/boost_serialization-vc100-mt-1_45.dll Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/lib/boost_serialization-vc100-mt-1_45.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/lib/boost_serialization-vc100-mt-gd-1_45.dll Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/lib/boost_serialization-vc100-mt-gd-1_45.lib Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/lib/libboost_serialization-mgw34-mt-1_45.dll Added : /trunk/SimulationRuntime/cpp/Source/3rdParty/boost_1_45_0/lib/libboost_serialization-mgw34-mt-d-1_45.dll Added : /trunk/SimulationRuntime/cpp/Source/DataExchange Added : /trunk/SimulationRuntime/cpp/Source/DataExchange/Interfaces Added : /trunk/SimulationRuntime/cpp/Source/DataExchange/Interfaces/IHistory.h Added : /trunk/SimulationRuntime/cpp/Source/Math Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOps.zip Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Constants.h Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.cpp Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.h Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation/stdafx.cpp Added : /trunk/SimulationRuntime/cpp/Source/Math/Implementation/stdafx.h Added : /trunk/SimulationRuntime/cpp/Source/Math/Interfaces Added : /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/IBlas.h Added : /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h Added : /trunk/SimulationRuntime/cpp/Source/Math/Math.mak Added : /trunk/SimulationRuntime/cpp/Source/Math/Math.vcxproj Added : /trunk/SimulationRuntime/cpp/Source/Math/Math.vcxproj.filters Added : /trunk/SimulationRuntime/cpp/Source/Math/Math.vcxproj.user Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Implementation.vcxproj Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Implementation.vcxproj.filters Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Implementation.vcxproj.user Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/SettingsFactory.mak Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.cpp Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/targetver.h Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/GlobalSettings.xml Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h Added : /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h Added : /trunk/SimulationRuntime/cpp/Source/SimManager Added : /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp Added : /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.h Added : /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp Added : /trunk/SimulationRuntime/cpp/Source/SimManager/Main.mak Added : /trunk/SimulationRuntime/cpp/Source/SimManager/Main.vcxproj Added : /trunk/SimulationRuntime/cpp/Source/SimManager/Main.vcxproj.filters Added : /trunk/SimulationRuntime/cpp/Source/SimManager/Main.vcxproj.user Added : /trunk/SimulationRuntime/cpp/Source/SimManager/StdAfx.cpp Added : /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h Added : /trunk/SimulationRuntime/cpp/Source/Solver Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.mak Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.vcxproj Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.vcxproj.filters Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.vcxproj.user Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.cpp Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Interfaces Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/EulerSettings.xml Added : /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Solver.mak Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Solver.ncb Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Solver.vcxproj Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Solver.vcxproj.filters Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Solver.vcxproj.user Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.cpp Added : /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces Added : /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/IAlgLoopSolver.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/IDAESolver.h Added : /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h Added : /trunk/SimulationRuntime/cpp/Source/System Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/ClassDiagram1.cd Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/System.mak Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/System.vcxproj Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/System.vcxproj.filters Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/System.vcxproj.user Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.cpp Added : /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.h Added : /trunk/SimulationRuntime/cpp/Source/System/Interfaces Added : /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h Added : /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolver.h Added : /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h Added : /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h Added : /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IDataExchange.h Added : /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h Added : /trunk/SimulationRuntime/cpp/Source/System/Interfaces/ISystemProperties.h Added : /trunk/SimulationRuntime/cpp/Source/System/Newton Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.h Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.mak Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.vcxproj Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.vcxproj.filters Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.vcxproj.user Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.cpp Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Interfaces Added : /trunk/SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h Revision: 7882 Author: adrpo Date: 14:38:46, den 8 februari 2011 Message: - Absyn.crefHasSubscripts has a new function to check if a component reference has subscripts ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Revision: 7881 Author: sjoelund.se Date: 14:26:08, den 8 februari 2011 Message: - Added check for ClassInf.trans when instantiating equation-sections - Packages and functions containing equations now fail ---- Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/testsuite/mofiles/ConnectorIllegal.mo Modified : /trunk/testsuite/mofiles/FunctionWithEquation.mo Revision: 7878 Author: sjoelund.se Date: 20:48:40, den 6 februari 2011 Message: - Expected output ---- Modified : /trunk/testsuite/bootstrapping/DumpTest.mos Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Modified : /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/expandable/ExpandableConnectors.mos Modified : /trunk/testsuite/interactive/RunScript.mos Modified : /trunk/testsuite/interactive/XmlDumpComment.mos Modified : /trunk/testsuite/interactive/interactive_api_attributes.mos Modified : /trunk/testsuite/interactive/interactive_api_classes.mos Modified : /trunk/testsuite/interactive/regex.mos Modified : /trunk/testsuite/libraries/biochem/BiochemModels.mos Modified : /trunk/testsuite/libraries/biochem/EnzMM.mos Modified : /trunk/testsuite/libraries/biochem/Glycolysis.mos Modified : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /trunk/testsuite/libraries/biochem/UniBi.mos Modified : /trunk/testsuite/libraries/biochem/UniUni.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Modified : /trunk/testsuite/mofiles/InvertedPendulumTotal.mo Modified : /trunk/testsuite/mofiles/StringLiterals.mo Modified : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/Random.mos Modified : /trunk/testsuite/mosfiles/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dassl2/Matrix.mos Modified : /trunk/testsuite/mosfiles-dassl2/Random.mos Modified : /trunk/testsuite/mosfiles-dassl2/SyncFilter.mos Modified : /trunk/testsuite/mosfiles-nosim/EnzMM.mos Revision: 7877 Author: sjoelund.se Date: 20:21:27, den 6 februari 2011 Message: - Expected output ---- Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/elementary/_UseThisTestToMakeANewOne.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Revision: 7876 Author: sjoelund.se Date: 20:14:29, den 6 februari 2011 Message: - Expected output ---- Modified : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl221/AIMS_start.mos Modified : /trunk/testsuite/libraries/msl221/Accelerate.mos Modified : /trunk/testsuite/libraries/msl221/BusUsage.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl221/ChuaCircuit.mos Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl221/DCEE_start.mos Modified : /trunk/testsuite/libraries/msl221/DCPM_start.mos Modified : /trunk/testsuite/libraries/msl221/DCSE_start.mos Modified : /trunk/testsuite/libraries/msl221/Damper.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /trunk/testsuite/libraries/msl221/ElasticBearing.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl221/ExtractorTest.mos Modified : /trunk/testsuite/libraries/msl221/First.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl221/Friction.mos Modified : /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl221/HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl221/IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl221/InitialConditions.mos Modified : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/Motor.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/OneMass.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/Oscillator.mos Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/ParallelCooling.mos Modified : /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad2.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl221/PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/Rectifier.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/Sensors.mos Modified : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/SignConvention.mos Modified : /trunk/testsuite/libraries/msl221/SimpleCooling.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYD.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYY.mos Modified : /trunk/testsuite/libraries/msl221/TwoMass.mos Modified : /trunk/testsuite/libraries/msl221/TwoMasses.mos Modified : /trunk/testsuite/libraries/msl221/WhyArrows.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Revision: 7875 Author: sjoelund.se Date: 19:50:53, den 6 februari 2011 Message: - Updated parser expected output ---- Modified : /trunk/testsuite/parser/CheckSourcesForTabs.mos Modified : /trunk/testsuite/parser/ParseFullModelica1.6.mos Modified : /trunk/testsuite/parser/ParseFullModelica2.2.1.mos Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Modified : /trunk/testsuite/parser/ParseFullModelica3.2.mos Modified : /trunk/testsuite/parser/ParseModel.mos Revision: 7874 Author: sjoelund.se Date: 19:46:35, den 6 februari 2011 Message: - Fixed handling of string literals: - elabExp will now unescape any string to canonical form - calling MM stringLength on a string now returns the actual length of the string - calling expEqual on strings now works correctly - using CevalScript now returns properly escaped strings; for example "ab\"c" is now displayed instead of "ab"c" (which would not parse) - Note: list() in CevalScript and Interactive is different! The one in Interactive will not escape output strings - This seems to make OMEdit work as expected, but the function should probably be fixed - Note: Any elabExp-style function (takes Absyn.STRING as input) should now use System.unescapedString on the given string to make it canonical - System.unescapedString will only break string sharing if the string has to be modified (if it has no sequence to unescape it returns the old string) - The testsuite will be updated in the next few commits (Codebeamer could not handle the size of the diff) ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7873 Author: adrpo Date: 18:54:39, den 5 februari 2011 Message: - add -lregex for linking in Windows. ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Revision: 7866 Author: perost Date: 13:54:43, den 4 februari 2011 Message: - Implemented constant evaluation of array reductions in Ceval. ---- Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/testsuite/mofiles/ConstantReductions.mo Revision: 7863 Author: mohsen Date: 20:08:18, den 3 februari 2011 Message: observer ---- Modified : /trunk/OMNotebook/DrControl/Observer/Observer.onb Revision: 7860 Author: sjoelund.se Date: 13:14:47, den 3 februari 2011 Message: - Added regex and regexBool scripting functions, and a testcase ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/testsuite/interactive/Makefile Added : /trunk/testsuite/interactive/regex.mos Revision: 7859 Author: perost Date: 11:57:06, den 3 februari 2011 Message: - Added support for wildcard assignments in CevalFunction. ---- Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Revision: 7858 Author: perost Date: 11:00:05, den 3 februari 2011 Message: - Added +g=nogen to test mofiles/FunctionEval10 to make sure it never tries to generate code for the function. ---- Modified : /trunk/testsuite/mofiles/FunctionEval10.mo Revision: 7857 Author: perost Date: 10:56:28, den 3 februari 2011 Message: - Fixed problems with local function variables with flexible sizes in CevalFunction. - Added test case mofiles/FunctionEval10. ---- Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/Util/System.mo Added : /trunk/testsuite/mofiles/FunctionEval10.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 7856 Author: sjoelund.se Date: 22:42:18, den 2 februari 2011 Message: - Added initial implementation of scripting function regex (we might make this part of the MetaModelica builtin environment because it is so nifty...) - This version lacks some features (only returns true/false, but it does set Error.mo so even if it looks like it succeeds you should check it) ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7855 Author: sjoelund.se Date: 22:37:45, den 2 februari 2011 Message: Updated OMDEV makefiles (link against -lregex) - A NEW OMDev (2011-02-02) is needed for this (older version do not include regex.h) ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 7854 Author: sjoelund.se Date: 16:49:23, den 2 februari 2011 Message: - Added scripting function readFileShowLineNumbers - It's implemented in OpenModelica script instead of MetaModelica itself ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Revision: 7851 Author: perost Date: 15:57:23, den 2 februari 2011 Message: - Added symbol table to CevalFunction. ---- Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Revision: 7849 Author: perost Date: 14:34:59, den 2 februari 2011 Message: - Fixed correct limits for reductions on 64-bit platforms. - Added simplification of reductions of an array with one element. - Updated test mofiles/NonConstantReduction. ---- Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/modelica.h Modified : /trunk/testsuite/mofiles/NonConstantReduction.mo Revision: 7848 Author: perost Date: 13:25:15, den 2 februari 2011 Message: Fix for bug #1412: - Removed error message for non-constant reductions. - Added test case mofiles/NonConstantReduction. - Fixed test case mosfiles/val. ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/NonConstantReduction.mo Modified : /trunk/testsuite/mosfiles/val.mos Revision: 7847 Author: sjoelund.se Date: 13:21:51, den 2 februari 2011 Message: - Added Absyn.Info comments for statements in the generated C-code ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Parser/Modelica.g Revision: 7846 Author: perost Date: 13:00:40, den 2 februari 2011 Message: Fix for bug #1422: - Fixed incorrect type on ranges when doing type conversion. - Updated test mosfiles-dassl2/nonConstantParam and added test mofiles/SimplifyRangeInCall. ---- Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/SimplifyRangeInCall.mo Modified : /trunk/testsuite/mosfiles-dassl2/nonConstantParam.mos Revision: 7844 Author: sjoelund.se Date: 09:44:46, den 2 februari 2011 Message: - val() is now part of the builtin environment ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles-dassl2/nonConstantParam.mos Revision: 7843 Author: perost Date: 16:35:19, den 1 februari 2011 Message: - Fixed proper handling of encapsulated in SCodeFlatten. - Fixed test mofiles/Sequence and added mofiles/Encapsulated4. - Detabbed some comments. ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Util/Error.mo Added : /trunk/testsuite/mofiles/Encapsulated4.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/Sequence.mo Revision: 7842 Author: sjoelund.se Date: 16:22:48, den 1 februari 2011 Message: - Moved more scripting functions into the builtin environment - Some even have a bit of documentation attached now ---- Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/testsuite/interactive/XmlDumpComment.mos Revision: 7841 Author: perost Date: 14:06:15, den 1 februari 2011 Message: - Fixed correct scope type when adding new classes to the environment in SCodeFlatten. ---- Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Revision: 7840 Author: perost Date: 13:13:18, den 1 februari 2011 Message: - Added support for enumeration redeclarations in SCodeFlatten. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Revision: 7839 Author: sjoelund.se Date: 13:04:13, den 1 februari 2011 Message: - Added support for OpenModelica.Code.TypeName - checkModel can now be represented in the builtin environment ---- Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Parser/Modelica.g Revision: 7838 Author: perost Date: 13:00:30, den 1 februari 2011 Message: - Added flattening of array dimensions to SCodeFlatten. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Revision: 7837 Author: perost Date: 12:38:07, den 1 februari 2011 Message: - Fixed flattening of short class definitions with modifications that depends on the extended class. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Revision: 7836 Author: sjoelund.se Date: 11:44:17, den 1 februari 2011 Message: - Updated expected result ---- Modified : /trunk/testsuite/meta/ErrorInvalidPattern2.mo Modified : /trunk/testsuite/meta/ErrorInvalidPattern3.mo Revision: 7835 Author: perost Date: 11:11:29, den 1 februari 2011 Message: - Added a new type of cref, Absyn.CREF_INVALID, which is used for crefs that could not be looked up in SCodeFlatten (which might still be valid, as long as they are not used). The error reporting for crefs that could not be found is now delayed until elaboration instead. - Removed some code for checking optional conditions, which is no longer needed because of CREF_INVALID. ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/c_runtime/matrix.h Revision: 7834 Author: sjoelund.se Date: 09:50:00, den 1 februari 2011 Message: - Propagated cache+env to BackendDAEUtil ---- Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Parser/Parser_omc.cpp Revision: 7833 Author: sjoelund.se Date: 09:32:49, den 1 februari 2011 Message: - Some fixes for compiling SCodeFlatten using bootstrapped OMC ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Revision: 7830 Author: perost Date: 19:18:10, den 31 januari 2011 Message: - Fixed extends so that imports are not inherited in SCodeLookup. - Added error message for extends-clauses that depend on inherited elements. - Added test case mofiles/InvalidExtends1 (disabled for now until SCodeFlatten will be used). - Fixed invalid use of extends in test mosfiles-nosim/FinalTests. ---- Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/testsuite/mofiles/InnerOuterWithExtends.mo Added : /trunk/testsuite/mofiles/InvalidExtends1.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles-nosim/FinalTests.mo Revision: 7828 Author: perost Date: 12:58:25, den 31 januari 2011 Message: - Renamed SCodeFlatten.flatten to flattenProgram and added flattenClass. - Added flattening of functions in Interactive (disabled by default). - Renamed some functions in SCodeFlattenImports to be grammatically correct. - Added fail as a builtin MetaModelica function in MetaModelicaBuiltin. - Added missing declarations in test case parser/MetaModelicaMatchElse. ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/testsuite/parser/MetaModelicaMatchElse.mo Revision: 7827 Author: perost Date: 11:00:37, den 31 januari 2011 Message: - Fixes for redeclare modifiers in components for SCodeFlatten. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Revision: 7826 Author: adeas31 Date: 09:51:53, den 31 januari 2011 Message: - New OMEdit version (Fixed the crashing problem caused by switching from text view to diagram/icon view). ---- Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7825 Author: sjoelund.se Date: 08:24:07, den 31 januari 2011 Message: - Removed loadFile of FrontEnd/ExpressionSolve as it is part of BackEnd ---- Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Revision: 7824 Author: sjoelund.se Date: 08:21:06, den 31 januari 2011 Message: - Removed old sources ---- Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Revision: 7822 Author: adeas31 Date: 15:31:37, den 30 januari 2011 Message: - Fixed the a bug sent by Massimo Ceraolo thst crahses OMEdit. The reason is the shapes at the icon layer are referring to the diagram layer which means they are actually referring to a null pointer. - There is no problem in Massimo's model. It was internal OMEdit bug (coding mistake). ---- Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Revision: 7819 Author: perost Date: 16:57:23, den 28 januari 2011 Message: - Propagated Absyn.Info from Absyn.ElementSpec to SCode.Element in SCodeUtil. - Replaced print with proper error message in SCodeEnv.checkUniqueQualifiedImport; ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Util/Error.mo Revision: 7818 Author: AlexeyLebedev Date: 16:43:09, den 28 januari 2011 Message: Modified non-expaned array processing so that DAE.RANGE is not used anymore. ---- Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Revision: 7817 Author: sjoelund.se Date: 16:36:58, den 28 januari 2011 Message: - Added Absyn.Info for Absyn.IMPORT(...) ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Parser/Modelica.g Revision: 7816 Author: sjoelund.se Date: 16:23:35, den 28 januari 2011 Message: - Removed some warnings about duplicate variable info being generated by not generating these anymore. ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Revision: 7812 Author: perost Date: 16:01:51, den 28 januari 2011 Message: - Better comments and error messages in SCodeLookup. ---- Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/Util/Error.mo Revision: 7810 Author: perost Date: 14:43:52, den 28 januari 2011 Message: - Implemented better support for match/matchcontinue expressions in Absyn.traverseExpBidir. - Fixed better error messages from SCodeLookup.lookupName. ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Revision: 7809 Author: mohsen Date: 14:34:57, den 28 januari 2011 Message: spel correction DrControl, StateSpace.onb ---- Modified : /trunk/OMNotebook/DrControl/StateSpace/StateSpace.onb Revision: 7808 Author: sjoelund.se Date: 12:04:21, den 28 januari 2011 Message: - Added printing of Absyn.Info when assertions happen in the simulation runtime, i.e. + e.g. [StringTest.mo:8:1-14:56:writable] Simulation call assert() at time 0.11 ... ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/Template/Unparsing.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/simulation_varinfo.c Modified : /trunk/c_runtime/simulation_varinfo.h Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mosfiles-dassl2/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl2/StringTest.mos Revision: 7807 Author: perost Date: 12:01:26, den 28 januari 2011 Message: - Implemented better support for MetaModelica in SCodeFlatten. ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/testsuite/meta/ErrorLocalElement1.mo Revision: 7805 Author: sjoelund.se Date: 10:56:51, den 28 januari 2011 Message: - Added a guard against algebraic types in the Modelica3 parser (list<...> only available with +g=MetaModelica) ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Parser/Modelica.g Revision: 7804 Author: sjoelund.se Date: 10:33:38, den 28 januari 2011 Message: - Fixed codegen for some reductions - ExpressionSimplify: + min/max({exp}) => exp + min/max({exp1,exp2}) => min/max(exp1,exp2) ---- Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/utility.h Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/MaxArray.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Revision: 7801 Author: sjoelund.se Date: 21:04:34, den 27 januari 2011 Message: - Added Absyn.Info to Absyn.REDECLARE and updated SCodeUtil - Fixed a bug in ExpressionSolve.mo ---- Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/Parser_omc.cpp Revision: 7800 Author: harka011 Date: 19:50:06, den 27 januari 2011 Message: Added an text shape and bitmap shape. Implemented functionality to the shapes, (change size, insert picture). ---- Added : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.cpp Added : /trunk/OMEdit/OMEditGUI/BitmapAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp Added : /trunk/OMEdit/OMEditGUI/Resources/icons/bitmap-shape.png Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Modified : /trunk/OMEdit/OMEditGUI/resource_omedit.qrc Modified : /trunk/OMEdit/bin/object_script.OMEdit.Debug Modified : /trunk/OMEdit/bin/object_script.OMEdit.Release Revision: 7799 Author: perost Date: 17:32:36, den 27 januari 2011 Message: - Changed SCode.COMPONENT to have an Absyn.Info instead of an Option. - Changed print to proper error message in SCodeEnv.avlTreeAdd2. - Updated some test cases due to better error messages. ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/mofiles/Encapsulated2.mo Modified : /trunk/testsuite/mofiles/Import2.mo Modified : /trunk/testsuite/mosfiles-nosim/LookupPackageFail.mos Revision: 7793 Author: perost Date: 14:37:10, den 27 januari 2011 Message: - Added simple check for recursive short class definitions in SCodeFlatten, to avoid stack overflows. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Revision: 7792 Author: wbraun Date: 14:27:34, den 27 januari 2011 Message: - correct a mistake from r7788 ---- Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Revision: 7789 Author: Frenkel TUD Date: 13:30:24, den 27 januari 2011 Message: - bugfix for BUG-1409 introduced in 7745 ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Revision: 7788 Author: wbraun Date: 13:19:57, den 27 januari 2011 Message: - Bugfixes for generation of jacobian matrix added testcase for that issue ---- Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/testsuite/linearize/Makefile Added : /trunk/testsuite/linearize/testknownvar.mo Added : /trunk/testsuite/linearize/testknownvar.mos Revision: 7787 Author: sjoelund.se Date: 12:51:51, den 27 januari 2011 Message: - Added expression simplification for asub of ranges, e.g. (1:2:10)[2]=>3 ---- Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Added : /trunk/testsuite/mofiles/ArrayCall.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 7786 Author: perost Date: 12:42:31, den 27 januari 2011 Message: - Changed SCodeFlatten.flatten so it uses the correct variables. - Changed SCodeEnv.printEnvStr so it prints the whole environment instead of only the last frame. - Implemented support for derived classes in SCodeFlattenImports. ---- Modified : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Revision: 7785 Author: sjoelund.se Date: 09:16:35, den 27 januari 2011 Message: - Added ceval of more arguments to scripting functions ---- Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 7784 Author: adrpo Date: 07:46:47, den 27 januari 2011 Message: - split SCodeFlatten.mo into several files: SCodeEnv.mo SCodeLookup.mo SCodeFlattenImports.mo SCodeFlattenExtends.mo SCodeFlattenRedeclare.mo ---- Added : /trunk/Compiler/FrontEnd/SCodeEnv.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Added : /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo Added : /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo Added : /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo Added : /trunk/Compiler/FrontEnd/SCodeLookup.mo Modified : /trunk/Compiler/Makefile.common Revision: 7782 Author: perost Date: 16:32:56, den 26 januari 2011 Message: - Implemented redeclaration of variables in SCodeFlatten. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7781 Author: perost Date: 15:07:00, den 26 januari 2011 Message: - Fixed small mistake in SCodeFlatten that caused compilation to fail. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7778 Author: perost Date: 13:06:32, den 26 januari 2011 Message: SCodeFlatten fixes: - Fixed path-merging bug when looking up through imports. - Propagated Absyn.Info where needed and replaced some print-calls with proper error messages. - Added evaluation of conditional expression when lookup of a component fails. ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7776 Author: sjoelund.se Date: 09:49:11, den 26 januari 2011 Message: - Updated Absyn.Modification to store an EqMod instead of Option. This also contains Absyn.Info. - Moved more scripting functions from Interactive.mo to CevalScript.mo, and defined them in ModelicaBuiltin.mo - Some of the scripting functions are defined in the builtin environment instead of special rules - getEnvironmentVar now returns "" instead of "error" - Removed MetaModelicaBuiltinImports.mo (defined in MetaModelica.mo as builtin instead of import X=Y) - Added simplification of String() - Fixed a bug in getTmpDir for RML ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo Deleted : /trunk/Compiler/FrontEnd/MetaModelicaBuiltinImports.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Script/Refactor.mo Modified : /trunk/Compiler/runtime/Settings_rml.c Modified : /trunk/Parser/Modelica.g Revision: 7774 Author: perost Date: 17:08:04, den 25 januari 2011 Message: - Added spliceFunction as a builtin function, since it's used in Modelica.Fluid (it's probably a Dymola builtin function). ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7771 Author: perost Date: 15:50:49, den 25 januari 2011 Message: - Fixed bug in SCodeFlatten.qualifyRedeclare where the merged path was incorrect. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7770 Author: perost Date: 14:55:48, den 25 januari 2011 Message: - More redeclare fixes in SCodeFlatten. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7768 Author: adrpo Date: 13:48:21, den 25 januari 2011 Message: - builds of clients using VS - small changes to make VS compile some files. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.exe Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.pdb Modified : /trunk/OMShell/omc_communicator.cpp Revision: 7767 Author: sjoelund.se Date: 13:32:58, den 25 januari 2011 Message: #1399 - Removed set/getClassNamesForSimulation from Interactive.mo - Moved strictRMLCheck() API call to CevalScript from Interactive ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Revision: 7766 Author: sjoelund.se Date: 12:06:31, den 25 januari 2011 Message: #1399 - Added some CevalScript functions to ModelicaBuiltin.mo - This means we now get vectorized builtin operator, and ExpressionSimplify - CevalScript still does not Ceval the inputs + loadFile(intString(1)+".mo") might not work + loadFile("a" + ".mo") will now work + loadFile({"a.mo","b.mo","c.mo"}) works + setCompilerFlags("singleFlag") now works as the function is vectorized instead of taking an array of strings as input ---- Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/testsuite/bootstrapping/DumpTest.mos Modified : /trunk/testsuite/bootstrapping/HashTableTest.mos Modified : /trunk/testsuite/bootstrapping/MainTest.mos Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Modified : /trunk/testsuite/bootstrapping/SimplifyTest.mos Modified : /trunk/testsuite/bootstrapping/SusanTest.mos Modified : /trunk/testsuite/meta/OptimizeContinue.mo Modified : /trunk/testsuite/meta/StrictRML.mos Revision: 7763 Author: adeas31 Date: 18:17:54, den 24 januari 2011 Message: Changed the about text. ---- Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7762 Author: sjoelund.se Date: 18:13:46, den 24 januari 2011 Message: - When converting from match to switch, (x as _) is treated as _ to determine if a column of patterns are WILD or not - Also, the last case is excused from this check as it may be a default case ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Revision: 7761 Author: adeas31 Date: 17:50:13, den 24 januari 2011 Message: another try to remove tabs form the file. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Revision: 7760 Author: adeas31 Date: 17:35:44, den 24 januari 2011 Message: removed tabs form the file ---- Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Revision: 7757 Author: adeas31 Date: 14:03:47, den 24 januari 2011 Message: Fixed the cells cut & copy bug. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Revision: 7752 Author: sjoelund.se Date: 10:54:44, den 24 januari 2011 Message: - Added support for a "default" case when doing the match->switch translation - intString now checks for numbers 0-9 and returns the literal directly, based on the fact that most (99.9995%) intString calls use these numbers (see below) checkEngineV6_analytic: $ grep intString log | sort -g -k2 | uniq -c 509518 intString: 1 346782 intString: 2 348622 intString: 3 620 intString: 4 1 intString: 7 1 intString: 13 1 intString: 62 1 intString: 228 1 intString: 7058 2 intString: 9491 ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 7750 Author: lochel Date: 20:33:52, den 23 januari 2011 Message: fixed handling of known variables for symbolic jacobian ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Revision: 7749 Author: sjoelund.se Date: 14:46:39, den 23 januari 2011 Message: - Added match->switch conversion for integers. - There are very few cases using this, but they are used for lookup and the performance increase seems good ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7748 Author: Frenkel TUD Date: 18:36:16, den 22 januari 2011 Message: - bugfix for r7745 ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Revision: 7747 Author: sjoelund.se Date: 07:26:39, den 22 januari 2011 Message: - More inline calls ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Revision: 7746 Author: sjoelund.se Date: 18:43:45, den 21 januari 2011 Message: - Cleaned up boxptr-functions for record constructors ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7745 Author: Frenkel TUD Date: 18:43:16, den 21 januari 2011 Message: - perform remove simple equations also for removed equations - check if there are inputs insight the parameter equation candidate ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Revision: 7743 Author: sjoelund.se Date: 16:52:50, den 21 januari 2011 Message: - Generate if-expressions as (cond ? tb : fb) in C-code if pre-exp of tb and fb is empty (less temporaries is always nice) ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7742 Author: sjoelund.se Date: 16:50:34, den 21 januari 2011 Message: - Moved elabType of "complex" types that have a regular base type (no longer uses a slot in the memory) ---- Modified : /trunk/Compiler/FrontEnd/Types.mo Revision: 7739 Author: sjoelund.se Date: 11:33:49, den 21 januari 2011 Message: - Added inlining of Util.if_ ---- Modified : /trunk/Compiler/Util/Util.mo Revision: 7738 Author: AlexeyLebedev Date: 11:28:00, den 21 januari 2011 Message: Improvement in non-expanded array processing; new testcase. ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/NonExpArray3.mo Revision: 7736 Author: sjoelund.se Date: 10:49:49, den 21 januari 2011 Message: - Fixed inlining of function pointers that do not return boxed data - Added expression simplification for "if cond then true else false => cond" and "if cond then false else true => not cond" - This found more simple equations in mosfiles-nosim/Model{1,2}.mos ---- Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/OptimizeMatchToIfExp.mo Modified : /trunk/testsuite/mosfiles-nosim/Model1.mos Modified : /trunk/testsuite/mosfiles-nosim/Model2.mos Revision: 7735 Author: sjoelund.se Date: 06:12:54, den 21 januari 2011 Message: - Annotated a few functions with __OpenModelica_EarlyInline - A NEW (r204+) OMDev or MetaModelica/RML is needed for this (older RML version do not parse annotations in regular functions): OMDEV: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/ Debian/Ubuntu Linux: apt-get update && apt-get upgrade rml-mmc OSX: port update && port upgrade rml-mmc - Also fixed a bug where inlined call expressions were not boxed - TODO: Propagate the inline annotation of functions in crefs that are pointers to a specific function ---- Modified : /trunk/Compiler/FrontEnd/ClassInf.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Util/Debug.mo Revision: 7734 Author: wbraun Date: 21:47:50, den 20 januari 2011 Message: - Bugfixes for ZeroCrossing in algorithm for loop - correct ident in simulation_events.{h,cpp} and solver_main.cpp - add testcase for ZeroCross in for loop and adjusted some other testcases ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles-dassl2/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles-dassl2/ArraySlice.mos Modified : /trunk/testsuite/mosfiles-dassl2/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles-dassl2/DAEexample2.mos Modified : /trunk/testsuite/mosfiles-dassl2/EnumArray.mos Modified : /trunk/testsuite/mosfiles-dassl2/HelloWorld.mos Modified : /trunk/testsuite/mosfiles-dassl2/Makefile Modified : /trunk/testsuite/mosfiles-dassl2/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles-dassl2/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles-dassl2/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles-dassl2/Reductions.mos Modified : /trunk/testsuite/mosfiles-dassl2/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles-dassl2/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles-dassl2/WhenPriority.mos Added : /trunk/testsuite/mosfiles-dassl2/ZeroCross.mo Added : /trunk/testsuite/mosfiles-dassl2/ZeroCross.mos Revision: 7731 Author: adrpo Date: 17:20:22, den 20 januari 2011 Message: - added by mistake ---- Deleted : /trunk/OpenModelica_se Revision: 7727 Author: sjoelund.se Date: 12:53:41, den 20 januari 2011 Message: - Updated the Ubuntu compilation cheat sheet ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 7726 Author: sjoelund.se Date: 12:50:06, den 20 januari 2011 Message: - Removed more Builtin.isXXX functions (Modelica.Math.min/max/cross/transpose do not even exist!) ---- Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Revision: 7725 Author: perost Date: 12:28:15, den 20 januari 2011 Message: - Fixed handling of redeclares in variable modifications and extends clauses in SCodeFlatten lookup. - Ported optimizations from Env for the AVL tree to SCodeFlatten. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7723 Author: sjoelund.se Date: 09:08:51, den 20 januari 2011 Message: - Removed some Builtin.isXXX functions that should not be used (pattern-matching is a lot faster and we no longer need it in order to look for sin or Modelica.Math.sin) ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Revision: 7722 Author: sjoelund.se Date: 23:00:32, den 19 januari 2011 Message: - Known external "C" calls are now treated as external "builtin" - That is, Modelica.Math.sin becomes a call to sin because it is calling the same C function we know that the builtin function is calling - This finds more functions than just Modelica.Math.sin (some of the testcases mapped their own external "C" function to C) - We should also be able to change Derive.mo to do pattern-matching against "sin" now, instead of calling Builtin.isSin ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl221/AIMS_start.mos Modified : /trunk/testsuite/libraries/msl221/BusUsage.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/ExtractorTest.mos Modified : /trunk/testsuite/libraries/msl221/First.mos Modified : /trunk/testsuite/libraries/msl221/Friction.mos Modified : /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl221/HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/Oscillator.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl221/Rectifier.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/Sensors.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYD.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYY.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/mofiles/ExternalFunctionAnno.mo Modified : /trunk/testsuite/mofiles/ExternalFunctionBuiltin.mo Modified : /trunk/testsuite/mofiles/Function12.mo Modified : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo Modified : /trunk/testsuite/mofiles/drmodelica/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/ActivateWhenEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayConstruct1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim4.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayMult.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraysInitLegal.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest1.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest2.mo Modified : /trunk/testsuite/mofiles/drmodelica/Colors.mo Modified : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo Modified : /trunk/testsuite/mofiles/drmodelica/Concat3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo Modified : /trunk/testsuite/mofiles/drmodelica/DAEexample.mo Modified : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mo Modified : /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo Modified : /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mofiles/drmodelica/EquationCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/Equations.mo Modified : /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mo Modified : /trunk/testsuite/mofiles/drmodelica/FiveForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/FlatTank.mo Modified : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo Modified : /trunk/testsuite/mofiles/drmodelica/FuncDer.mo Modified : /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo Modified : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo Modified : /trunk/testsuite/mofiles/drmodelica/HideVariableForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo Modified : /trunk/testsuite/mofiles/drmodelica/IfEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo Modified : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Modified : /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mo Modified : /trunk/testsuite/mofiles/drmodelica/MRFcall.mo Modified : /trunk/testsuite/mofiles/drmodelica/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mofiles/drmodelica/MoonLanding.mo Modified : /trunk/testsuite/mofiles/drmodelica/MultFuncCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumForLoop.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/drmodelica/Summation.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mo Modified : /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenPriority.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM12.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM28.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo Revision: 7720 Author: sjoelund.se Date: 17:07:27, den 19 januari 2011 Message: #1397 - Declaring for example Modelica.Math.sin as external "builtin" now works as expected - The compiler will treat this as a call to the builtin function sin() - This means Derive.mo and Ceval.mo will work properly without dynamically loading the function or requiring special rules that check for MyPackage.sin or sin - Added testcase ExternalFunctionBuiltin.mo ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Added : /trunk/testsuite/mofiles/ExternalFunctionBuiltin.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 7719 Author: sjoelund.se Date: 14:59:50, den 19 januari 2011 Message: - -mt now generates profiling information for nonlinear, linear and mixed systems - meta_modelica_string_lit.{c,h} is now in svn instead of generated by sh (the script has problems supporting multiple platforms) ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/matrix.h Added : /trunk/c_runtime/meta_modelica_string_lit.c Added : /trunk/c_runtime/meta_modelica_string_lit.h Modified : /trunk/c_runtime/rtclock.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_mat.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Added : /trunk/c_runtime/simulation_varinfo.c (Copy from path: /trunk/c_runtime/simulation_varinfo.h, Revision, 7715) Modified : /trunk/c_runtime/simulation_varinfo.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/meta/EqPatternm.mo Revision: 7718 Author: wbraun Date: 14:15:56, den 19 januari 2011 Message: - modified comments for findZeroCrossing ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Revision: 7715 Author: sjoelund.se Date: 11:51:31, den 19 januari 2011 Message: - Fix Dynload sending boxed reals on OMDEV ---- Modified : /trunk/Compiler/runtime/Dynload.cpp Revision: 7713 Author: sjoelund.se Date: 10:34:50, den 19 januari 2011 Message: Changed impl. of boxed reals for OMDEV ---- Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/rml_compatibility.h Revision: 7712 Author: sjoelund.se Date: 07:40:56, den 19 januari 2011 Message: - Fix meta_modelica_gen_string_lit.sh for Windows ---- Modified : /trunk/c_runtime/meta_modelica_gen_string_lit.sh Revision: 7711 Author: wbraun Date: 04:56:33, den 19 januari 2011 Message: - added index DAE.Relation that are ZeroCrossings(for models e.g. CheckEvents.mo) therefore rewrited BackendCreate.findZeroCrossing and adjusted simulation_runtime and Compiler/*.mo files -> all testcases from mosfiles works also with dassl2 ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/ModUtil.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_result.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/c_runtime/solver_main.h Added : /trunk/testsuite/mosfiles-dassl2/CheckEvents.mo Added : /trunk/testsuite/mosfiles-dassl2/CheckEvents.mos Modified : /trunk/testsuite/mosfiles-dassl2/Delay.mos Modified : /trunk/testsuite/mosfiles-dassl2/IfEquation3.mos Modified : /trunk/testsuite/mosfiles-dassl2/Makefile Modified : /trunk/testsuite/mosfiles-dassl2/Sample2.mos Revision: 7710 Author: sjoelund.se Date: 17:26:37, den 18 januari 2011 Message: - Use failtrace when generating Template files, but only display the log if susan fails (because the failtrace is huge even if Susan succeeds) ---- Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Revision: 7708 Author: perost Date: 09:19:15, den 18 januari 2011 Message: - Fixed bug in SCodeFlatten where for-equations didn't create a new scope. - Implemented support for class extends in the SCodeFlatten lookup. ---- Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7707 Author: sjoelund.se Date: 20:56:11, den 17 januari 2011 Message: - Made valueEq faster by not comparing the names of uniontypes (only the index), as well as comparing the headers of boxed types directly instead of checking if lhs and rhs are both list or option, etc... - This made checkEngineV6_analytic ~10% faster for the bootstrapped OMC ---- Modified : /trunk/c_runtime/meta_modelica.c Revision: 7705 Author: sjoelund.se Date: 10:53:52, den 17 januari 2011 Message: - Started using System.stringHashDjb2Mod instead of intMod(stringHashDjb2 for most hashtable functions - Tested using a hashtable instead of linear search for Types.elabType, but this seemed slower ---- Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/HashTable.mo Modified : /trunk/Compiler/Util/HashTable2.mo Modified : /trunk/Compiler/Util/HashTable3.mo Modified : /trunk/Compiler/Util/HashTable4.mo Modified : /trunk/Compiler/Util/HashTable5.mo Modified : /trunk/Compiler/Util/HashTable6.mo Modified : /trunk/Compiler/Util/HashTableCG.mo Modified : /trunk/Compiler/Util/HashTableExpToIndex.mo Added : /trunk/Compiler/Util/HashTableExpType.mo Modified : /trunk/Compiler/Util/HashTableStringToPath.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/meta_modelica_builtin_boxptr.h Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Revision: 7704 Author: sjoelund.se Date: 21:02:59, den 16 januari 2011 Message: - Added support for converting cases with matching distinct strings (that also have distinct hashes) into a switch-case over their hash - Only matches elabBuiltinHandler for now since there are problems with escaped strings ---- Modified : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/meta_modelica_builtin_boxptr.h Revision: 7703 Author: sjoelund.se Date: 13:24:13, den 16 januari 2011 Message: - Added optimization that converts match-expressions (for-loop searching for matching pattern) to switch (jumps to the correct case at once) - Works for records - Seems to be broken for strings so I disabled it (it uses string hashing, and DAE.SCONST is a bit weird at times so it needs more debugging) ---- Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/Template/Unparsing.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/meta_modelica_builtin_boxptr.h Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/c_runtime/meta_modelica_real.h Modified : /trunk/testsuite/meta/OptimizeContinue.mo Revision: 7702 Author: sjoelund.se Date: 20:21:09, den 15 januari 2011 Message: - Display "no classes loaded" instead of instantiating builtin class OpenModelica when calling OMC from commandline ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Revision: 7701 Author: sjoelund.se Date: 19:56:17, den 15 januari 2011 Message: - Don't disable ceval of builtin functions when +d=rml is activated ---- Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/Values.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Revision: 7700 Author: sjoelund.se Date: 17:28:01, den 15 januari 2011 Message: - Split setsEqual into multiple functions ---- Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Revision: 7699 Author: sjoelund.se Date: 10:21:26, den 15 januari 2011 Message: - Rewrote crefPrefixOf, crefEqualNoStringCompare and setsEqual using match instead of matchcontinue (~20% speedup of checkEngineV6_analytic for bootstrapped OMC) ---- Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7698 Author: sjoelund.se Date: 20:02:02, den 14 januari 2011 Message: - Removed DAE.ExpType from DAE.LIST/CONS - Added some expression simplifications for MetaModelica (cons, listReverse, listAppend) ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7697 Author: perost Date: 13:34:24, den 14 januari 2011 Message: - Fixed Static.makeASUBArrayAdressing so that it doesn't create unnecessary ASUBs. - Added test case ArrayIndex2 that tests indexing of arrays with arrays. ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Added : /trunk/testsuite/mosfiles/ArrayIndex2.mo Added : /trunk/testsuite/mosfiles/ArrayIndex2.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 7696 Author: sjoelund.se Date: 06:27:27, den 14 januari 2011 Message: - Changed malloc.h to stdlib.h since malloc.h does not exist on OSX ---- Modified : /trunk/c_runtime/rtclock.c Revision: 7695 Author: sjoelund.se Date: 22:46:44, den 13 januari 2011 Message: - Removed some useless stuff from Builtin.mo ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Revision: 7694 Author: sjoelund.se Date: 22:00:03, den 13 januari 2011 Message: - Avoid gcc warning about malloc being implicitly defined ---- Modified : /trunk/c_runtime/rtclock.c Revision: 7693 Author: azazi Date: 16:53:57, den 13 januari 2011 Message: Fix by Martin to replace spaces with _ from Username in windows. User Name will be changed to User_Name. ---- Modified : /trunk/testsuite/rtest Revision: 7691 Author: perost Date: 14:49:37, den 13 januari 2011 Message: - Fixed lookup of builtin functions and variables in SCodeFlatten. - Fixed lookup bugs in SCodeFlatten. - Split SCode.traverseEEquationExps into traverseEEquations and traverseEEquationExps to be able to correctly handle for-equations in SCodeFlatten. - Added traversal function Absyn.traverseExpBidir, that can traverse an Absyn.Exp both top-down and bottom-up. - Added more builtin function to ModelicaBuiltin.mo. - Fixed test case interactive/interactive_api_param so that it uses valid Modelica. ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Modified : /trunk/testsuite/interactive/interactive_api_param.mo Revision: 7690 Author: sjoelund.se Date: 13:39:43, den 13 januari 2011 Message: - Use initialized data in rtclock.c on Windows/OSX ---- Modified : /trunk/c_runtime/rtclock.c Revision: 7688 Author: sjoelund.se Date: 13:19:33, den 13 januari 2011 Message: #1402 - Added checkpoint/rollback of error messages for if-expressions when they are used like combitables (condition is a parameter expression and one branch is invalid) ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/runtime/errorext.cpp Added : /trunk/testsuite/mofiles/IfExpCombiTable1.mo Added : /trunk/testsuite/mofiles/IfExpCombiTable2.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 7687 Author: syeas460 Date: 13:05:34, den 13 januari 2011 Message: - Added the missing omniORB 4.1.4 libs. ---- Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idlast.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idlstring.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idltype.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idlutil.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idlvisitor.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/main.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/output.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/ast.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/call.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/config.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/cxx.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/descriptor.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/main.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/tcstring.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/template.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/typecode.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/defs.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/forward.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/marshal.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/obv.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/opers.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/poa.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/tcstring.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/template.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/tie.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/id.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/iface.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/impl/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/impl/main.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/impl/template.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/mapping.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/output.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/main.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/mangler.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/poa.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/template.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skutil.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/support.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/types.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/util.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/value.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/dump.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/example.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/interactive.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/UserDict.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/compileall.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/dospath.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/exceptions.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/getopt.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/keyword.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/macpath.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/ntpath.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/os.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/posixpath.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/py_compile.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/re.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/rlcompleter.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/site.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/stat.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/string.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/types.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libCOS4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libCOS414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libCOS414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libCOS4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libCOSDynamic4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libCOSDynamic414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libCOSDynamic414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libCOSDynamic4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libmsvcstub.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libmsvcstubd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniCodeSets4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniCodeSets414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniCodeSets414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniCodeSets4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniConnectionMgmt4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniConnectionMgmt414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniConnectionMgmt414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniConnectionMgmt4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniDynamic4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniDynamic414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniDynamic414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniDynamic4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniORB4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniORB414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniORB414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomniORB4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomnithread.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomnithread34_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomnithread34_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/libomnithreadd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniMapper/omniMapper.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/NamingContext_i.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/log.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/omniNames.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/omniNamesWin.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/catior/catior.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/convertior/convertior.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/genior/genior.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/nameclt/nameclt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-037.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-500.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-10.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-11.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-13.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-14.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-15.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-16.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-2.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-3.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-5.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-6.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-7.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-8.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-8859-9.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-EDF-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-GBK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-UCS-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1250.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1251.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1252.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1253.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1254.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1255.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1256.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1257.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/cs-cp1258.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/libomniCodeSets4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug/omniCodeSets.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-037.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-500.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-10.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-11.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-13.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-14.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-15.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-16.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-2.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-3.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-5.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-6.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-7.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-8.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-8859-9.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-EDF-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-GBK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-UCS-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1250.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1251.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1252.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1253.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1254.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1255.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1256.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1257.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/cs-cp1258.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/libomniCodeSets414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/msvcdllstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/omniCodeSets.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-037.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-500.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-10.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-11.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-13.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-14.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-15.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-16.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-2.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-3.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-5.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-6.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-7.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-8.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-8859-9.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-EDF-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-GBK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-UCS-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1250.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1251.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1252.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1253.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1254.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1255.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1256.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1257.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/cs-cp1258.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/libomniCodeSets414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/msvcdllstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/omniCodeSets.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-037.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-500.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-10.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-11.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-13.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-14.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-15.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-16.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-2.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-3.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-5.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-6.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-7.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-8.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-8859-9.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-EDF-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-GBK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-UCS-4.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1250.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1251.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1252.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1253.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1254.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1255.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1256.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1257.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/cs-cp1258.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/libomniCodeSets4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static/omniCodeSets.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/debug/dataStub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/debug/libomniConnectionMgmt4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/debug/omniConnectionMgmt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shared/dataStub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shared/libomniConnectionMgmt414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shared/msvcdllstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shared/omniConnectionMgmt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shareddebug/dataStub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shareddebug/libomniConnectionMgmt414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shareddebug/msvcdllstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shareddebug/omniConnectionMgmt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/static/dataStub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/static/libomniConnectionMgmt4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/static/omniConnectionMgmt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/Namingdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/abstractBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/any.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/anyStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/bootstrapdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/boxes.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/constants.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/context.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/contextList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/corbaidldynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/corbaidlstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/deferredRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/dynAny.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/dynAnyNil.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/dynException.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/dynamicImplementation.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/dynamicLib.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/environment.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/exceptionList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/ir.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/irdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/irstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/libomniDynamic4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/namedValue.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/nvList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/omniTypedefs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/orbMultiRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/poastub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/policy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/pseudoBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/request.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/serverRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/tcParser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/typecode.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/unknownUserExn.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/unknownValue.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/valueBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/valueFactory.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/valueTracker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug/valueType.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/Namingdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/abstractBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/any.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/anyStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/bootstrapdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/boxes.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/constants.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/context.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/contextList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/corbaidldynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/corbaidlstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/deferredRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/dynAny.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/dynAnyNil.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/dynException.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/dynamicImplementation.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/dynamicLib.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/environment.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/exceptionList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/ir.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/irdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/irstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/libomniDynamic414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/namedValue.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/nvList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/omniTypedefs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/orbMultiRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/poastub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/policy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/pseudoBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/request.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/serverRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/tcParser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/typecode.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/unknownUserExn.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/unknownValue.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/valueBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/valueFactory.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/valueTracker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/valueType.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/Namingdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/abstractBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/any.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/anyStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/bootstrapdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/boxes.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/constants.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/context.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/contextList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/corbaidldynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/corbaidlstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/deferredRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/dynAny.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/dynAnyNil.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/dynException.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/dynamicImplementation.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/dynamicLib.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/environment.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/exceptionList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/ir.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/irdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/irstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/libomniDynamic414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/namedValue.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/nvList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/omniTypedefs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/orbMultiRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/poastub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/policy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/pseudoBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/request.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/serverRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/tcParser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/typecode.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/unknownUserExn.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/unknownValue.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/valueBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/valueFactory.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/valueTracker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/valueType.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/Namingdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/abstractBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/any.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/anyStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/bootstrapdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/boxes.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/constants.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/context.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/contextList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/corbaidldynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/corbaidlstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/deferredRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/dynAny.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/dynAnyNil.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/dynException.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/dynamicImplementation.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/dynamicLib.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/environment.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/exceptionList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/ir.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/irdynstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/irstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/libomniDynamic4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/namedValue.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/nvList.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/omniTypedefs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/orbMultiRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/poastub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/policy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/pseudoBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/request.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/serverRequest.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/tcParser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/typecode.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/unknownUserExn.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/unknownValue.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/valueBase.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/valueFactory.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/valueTracker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static/valueType.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/ast.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/call.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/config.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/cxx.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/descriptor.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/main.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/tcstring.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/template.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/typecode.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/defs.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/forward.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/marshal.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/obv.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/opers.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/poa.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/tcstring.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/template.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/tie.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/id.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/iface.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/main.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/template.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/mapping.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/output.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/__init__.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/main.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/mangler.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/poa.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/template.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skutil.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/support.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/types.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/util.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/value.pyc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/GIOP_C.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/GIOP_S.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/Namingstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/SocketCollection.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/anonObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/bootstrapstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/callDescriptor.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/callHandle.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cdrMemoryStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cdrStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cdrStreamAdapter.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cdrValueChunkStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/codeSets.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/constants.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/corbaBoa.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/corbaFixed.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/corbaObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/corbaOrb.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/corbaString.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/corbaWString.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cs-16bit.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cs-8859-1.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cs-8bit.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cs-UTF-16.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/cs-UTF-8.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/current.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/dynamicLib.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/exception.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/exceptn.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopBiDir.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopEndpoint.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopImpl10.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopImpl11.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopImpl12.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopMonitor.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopRendezvouser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopRope.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopServer.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopStrand.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopStreamImpl.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/giopWorker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/inProcessIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/initRefs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/interceptors.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/invoker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/ior.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/libcWrapper.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/libmsvcstubd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/libomniORB4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/localIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/localObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/logIOstream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/minorCode.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/msvcdllstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/objectAdapter.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/objectStub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/omniIOR.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/omniIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/omniInternal.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/omniORB.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/omniObjRef.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/omniPolicy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/omniServant.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/omniTransport.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/orbOptions.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/orbOptionsFile.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/orbOptionsReg.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/poa.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/poamanager.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/poastubs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/policy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/portableserver.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/proxyFactory.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/remoteIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/rmutex.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/shutdownIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/tcpActive.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/tcpAddress.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/tcpConnection.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/tcpEndpoint.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/tcpTransportImpl.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/tracedthread.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/transportRules.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug/uri.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/GIOP_C.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/GIOP_S.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/Namingstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/SocketCollection.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/anonObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/bootstrapstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/callDescriptor.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/callHandle.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cdrMemoryStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cdrStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cdrStreamAdapter.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cdrValueChunkStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/codeSets.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/constants.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/corbaBoa.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/corbaFixed.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/corbaObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/corbaOrb.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/corbaString.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/corbaWString.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cs-16bit.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cs-8859-1.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cs-8bit.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cs-UTF-16.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/cs-UTF-8.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/current.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/dynamicLib.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/exception.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/exceptn.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopBiDir.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopEndpoint.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopImpl10.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopImpl11.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopImpl12.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopMonitor.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopRendezvouser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopRope.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopServer.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopStrand.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopStreamImpl.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/giopWorker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/inProcessIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/initRefs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/interceptors.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/invoker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/ior.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/libcWrapper.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/libomniORB414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/localIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/localObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/logIOstream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/minorCode.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/msvcdllstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/objectAdapter.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/objectStub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniIOR.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniInternal.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniORB.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniObjRef.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniPolicy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniServant.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniTransport.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/orbOptions.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/orbOptionsFile.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/orbOptionsReg.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/poa.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/poamanager.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/poastubs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/policy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/portableserver.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/proxyFactory.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/remoteIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/rmutex.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/shutdownIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/tcpActive.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/tcpAddress.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/tcpConnection.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/tcpEndpoint.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/tcpTransportImpl.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/tracedthread.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/transportRules.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/uri.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/GIOP_C.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/GIOP_S.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/Namingstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/SocketCollection.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/anonObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/bootstrapstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/callDescriptor.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/callHandle.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cdrMemoryStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cdrStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cdrStreamAdapter.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cdrValueChunkStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/codeSets.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/constants.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/corbaBoa.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/corbaFixed.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/corbaObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/corbaOrb.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/corbaString.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/corbaWString.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cs-16bit.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cs-8859-1.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cs-8bit.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cs-UTF-16.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/cs-UTF-8.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/current.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/dynamicLib.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/exception.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/exceptn.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopBiDir.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopEndpoint.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopImpl10.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopImpl11.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopImpl12.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopMonitor.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopRendezvouser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopRope.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopServer.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopStrand.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopStreamImpl.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/giopWorker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/inProcessIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/initRefs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/interceptors.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/invoker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/ior.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/libcWrapper.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/libomniORB414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/localIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/localObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/logIOstream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/minorCode.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/msvcdllstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/objectAdapter.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/objectStub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniIOR.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniInternal.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniORB.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniObjRef.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniPolicy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniServant.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniTransport.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/orbOptions.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/orbOptionsFile.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/orbOptionsReg.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/poa.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/poamanager.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/poastubs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/policy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/portableserver.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/proxyFactory.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/remoteIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/rmutex.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/shutdownIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/tcpActive.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/tcpAddress.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/tcpConnection.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/tcpEndpoint.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/tcpTransportImpl.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/tracedthread.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/transportRules.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/uri.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/GIOP_C.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/GIOP_S.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/Namingstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/SocketCollection.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/anonObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/bootstrapstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/callDescriptor.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/callHandle.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cdrMemoryStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cdrStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cdrStreamAdapter.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cdrValueChunkStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/codeSets.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/constants.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/corbaBoa.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/corbaFixed.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/corbaObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/corbaOrb.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/corbaString.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/corbaWString.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cs-16bit.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cs-8859-1.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cs-8bit.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cs-UTF-16.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/cs-UTF-8.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/current.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/dynamicLib.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/exception.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/exceptn.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopBiDir.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopEndpoint.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopImpl10.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopImpl11.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopImpl12.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopMonitor.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopRendezvouser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopRope.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopServer.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopStrand.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopStream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopStreamImpl.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/giopWorker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/inProcessIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/initRefs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/interceptors.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/invoker.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/ior.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/libcWrapper.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/libmsvcstub.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/libomniORB4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/localIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/localObject.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/logIOstream.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/minorCode.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/msvcdllstub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/objectAdapter.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/objectStub.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/omniIOR.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/omniIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/omniInternal.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/omniORB.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/omniObjRef.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/omniPolicy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/omniServant.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/omniTransport.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/orbOptions.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/orbOptionsFile.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/orbOptionsReg.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/poa.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/poamanager.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/poastubs.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/policy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/portableserver.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/proxyFactory.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/remoteIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/rmutex.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/shutdownIdentity.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/tcpActive.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/tcpAddress.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/tcpConnection.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/tcpEndpoint.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/tcpTransportImpl.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/tracedthread.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/transportRules.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static/uri.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/debug/libomnithreadd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/debug/nt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shared/libomnithread34_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shared/nt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shareddebug/libomnithread34_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shareddebug/nt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/static/libomnithread.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/static/nt.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosEventChannelAdminDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosEventChannelAdminSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosEventCommDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosEventCommSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosLifeCycleDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosLifeCycleSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosNotificationDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosNotificationSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosNotifyChannelAdminDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosNotifyChannelAdminSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosNotifyCommDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosNotifyCommSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosNotifyFilterDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosNotifyFilterSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosTimeDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/CosTimeSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/TimeBaseDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/TimeBaseSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/libCOS4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug/libCOSDynamic4d.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosEventChannelAdminDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosEventChannelAdminSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosEventCommDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosEventCommSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosLifeCycleDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosLifeCycleSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosNotificationDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosNotificationSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosNotifyChannelAdminDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosNotifyChannelAdminSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosNotifyCommDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosNotifyCommSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosNotifyFilterDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosNotifyFilterSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosTimeDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/CosTimeSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/TimeBaseDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/TimeBaseSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/libCOS414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/libCOSDynamic414_rt.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosEventChannelAdminDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosEventChannelAdminSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosEventCommDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosEventCommSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosLifeCycleDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosLifeCycleSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosNotificationDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosNotificationSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosNotifyChannelAdminDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosNotifyChannelAdminSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosNotifyCommDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosNotifyCommSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosNotifyFilterDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosNotifyFilterSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosTimeDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/CosTimeSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/TimeBaseDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/TimeBaseSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/libCOS414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/libCOSDynamic414_rtd.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosEventChannelAdminDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosEventChannelAdminSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosEventCommDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosEventCommSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosLifeCycleDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosLifeCycleSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosNotificationDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosNotificationSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosNotifyChannelAdminDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosNotifyChannelAdminSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosNotifyCommDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosNotifyCommSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosNotifyFilterDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosNotifyFilterSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosTimeDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/CosTimeSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/TimeBaseDynSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/TimeBaseSK.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/libCOS4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static/libCOSDynamic4.a Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/cppsetup.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/gnuwin32.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/ifparser.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/include.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/main.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/parse.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/pr.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/alloca.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/cccp.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/cexp.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/index.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlast.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlconfig.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idldump.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlerr.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlexpr.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlfixed.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlpython.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlrepoId.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlscope.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idltype.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlutil.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlvalidate.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/lex.yy.o Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/y.tab.o Revision: 7686 Author: syeas460 Date: 12:25:20, den 13 januari 2011 Message: - Added the omniORB 4.1.4 compiled with mingw. - Added the PSD's used for OMEdit icons. ---- Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/block.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/class.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/connector.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/ellipse-shape.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/function.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/line-shape.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/model.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/modelica-icon.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/modelica-text.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/omedit.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/package.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/polygon-shape.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/record.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/rectangle-shape.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/splash-screen-with-text.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/splash-screen.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/text-shape.psd Added : /trunk/OMEdit/OMEditGUI/Resources/PSDs/type.psd Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Added : /trunk/OMEdit/omniORB-4.1.4-mingw Added : /trunk/OMEdit/omniORB-4.1.4-mingw/COPYING Added : /trunk/OMEdit/omniORB-4.1.4-mingw/COPYING.LIB Added : /trunk/OMEdit/omniORB-4.1.4-mingw/COPYING.PYTHON Added : /trunk/OMEdit/omniORB-4.1.4-mingw/CREDITS Added : /trunk/OMEdit/omniORB-4.1.4-mingw/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/README.FIRST.txt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/README.unix Added : /trunk/OMEdit/omniORB-4.1.4-mingw/README.win32.txt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/ReleaseChecklist.txt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/ReleaseNotes.txt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/THIS_IS_OMNIORB_4_1_4 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/acinclude.m4 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/aclocal.m4 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts/config.guess Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts/config.sub Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts/distdate.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts/install-sh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts/make16bitcs.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts/make8bitcs.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts/makedeffile.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/scripts/omkdirhier Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/COS414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/COS414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/COSDynamic414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/COSDynamic414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/catior.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/clwrapper.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/convertior.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/genior.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/libwrapper.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/linkwrapper.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/nameclt.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/oidlwrapper.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omkdepend.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniCodeSets414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniCodeSets414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniConnectionMgmt414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniConnectionMgmt414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniDynamic414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniDynamic414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniMapper.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniNames.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniORB414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniORB414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omnicpp.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omniidl.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omnipython.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omnithread34_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/omnithread34_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bin/x86_win32/python15.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bugfixes-410.xml Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bugfixes-411.xml Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bugfixes-412.xml Added : /trunk/OMEdit/omniORB-4.1.4-mingw/bugfixes-413.xml Added : /trunk/OMEdit/omniORB-4.1.4-mingw/config Added : /trunk/OMEdit/omniORB-4.1.4-mingw/config/config.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/configure Added : /trunk/OMEdit/omniORB-4.1.4-mingw/configure.ac Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/RPMs Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/RPMs/omniORB.spec Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/RPMs/omniORB_new.spec Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/Voyager Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/Voyager/README-Voyager.txt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/Voyager/cs-voyager.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/pkgconfig Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/pkgconfig/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/pkgconfig/omniCOS4.pc.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/pkgconfig/omniCOSDynamic4.pc.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/pkgconfig/omniConnectionMgmt4.pc.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/pkgconfig/omniDynamic4.pc.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/pkgconfig/omniORB4.pc.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/contrib/pkgconfig/omnithread3.pc.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniNames.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniNames.pdf Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/contents_motif.gif Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/index.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/next_motif.gif Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB.css Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB001.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB002.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB003.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB004.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB005.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB006.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB007.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB008.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB009.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB010.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB011.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB012.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB013.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB014.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/omniORB015.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB/previous_motif.gif Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniORB.pdf Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniidl.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omniidl.pdf Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omnithread.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/omnithread.pdf Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex/cover.tex Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex/ode.tex Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex/omniNames.tex Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex/omniORB.bib Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex/omniORB.tex Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex/omniidl.tex Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex/omnithread.tex Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/tex/utilities.tex Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/utilities.html Added : /trunk/OMEdit/omniORB-4.1.4-mingw/doc/utilities.pdf Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc/init.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc/init.d/omniNames.SuSE.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc/init.d/omniNames.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc/macos.zip Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc/openvms.zip Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc/rtems.zip Added : /trunk/OMEdit/omniORB-4.1.4-mingw/etc/vxworks.zip Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosCollection.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosCompoundLifeCycle.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosConcurrencyControl.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosContainment.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosEventChannelAdmin.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosEventComm.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosExternalization.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosExternalizationContainment.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosExternalizationReference.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosGraphs.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosLicensingManager.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosLifeCycle.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosLifeCycleContainment.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosLifeCycleReference.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosNaming.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosNotification.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosNotifyChannelAdmin.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosNotifyComm.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosNotifyFilter.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosObjectIdentity.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosPersistenceDDO.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosPersistenceDS_CLI.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosPersistencePDS.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosPersistencePDS_DA.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosPersistencePID.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosPersistencePO.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosPersistencePOM.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosPropertyService.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosQuery.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosQueryCollection.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosReference.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosRelationships.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosStream.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTSPortability.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTime.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTimerEvent.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTrading.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTradingDynamic.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTradingRepos.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTransactions.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTypedEventChannelAdmin.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTypedEventComm.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTypedNotifyChannelAdmin.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/CosTypedNotifyComm.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/DCE_CIOPSecurity.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/LifeCycleService.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/Lname-library.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/NRService.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/RDITestTypes.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/SECIOP.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/SSLIOP.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/Security.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/SecurityAdmin.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/SecurityLevel1.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/SecurityLevel2.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/SecurityReplaceable.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/COS/TimeBase.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/Naming.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/anyExample.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/bootstrap.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/boxes.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/corbaidl.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/echo.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/ir.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/omniConnectionData.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/omniTypedefs.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/orb.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/poa.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/poa_enums.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/idl/poa_include.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/COS_sysdep.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/CosEventChannelAdmin.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/CosEventComm.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/CosLifeCycle.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/CosNotification.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/CosNotifyChannelAdmin.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/CosNotifyComm.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/CosNotifyFilter.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/CosTime.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/COS/TimeBase.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/BiDirPolicy.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_AbstractBase.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Any.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Any_vartypes.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_BOA.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Context.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Current.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_DomainManager.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Environment.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Exception.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_ExceptionList.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Fixed.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_LocalObject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_LocalObject_vartypes.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_NamedValue.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_ORB.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Object.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Object_vartypes.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Policy.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Principal.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_Request.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_ServerRequest.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_String.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_TypeCode.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_TypeCode_member.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_UnknownUserException.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_ValueBase.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_ValueBase_vartypes.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_basetypes.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_primitive_types.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_static_fns.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_sysdep.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_sysdep_auto.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_sysdep_trad.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/CORBA_vartypes.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/GIOP.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/IIOP.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/IOP.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/IOP_C.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/IOP_S.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/Naming.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/acconfig.h.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/anyStream.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/boa.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/bootstrap.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/boxes_defs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/boxes_operators.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/boxes_poa.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/callDescriptor.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/callHandle.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/cdrStream.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/codeSets.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/corba_operators.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/corbaidl_defs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/corbaidl_operators.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/corbaidl_poa.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/distdate.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/dynAny.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/finalCleanup.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/fixed.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/giopEndpoint.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/GIOP_C.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/GIOP_S.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/SocketCollection.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/anonObject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/codeSetUtil.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/context.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/corbaBoa.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/corbaOrb.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/deferredRequest.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/dynAnyImpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/dynamicImplementation.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/dynamicLib.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/excepthandler.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/exceptiondefs.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopBiDir.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopMonitor.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopRendezvouser.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopRope.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopServer.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopStrand.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopStrandFlags.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopStream.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopStreamImpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/giopWorker.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/inProcessIdentity.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/initRefs.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/initialiser.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/interceptors.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/invoker.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/libcWrapper.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/localIdentity.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/objectAdapter.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/objectStub.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/objectTable.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/omniCurrent.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/omniIdentity.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/orbOptions.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/orbParameters.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/poacurrentimpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/poaimpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/poamanager.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/pseudo.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/remoteIdentity.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/request.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/rmutex.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/shutdownIdentity.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/tcParser.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/transportRules.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/typecode.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/unknownValue.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/internal/valueTrackerImpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/ir_defs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/ir_operators.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/ir_poa.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/linkHacks.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/local_config.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/minorCode.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/objTracker.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniAsyncInvoker.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniConnectionData.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniConnectionMgmt.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniIOR.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniInterceptors.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniInternal.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniORB.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniORBcompat.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniObjKey.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniObjRef.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniPolicy.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniServant.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniServer.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniTransport.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniTypedefs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniURI.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/omniutilities.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/optionalFeatures.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/poa.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/poa_defs.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/poa_enums_defs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/poa_enums_operators.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/poa_enums_poa.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/poa_poa.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/proxyFactory.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/seqTemplatedecls.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/seqTemplatedefns.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/sslContext.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/streamOperators.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/stringtypes.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/templatedecls.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/templatedefns.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/tracedthread.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/userexception.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/valueFactoryManager.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/valueTemplatedecls.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/valueTemplatedefns.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/valueType.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniORB4/wstringtypes.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniVms Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniVms/unlink.hxx Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniVms/utsname.hxx Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniconfig.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omniconfig.h.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread/VxThread.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread/mach.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread/nt.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread/posix.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread/pthread_nt.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread/solaris.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/omnithread.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/Python.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/abstract.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/bitset.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/bufferobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/cStringIO.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/ceval.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/classobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/cobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/compile.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/complexobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/config.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/config.h.orig Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/dictobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/errcode.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/eval.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/fileobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/floatobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/frameobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/funcobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/graminit.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/grammar.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/import.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/intobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/intrcheck.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/listobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/longintrepr.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/longobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/marshal.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/metagrammar.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/methodobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/modsupport.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/moduleobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/mymalloc.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/mymath.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/myproto.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/myselect.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/mytime.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/node.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/object.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/objimpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/opcode.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/osdefs.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/parsetok.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/patchlevel.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/pgenheaders.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/pydebug.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/pyerrors.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/pyfpe.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/pystate.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/pythonrun.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/pythread.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/rangeobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/rename2.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/sliceobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/stringobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/structmember.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/sysmodule.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/thread.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/token.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/traceback.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/include/python1.5/tupleobject.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idlast.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idlstring.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idltype.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idlutil.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/idlvisitor.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/main.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl/output.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/ast.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/call.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/config.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/cxx.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/descriptor.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/main.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/tcstring.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/template.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/dynskel/typecode.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/defs.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/forward.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/marshal.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/obv.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/opers.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/poa.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/tcstring.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/template.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/header/tie.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/id.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/iface.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/impl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/impl/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/impl/main.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/impl/template.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/mapping.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/output.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/main.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/mangler.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/poa.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skel/template.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/skutil.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/support.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/types.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/util.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/cxx/value.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/dump.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/example.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python/omniidl_be/interactive.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/lib-dynload Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/python1.5/site.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/lib/x86_win32/python15.lib Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man1 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man1/catior.1 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man1/convertior.1 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man1/genior.1 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man1/nameclt.1 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man1/omnicpp.1 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man1/omniidl.1 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man8 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man8/omniMapper.8 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/man/man8/omniNames.8 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/afterauto.mk.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/afterdir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/beforeauto.mk.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/beforedir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/cos.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/java.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/linux.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/mingw.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/mklib.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/alpha_linux_2.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/alpha_nt_4.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/alpha_osf1_3.2.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/alpha_osf1_4.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/alpha_osf1_5.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/arm_linux_mvl_3.1.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/arm_vxWorks_5.4.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/hppa_hpux_10.20.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/hppa_hpux_11.00.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/hppa_hpux_11.23.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/i586_linux_2.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/i586_linux_2.0_glibc.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/i586_linux_2.0_glibc2.1.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/ia64_hpux_11.23.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/m68k_nextstep_3.3.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/mips_irix_6.2_n32.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/mips_irix_6.4_6.5_common.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/mips_irix_6.4_64.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/mips_irix_6.4_n32.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/mips_irix_6.5_64.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/mips_irix_6.5_n32.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/mips_sinux_5.43.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/pc486_rtems_4.5.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/powerpc_LynxOS_4.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/powerpc_aix_4.2.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/powerpc_aix_4.2_egcs.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/powerpc_aix_4.2_xlc5.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/powerpc_aix_4.3_gcc.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/powerpc_aix_4.3_xlc5.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/powerpc_darwin_1.3.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/powerpc_vxWorks_5.3.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/rtems.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/s390_linux_glibc2.1.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/sun4_sosV_5.5.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/sun4_sosV_5.6.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/sun4_sosV_5.7.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_LynxOS_4.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_ets.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_freebsd_3.2.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_freebsd_4.0.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_nextstep_3.3.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_osr5.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_sosV_5.5.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_vxWorks_5.4.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_win32_bcc.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_win32_dmc.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_win32_mingw.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_win32_vs_6.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_win32_vs_7.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_win32_vs_8.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/platforms/x86_win32_vs_9.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/rtems.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/unix.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/version.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/vxWorks.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/mk/win32.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/patches Added : /trunk/OMEdit/omniORB-4.1.4-mingw/patches/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/patches/dec_CXX_5.6.patch Added : /trunk/OMEdit/omniORB-4.1.4-mingw/patches/mingw_omnipython.patch Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/CHANGES_240 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/CHANGES_250 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/CHANGES_261 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/CHANGES_271 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/CHANGES_280 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/PORTING Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.ETSKernel Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.SGI Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.SunC++5 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.dmc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.egcs Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.hpux11 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.macos Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.openvms Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.openvms_v6 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/readmes/README.rtems Added : /trunk/OMEdit/omniORB-4.1.4-mingw/sample.cfg Added : /trunk/OMEdit/omniORB-4.1.4-mingw/sample.reg Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniMapper Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniMapper/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniMapper/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniMapper/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniMapper/omniMapper.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniMapper/omniMapper.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniMapper/omniMapper.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/BindingIterator_i.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/INSMapper.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/NamingContext_i.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/NamingContext_i.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/NamingContext_i.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/ObjectBinding.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/ReadersWritersLock.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/log.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/log.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/log.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/omniNames.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/omniNames.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/omniNames.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/omniNames.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/omniNamesWin.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/omniNames/omniNamesWin.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/catior Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/catior/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/catior/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/catior/catior.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/catior/catior.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/catior/catior.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/catior/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/convertior Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/convertior/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/convertior/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/convertior/convertior.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/convertior/convertior.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/convertior/convertior.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/convertior/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/genior Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/genior/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/genior/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/genior/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/genior/genior.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/genior/genior.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/genior/genior.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/nameclt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/nameclt/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/nameclt/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/nameclt/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/nameclt/nameclt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/nameclt/nameclt.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/appl/utils/nameclt/nameclt.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/anyExample Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/anyExample/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/anyExample/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/anyExample/anyExample_clt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/anyExample/anyExample_impl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/anyExample/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/anyExample/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/bd_client.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/bd_server.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/bd_shutdown.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/bidir/echo_callback.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/boa Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/boa/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/boa/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/boa/becho.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/boa/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/boa/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/boa/eg2_clt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/boa/eg2_impl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/cb_client.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/cb_server.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/cb_shutdown.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/call_back/echo_callback.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dii Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dii/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dii/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dii/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dii/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dii/echo_diiclt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dsi Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dsi/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dsi/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dsi/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dsi/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/dsi/echo_dsiimpl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/eg1.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/eg2_clt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/eg2_impl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/eg3_clt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/eg3_impl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/echo/eg3_tieimpl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/implicit_activation Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/implicit_activation/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/implicit_activation/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/implicit_activation/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/implicit_activation/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/implicit_activation/eg1.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/persistent_objref Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/persistent_objref/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/persistent_objref/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/persistent_objref/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/persistent_objref/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/persistent_objref/eg2_impl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/servant_manager Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/servant_manager/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/servant_manager/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/servant_manager/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/servant_manager/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/servant_manager/servant_activator.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/servant_manager/servant_locator.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/threading Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/threading/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/threading/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/threading/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/threading/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/poa/threading/mainthread.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/client.pem Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/echo.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/eg2_clt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/eg2_impl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/root.pem Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/ssl_echo/server.pem Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/diner.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/prio.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/prodcons.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/thread/thrspecdata.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/dir.mak Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/valimpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/value.idl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/vclient.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/vcoloc.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/examples/valuetype/simple/vserver.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-037.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-037.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-500.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-500.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-10.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-10.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-11.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-11.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-13.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-13.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-14.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-14.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-15.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-15.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-16.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-16.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-2.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-2.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-3.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-3.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-4.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-4.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-5.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-5.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-6.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-6.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-7.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-7.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-8.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-8.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-9.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-8859-9.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-EDF-4.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-EDF-4.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-GBK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-GBK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-UCS-4.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-UCS-4.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1250.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1250.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1251.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1251.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1252.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1252.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1253.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1253.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1254.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1254.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1255.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1255.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1256.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1256.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1257.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1257.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1258.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/cs-cp1258.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/debug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/omniCodeSets.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/omniCodeSets.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/omniCodeSets4.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shared/omniCodeSets414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/omniCodeSets414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/shareddebug/omniCodeSets4d.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/codesets/static Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/README.txt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/dataStub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/dataStub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/debug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/omniConnectionMgmt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/omniConnectionMgmt.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shared Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shared/omniConnectionMgmt4.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shared/omniConnectionMgmt414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shareddebug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shareddebug/omniConnectionMgmt414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/shareddebug/omniConnectionMgmt4d.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/connections/static Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/Namingdynstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/Namingdynstub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/abstractBase.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/abstractBase.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/any.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/any.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/anyStream.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/anyStream.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/bootstrapdynstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/bootstrapdynstub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/boxes.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/boxes.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/constants.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/constants.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/context.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/context.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/contextList.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/contextList.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/corbaidldynstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/corbaidldynstub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/corbaidlstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/corbaidlstub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/debug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/deferredRequest.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/deferredRequest.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynAny.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynAny.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynAnyNil.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynAnyNil.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynException.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynException.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynamicImplementation.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynamicImplementation.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynamicLib.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/dynamicLib.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/environment.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/environment.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/exceptionList.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/exceptionList.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/ir.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/ir.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/irdynstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/irdynstub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/irstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/irstub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/namedValue.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/namedValue.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/nvList.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/nvList.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/omniTypedefs.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/omniTypedefs.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/orbMultiRequest.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/orbMultiRequest.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/poastub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/poastub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/policy.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/policy.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/pseudoBase.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/pseudoBase.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/request.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/request.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/serverRequest.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/serverRequest.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/omniDynamic4.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shared/omniDynamic414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/omniDynamic414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/shareddebug/omniDynamic4d.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/static Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/tcParser.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/tcParser.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/typecode.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/typecode.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/unknownUserExn.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/unknownUserExn.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/unknownValue.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/unknownValue.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/valueBase.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/valueBase.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/valueFactory.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/valueFactory.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/valueTracker.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/valueTracker.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/valueType.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/dynamic/valueType.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/Naming.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/NamingDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/NamingSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/bootstrap.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/bootstrapDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/bootstrapSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/boxesDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/boxesSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/boxes_defs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/boxes_operators.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/boxes_poa.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/corbaidlDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/corbaidlSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/corbaidl_defs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/corbaidl_operators.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/corbaidl_poa.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/distdate.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/irDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/irSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/ir_defs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/ir_operators.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/ir_poa.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/omniConnectionData.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/omniConnectionDataSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/omniTypedefs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/omniTypedefsSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/poa_enumsDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/poa_enumsSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/poa_enums_defs.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/poa_enums_operators.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniORB4/poa_enums_poa.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/ast.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/call.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/config.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/cxx.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/descriptor.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/main.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/tcstring.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/template.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/dynskel/typecode.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/defs.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/forward.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/marshal.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/obv.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/opers.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/poa.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/tcstring.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/template.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/header/tie.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/id.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/iface.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/main.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/impl/template.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/mapping.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/output.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/main.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/mangler.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/poa.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skel/template.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/skutil.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/support.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/compare Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/filter Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/genIDL Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/perftest.pl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/pretty Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/regress.pl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/run Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/show Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/tools/wdiff Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/types.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/util.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/cxx/value.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/omniidl_be/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/GIOP_C.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/GIOP_C.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/GIOP_S.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/GIOP_S.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/Namingstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/Namingstub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/SocketCollection.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/SocketCollection.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/anonObject.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/anonObject.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/bootstrapstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/bootstrapstub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/callDescriptor.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/callDescriptor.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/callHandle.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/callHandle.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cdrMemoryStream.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cdrMemoryStream.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cdrStream.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cdrStream.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cdrStreamAdapter.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cdrStreamAdapter.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cdrValueChunkStream.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cdrValueChunkStream.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/codeSets.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/codeSets.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/constants.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/constants.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaBoa.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaBoa.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaFixed.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaFixed.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaObject.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaObject.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaOrb.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaOrb.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaString.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaString.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaWString.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/corbaWString.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-16bit.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-16bit.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-8859-1.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-8859-1.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-8bit.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-8bit.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-UTF-16.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-UTF-16.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-UTF-8.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/cs-UTF-8.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/current.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/current.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/debug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/dynamicLib.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/dynamicLib.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/exception.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/exception.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/exceptn.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/exceptn.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopBiDir.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopBiDir.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopEndpoint.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopEndpoint.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopImpl10.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopImpl10.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopImpl11.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopImpl11.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopImpl12.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopImpl12.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopMonitor.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopMonitor.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopRendezvouser.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopRendezvouser.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopRope.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopRope.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopServer.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopServer.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopStrand.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopStrand.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopStream.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopStream.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopStreamImpl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopStreamImpl.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopWorker.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/giopWorker.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/inProcessIdentity.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/inProcessIdentity.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/initRefs.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/initRefs.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/interceptors.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/interceptors.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/invoker.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/invoker.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ior.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ior.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/libcWrapper.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/libcWrapper.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/localIdentity.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/localIdentity.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/localObject.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/localObject.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/logIOstream.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/logIOstream.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/minorCode.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/minorCode.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/msvcdllstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/objectAdapter.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/objectAdapter.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/objectStub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/objectStub.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniIOR.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniIOR.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniIdentity.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniIdentity.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniInternal.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniInternal.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniORB.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniORB.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniObjRef.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniObjRef.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniPolicy.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniPolicy.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniServant.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniServant.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniTransport.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/omniTransport.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/orbOptions.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/orbOptions.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/orbOptionsFile.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/orbOptionsFile.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/orbOptionsReg.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/orbOptionsReg.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/poa.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/poa.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/poamanager.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/poamanager.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/poastubs.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/poastubs.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/policy.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/policy.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/portableserver.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/portableserver.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/proxyFactory.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/proxyFactory.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/remoteIdentity.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/remoteIdentity.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/rmutex.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/rmutex.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniORB4.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shared/omniORB414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniORB414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shareddebug/omniORB4d.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shutdownIdentity.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/shutdownIdentity.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/README.txt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/msvcdllstub.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslActive.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslAddress.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslAddress.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslConnection.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslConnection.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslContext.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslEndpoint.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslEndpoint.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslTransportImpl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/ssl/sslTransportImpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/static Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpActive.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpAddress.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpAddress.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpConnection.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpConnection.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpEndpoint.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpEndpoint.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpTransportImpl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcp/tcpTransportImpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcpActive.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcpAddress.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcpConnection.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcpEndpoint.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tcpTransportImpl.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tracedthread.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/tracedthread.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/transport.txt Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/transportRules.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/transportRules.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixActive.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixAddress.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixAddress.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixConnection.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixConnection.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixEndpoint.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixEndpoint.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixTransportImpl.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/unix/unixTransportImpl.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/uri.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omniORB/orbcore/uri.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/debug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/mach.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/nt.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/nt.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/posix.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shared Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shared/omnithread.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shared/omnithread34_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shareddebug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shareddebug/omnithread34_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/shareddebug/omnithreadd.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/solaris.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/static Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/threaddata.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/lib/omnithread/vxWorks.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/include Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/include/BootStrapAgent.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/include/CosNaming_i.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/include/CosNotify.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/include/CosNotifyComm_i.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/include/corba_wrappers.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/COS_sysdep.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventChannelAdmin.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventChannelAdminDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventChannelAdminDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventChannelAdminSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventChannelAdminSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventComm.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventCommDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventCommDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventCommSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosEventCommSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosLifeCycle.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosLifeCycleDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosLifeCycleDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosLifeCycleSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosLifeCycleSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotification.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotificationDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotificationDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotificationSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotificationSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyChannelAdmin.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyChannelAdminDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyChannelAdminDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyChannelAdminSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyChannelAdminSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyComm.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyCommDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyCommDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyCommSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyCommSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyFilter.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyFilterDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyFilterDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyFilterSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosNotifyFilterSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosTime.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosTimeDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosTimeDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosTimeSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/CosTimeSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/TimeBase.hh Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/TimeBaseDynSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/TimeBaseDynSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/TimeBaseSK.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/TimeBaseSK.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/cosinterfaces.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/debug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/libdefs.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/mkBOAlib Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/mkBOAlib/COS_sysdep.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/mkBOAlib/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/mkBOAlib/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/mkBOAlib/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/COS4.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/COS414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/COSDynamic4.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shared/COSDynamic414_rt.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/COS414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/COS4d.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/COSDynamic414_rtd.dll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/shareddebug/COSDynamic4d.def Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/services/mklib/static Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/README Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/cppsetup.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/def.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/gnuwin32.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/gnuwin32.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/ifparser.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/ifparser.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/include.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/main.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/omkdepend.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/parse.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omkdepend/pr.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/COPYING Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/LICENSE Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/alloca.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/cccp.1 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/cccp.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/cexp.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/cexp.y Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-aix.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-darwin.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-freebsd.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-hpux.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-irix.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-linux.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-lynxos.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-nextstep.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-osf1.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-sinix.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-solaris.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-vms.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config-windows.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/config.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/index.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/omnicpp.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/cccp/pcp.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idl.ll Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idl.yy Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlast.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlast.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlast.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlc.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlc.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlconfig.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlconfig.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlconfig.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idldump.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idldump.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idldump.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlerr.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlerr.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlerr.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlexpr.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlexpr.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlexpr.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlfixed.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlfixed.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlfixed.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlmath.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlpython.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlpython.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlrepoId.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlrepoId.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlrepoId.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlscope.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlscope.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlscope.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlsysdep.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idltype.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idltype.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idltype.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlutil.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlutil.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlutil.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlvalidate.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlvalidate.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlvalidate.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/idlvisitor.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/lex.yy.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/lex.yy.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/omniidl.exe Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/y.tab.cc Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/y.tab.d Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/cxx/y.tab.h Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/idlast.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/idlstring.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/idltype.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/idlutil.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/idlvisitor.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/main.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl/output.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl_be Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl_be/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl_be/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl_be/__init__.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl_be/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl_be/dump.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl_be/example.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/omniidl_be/interactive.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/scripts Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/scripts/GNUmakefile Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/scripts/GNUmakefile.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/scripts/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/scripts/omniidl Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/scripts/omniidl.in Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/omniidl/python/scripts/omniidlrun.py Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32 Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/bccwrapper.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/clwrapper.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/dir.mk Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/libwrapper.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/linkwrapper.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/oidlwrapper.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/omake.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/tlibwrapper.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/src/tool/win32/tlinkwrapper.c Added : /trunk/OMEdit/omniORB-4.1.4-mingw/update.log Revision: 7684 Author: sjoelund.se Date: 21:37:13, den 12 januari 2011 Message: - Changed envCache from array> to Option> - Instead of using OptManager for every cacheGet/cacheAdd, we now check if the option is SOME() or NONE() (it's set during creation of the cache) ---- Modified : /trunk/Compiler/FrontEnd/Env.mo Revision: 7683 Author: sjoelund.se Date: 15:54:17, den 12 januari 2011 Message: - Added support for expanding the number of RT clocks during runtime ---- Modified : /trunk/c_runtime/rtclock.c Modified : /trunk/c_runtime/rtclock.h Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 7682 Author: sjoelund.se Date: 14:31:14, den 12 januari 2011 Message: - Fix some gcc warnings for mmc_mk_bcon, etc ---- Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Revision: 7681 Author: sjoelund.se Date: 14:28:19, den 12 januari 2011 Message: - Added function names array in the simulation runtime - These are output with -mt on a simulation file (in addition to execution count and time of each function for every timestep) ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica_builtin_boxptr.h Modified : /trunk/c_runtime/rtclock.c Modified : /trunk/c_runtime/rtclock.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/simulation_varinfo.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_main.cpp Revision: 7680 Author: sjoelund.se Date: 10:46:46, den 12 januari 2011 Message: Fix rtclock compilation on OMDEV ---- Modified : /trunk/c_runtime/rtclock.c Revision: 7679 Author: sjoelund.se Date: 10:39:33, den 12 januari 2011 Message: - Moved rtclock from Compiler/runtime to c_runtime - Started using the rt clock to do time measurements in simulations ---- Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/runtime/Makefile.common Deleted : /trunk/Compiler/runtime/rtclock.c Deleted : /trunk/Compiler/runtime/rtclock.h Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/meta_modelica_builtin_boxptr.h Added : /trunk/c_runtime/rtclock.c (Copy from path: /trunk/Compiler/runtime/rtclock.c, Revision, 7675) Added : /trunk/c_runtime/rtclock.h (Copy from path: /trunk/Compiler/runtime/rtclock.h, Revision, 7675) Modified : /trunk/c_runtime/simulation_result_csv.cpp Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7678 Author: syeas460 Date: 23:55:23, den 11 januari 2011 Message: - Completed task 9. - added one more wish. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7677 Author: syeas460 Date: 23:53:45, den 11 januari 2011 Message: - Added the View Documentation button in the StatusBar of models. ---- Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7676 Author: sjoelund.se Date: 12:48:25, den 11 januari 2011 Message: - Added the tests for doing compiling bootstrapped C-files separate. - The file does not link due to referencing previously unused external functions ---- Modified : /trunk/Compiler/Script/CevalScript.mo Added : /trunk/testsuite/bootstrapping/MainTestSeparate.mos Added : /trunk/testsuite/bootstrapping/main_separate.c (Copy from path: /trunk/testsuite/bootstrapping/main.c, Revision, 7675) Revision: 7675 Author: sjoelund.se Date: 11:46:07, den 11 januari 2011 Message: - Added file missing in last commit ---- Added : /trunk/c_runtime/meta_modelica_builtin_boxptr.h Revision: 7674 Author: sjoelund.se Date: 11:45:42, den 11 januari 2011 Message: - Made the pointers to intAdd, etc functions part of the C runtime - They are now either function pointers or inlined; SimCode was updated to ignore builtin function pointers ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/c_runtime/meta_modelica_real.h Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mo Revision: 7673 Author: sjoelund.se Date: 21:58:02, den 10 januari 2011 Message: - Started implementation of generateSeparateCode() API call - Generates code for all loaded packages at the moment - Fixed OMC source code where this new API call found errors (Main.main only found errors in functions that were actually used by the compiler) ---- Modified : /trunk/Compiler/BackEnd/DAEQuery.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/Template/Unparsing.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/HashTable6.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mo Revision: 7672 Author: sjoelund.se Date: 16:50:07, den 10 januari 2011 Message: - Added support for inlining code that has function pointers as input ---- Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/Debug.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/meta_modelica.c Revision: 7671 Author: sjoelund.se Date: 12:19:36, den 10 januari 2011 Message: - Started removing pattern inputs that are never used (OMC dead code): case (1,_) ... case (2,_) => case 1 ... case 2 - We have a lot of these because of RML forces us to put all inputs of the function as the inputs of a match-expression - This makes more match-expressions simplify into if-expressions - Made all packages encapsulated (and fixed Susan so it outputs encapsulated packages) - This should make dependency analysis on OMC work better ---- Modified : /trunk/Compiler/BackEnd/BackendDAE.mo Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEEXT.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/BackendVarTransform.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/DAEQuery.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/TaskGraph.mo Modified : /trunk/Compiler/BackEnd/TaskGraphExt.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/AbsynDep.mo Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/ClassInf.mo Modified : /trunk/Compiler/FrontEnd/ClassLoader.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/Connect.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/ConnectionGraph.mo Modified : /trunk/Compiler/FrontEnd/Constants.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/DumpGraphviz.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/ExpandableConnectors.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Graphviz.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/MMath.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/ModUtil.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Parser.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/Prefix.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/UnitChecker.mo Modified : /trunk/Compiler/FrontEnd/UnitParserExt.mo Modified : /trunk/Compiler/FrontEnd/Values.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Script/Refactor.mo Deleted : /trunk/Compiler/Template/CompiledTemplates.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Deleted : /trunk/Compiler/Template/TemplCG.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplCodegen.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/Template/Unparsing.mo Modified : /trunk/Compiler/Util/Corba.mo Modified : /trunk/Compiler/Util/Database.mo Modified : /trunk/Compiler/Util/Debug.mo Modified : /trunk/Compiler/Util/DynLoad.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/ErrorExt.mo Modified : /trunk/Compiler/Util/IOStream.mo Modified : /trunk/Compiler/Util/IOStreamExt.mo Modified : /trunk/Compiler/Util/OptManager.mo Modified : /trunk/Compiler/Util/Print.mo Modified : /trunk/Compiler/Util/RTOpts.mo Modified : /trunk/Compiler/Util/Settings.mo Modified : /trunk/Compiler/Util/SimulationResults.mo Modified : /trunk/Compiler/Util/Socket.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen.tpl Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Revision: 7670 Author: syeas460 Date: 10:49:10, den 10 januari 2011 Message: Completed task 16 & 20. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7669 Author: lochel Date: 10:44:46, den 10 januari 2011 Message: test? ---- Added : /trunk/OpenModelica_se Revision: 7668 Author: sjoelund.se Date: 21:08:15, den 9 januari 2011 Message: - Enabled expression simplification for assignment statements - Added simplification for 1-input match-expression with a single true and false pattern and no body (result is an if-exp) ---- Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/mofiles/ArrayAssignWholeDim.mo Modified : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Revision: 7667 Author: sjoelund.se Date: 18:37:10, den 9 januari 2011 Message: - Tabs to spaces ---- Modified : /trunk/Compiler/BackEnd/BackendDAE.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/Connect.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/Refactor.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/Template/TplCodegen.mo Modified : /trunk/Compiler/Template/Unparsing.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/HashTable.mo Modified : /trunk/Compiler/Util/HashTable2.mo Modified : /trunk/Compiler/Util/HashTable3.mo Modified : /trunk/Compiler/Util/HashTable4.mo Modified : /trunk/Compiler/Util/HashTable5.mo Modified : /trunk/Compiler/Util/HashTable6.mo Modified : /trunk/Compiler/Util/HashTableCG.mo Modified : /trunk/Compiler/Util/HashTableExpToIndex.mo Modified : /trunk/Compiler/Util/HashTableStringToPath.mo Modified : /trunk/Compiler/modpar/Codegen.cpp Modified : /trunk/Compiler/modpar/Codegen.hpp Modified : /trunk/Compiler/modpar/DuplicateParentMerge.cpp Modified : /trunk/Compiler/modpar/DuplicateParentMerge.hpp Modified : /trunk/Compiler/modpar/MergeAllParents.cpp Modified : /trunk/Compiler/modpar/MergeAllParents.hpp Modified : /trunk/Compiler/modpar/MergeRule.cpp Modified : /trunk/Compiler/modpar/MergeSiblings.cpp Modified : /trunk/Compiler/modpar/MergeSiblings.hpp Modified : /trunk/Compiler/modpar/Schedule.cpp Modified : /trunk/Compiler/modpar/Schedule.hpp Modified : /trunk/Compiler/modpar/SingleChildMerge.cpp Modified : /trunk/Compiler/modpar/SingleChildMerge.hpp Modified : /trunk/Compiler/modpar/TaskGraph.hpp Modified : /trunk/Compiler/modpar/TaskGraphExt.cpp Modified : /trunk/Compiler/modpar/TaskMerging.cpp Modified : /trunk/Compiler/modpar/TaskMerging.hpp Modified : /trunk/Compiler/modpar/solvers.cpp Modified : /trunk/Compiler/modpar/solvers.hpp Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/OptManager_rml.cpp Modified : /trunk/Compiler/runtime/UnitParserExt_omc.cpp Modified : /trunk/Compiler/runtime/UnitParserExt_rml.cpp Modified : /trunk/Compiler/runtime/optmanager.cpp Modified : /trunk/Compiler/runtime/rtoptsimpl.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/systemimplmisc.cpp Modified : /trunk/Compiler/runtime/unitparser.cpp Modified : /trunk/Compiler/runtime/unitparser.h Modified : /trunk/Compiler/runtime/unitparserext.cpp Modified : /trunk/Compiler/susan_codegen/TplCodegen.mo Modified : /trunk/OMNotebook/3Dpkg/SimulationData.cpp Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp Modified : /trunk/OMNotebook/OMNotebookQT4/application.h Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cell.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandunit.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/indent.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/indent.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.h Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/rule.h Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/stripstring.h Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /trunk/OMNotebook/Pltpkg2/focusRect.h Modified : /trunk/OMNotebook/Pltpkg2/graphScene.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/label.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.h Modified : /trunk/OMNotebook/Pltpkg2/verticalLabel.h Modified : /trunk/OMShell/commandcompletion.cpp Modified : /trunk/OMShell/commandcompletion.h Modified : /trunk/OMShell/commandunit.h Modified : /trunk/OMShell/inputcelldelegate.h Modified : /trunk/OMShell/omc_communicator.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.h Modified : /trunk/OMShell/oms.h Modified : /trunk/OMShell/otherdlg.h Modified : /trunk/c_runtime/bigden.c Modified : /trunk/c_runtime/biglag.c Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/daux.c Modified : /trunk/c_runtime/ddasrt.c Modified : /trunk/c_runtime/ddassl.c Modified : /trunk/c_runtime/dgesv_aux.c Modified : /trunk/c_runtime/dlamch.c Modified : /trunk/c_runtime/dlinpk.c Modified : /trunk/c_runtime/dogleg.c Modified : /trunk/c_runtime/dpmpar.c Modified : /trunk/c_runtime/enorm.c Modified : /trunk/c_runtime/f2c.h Modified : /trunk/c_runtime/fdjac1.c Modified : /trunk/c_runtime/fmu_model_interface.c Modified : /trunk/c_runtime/hybrd.c Modified : /trunk/c_runtime/hybrd1.c Modified : /trunk/c_runtime/hybrj.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/linearize.cpp Modified : /trunk/c_runtime/lsame.c Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/nelmead.c Modified : /trunk/c_runtime/newuoa.c Modified : /trunk/c_runtime/newuob.c Modified : /trunk/c_runtime/qform.c Modified : /trunk/c_runtime/qrfac.c Modified : /trunk/c_runtime/r1mpyq.c Modified : /trunk/c_runtime/r1updt.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/simulation_delay.cpp Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_mat.h Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/c_runtime/tables.h Modified : /trunk/c_runtime/trsapp.c Modified : /trunk/c_runtime/update.c Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/testsuite/parser/CheckSourcesForTabs.mos Revision: 7666 Author: sjoelund.se Date: 16:37:30, den 9 januari 2011 Message: - Reverting tab changes to Template/*.mo as Susan needs them ---- Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/susan_codegen/TplCodegenTV.mo Modified : /trunk/Compiler/susan_codegen/paperI.mo Modified : /trunk/Compiler/susan_codegen/testI.mo Revision: 7665 Author: azazi Date: 12:37:58, den 8 januari 2011 Message: Working copy for setstartvalues function ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Revision: 7664 Author: azazi Date: 12:09:06, den 8 januari 2011 Message: Added code for initialize and setstartvalues function. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Revision: 7663 Author: sjoelund.se Date: 13:00:32, den 7 januari 2011 Message: - Minor fix in generated code (deinitializeDataStruc would try to free output vars if input vars was requested; but the code is only used when everything is requested so no bug could be triggered before) ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7662 Author: sjoelund.se Date: 09:33:22, den 7 januari 2011 Message: - Replaced tab characters with 2 spaces (mostly in C sources since Eclipse/MDT usually manages to avoid using tabs) $ svn diff Compiler/ | grep ^- | grep -v ^--- | wc -l 4771 $ svn diff c_runtime/ | grep ^- | grep -v ^--- | wc -l 13365 $ svn diff OMNotebook/ | grep ^- | grep -v ^--- | wc -l 17341 $ svn diff OMShell/ | grep ^- | grep -v ^--- | wc -l 582 ---- Modified : /trunk/Compiler/BackEnd/BackendDAE.mo Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/DAEQuery.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/TaskGraph.mo Modified : /trunk/Compiler/BackEnd/TaskGraphExt.mo Modified : /trunk/Compiler/FrontEnd/AbsynDep.mo Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/ClassInf.mo Modified : /trunk/Compiler/FrontEnd/ClassLoader.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/Connect.mo Modified : /trunk/Compiler/FrontEnd/Constants.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/DumpGraphviz.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/ExpandableConnectors.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Graphviz.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/ModUtil.mo Modified : /trunk/Compiler/FrontEnd/Parser.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/Prefix.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsyn.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo Modified : /trunk/Compiler/FrontEnd/UnitChecker.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Refactor.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/DynLoad.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/ErrorExt.mo Modified : /trunk/Compiler/Util/HashTable.mo Modified : /trunk/Compiler/Util/HashTable2.mo Modified : /trunk/Compiler/Util/HashTable3.mo Modified : /trunk/Compiler/Util/HashTable4.mo Modified : /trunk/Compiler/Util/HashTable5.mo Modified : /trunk/Compiler/Util/HashTable6.mo Modified : /trunk/Compiler/Util/HashTableCG.mo Modified : /trunk/Compiler/Util/HashTableExpToIndex.mo Modified : /trunk/Compiler/Util/HashTableStringToPath.mo Modified : /trunk/Compiler/Util/OptManager.mo Modified : /trunk/Compiler/Util/RTOpts.mo Modified : /trunk/Compiler/Util/Settings.mo Modified : /trunk/Compiler/Util/SimulationResults.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/Compiler/modpar/Codegen.cpp Modified : /trunk/Compiler/modpar/Codegen.hpp Modified : /trunk/Compiler/modpar/DuplicateParentMerge.cpp Modified : /trunk/Compiler/modpar/DuplicateParentMerge.hpp Modified : /trunk/Compiler/modpar/MergeAllParents.cpp Modified : /trunk/Compiler/modpar/MergeAllParents.hpp Modified : /trunk/Compiler/modpar/MergeRule.cpp Modified : /trunk/Compiler/modpar/MergeRule.hpp Modified : /trunk/Compiler/modpar/MergeSiblings.cpp Modified : /trunk/Compiler/modpar/MergeSiblings.hpp Modified : /trunk/Compiler/modpar/Schedule.cpp Modified : /trunk/Compiler/modpar/Schedule.hpp Modified : /trunk/Compiler/modpar/SingleChildMerge.cpp Modified : /trunk/Compiler/modpar/SingleChildMerge.hpp Modified : /trunk/Compiler/modpar/TaskGraph.cpp Modified : /trunk/Compiler/modpar/TaskGraph.hpp Modified : /trunk/Compiler/modpar/TaskGraphExt.cpp Modified : /trunk/Compiler/modpar/TaskMerging.cpp Modified : /trunk/Compiler/modpar/TaskMerging.hpp Modified : /trunk/Compiler/modpar/solvers.cpp Modified : /trunk/Compiler/modpar/solvers.hpp Modified : /trunk/Compiler/runtime/BackendDAEEXT.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/OptManager_rml.cpp Modified : /trunk/Compiler/runtime/RTOpts_rml.c Modified : /trunk/Compiler/runtime/Settings_rml.c Modified : /trunk/Compiler/runtime/Socket_rml.c Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/UnitParserExt_omc.cpp Modified : /trunk/Compiler/runtime/UnitParserExt_rml.cpp Modified : /trunk/Compiler/runtime/corbaimpl_stub.cpp Modified : /trunk/Compiler/runtime/error_reporting.h Modified : /trunk/Compiler/runtime/optmanager.cpp Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/rtoptsimpl.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/systemimplmisc.cpp Modified : /trunk/Compiler/runtime/systemimplmisc.h Modified : /trunk/Compiler/runtime/unitparser.cpp Modified : /trunk/Compiler/runtime/unitparser.h Modified : /trunk/Compiler/runtime/unitparserext.cpp Modified : /trunk/Compiler/susan_codegen/TplCodegenTV.mo Modified : /trunk/Compiler/susan_codegen/paperI.mo Modified : /trunk/Compiler/susan_codegen/testI.mo Modified : /trunk/OMNotebook/3Dpkg/SimulationData.cpp Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp Modified : /trunk/OMNotebook/OMNotebookQT4/application.h Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cell.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/command.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandunit.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/documentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/factory.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/indent.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/indent.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.h Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/rule.h Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/stripstring.h Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/visitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/curve.h Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /trunk/OMNotebook/Pltpkg2/focusRect.h Modified : /trunk/OMNotebook/Pltpkg2/graphScene.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.h Modified : /trunk/OMNotebook/Pltpkg2/label.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/point.cpp Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /trunk/OMNotebook/Pltpkg2/variableData.cpp Modified : /trunk/OMNotebook/Pltpkg2/variableData.h Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.h Modified : /trunk/OMNotebook/Pltpkg2/verticalLabel.h Modified : /trunk/OMShell/commandcompletion.cpp Modified : /trunk/OMShell/commandcompletion.h Modified : /trunk/OMShell/commandunit.h Modified : /trunk/OMShell/inputcelldelegate.h Modified : /trunk/OMShell/main.cpp Modified : /trunk/OMShell/omc_communicator.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.h Modified : /trunk/OMShell/oms.h Modified : /trunk/OMShell/otherdlg.h Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaTablesImpl.c Modified : /trunk/c_runtime/base_array.c Modified : /trunk/c_runtime/bigden.c Modified : /trunk/c_runtime/biglag.c Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/daux.c Modified : /trunk/c_runtime/ddasrt.c Modified : /trunk/c_runtime/ddassl.c Modified : /trunk/c_runtime/dgesv_aux.c Modified : /trunk/c_runtime/dlamch.c Modified : /trunk/c_runtime/dlinpk.c Modified : /trunk/c_runtime/dogleg.c Modified : /trunk/c_runtime/dpmpar.c Modified : /trunk/c_runtime/dummy_model.cpp Modified : /trunk/c_runtime/enorm.c Modified : /trunk/c_runtime/f2c.h Modified : /trunk/c_runtime/fdjac1.c Modified : /trunk/c_runtime/fmu_model_interface.c Modified : /trunk/c_runtime/hybrd.c Modified : /trunk/c_runtime/hybrd1.c Modified : /trunk/c_runtime/hybrj.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/interactive/client.cpp Modified : /trunk/c_runtime/interactive/omi_Calculation.cpp Modified : /trunk/c_runtime/interactive/omi_Control.cpp Modified : /trunk/c_runtime/interactive/omi_Control.h Modified : /trunk/c_runtime/interactive/omi_ResultManager.cpp Modified : /trunk/c_runtime/interactive/omi_ResultManager.h Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.h Modified : /trunk/c_runtime/interactive/omi_Transfer.cpp Modified : /trunk/c_runtime/interactive/socket.cpp Modified : /trunk/c_runtime/interactive/socket.h Modified : /trunk/c_runtime/interactive/socket_unix.cpp Modified : /trunk/c_runtime/interactive/thread.cpp Modified : /trunk/c_runtime/interactive/thread.h Modified : /trunk/c_runtime/libf2c/abort_.c Modified : /trunk/c_runtime/libf2c/arithchk.c Modified : /trunk/c_runtime/libf2c/backspac.c Modified : /trunk/c_runtime/libf2c/c_cos.c Modified : /trunk/c_runtime/libf2c/c_div.c Modified : /trunk/c_runtime/libf2c/c_exp.c Modified : /trunk/c_runtime/libf2c/c_log.c Modified : /trunk/c_runtime/libf2c/c_sin.c Modified : /trunk/c_runtime/libf2c/c_sqrt.c Modified : /trunk/c_runtime/libf2c/cabs.c Modified : /trunk/c_runtime/libf2c/close.c Modified : /trunk/c_runtime/libf2c/d_abs.c Modified : /trunk/c_runtime/libf2c/d_cnjg.c Modified : /trunk/c_runtime/libf2c/d_mod.c Modified : /trunk/c_runtime/libf2c/d_nint.c Modified : /trunk/c_runtime/libf2c/dfe.c Modified : /trunk/c_runtime/libf2c/dolio.c Modified : /trunk/c_runtime/libf2c/dtime_.c Modified : /trunk/c_runtime/libf2c/due.c Modified : /trunk/c_runtime/libf2c/ef1asc_.c Modified : /trunk/c_runtime/libf2c/endfile.c Modified : /trunk/c_runtime/libf2c/err.c Modified : /trunk/c_runtime/libf2c/etime_.c Modified : /trunk/c_runtime/libf2c/exit_.c Modified : /trunk/c_runtime/libf2c/f2c.h Modified : /trunk/c_runtime/libf2c/f77_aloc.c Modified : /trunk/c_runtime/libf2c/f77vers.c Modified : /trunk/c_runtime/libf2c/fio.h Modified : /trunk/c_runtime/libf2c/fmt.c Modified : /trunk/c_runtime/libf2c/fmt.h Modified : /trunk/c_runtime/libf2c/fmtlib.c Modified : /trunk/c_runtime/libf2c/ftell64_.c Modified : /trunk/c_runtime/libf2c/ftell_.c Modified : /trunk/c_runtime/libf2c/getarg_.c Modified : /trunk/c_runtime/libf2c/getenv_.c Modified : /trunk/c_runtime/libf2c/h_abs.c Modified : /trunk/c_runtime/libf2c/h_indx.c Modified : /trunk/c_runtime/libf2c/i77vers.c Modified : /trunk/c_runtime/libf2c/i_abs.c Modified : /trunk/c_runtime/libf2c/i_indx.c Modified : /trunk/c_runtime/libf2c/iio.c Modified : /trunk/c_runtime/libf2c/ilnw.c Modified : /trunk/c_runtime/libf2c/inquire.c Modified : /trunk/c_runtime/libf2c/lbitbits.c Modified : /trunk/c_runtime/libf2c/lbitshft.c Modified : /trunk/c_runtime/libf2c/lio.h Modified : /trunk/c_runtime/libf2c/lread.c Modified : /trunk/c_runtime/libf2c/lwrite.c Modified : /trunk/c_runtime/libf2c/main.c Modified : /trunk/c_runtime/libf2c/open.c Modified : /trunk/c_runtime/libf2c/pow_ci.c Modified : /trunk/c_runtime/libf2c/pow_di.c Modified : /trunk/c_runtime/libf2c/pow_hh.c Modified : /trunk/c_runtime/libf2c/pow_ii.c Modified : /trunk/c_runtime/libf2c/pow_qq.c Modified : /trunk/c_runtime/libf2c/pow_ri.c Modified : /trunk/c_runtime/libf2c/pow_zi.c Modified : /trunk/c_runtime/libf2c/qbitbits.c Modified : /trunk/c_runtime/libf2c/qbitshft.c Modified : /trunk/c_runtime/libf2c/r_abs.c Modified : /trunk/c_runtime/libf2c/r_cnjg.c Modified : /trunk/c_runtime/libf2c/r_mod.c Modified : /trunk/c_runtime/libf2c/r_nint.c Modified : /trunk/c_runtime/libf2c/rawio.h Modified : /trunk/c_runtime/libf2c/rdfmt.c Modified : /trunk/c_runtime/libf2c/rewind.c Modified : /trunk/c_runtime/libf2c/rsfe.c Modified : /trunk/c_runtime/libf2c/rsli.c Modified : /trunk/c_runtime/libf2c/rsne.c Modified : /trunk/c_runtime/libf2c/s_cat.c Modified : /trunk/c_runtime/libf2c/s_cmp.c Modified : /trunk/c_runtime/libf2c/s_copy.c Modified : /trunk/c_runtime/libf2c/s_paus.c Modified : /trunk/c_runtime/libf2c/s_rnge.c Modified : /trunk/c_runtime/libf2c/s_stop.c Modified : /trunk/c_runtime/libf2c/sfe.c Modified : /trunk/c_runtime/libf2c/sig_die.c Modified : /trunk/c_runtime/libf2c/signal_.c Modified : /trunk/c_runtime/libf2c/signbit.c Modified : /trunk/c_runtime/libf2c/sue.c Modified : /trunk/c_runtime/libf2c/system_.c Modified : /trunk/c_runtime/libf2c/typesize.c Modified : /trunk/c_runtime/libf2c/uio.c Modified : /trunk/c_runtime/libf2c/uninit.c Modified : /trunk/c_runtime/libf2c/util.c Modified : /trunk/c_runtime/libf2c/wref.c Modified : /trunk/c_runtime/libf2c/wrtfmt.c Modified : /trunk/c_runtime/libf2c/wsfe.c Modified : /trunk/c_runtime/libf2c/wsle.c Modified : /trunk/c_runtime/libf2c/wsne.c Modified : /trunk/c_runtime/libf2c/xwsne.c Modified : /trunk/c_runtime/libf2c/z_cos.c Modified : /trunk/c_runtime/libf2c/z_div.c Modified : /trunk/c_runtime/libf2c/z_exp.c Modified : /trunk/c_runtime/libf2c/z_log.c Modified : /trunk/c_runtime/libf2c/z_sin.c Modified : /trunk/c_runtime/libf2c/z_sqrt.c Modified : /trunk/c_runtime/linearize.cpp Modified : /trunk/c_runtime/linearize.h Modified : /trunk/c_runtime/lsame.c Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/nelmead.c Modified : /trunk/c_runtime/newuoa.c Modified : /trunk/c_runtime/newuob.c Modified : /trunk/c_runtime/options.cpp Modified : /trunk/c_runtime/qform.c Modified : /trunk/c_runtime/qrfac.c Modified : /trunk/c_runtime/r1mpyq.c Modified : /trunk/c_runtime/r1updt.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/rml_compatibility.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/simulation_delay.cpp Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/simulation_init.h Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_result_csv.cpp Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_mat.h Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_dasrt.h Modified : /trunk/c_runtime/solver_main.h Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/c_runtime/tables.h Modified : /trunk/c_runtime/trsapp.c Modified : /trunk/c_runtime/update.c Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Added : /trunk/testsuite/parser/CheckSourcesForTabs.mos Modified : /trunk/testsuite/parser/Makefile Revision: 7661 Author: sjoelund.se Date: 08:53:59, den 7 januari 2011 Message: - The last unused local declarations have been removed (had to split some lines, fix tabs, etc in order for the script to find some of these) ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/ClassInf.mo Modified : /trunk/Compiler/FrontEnd/ClassLoader.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7660 Author: sjoelund.se Date: 06:53:07, den 7 januari 2011 Message: - Removed more unused local declarations ---- Modified : /trunk/Compiler/BackEnd/BackendVarTransform.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7659 Author: sjoelund.se Date: 06:18:10, den 7 januari 2011 Message: - Removed ~30 more unused local declarations ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7658 Author: sjoelund.se Date: 22:48:07, den 6 januari 2011 Message: - Removed a few hundred more local declarations ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendVarTransform.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/DAEQuery.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/ConnectionGraph.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/UnitChecker.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Script/Refactor.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7657 Author: sjoelund.se Date: 22:15:13, den 6 januari 2011 Message: - Removed another ~1800 local declarations ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/BackendVarTransform.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/DAEQuery.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/AbsynDep.mo Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/ClassLoader.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/ConnectionGraph.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/DumpGraphviz.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/ModUtil.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo Modified : /trunk/Compiler/FrontEnd/UnitChecker.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Script/Refactor.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/IOStream.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7656 Author: sjoelund.se Date: 21:28:43, den 6 januari 2011 Message: - Removed another 1014 local declarations ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/BackendVarTransform.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/DAEQuery.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/TaskGraph.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/AbsynDep.mo Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/ClassLoader.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/ConnectionGraph.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/DumpGraphviz.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Script/Refactor.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7655 Author: sjoelund.se Date: 20:47:13, den 6 januari 2011 Message: - Removed 138 more unused variables ---- Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Revision: 7654 Author: sjoelund.se Date: 20:38:54, den 6 januari 2011 Message: - Removed 1213 unused variables (automatically, using testsuite/bootstrapping/refactor-mc-to-m.sh) ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendVarTransform.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/DAEQuery.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/AbsynDep.mo Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/ClassLoader.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/ConnectionGraph.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inline.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/ModUtil.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/UnitChecker.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Script/Refactor.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Modified : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7653 Author: sjoelund.se Date: 20:07:54, den 6 januari 2011 Message: - Added debug flag to disable moving the last statement of a match case into the result expression ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Revision: 7652 Author: sjoelund.se Date: 19:24:07, den 6 januari 2011 Message: - Added debug flag to not remove as-bindings from case patterns if they are unused ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Revision: 7651 Author: sjoelund.se Date: 18:38:49, den 6 januari 2011 Message: - Ran the automatic matchcontinue to match script - OMC now detects empty cases at the end of the case list and safely converts to match anyway - The script disables the rest of the dead code elimination since it's not safe to convert these without also removing cases in the middle of the cases ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/ClassLoader.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7650 Author: sjoelund.se Date: 17:47:11, den 6 januari 2011 Message: - Added pattern simplification (mostly tuples that do not match against anything; they can be replaced with a single wildcard pattern) ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Revision: 7649 Author: sjoelund.se Date: 16:33:39, den 6 januari 2011 Message: - Removes as-bindings that bind local variables (these never have any effect; the compiler finds 1927 such instances) - Also, fixed a bug in traverseExp for DAE.ASUB ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7648 Author: sjoelund.se Date: 14:58:17, den 6 januari 2011 Message: - Changed DAE.STMT_ASSIGN_PATTERN into the regular STMT_ASSIGN - Added DAE.Exp.PATTERN (so we can traverse a DAE and collect all variable refernces; including DAE.Pattern.PAT_AS) - Started detection of unused local variables; around 6000 were found ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/testsuite/meta/Failure.mo Modified : /trunk/testsuite/meta/Failure.mos Revision: 7647 Author: sjoelund.se Date: 08:28:31, den 6 januari 2011 Message: - OpenModelicaBootstrappingHeader.h now uses constants for records without fields ---- Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/Template/Unparsing.mo Modified : /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl Revision: 7646 Author: sjoelund.se Date: 06:37:13, den 6 januari 2011 Message: - Added Absyn.Info to each case in a match-expression - Started dead code elimination in match-expressions (removing empty, failing cases) - This can detect that more matchcontinue expressions can be translated to match (it's not safe to refactor all of these without first removing the dead code) ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Parser/Modelica.g Revision: 7645 Author: sjoelund.se Date: 20:32:44, den 5 januari 2011 Message: - Use Static.makeBuiltinCall in more places ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 7644 Author: sjoelund.se Date: 20:02:39, den 5 januari 2011 Message: - Makefile dependencies (same as last commit; forgot OMDev) ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 7643 Author: sjoelund.se Date: 19:58:45, den 5 januari 2011 Message: - Some more Makefile dependencies ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/Parser/Makefile.common Revision: 7642 Author: sjoelund.se Date: 19:54:44, den 5 januari 2011 Message: - Changed a few testcases from mos to mo ---- Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn1.mo Deleted : /trunk/testsuite/meta/PartialFn1.mos Modified : /trunk/testsuite/meta/PartialFn2.mo Modified : /trunk/testsuite/meta/PartialFn4.mo Deleted : /trunk/testsuite/meta/PartialFn4.mos Modified : /trunk/testsuite/meta/PartialFn5.mo Deleted : /trunk/testsuite/meta/PartialFn5.mos Modified : /trunk/testsuite/meta/PartialFn6.mo Deleted : /trunk/testsuite/meta/PartialFn6.mos Modified : /trunk/testsuite/meta/PartialFn7.mo Deleted : /trunk/testsuite/meta/PartialFn7.mos Revision: 7641 Author: sjoelund.se Date: 19:24:02, den 5 januari 2011 Message: - Increased the size of the types memory array ---- Modified : /trunk/Compiler/FrontEnd/Types.mo Revision: 7640 Author: sjoelund.se Date: 23:14:50, den 4 januari 2011 Message: - Added some constant string literals to the runtime - Codegen and mk_scon now both use the same literals for 1-length strings - Some more matchcontinue to match ---- Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Added : /trunk/c_runtime/meta_modelica_gen_string_lit.sh Revision: 7639 Author: syeas460 Date: 20:50:57, den 4 januari 2011 Message: Removed the testing Message Box added. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Revision: 7638 Author: syeas460 Date: 19:46:10, den 4 januari 2011 Message: testing the temp path ---- Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Revision: 7637 Author: syeas460 Date: 19:28:00, den 4 januari 2011 Message: - The Corba IOR file was not picked up on MAC OSX because the path for temp directory is hard coded. Using QDir::tempPath() now to get the temp directory path. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Revision: 7636 Author: syeas460 Date: 18:34:38, den 4 januari 2011 Message: Fixes for bug #1395 - Added the key bindings for OMEdit. ---- Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7635 Author: sjoelund.se Date: 17:02:49, den 4 januari 2011 Message: - Automatic translation of matchcontinue to match (1448 hits) - testsuite/bootstrapping/refactor-mc-to-m.sh is the script that can perform this refactoring automatically ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/BackendVarTransform.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/DAEQuery.mo Modified : /trunk/Compiler/BackEnd/Derive.mo Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/BackEnd/TaskGraph.mo Modified : /trunk/Compiler/BackEnd/XMLDump.mo Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/AbsynDep.mo Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/ClassInf.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/ConnectionGraph.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/DumpGraphviz.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/ExpandableConnectors.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Graphviz.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/MMath.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/ModUtil.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/PrefixUtil.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo Modified : /trunk/Compiler/FrontEnd/UnitChecker.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/Compiler/Script/Refactor.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Template/TplAbsyn.mo Modified : /trunk/Compiler/Template/TplParser.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/Debug.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/IOStream.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/Util/VarTransform.mo Added : /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh Revision: 7633 Author: sjoelund.se Date: 14:53:10, den 4 januari 2011 Message: - +g=MetaModelica now enables makes all strings boxed in the runtime - This breaks MatchCaseInteractive2.mos (and Uniontype7.mos); regular records used as input of dynamically loaded files crash - checkEngineV6_analytic now works (using only 7GB of virtual memory) - + some matchcontinue->match ---- Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Mod.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/runtime/Dynload.cpp Modified : /trunk/Compiler/runtime/Dynload_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/testsuite/meta/Uniontype7.mo Revision: 7632 Author: sjoelund.se Date: 14:09:11, den 3 januari 2011 Message: - Added codegen support for "case ... then fn()", where fn() has multiple outputs - Added simplification for match expressions: (cr1,...,crn) = exp; then (cr1,...,crn); => then exp; - GCC should handle this, but if we need to do special optimizations for tail recursion in the future, we need to be able to access the last expression of a case quickly ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7631 Author: sjoelund.se Date: 10:23:48, den 3 januari 2011 Message: - Added pretty-printing of the cases in match-expressions (which used to be ignored) ---- Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/testsuite/meta/List4.mo Modified : /trunk/testsuite/meta/MatchCase14.mo Modified : /trunk/testsuite/meta/MatchCase15.mo Modified : /trunk/testsuite/meta/MatchCase16.mo Modified : /trunk/testsuite/meta/MatchCase17.mo Modified : /trunk/testsuite/meta/OptimizeContinue.mo Modified : /trunk/testsuite/meta/PartialFn15.mo Revision: 7628 Author: sjoelund.se Date: 08:35:14, den 3 januari 2011 Message: - Removed instantiateModel command from checkEngineV6_analytic.mos ---- Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos Revision: 7627 Author: sjoelund.se Date: 07:41:26, den 3 januari 2011 Message: - Improved BackendDAEUtil.treeGet slightly for bootstrapping (more efficient, but not tail-recursive) - Made BackendDAECreate.lower tail-recursive ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Revision: 7625 Author: sjoelund.se Date: 21:59:59, den 2 januari 2011 Message: - DAEUtil: Stopped using matchcontinue in addComponentType,traverseDAE2,transformIfEqToExpr ---- Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Revision: 7624 Author: sjoelund.se Date: 18:18:59, den 2 januari 2011 Message: - BackendDAECreate: Add start-binding as eq-binding of parameters without binding. ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/testsuite/interactive/XmlDumpComment.mos Revision: 7623 Author: sjoelund.se Date: 15:33:44, den 2 januari 2011 Message: - Fixed SimCodeTest using bootstrapped omc (force grammar in the test so it's not shared when loading the shared object) - Plus some matchcontinue to match, and less listAppend in some functions ---- Modified : /trunk/Compiler/FrontEnd/ClassInf.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/ModUtil.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/Compiler/runtime/rtoptsimpl.c Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mo Revision: 7622 Author: sjoelund.se Date: 12:45:29, den 2 januari 2011 Message: - Changed printimpl.c from having static "global" variables since they got unpredictable behaviour when dynamically loading bootstrapping examples in the bootstrapped omc. - Now, all copies will share the _same_ print buffer, which means using Dynload.mo to run a function may change the internal state of the compiler (mainly print buffers). - Debug flags, etc are not shared though (I think). We don't test these much anyway. ---- Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Template/TplMain.mo Modified : /trunk/Compiler/runtime/Print_omc.cpp Modified : /trunk/Compiler/runtime/Print_rml.c Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/testsuite/bootstrapping/DumpTest.mo Revision: 7621 Author: sjoelund.se Date: 10:57:33, den 2 januari 2011 Message: - Some matchcontinue to match ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Util/Util.mo Revision: 7620 Author: sjoelund.se Date: 08:42:27, den 2 januari 2011 Message: - Removed the DAEUtil.getAllExps functions (use DAEUtil.traverse* instead) ---- Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Revision: 7619 Author: sjoelund.se Date: 22:50:54, den 1 januari 2011 Message: - SimCode.getCalledFunctionsInFunction now uses a HashTable; this is a lot faster for large functions ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 7618 Author: sjoelund.se Date: 21:33:51, den 1 januari 2011 Message: - Use true = listMember instead of _ = Util.listGetMember ---- Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7617 Author: sjoelund.se Date: 20:53:03, den 1 januari 2011 Message: - Fix System.setVariableFilter ---- Modified : /trunk/Compiler/Util/System.mo Revision: 7616 Author: sjoelund.se Date: 20:09:54, den 1 januari 2011 Message: - Fix order of tokens for the system() error messages ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7615 Author: sjoelund.se Date: 19:12:23, den 1 januari 2011 Message: - Added optimization: If a case in a matchcontinue expression is followed by a (list of) cases that do not have overlapping patterns with the first one, an optimization can be made. If we match against the first pattern, we can jump a few positions in the loop! For example: matchcontinue i,j case (1,_) then (); // (1) => skip (2),(3) if this pattern matches case (2,_) then (); // (2) => skip (3),(4) if this pattern matches case (3,_) then (); // (3) => skip (4),(5) if this pattern matches case (1,_) then (); // (4) => skip (5),(6) if this pattern matches case (2,_) then (); // (5) => skip (6) if this pattern matches case (3,_) then (); // (6) case (_,2) then (); // (7) => skip (8),(9) if this pattern matches case (1,1) then (); // (8) => skip (9) if this pattern matches case (2,1) then (); // (9) => skip (10) if this pattern matches case (1,_) then (); // (10) end matchcontinue; ---- Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7614 Author: sjoelund.se Date: 17:38:24, den 1 januari 2011 Message: - Fixed continue->match optimization for uniontype patterns - Added a testcase for this ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/OptimizeContinue.mo Revision: 7613 Author: sjoelund.se Date: 16:43:11, den 1 januari 2011 Message: - Rewrite of Lookup.lookupMetarecordsRecursive, using HashTable instead of linear search in a list ---- Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/Script/CevalScript.mo Revision: 7612 Author: sjoelund.se Date: 15:43:51, den 1 januari 2011 Message: - Improved mmc_alloc_bytes (still no GC, but does allocation in 512MB chunks instead of many small calls) - This is a big performance improvement for bootstrapping: Before: == Total: 20 out of 1365 failed, 32.05 minutes (single thread) After: == Total: 17 out of 1365 failed, 27.88 minutes (single thread) ---- Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Revision: 7611 Author: sjoelund.se Date: 13:57:43, den 1 januari 2011 Message: - Added an optimization doing automatic matchcontinue->match translation if it is safe to do so. - This made 5 more tests run in the 300 second limit I set for bootstrapped OMC testcases - Now only 20 tests fail for bootstrapped OMC (8 tests fail for regular OMC) ---- Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/testsuite/bootstrapping/DumpTest.mos Modified : /trunk/testsuite/bootstrapping/HashTableTest.mos Modified : /trunk/testsuite/bootstrapping/SimplifyTest.mos Modified : /trunk/testsuite/bootstrapping/UtilTest.mos Revision: 7610 Author: sjoelund.se Date: 11:48:13, den 1 januari 2011 Message: - More match less continue ---- Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Util/Util.mo Revision: 7609 Author: sjoelund.se Date: 11:09:29, den 1 januari 2011 Message: - More match, less continue ---- Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Util/Util.mo Revision: 7608 Author: sjoelund.se Date: 10:22:46, den 1 januari 2011 Message: #1396 - Use vfork/execl instead of system for the System.systemCall implementation on Linux - This does not sometimes spin in an endless loop using bootstrapped omc ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7607 Author: sjoelund.se Date: 09:10:38, den 1 januari 2011 Message: - Performance improvement for valueEq on strings ---- Modified : /trunk/c_runtime/meta_modelica.c Revision: 7606 Author: sjoelund.se Date: 07:34:07, den 1 januari 2011 Message: - Rewrote listAppend without using listReverse (using 1 malloc instead of 2*n) ---- Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 7605 Author: sjoelund.se Date: 21:29:44, den 31 december 2010 Message: - Some matchcontinue to match ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/Debug.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7604 Author: sjoelund.se Date: 19:01:53, den 31 december 2010 Message: - Use teardown_command for BodyCylinder.mos ---- Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Revision: 7603 Author: sjoelund.se Date: 16:00:12, den 31 december 2010 Message: - Split rotationalgears into 4 tests (2 of which still fail) ---- Added : /trunk/testsuite/mosfiles-msl22/Gear.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalgears.mos, Revision, 7602) Added : /trunk/testsuite/mosfiles-msl22/Gear2.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalgears.mos, Revision, 7602) Added : /trunk/testsuite/mosfiles-msl22/IdealGear.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalgears.mos, Revision, 7602) Added : /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalgears.mos, Revision, 7602) Modified : /trunk/testsuite/mosfiles-msl22/Makefile Deleted : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos Revision: 7602 Author: sjoelund.se Date: 15:52:49, den 31 december 2010 Message: - Split blockssystems.mos into multiple tests ---- Added : /trunk/testsuite/mosfiles-msl22/Circuit1.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/blockssystems.mos, Revision, 7600) Deleted : /trunk/testsuite/mosfiles-msl22/DCMotor.mos Added : /trunk/testsuite/mosfiles-msl22/DCMotorBlocks.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/blockssystems.mos, Revision, 7600) Added : /trunk/testsuite/mosfiles-msl22/DCMotorDeadzone.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/blockssystems.mos, Revision, 7600) Added : /trunk/testsuite/mosfiles-msl22/DCMotorRotational.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/DCMotor.mos, Revision, 7600) Modified : /trunk/testsuite/mosfiles-msl22/Makefile Added : /trunk/testsuite/mosfiles-msl22/SpringMass.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/blockssystems.mos, Revision, 7600) Added : /trunk/testsuite/mosfiles-msl22/Tank.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/blockssystems.mos, Revision, 7600) Deleted : /trunk/testsuite/mosfiles-msl22/blockssystems.mos Revision: 7600 Author: sjoelund.se Date: 14:12:15, den 31 december 2010 Message: - Replaced Types.searchInMememoryLst with Util.assoc ---- Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Util/Debug.mo Modified : /trunk/Compiler/Util/Util.mo Revision: 7599 Author: sjoelund.se Date: 11:17:57, den 31 december 2010 Message: - Fix System.getHasExpandable/StreamConnector (output was unbound, i.e. false, in the bootstrapped omc) ---- Modified : /trunk/Compiler/Util/System.mo Revision: 7598 Author: sjoelund.se Date: 10:28:18, den 31 december 2010 Message: - Removed unused (duplicate) code ---- Modified : /trunk/Compiler/FrontEnd/InstSection.mo Revision: 7597 Author: sjoelund.se Date: 10:14:17, den 31 december 2010 Message: - Use teardown_command in msl221/Electrical ---- Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CharacteristicThyristors2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingNPN_OrGate2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingRectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/OvervoltageProtection2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowSaturatingInductor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Revision: 7596 Author: sjoelund.se Date: 09:57:51, den 31 december 2010 Message: - Use teardown_command for msl221/Mechanics tests ---- Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/CoupledClutches2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/FrictionRotationalSim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/InitialConditions2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos Revision: 7595 Author: sjoelund.se Date: 20:28:20, den 30 december 2010 Message: - Updated multibody tests to use teardown_command instead of system (which sometimes blocks the bootstrapped omc) ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/elementary/_UseThisTestToMakeANewOne.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Revision: 7594 Author: sjoelund.se Date: 19:05:17, den 30 december 2010 Message: - Made the testsuite deterministic when running bootstrapped omc ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7593 Author: sjoelund.se Date: 17:49:59, den 30 december 2010 Message: - Some matchcontinue->match ---- Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/ModUtil.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Revision: 7592 Author: sjoelund.se Date: 17:33:56, den 30 december 2010 Message: - Fix expected output ---- Modified : /trunk/testsuite/expandable/ExpandableConnectors.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Revision: 7591 Author: sjoelund.se Date: 17:00:24, den 30 december 2010 Message: - Split rotationalspringinertia into several tests ---- Added : /trunk/testsuite/mosfiles-msl22/Backlash.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos, Revision, 7590) Modified : /trunk/testsuite/mosfiles-msl22/Makefile Added : /trunk/testsuite/mosfiles-msl22/Shaft.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos, Revision, 7590) Added : /trunk/testsuite/mosfiles-msl22/SineAccelerate.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos, Revision, 7590) Added : /trunk/testsuite/mosfiles-msl22/SineSpeed.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos, Revision, 7590) Added : /trunk/testsuite/mosfiles-msl22/SineTorque.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos, Revision, 7590) Added : /trunk/testsuite/mosfiles-msl22/SineTorque2inertias.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos, Revision, 7590) Added : /trunk/testsuite/mosfiles-msl22/StepTorque.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos, Revision, 7590) Deleted : /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos Revision: 7590 Author: sjoelund.se Date: 15:12:30, den 30 december 2010 Message: - Split the rotationalsystems.mos test into multiple files ---- Added : /trunk/testsuite/mosfiles-msl22/DCMotor.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos, Revision, 7587) Added : /trunk/testsuite/mosfiles-msl22/ElasticBearing.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos, Revision, 7587) Added : /trunk/testsuite/mosfiles-msl22/First.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos, Revision, 7587) Modified : /trunk/testsuite/mosfiles-msl22/Makefile Added : /trunk/testsuite/mosfiles-msl22/WeakAxis.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos, Revision, 7587) Deleted : /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos Revision: 7589 Author: sjoelund.se Date: 15:00:33, den 30 december 2010 Message: - Improved SimCode.addMissingEquations for bootstrapping (goes from >5 minutes to <1 second for some simulations) ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Revision: 7588 Author: sjoelund.se Date: 14:07:59, den 30 december 2010 Message: - Rewrote parts of Env to use match instead of matchcontinue (while the performance gain is small per call, Env is called millions of times so it adds up for the bootstrapping implementation) ---- Modified : /trunk/Compiler/FrontEnd/Env.mo Revision: 7587 Author: sjoelund.se Date: 12:29:20, den 30 december 2010 Message: - Added MetaModelica optimization for matchcontinue expressions with only one case (then we use match instead) ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/DumpGraphviz.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Template/Tpl.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/IOStream.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/testsuite/bootstrapping/DumpTest.mos Modified : /trunk/testsuite/bootstrapping/HashTableTest.mos Modified : /trunk/testsuite/bootstrapping/SimplifyTest.mos Modified : /trunk/testsuite/bootstrapping/UtilTest.mos Modified : /trunk/testsuite/meta/MatchCase11.mo Modified : /trunk/testsuite/meta/MatchCaseInteractive1.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo Revision: 7586 Author: sjoelund.se Date: 09:01:49, den 30 december 2010 Message: - Rewrote part of BackendDAECreate.lower2 for the bootstrapping (which does not optimize if the first statements of different equation-sections are identical) - lower2 needs more work done as it does too much listAppend - this small change reduced the memory consumption from 16GB to 500MB for large simulations using the bootstrapping implementation ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Revision: 7585 Author: sjoelund.se Date: 06:29:38, den 30 december 2010 Message: - Rewrote Expression.expEqual using match ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Revision: 7584 Author: sjoelund.se Date: 22:44:30, den 29 december 2010 Message: - Rewrite of Expression.factors (using match and an accumulator instead of matchcontinue and listAppend) ---- Modified : /trunk/Compiler/BackEnd/ExpressionSolve.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Revision: 7583 Author: sjoelund.se Date: 21:40:09, den 29 december 2010 Message: - More matchcontinue->match ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Revision: 7582 Author: sjoelund.se Date: 20:00:28, den 29 december 2010 Message: - Expression.isConst now does not construct any data, is tail-recursive and does not use matchcontinue ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Revision: 7581 Author: sjoelund.se Date: 18:44:08, den 29 december 2010 Message: - Added Expression.expEqual support for MetaModelica types - This reduced the size of Main_main.exe by 0.9MB and compilation time by ~20% (this is a result of reducing number of literals by 75%) ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 7580 Author: sjoelund.se Date: 16:41:10, den 29 december 2010 Message: - Expression.isConst now uses match instead of matchcontinue ---- Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/c_runtime/meta_modelica.h Revision: 7579 Author: sjoelund.se Date: 15:08:13, den 29 december 2010 Message: - More match, less continue ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Util/Util.mo Revision: 7578 Author: sjoelund.se Date: 12:18:36, den 29 december 2010 Message: - Added code generation support for Integer() ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7577 Author: sjoelund.se Date: 12:10:24, den 29 december 2010 Message: - Added Dynload support to read Values.ENUM as input ---- Modified : /trunk/Compiler/runtime/Dynload.cpp Revision: 7576 Author: sjoelund.se Date: 16:19:39, den 28 december 2010 Message: - Added file MetaModelicaBuiltinImports.mo, containing the renaming imports used by MetaModelica - This replaces the string literal in Builtin.mo ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Added : /trunk/Compiler/FrontEnd/MetaModelicaBuiltinImports.mo (Copy from path: /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo, Revision, 7575) Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 7575 Author: sjoelund.se Date: 15:55:24, den 28 december 2010 Message: - Split Builtin.mo. The new MetaModelicaBuiltin.mo and ModelicaBuiltin.mo are now loaded as files instead of string literals. ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Added : /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo (Copy from path: /trunk/Compiler/FrontEnd/Builtin.mo, Revision, 7574) Added : /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo (Copy from path: /trunk/Compiler/FrontEnd/Builtin.mo, Revision, 7574) Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 7574 Author: sjoelund.se Date: 07:34:13, den 28 december 2010 Message: - Made mmc_mk_icon take a long instead of an int (and made sure djb2_hash returns an unsigned number) ---- Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 7573 Author: sjoelund.se Date: 06:30:07, den 28 december 2010 Message: - Add setGlobalRoot to Builtin.getInitialFunctions - Give proper error message for type list ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/meta/ErrorInvalidPattern1.mo Revision: 7571 Author: sjoelund.se Date: 13:39:13, den 26 december 2010 Message: #1373 - Added Absyn.Info to SCode.EXTENDS - Added a warning when extending from a function containing an external declaration ---- Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/InstExtends.mo Modified : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/mofiles/Encapsulated3.mo Added : /trunk/testsuite/mofiles/ExternalFunctionExtends.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/PointSum.mo Revision: 7570 Author: sjoelund.se Date: 09:07:33, den 26 december 2010 Message: - Some fixes for OMNotebook startup - Do not only wait for omc to start; also wait for it to open a connection - It also works properly when OPENMODELICAHOME lacks a trailing slash ---- Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Revision: 7569 Author: sjoelund.se Date: 20:39:44, den 25 december 2010 Message: - Some fixes for OMShell/OPENMODELICAHOME ---- Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/oms.cpp Revision: 7561 Author: sjoelund.se Date: 17:31:00, den 23 december 2010 Message: - Fixed code generation for integer mod() (previously used doubles, which don't hold large enough integers on 64-bit platforms) ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Revision: 7560 Author: sjoelund.se Date: 15:53:11, den 23 december 2010 Message: - Fixed some type errors in elaboration of CONS expressions (minor thing that RML also did not handle properly) - Updated PartialFn15.mo to its original form ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/testsuite/meta/PartialFn15.mo Revision: 7559 Author: sjoelund.se Date: 15:02:26, den 23 december 2010 Message: - Removed the SimCode helper that boxed constants in lists during codegen (all expressions now contain boxed types, so this hack is no longer needed) ---- Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7558 Author: sjoelund.se Date: 13:19:35, den 23 december 2010 Message: - The boxptr_-function is now only generated if not all of the function in/outputs are boxed (meaning the wrapper is only generated if needed; otherwise it's a preprocessor macro) ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7557 Author: sjoelund.se Date: 12:12:42, den 23 december 2010 Message: - Removed inVars from SimCode.FUNCTION (unused) ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Revision: 7556 Author: sjoelund.se Date: 10:13:14, den 23 december 2010 Message: - Made sure all arguments of a METARECORDCALL are boxed - Started sharing metarecord literals (30000 more constants shared for Main.main, up from 10000) - Some functions using large constants (such as Error.lookupMessage) now have 500 less malloc calls, which should result in a performance improvement ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7555 Author: sjoelund.se Date: 08:47:48, den 23 december 2010 Message: - Fixed bugs where constant evaluation/simplification resulted in unboxed expressions ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/Values.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Added : /trunk/testsuite/bootstrapping/SimCodeTest.mo Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Modified : /trunk/testsuite/meta/PartialFn15.mo Revision: 7554 Author: Frenkel TUD Date: 23:46:13, den 22 december 2010 Message: - parts of rewrite removeSimpleEquations ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Revision: 7553 Author: sjoelund.se Date: 21:28:37, den 22 december 2010 Message: - Made the list operations always boxed (hopefully), which means code generation could be made simpler ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/MetaUtil.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/meta/ComplicatedInteractive.mos Modified : /trunk/testsuite/meta/Equality.mos Modified : /trunk/testsuite/meta/PartialFn15.mo Revision: 7552 Author: sjoelund.se Date: 17:20:30, den 22 december 2010 Message: - Implemented scripting command getModelicaPath() (setModelicaPath() already existed) - OMEdit now uses this command to query the path instead of getting it from the system environment ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Revision: 7551 Author: syeas460 Date: 16:33:00, den 22 december 2010 Message: Fixes for bugs #1393 #1394 - Fixed the library browsing issue on MAC OSX. - Fixed the problem of opening user manual in MAC. ---- Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7550 Author: syeas460 Date: 16:11:58, den 22 december 2010 Message: - Using OMC to get environment variables like OpenModelicaHome and OpenModelicaLibrary. ---- Modified : /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Revision: 7549 Author: sjoelund.se Date: 15:10:58, den 22 december 2010 Message: - Some fixes for sendData ---- Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 7548 Author: sjoelund.se Date: 11:44:26, den 22 december 2010 Message: - Started the implementation of sharing constant literals - It is a one-pass phase on list, right before code generation starts - For now, it is limited to string constants (not even boxed strings...) - It is also limited to function code (not simulations) as equation-systems in general don't use MetaModelica types, which will benefit the most from this change (gcc already shares string constants) ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Added : /trunk/Compiler/Util/HashTableExpToIndex.mo (Copy from path: /trunk/Compiler/Util/HashTable4.mo, Revision, 7541) Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Modified : /trunk/testsuite/meta/BuiltinMisc.mos Revision: 7547 Author: Frenkel TUD Date: 11:31:08, den 22 december 2010 Message: - removesimpleequation - extend parent types if they are from type array or record ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Revision: 7546 Author: sjoelund.se Date: 08:18:33, den 22 december 2010 Message: - Changed implementation of InstHashTable to the new generic HashTable - This solves some issues for the bootstrapping implementation and gives us less code to maintain ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Revision: 7545 Author: syeas460 Date: 04:52:23, den 22 december 2010 Message: - Library right click issue solved. - UserManual opening code is updated again (a test for MAC). ---- Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Revision: 7544 Author: syeas460 Date: 00:30:54, den 22 december 2010 Message: - Library drag implementation is changed. - UserManual opening code is updated. ---- Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Revision: 7543 Author: sjoelund.se Date: 22:37:15, den 21 december 2010 Message: - Fixed code generation for simulations and external functions ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 7542 Author: sjoelund.se Date: 21:33:35, den 21 december 2010 Message: - Improved unparsing of DAE.META_OPTION ---- Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/Patternm.mo Revision: 7541 Author: sjoelund.se Date: 17:14:06, den 21 december 2010 Message: - Changed modelica_integer to long, so it is 64-bit on 64-bit platforms ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/runtime/Dynload.cpp Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/base_array.c Modified : /trunk/c_runtime/base_array.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/string_array.h Revision: 7540 Author: sjoelund.se Date: 15:17:20, den 21 december 2010 Message: Fix for #1041 - Reduce the number of error messages generated by builtin operators (only add the generic error message if a specific one was not added) ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/testsuite/mofiles/ArrayInvalidDims.mo Modified : /trunk/testsuite/mofiles/DerConstant3.mo Modified : /trunk/testsuite/streams/InStreamInvalidArgument.mo Revision: 7539 Author: sjoelund.se Date: 14:32:42, den 21 december 2010 Message: - Added a generic error message for elabExp (only 1 testcase needed to be updated; no scary floods of failed expressions followed...) - Changed errorext.cpp slightly: Now we remove duplicate errors when pop'ing the stack. - The reason for this change is that if we called Error.addSourceMessage and the top already had a copy of that message, the error count would not increase. This could cause additional generic error messages to appear. ---- Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/mosfiles-nosim/ErrorFunctionCallNumArgs.mos Revision: 7538 Author: Frenkel TUD Date: 13:31:45, den 21 december 2010 Message: - fix makefile for mingw ---- Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Revision: 7537 Author: Frenkel TUD Date: 13:30:38, den 21 december 2010 Message: - removesimpleequation - extend parent types if they are from type array or record ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Revision: 7536 Author: sjoelund.se Date: 11:41:32, den 21 december 2010 Message: - Fix regeneration of libomcmodpar.a if make clean has been run ---- Modified : /trunk/Compiler/modpar/Makefile.in Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7535 Author: Frenkel TUD Date: 11:03:28, den 21 december 2010 Message: - replaceDummyDer: - traverse also WhenClauses and WhenOperators ---- Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Revision: 7534 Author: sjoelund.se Date: 10:58:37, den 21 december 2010 Message: - Also test compilation of inv() ---- Modified : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Revision: 7531 Author: sjoelund.se Date: 09:52:01, den 21 december 2010 Message: - Added check of Modelica.Math.Matrices.inv to the testsuite ---- Modified : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Revision: 7530 Author: sjoelund.se Date: 09:20:41, den 21 december 2010 Message: #1142 - Added a better error message for invalid singleton expressions in the parser ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/ParseError3.mo Revision: 7529 Author: sjoelund.se Date: 09:13:26, den 21 december 2010 Message: - Fix OMNotebook so it does not require OPENMODELICAHOME to be set on Unix ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Revision: 7528 Author: adrpo Date: 08:50:25, den 21 december 2010 Message: - more in OMEdit-wish-list.doc ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7527 Author: sjoelund.se Date: 08:47:22, den 21 december 2010 Message: - Fix OMEdit so it does not require OPENMODELICAHOME to be set on Unix ---- Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Revision: 7526 Author: sjoelund.se Date: 07:20:27, den 21 december 2010 Message: - Added support to OMShell to function without OPENMODELICAHOME set ---- Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/oms.h Revision: 7524 Author: sjoelund.se Date: 22:04:41, den 20 december 2010 Message: - Added Error.mo messages for Derive.differentiateEquationTime ---- Modified : /trunk/Compiler/BackEnd/Derive.mo Revision: 7523 Author: sjoelund.se Date: 21:14:23, den 20 december 2010 Message: - Made semiLinear() and edge() into classes in the initial environment ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Revision: 7522 Author: sjoelund.se Date: 20:21:59, den 20 december 2010 Message: - Fix compilation of Builtin.mo ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Revision: 7521 Author: sjoelund.se Date: 20:13:14, den 20 december 2010 Message: - Added parser error for equations containing assignments ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Parser/Modelica.g Added : /trunk/testsuite/parser/Assign4.mo (Copy from path: /trunk/testsuite/parser/Assign3.mo, Revision, 7518) Modified : /trunk/testsuite/parser/Makefile Revision: 7520 Author: sjoelund.se Date: 20:05:12, den 20 december 2010 Message: #1217 - Added MSL2 Modelica.Mechanics.Translational.Examples.Friction simulation testcase to the testsuite ---- Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Makefile Revision: 7519 Author: sjoelund.se Date: 19:51:12, den 20 december 2010 Message: - Fix expected output ---- Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Revision: 7518 Author: syeas460 Date: 19:10:25, den 20 december 2010 Message: Fixes for bugs #1385 #1389 - Fixed the icons extent points bug. - Added the new Type Icon image. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Added : /trunk/OMEdit/OMEditGUI/Resources/icons/type-icon.png Modified : /trunk/OMEdit/OMEditGUI/resource_omedit.qrc Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7517 Author: sjoelund.se Date: 17:20:19, den 20 december 2010 Message: - Removed some unused constants from Builtin.mo ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Revision: 7516 Author: sjoelund.se Date: 17:14:42, den 20 december 2010 Message: - Added builtin classDirectory as a class instead of type only ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Revision: 7515 Author: sjoelund.se Date: 17:05:51, den 20 december 2010 Message: #1062 - Added Error.mo messages for invalid when-equations ---- Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/InstSection.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/testsuite/mofiles/WhenElseNested.mo Modified : /trunk/testsuite/mofiles/WhenNested.mo Modified : /trunk/testsuite/mofiles/WhenNestedEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Revision: 7514 Author: Frenkel TUD Date: 17:03:54, den 20 december 2010 Message: - fix for extendRecordEqns - add case for records for getVar - ComponentReference.mo add function creffromVar - SimCodeFMU.tpl - use {guid} like in xml file, otherwise strcompare fails ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/FrontEnd/ComponentReference.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Revision: 7513 Author: sjoelund.se Date: 15:33:01, den 20 december 2010 Message: - Removed arctan from simulation runtime ---- Modified : /trunk/c_runtime/modelica.h Revision: 7512 Author: sjoelund.se Date: 15:02:42, den 20 december 2010 Message: #1388 - Absyn->SCode now checks if duplicate classes have been defined in the top-level scope - This includes a check for duplicate builtin classes - Added testcase ErrorMultipleClasses.mo - Removed a duplicate definition in Constants.mo ---- Modified : /trunk/Compiler/FrontEnd/Constants.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Added : /trunk/testsuite/mofiles/ErrorMultipleClasses.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 7511 Author: sjoelund.se Date: 14:57:15, den 20 december 2010 Message: - Fix to (hopefully) kill interactive-simulations when doing automatic builds ---- Modified : /trunk/testsuite/interactive-simulation/Makefile.run Added : /trunk/testsuite/interactive-simulation/run.sh Revision: 7510 Author: Frenkel TUD Date: 13:15:04, den 20 december 2010 Message: add COMPLEX_EQUATION and INITIAL_COMPLEX_EQUATION to dump2 ---- Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Revision: 7509 Author: sjoelund.se Date: 12:24:44, den 20 december 2010 Message: - Updated expected result ---- Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Revision: 7508 Author: sjoelund.se Date: 12:05:05, den 20 december 2010 Message: #1387 - calcTinyStep now uses (stop-start) as its basis for choosing epsilon ---- Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_main.cpp Revision: 7507 Author: sjoelund.se Date: 11:35:50, den 20 december 2010 Message: #1384 - Typo in last commit ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7506 Author: sjoelund.se Date: 11:34:12, den 20 december 2010 Message: #1384 - Hopefully a better fix for OSX configure woes ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7505 Author: sjoelund.se Date: 11:20:23, den 20 december 2010 Message: #1386 - Changed return type of sign() to Integer instead of depending on the input ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/c_runtime/modelica.h Modified : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles-dassl2/Sign.mos Revision: 7504 Author: sjoelund.se Date: 07:15:05, den 20 december 2010 Message: - Removed elabBuiltinInteger ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Revision: 7503 Author: sjoelund.se Date: 06:48:17, den 20 december 2010 Message: - Removed elabBuiltinInitial/Terminal/Sample ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Revision: 7502 Author: sjoelund.se Date: 06:09:20, den 20 december 2010 Message: - Removed some old code ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Revision: 7501 Author: sjoelund.se Date: 22:59:13, den 19 december 2010 Message: - Removed elabBuiltinFloor/Ceil/Sqrt ---- Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Revision: 7500 Author: sjoelund.se Date: 22:02:58, den 19 december 2010 Message: #1374 - Fixes syntax error when trying to declare partial functions through CORBA ---- Modified : /trunk/Compiler/Script/Interactive.mo Revision: 7499 Author: sjoelund.se Date: 21:34:14, den 19 december 2010 Message: #1384 - Fix typo in configure ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7498 Author: sjoelund.se Date: 21:27:19, den 19 december 2010 Message: #1384 - Fix for building qtclients on MacPorts i386 ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7497 Author: sjoelund.se Date: 13:10:18, den 19 december 2010 Message: - Rewrote the simulation runtime slightly - names and comments of a variable is now stored in a record instead of different arrays - This record also contains the Absyn.Info information (filename, line/column start/end) - Removed sendDataHumbug. It has been replaced with preprocessor macros that disable sendData ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/config.unix.h.in Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/Makefile.in Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/interactive/omi_Control.cpp Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Modified : /trunk/c_runtime/interactive/socket_unix.cpp Modified : /trunk/c_runtime/interactive/thread.cpp Deleted : /trunk/c_runtime/sendData/Makefile.humbug.in Deleted : /trunk/c_runtime/sendData/humbug.cpp Deleted : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/simulation_result_bin.cpp Modified : /trunk/c_runtime/simulation_result_csv.cpp Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_mat.h Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.h Added : /trunk/c_runtime/simulation_varinfo.h (Copy from path: /trunk/c_runtime/compat.h, Revision, 7494) Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/testsuite/interactive-simulation/Makefile.run Revision: 7496 Author: sjoelund.se Date: 11:26:42, den 19 december 2010 Message: - Removed some tabs from omi - Added some dependencies for omi_ServiceInterface.o ---- Modified : /trunk/c_runtime/interactive/Makefile.in Modified : /trunk/c_runtime/interactive/makefile.mingw Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Revision: 7495 Author: Frenkel TUD Date: 10:43:35, den 19 december 2010 Message: - rewrite function makeZeroCrossing without match case ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Revision: 7494 Author: sjoelund.se Date: 09:42:53, den 19 december 2010 Message: - Remove noEvent from c_runtime. It's now handled in SimCodeC.tpl - The names and comments of variables are now separated also by a newline. This makes the code more readable. - Removed tabs from SimCodeC.tpl ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/simulation_events.h Revision: 7491 Author: adrpo Date: 06:02:13, den 19 december 2010 Message: - rebuild OMNotebook (fixes to printing) ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.exe Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.pdb Revision: 7490 Author: adrpo Date: 05:55:09, den 19 december 2010 Message: - fixes for DynamicSelect in annotations (return the first and constant part) - faster retrieval of annotations. - fixes for the interactive simulation test and small fixes to the client. ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Script/Interactive.mo Modified : /trunk/c_runtime/interactive/client.cpp Modified : /trunk/testsuite/interactive/interactive_api_annotations.mos Modified : /trunk/testsuite/interactive-simulation/interactive-simulation-commands.txt Modified : /trunk/testsuite/interactive-simulation/runInteractiveSimulation.mos Revision: 7489 Author: syeas460 Date: 19:38:27, den 18 december 2010 Message: Fixes for bugs #1382 #1383 - Fixed the BusUsage example crash problem. - Icon and Diagram annotations for model are now saved. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/EllipseAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/EllipseAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/LineAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/LineAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/PolygonAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/PolygonAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/Transformation.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7488 Author: adrpo Date: 22:01:02, den 17 december 2010 Message: - another try. ---- Modified : /trunk/testsuite/interactive-simulation/runInteractiveSimulation.mos Revision: 7487 Author: adrpo Date: 21:11:47, den 17 december 2010 Message: - restrict to 1 output/second - use out.log instead of output.log ---- Modified : /trunk/testsuite/interactive-simulation/Makefile.run Modified : /trunk/testsuite/interactive-simulation/buildModel.mos Modified : /trunk/testsuite/interactive-simulation/runInteractiveSimulation.mos Revision: 7486 Author: sjoelund.se Date: 21:05:05, den 17 december 2010 Message: - Fix interactive-simulation client compilation on Linux - Make the mos-script use teardown_command instead of rm -f at the end in order to ease debugging ---- Modified : /trunk/testsuite/interactive-simulation/Makefile.run Modified : /trunk/testsuite/interactive-simulation/runInteractiveSimulation.mos Revision: 7485 Author: adrpo Date: 19:44:27, den 17 december 2010 Message: - cat the testsuite-trace.txt at the end of testlog ---- Modified : /trunk/Makefile.common Revision: 7484 Author: adrpo Date: 19:41:42, den 17 december 2010 Message: - test for existence of the server executable ---- Modified : /trunk/testsuite/interactive-simulation/Makefile.run Revision: 7483 Author: adrpo Date: 19:30:45, den 17 december 2010 Message: - exit if we cannot connect after we retry 5 times with 2 seconds delay. ---- Modified : /trunk/c_runtime/interactive/client.cpp Revision: 7482 Author: adrpo Date: 19:20:55, den 17 december 2010 Message: - add extension - sort the trace files (to get rid of thread preemption) ---- Modified : /trunk/testsuite/interactive-simulation/Makefile.run Modified : /trunk/testsuite/interactive-simulation/runInteractiveSimulation.mos Revision: 7481 Author: perost Date: 18:53:04, den 17 december 2010 Message: - Fixes to make the interactive client also compile on Linux. ---- Modified : /trunk/c_runtime/interactive/Makefile.in Modified : /trunk/c_runtime/interactive/client.cpp Revision: 7480 Author: perost Date: 18:47:49, den 17 december 2010 Message: - Split SCode.traverseStatementExps into traverseStatements and traverseStatementExps to be able to correctly handle for-statements in SCodeFlatten. - Implemented more of SCodeFlatten. Some of the major things are lookup through extends and lookup of crefs. ---- Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7479 Author: adrpo Date: 18:38:43, den 17 december 2010 Message: - some more updates to OpenModelicaUsersGuide.* about interactive simulation. ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 7478 Author: adrpo Date: 18:28:06, den 17 december 2010 Message: - build also the client for interactive simulation so we don't break it: c_runtime/interactive/client.cpp ---- Modified : /trunk/c_runtime/interactive/Makefile.in Modified : /trunk/c_runtime/interactive/makefile.mingw Revision: 7477 Author: adrpo Date: 18:19:16, den 17 december 2010 Message: - get rid of warnings, fixes for Linux. ---- Modified : /trunk/c_runtime/interactive/omi_Calculation.cpp Modified : /trunk/c_runtime/interactive/omi_Control.cpp Modified : /trunk/c_runtime/interactive/thread.h Revision: 7476 Author: adrpo Date: 18:15:02, den 17 december 2010 Message: - small update to OpenModelicaUsersGuide.* about interactive simulation. ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 7475 Author: adrpo Date: 18:07:21, den 17 december 2010 Message: - updates to readmes and interactive-simulation test - added the interactive-simulation to be run with the testsuite - updated SimulationApplicationExample_TwoTanks.zip ---- Modified : /trunk/c_runtime/interactive/README.txt Modified : /trunk/c_runtime/interactive/SampleClient/SimulationApplicationExample_TwoTanks.zip Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/interactive-simulation/README.txt Revision: 7474 Author: adrpo Date: 18:03:00, den 17 december 2010 Message: - added a README.txt ---- Added : /trunk/testsuite/interactive-simulation/README.txt Revision: 7473 Author: adrpo Date: 17:58:35, den 17 december 2010 Message: - updated the client sample ---- Modified : /trunk/c_runtime/interactive/SampleClient/SimulationApplicationExample_TwoTanks.zip Revision: 7472 Author: adrpo Date: 17:50:45, den 17 december 2010 Message: - finished the interactive-simulation test. ---- Modified : /trunk/c_runtime/interactive/client.cpp Modified : /trunk/testsuite/interactive-simulation/runInteractiveSimulation.mos Revision: 7471 Author: adrpo Date: 17:44:59, den 17 december 2010 Message: - more work on testsuite for interactive-simulation - made a better client.cpp that knows also how to read commands from a file. - fflush(stdout) everywhere where we have cout! - got rid of some warnings. - still more work is needed for testing the test. - translated *german* (duh!) messages to English. ---- Modified : /trunk/c_runtime/interactive/README.txt Modified : /trunk/c_runtime/interactive/client.cpp Modified : /trunk/c_runtime/interactive/omi_Calculation.cpp Modified : /trunk/c_runtime/interactive/omi_Control.cpp Modified : /trunk/c_runtime/interactive/omi_ResultManager.cpp Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Modified : /trunk/c_runtime/interactive/omi_Transfer.cpp Modified : /trunk/c_runtime/interactive/socket_win.cpp Modified : /trunk/c_runtime/interactive/thread.h Modified : /trunk/testsuite/interactive-simulation/Makefile Added : /trunk/testsuite/interactive-simulation/Makefile.run Modified : /trunk/testsuite/interactive-simulation/interactive-simulation-commands.txt Added : /trunk/testsuite/interactive-simulation/runInteractiveSimulation.mos Revision: 7470 Author: sjoelund.se Date: 17:38:21, den 17 december 2010 Message: - Fixes for #1371 - Implemented errors when functions contain illegal elements (except public elements that should be protected, since MSL uses that) - Added testcases FunctionWithEquation.mo and FunctionProtectedInput.mo ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/FrontEnd/Algorithm.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/CevalFunction.mo Modified : /trunk/Compiler/FrontEnd/ConnectUtil.mo Modified : /trunk/Compiler/FrontEnd/ConnectionGraph.mo Modified : /trunk/Compiler/FrontEnd/DAEDump.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Dependency.mo Modified : /trunk/Compiler/FrontEnd/Dump.mo Modified : /trunk/Compiler/FrontEnd/DumpGraphviz.mo Modified : /trunk/Compiler/FrontEnd/Env.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/Graphviz.mo Modified : /trunk/Compiler/FrontEnd/InnerOuter.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo Modified : /trunk/Compiler/FrontEnd/ValuesUtil.mo Modified : /trunk/Compiler/Util/BaseHashTable.mo Modified : /trunk/Compiler/Util/Error.mo Modified : /trunk/Compiler/Util/HashTable2.mo Modified : /trunk/Compiler/Util/HashTable5.mo Modified : /trunk/Compiler/Util/Util.mo Modified : /trunk/testsuite/bootstrapping/SimplifyTest.mo Added : /trunk/testsuite/mofiles/FunctionProtectedInput.mo Added : /trunk/testsuite/mofiles/FunctionWithEquation.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 7469 Author: Frenkel TUD Date: 16:54:41, den 17 december 2010 Message: - FMI: compile with extern "C" to get correct names for functions ---- Modified : /trunk/c_runtime/fmiModelFunctions.h Modified : /trunk/c_runtime/fmu_model_interface.c Revision: 7468 Author: sjoelund.se Date: 16:30:39, den 17 december 2010 Message: - Modelica spec says function local variables should be declared protected - Fixed syntax of some mofiles tests ---- Modified : /trunk/testsuite/mofiles/ForIterator1.mo Modified : /trunk/testsuite/mofiles/StringPool.mo Revision: 7467 Author: sjoelund.se Date: 16:25:37, den 17 december 2010 Message: - Modelica spec says function local variables should be declared protected - Fixed syntax of examples in meta and MetaModelicaDev tests ---- Modified : /trunk/testsuite/meta/BuiltinList.mo Modified : /trunk/testsuite/meta/Failure.mo Modified : /trunk/testsuite/meta/List1.mo Modified : /trunk/testsuite/meta/List2.mo Modified : /trunk/testsuite/meta/List3.mo Modified : /trunk/testsuite/meta/MatchCase9.mo Modified : /trunk/testsuite/meta/MatchCaseInteractive1.mo Modified : /trunk/testsuite/meta/MatchCaseInteractive1.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mo Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo Modified : /trunk/testsuite/meta/PartialFn4.mo Modified : /trunk/testsuite/meta/PartialFn7.mo Modified : /trunk/testsuite/meta/Uniontype1.mo Modified : /trunk/testsuite/meta/Uniontype15.mo Modified : /trunk/testsuite/meta/Uniontype2.mo Modified : /trunk/testsuite/meta/Uniontype3.mo Modified : /trunk/testsuite/meta/Uniontype8.mo Revision: 7466 Author: Frenkel TUD Date: 15:50:53, den 17 december 2010 Message: - update testsuite/libraries/msl31/simulate/Makefile - seperate failing test in not compilable, not simulateabel and wrong results ---- Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Revision: 7465 Author: adrpo Date: 14:21:22, den 17 december 2010 Message: - some changes to the test ---- Modified : /trunk/testsuite/interactive-simulation/Makefile Added : /trunk/testsuite/interactive-simulation/interactive-simulation-commands.txt (Copy from path: /trunk/testsuite/interactive-simulation/start-simulation.txt, Revision, 7464) Deleted : /trunk/testsuite/interactive-simulation/start-simulation.txt Revision: 7464 Author: adrpo Date: 14:19:33, den 17 december 2010 Message: - added a test for interactive simulations in testsuite/interactive-simulation. - still some work to do. ---- Added : /trunk/testsuite/interactive-simulation Added : /trunk/testsuite/interactive-simulation/Makefile Added : /trunk/testsuite/interactive-simulation/TwoTanks Added : /trunk/testsuite/interactive-simulation/TwoTanks/ActSignal.mo Added : /trunk/testsuite/interactive-simulation/TwoTanks/BaseController.mo Added : /trunk/testsuite/interactive-simulation/TwoTanks/LiquidFlow.mo Added : /trunk/testsuite/interactive-simulation/TwoTanks/LiquidSource.mo Added : /trunk/testsuite/interactive-simulation/TwoTanks/PIcontinuousController.mo Added : /trunk/testsuite/interactive-simulation/TwoTanks/ReadSignal.mo Added : /trunk/testsuite/interactive-simulation/TwoTanks/Tank.mo Added : /trunk/testsuite/interactive-simulation/TwoTanks/TanksConnectedPI.mo Added : /trunk/testsuite/interactive-simulation/TwoTanks/package.mo Added : /trunk/testsuite/interactive-simulation/buildModel.mos Added : /trunk/testsuite/interactive-simulation/start-simulation.txt Revision: 7463 Author: adrpo Date: 14:15:49, den 17 december 2010 Message: - make it portable ---- Modified : /trunk/c_runtime/interactive/client.cpp Revision: 7462 Author: sjoelund.se Date: 13:25:53, den 17 december 2010 Message: - Add #error message if the Qt version is too low for OMEdit ---- Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Revision: 7461 Author: sjoelund.se Date: 13:20:22, den 17 december 2010 Message: - Hopefully fixes the macports issues that causes qmake to generate erroneous makefiles ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7460 Author: sjoelund.se Date: 12:42:54, den 17 december 2010 Message: Fixes for #1381 - Only try to print the graph of plot windows if isQtPlot() is true - Print output text of any graph output cell Printing still is not perfect and success depends largely on the chosen printer settings, but it's a lot better now ---- Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Revision: 7459 Author: adrpo Date: 12:31:38, den 17 december 2010 Message: - rebuild OMNotebook ---- Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.vcxproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/ext/generatedfiles/qtres.cpp Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.exe Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.pdb Revision: 7458 Author: adrpo Date: 12:27:21, den 17 december 2010 Message: - create share/omnotebook directory during the omc build ---- Modified : /trunk/Makefile.common Revision: 7457 Author: adrpo Date: 11:46:53, den 17 december 2010 Message: - more stuff into OMEdit-wish-list.doc ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7456 Author: sjoelund.se Date: 11:37:43, den 17 december 2010 Message: - Install the interactive readme to build/share/doc/omc/ ---- Modified : /trunk/Makefile.common Revision: 7453 Author: adrpo Date: 11:21:51, den 17 december 2010 Message: - added a README.txt for interactive simulation. ---- Added : /trunk/c_runtime/interactive/README.txt Revision: 7452 Author: sjoelund.se Date: 11:04:07, den 17 december 2010 Message: - Remove valgrind warnings by making sure size!=dest in the memcpy used in simulation_events.cpp ---- Modified : /trunk/c_runtime/simulation_events.cpp Revision: 7451 Author: Frenkel TUD Date: 10:55:06, den 17 december 2010 Message: - bugfix Backend expandDerExp ---- Modified : /trunk/Compiler/BackEnd/BackendDAECreate.mo Revision: 7450 Author: sjoelund.se Date: 10:54:41, den 17 december 2010 Message: - Fix memory access issues in simulation_events.cpp ---- Modified : /trunk/c_runtime/simulation_events.cpp Revision: 7449 Author: sjoelund.se Date: 10:47:54, den 17 december 2010 Message: - Explicitly add -lrt to LDFLAGS if sendData-Qt is specified ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7448 Author: sjoelund.se Date: 09:12:15, den 17 december 2010 Message: - Fix compilation on Linux ---- Modified : /trunk/c_runtime/solver_main.cpp Revision: 7447 Author: adrpo Date: 02:47:59, den 17 december 2010 Message: - small fix to make omc MetaModelica filter happy. ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Revision: 7446 Author: adrpo Date: 02:43:30, den 17 december 2010 Message: - small fix to make omc MetaModelica filter happy. ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Revision: 7445 Author: adrpo Date: 02:35:05, den 17 december 2010 Message: - do not free something that was not allocated! ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7444 Author: adrpo Date: 02:01:45, den 17 december 2010 Message: - Sample2.mos different results on Windows, eps: 0.005000, actual diff: 0.006186 ---- Modified : /trunk/testsuite/mosfiles-dassl2/Sample2.mos Revision: 7443 Author: adrpo Date: 01:56:30, den 17 december 2010 Message: - more zeroing out malloc-ed regions. ---- Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/solver_main.cpp Revision: 7442 Author: adrpo Date: 01:44:03, den 17 december 2010 Message: - zero the malloc-ed region. ---- Modified : /trunk/c_runtime/simulation_events.cpp Revision: 7441 Author: adrpo Date: 00:52:38, den 17 december 2010 Message: - do stream operators handling phase only if System.getHasStreamConnectors() is true. - tail recursive implementation of DAEUtil.traverseDAE2 to get rid of stack overflow for very large models. ---- Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/SCodeUtil.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/Util/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7440 Author: mohsen Date: 21:16:38, den 16 december 2010 Message: updating for MSL 3.1. only E3.4.1 left to do ---- Modified : /trunk/OMNotebook/DrControl/ClosedLoop/ClosedLoop.onb Modified : /trunk/OMNotebook/DrControl/DCMotor/E21DCMotorPID.onb Modified : /trunk/OMNotebook/DrControl/FeedForward/E22FeedForwardDCM.onb Modified : /trunk/OMNotebook/DrControl/Getting_started/transferFunction.onb Modified : /trunk/OMNotebook/DrControl/LQ/E341InvPendelum.onb Modified : /trunk/OMNotebook/DrControl/LQ/E343kinematic.onb Modified : /trunk/OMNotebook/DrControl/LQ/Kalman.onb Modified : /trunk/OMNotebook/DrControl/Linearization/E411tanksystem.onb Modified : /trunk/OMNotebook/DrControl/StateSpace/StateSpace.onb Revision: 7439 Author: wbraun Date: 20:43:29, den 16 december 2010 Message: Update Solver dassl2 - handle sample call as time events - some event handling bugfixes for dassl2 - added mosfiles-dassl2 to testsuite as copy of mosfiles - two testcases (Delay.mos, TanksConnectedPi.mos) are temporarily broken Updates in more detail: Main.mo and CevalScript.mo: - add debugflag "SetNewDassl" for easy change of mosfiles/*.mos to use dassl2 SimCode.mo: - added HelpVar for sample calls - added HelpVarIndex to all sample calls BackendEquation.mo: - added function for travese BackendEquation and output changed equation c_runtime/simulation_init.cpp: - adjusted the functions when using dassl2 solver c_runtime/rest - added support for sample time events and bugfixes ---- Modified : /trunk/Compiler/BackEnd/BackendEquation.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Main/Main.mo Modified : /trunk/Compiler/Script/CevalScript.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/mosfiles/Random.mos Modified : /trunk/testsuite/mosfiles/when_sorting.mos Added : /trunk/testsuite/mosfiles-dassl2 Added : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.csv.mos Added : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.empty.mos Added : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.mo Added : /trunk/testsuite/mosfiles-dassl2/ABCDsystem.plt.mos Added : /trunk/testsuite/mosfiles-dassl2/ActivateWhenEquation.mo Added : /trunk/testsuite/mosfiles-dassl2/ActivateWhenEquation.mos Added : /trunk/testsuite/mosfiles-dassl2/Algorithm.mo Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmArrayEqn.mo Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmArrayEqn.mos Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmCondAssign1.mo Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmCondAssign1.mos Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmCondAssign2.mo Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmCondAssign2.mos Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmForInClass.mo Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmForInClass.mos Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmSection.mo Added : /trunk/testsuite/mosfiles-dassl2/AlgorithmSection.mos Added : /trunk/testsuite/mosfiles-dassl2/AppendElement.mo Added : /trunk/testsuite/mosfiles-dassl2/AppendElement.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayAddEmpty.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayAddEmpty.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayAddSub1.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayAddSub1.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayAlgebraFunc.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayAlgebraFunc.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayConstruct1.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayConstruct1.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayDivError.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayDivError.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayEmpty.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayEmpty.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayEqn.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayEquation.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayExponentiation.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayExponentiation.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayFieldSlice.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayFieldSlice.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayIndex.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayIndex.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayMult.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayMult.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayParameterSize.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayParameterSize.mos Added : /trunk/testsuite/mosfiles-dassl2/ArrayReduce.mo Added : /trunk/testsuite/mosfiles-dassl2/ArrayReduce.mos Added : /trunk/testsuite/mosfiles-dassl2/ArraySlice.mo Added : /trunk/testsuite/mosfiles-dassl2/ArraySlice.mos Added : /trunk/testsuite/mosfiles-dassl2/AssertTest.mo Added : /trunk/testsuite/mosfiles-dassl2/AssertTest.mos Added : /trunk/testsuite/mosfiles-dassl2/AssertTest1.mo Added : /trunk/testsuite/mosfiles-dassl2/AssertTest1.mos Added : /trunk/testsuite/mosfiles-dassl2/AssertTest2.mo Added : /trunk/testsuite/mosfiles-dassl2/AssertTest2.mos Added : /trunk/testsuite/mosfiles-dassl2/AsubCrefExpType.mo Added : /trunk/testsuite/mosfiles-dassl2/AsubCrefExpType.mos Added : /trunk/testsuite/mosfiles-dassl2/Body.mo Added : /trunk/testsuite/mosfiles-dassl2/BooleanArray.mo Added : /trunk/testsuite/mosfiles-dassl2/BooleanArray.mos Added : /trunk/testsuite/mosfiles-dassl2/BouncingBall.mo Added : /trunk/testsuite/mosfiles-dassl2/BouncingBall.mos Added : /trunk/testsuite/mosfiles-dassl2/BouncingBall2.mo Added : /trunk/testsuite/mosfiles-dassl2/BouncingBall2.mos Added : /trunk/testsuite/mosfiles-dassl2/BouncingBallExamples.mo Added : /trunk/testsuite/mosfiles-dassl2/BouncingBallExamples.mos Added : /trunk/testsuite/mosfiles-dassl2/BuiltinMath.mo Added : /trunk/testsuite/mosfiles-dassl2/BuiltinMath.mos Added : /trunk/testsuite/mosfiles-dassl2/ColorPixel.mo Added : /trunk/testsuite/mosfiles-dassl2/ColorPixel.mos Added : /trunk/testsuite/mosfiles-dassl2/CombiTimeTableTest.mos Added : /trunk/testsuite/mosfiles-dassl2/CombiTimeTableTestAll.mo Added : /trunk/testsuite/mosfiles-dassl2/ComplexNumbers.mo Added : /trunk/testsuite/mosfiles-dassl2/ComplexNumbers.mos Added : /trunk/testsuite/mosfiles-dassl2/ComplexTypeEquationCount.mo Added : /trunk/testsuite/mosfiles-dassl2/ComplexTypeEquationCount.mos Added : /trunk/testsuite/mosfiles-dassl2/Concat3.mo Added : /trunk/testsuite/mosfiles-dassl2/Concat3.mos Added : /trunk/testsuite/mosfiles-dassl2/ConcatArr1.mo Added : /trunk/testsuite/mosfiles-dassl2/ConcatArr1.mos Added : /trunk/testsuite/mosfiles-dassl2/ConcatArr2.mo Added : /trunk/testsuite/mosfiles-dassl2/ConcatArr2.mos Added : /trunk/testsuite/mosfiles-dassl2/ConcatArr4.mo Added : /trunk/testsuite/mosfiles-dassl2/ConcatArr4.mos Added : /trunk/testsuite/mosfiles-dassl2/ConnectForEquations.mo Added : /trunk/testsuite/mosfiles-dassl2/ConnectForEquations.mos Added : /trunk/testsuite/mosfiles-dassl2/ConstructFunc.mo Added : /trunk/testsuite/mosfiles-dassl2/ConstructFunc.mos Added : /trunk/testsuite/mosfiles-dassl2/Cross.mo Added : /trunk/testsuite/mosfiles-dassl2/Cross.mos Added : /trunk/testsuite/mosfiles-dassl2/CyclicPerm.mo Added : /trunk/testsuite/mosfiles-dassl2/CyclicPerm.mos Added : /trunk/testsuite/mosfiles-dassl2/DAEexample.mo Added : /trunk/testsuite/mosfiles-dassl2/DAEexample.mos Added : /trunk/testsuite/mosfiles-dassl2/DAEexample2.mo Added : /trunk/testsuite/mosfiles-dassl2/DAEexample2.mos Added : /trunk/testsuite/mosfiles-dassl2/Delay.mo Added : /trunk/testsuite/mosfiles-dassl2/Delay.mos Added : /trunk/testsuite/mosfiles-dassl2/DerivativeCodeGeneration.mo Added : /trunk/testsuite/mosfiles-dassl2/DimConvert.mo Added : /trunk/testsuite/mosfiles-dassl2/DimConvert.mos Added : /trunk/testsuite/mosfiles-dassl2/DimSize.mo Added : /trunk/testsuite/mosfiles-dassl2/DimSize.mos Added : /trunk/testsuite/mosfiles-dassl2/DiscreteVectorStateSpace.mo Added : /trunk/testsuite/mosfiles-dassl2/DiscreteVectorStateSpace.mos Added : /trunk/testsuite/mosfiles-dassl2/DoubleWhenConflict.mo Added : /trunk/testsuite/mosfiles-dassl2/DoubleWhenConflict.mos Added : /trunk/testsuite/mosfiles-dassl2/DoubleWhenSequential.mo Added : /trunk/testsuite/mosfiles-dassl2/DoubleWhenSequential.mos Added : /trunk/testsuite/mosfiles-dassl2/Enum8.mo Added : /trunk/testsuite/mosfiles-dassl2/Enum8.mos Added : /trunk/testsuite/mosfiles-dassl2/EnumArray.mo Added : /trunk/testsuite/mosfiles-dassl2/EnumArray.mos Added : /trunk/testsuite/mosfiles-dassl2/Epidemics1.mo Added : /trunk/testsuite/mosfiles-dassl2/Epidemics1.mos Added : /trunk/testsuite/mosfiles-dassl2/EqualityEquations.mo Added : /trunk/testsuite/mosfiles-dassl2/EqualityEquations.mos Added : /trunk/testsuite/mosfiles-dassl2/EqualityEquationsCorrect.mo Added : /trunk/testsuite/mosfiles-dassl2/EqualityEquationsCorrect.mos Added : /trunk/testsuite/mosfiles-dassl2/EquationCall.mo Added : /trunk/testsuite/mosfiles-dassl2/EquationCall.mos Added : /trunk/testsuite/mosfiles-dassl2/EquationCallIntegerArray.mo Added : /trunk/testsuite/mosfiles-dassl2/EquationCallIntegerArray.mos Added : /trunk/testsuite/mosfiles-dassl2/ErrorNestedWhen.mo Added : /trunk/testsuite/mosfiles-dassl2/ErrorNestedWhen.mos Added : /trunk/testsuite/mosfiles-dassl2/EventIteration.mo Added : /trunk/testsuite/mosfiles-dassl2/EventIteration.mos Added : /trunk/testsuite/mosfiles-dassl2/ExtObj.c Added : /trunk/testsuite/mosfiles-dassl2/ExtObj.h Added : /trunk/testsuite/mosfiles-dassl2/ExtObj.mo Added : /trunk/testsuite/mosfiles-dassl2/ExtObj.mos Added : /trunk/testsuite/mosfiles-dassl2/ExtObjStringParam.ext.c Added : /trunk/testsuite/mosfiles-dassl2/ExtObjStringParam.ext.h Added : /trunk/testsuite/mosfiles-dassl2/ExtObjStringParam.mo Added : /trunk/testsuite/mosfiles-dassl2/ExtObjStringParam.mos Added : /trunk/testsuite/mosfiles-dassl2/ExtendsBasic.mo Added : /trunk/testsuite/mosfiles-dassl2/ExtendsBasic.mos Added : /trunk/testsuite/mosfiles-dassl2/ExternalFunc1.c Added : /trunk/testsuite/mosfiles-dassl2/ExternalFunc1_ext.h Added : /trunk/testsuite/mosfiles-dassl2/ExternalFunc2.c Added : /trunk/testsuite/mosfiles-dassl2/ExternalFunc2.h Added : /trunk/testsuite/mosfiles-dassl2/ExternalLibraries.mo Added : /trunk/testsuite/mosfiles-dassl2/ExternalLibraries.mos Added : /trunk/testsuite/mosfiles-dassl2/FilterBlock1.mo Added : /trunk/testsuite/mosfiles-dassl2/FilterBlock1.mos Added : /trunk/testsuite/mosfiles-dassl2/FiveForEquations.mo Added : /trunk/testsuite/mosfiles-dassl2/FiveForEquations.mos Added : /trunk/testsuite/mosfiles-dassl2/FlatParse.mof Added : /trunk/testsuite/mosfiles-dassl2/FlatTank.mo Added : /trunk/testsuite/mosfiles-dassl2/FlatTank.mos Added : /trunk/testsuite/mosfiles-dassl2/ForIterator1.mo Added : /trunk/testsuite/mosfiles-dassl2/ForIterator1.mos Added : /trunk/testsuite/mosfiles-dassl2/ForIterator2.mo Added : /trunk/testsuite/mosfiles-dassl2/ForIterator2.mos Added : /trunk/testsuite/mosfiles-dassl2/ForLoopHideVariable.mo Added : /trunk/testsuite/mosfiles-dassl2/ForLoopHideVariable.mos Added : /trunk/testsuite/mosfiles-dassl2/Func.c Added : /trunk/testsuite/mosfiles-dassl2/Func.h Added : /trunk/testsuite/mosfiles-dassl2/FuncDer.mo Added : /trunk/testsuite/mosfiles-dassl2/FuncDer.mos Added : /trunk/testsuite/mosfiles-dassl2/FuncMultResults.mo Added : /trunk/testsuite/mosfiles-dassl2/FuncMultResults.mos Added : /trunk/testsuite/mosfiles-dassl2/FunctionInReinit.mo Added : /trunk/testsuite/mosfiles-dassl2/FunctionInReinit.mos Added : /trunk/testsuite/mosfiles-dassl2/FunctionIndirectRecursion.mo Added : /trunk/testsuite/mosfiles-dassl2/FunctionIndirectRecursion.mos Added : /trunk/testsuite/mosfiles-dassl2/FunctionIndirectRecursion2.mos Added : /trunk/testsuite/mosfiles-dassl2/HeatTank.mo Added : /trunk/testsuite/mosfiles-dassl2/HeatTank.mos Added : /trunk/testsuite/mosfiles-dassl2/HeatTankExpanded.mo Added : /trunk/testsuite/mosfiles-dassl2/HeatTankExpanded.mos Added : /trunk/testsuite/mosfiles-dassl2/HelloWorld.mo Added : /trunk/testsuite/mosfiles-dassl2/HelloWorld.mos Added : /trunk/testsuite/mosfiles-dassl2/HideVariableForEquations.mo Added : /trunk/testsuite/mosfiles-dassl2/HideVariableForEquations.mos Added : /trunk/testsuite/mosfiles-dassl2/HydrogenIodide.mo Added : /trunk/testsuite/mosfiles-dassl2/HydrogenIodide.mos Added : /trunk/testsuite/mosfiles-dassl2/IdealDiode.mos Added : /trunk/testsuite/mosfiles-dassl2/Identity.mo Added : /trunk/testsuite/mosfiles-dassl2/Identity.mos Added : /trunk/testsuite/mosfiles-dassl2/IfEquation.mo Added : /trunk/testsuite/mosfiles-dassl2/IfEquation.mos Added : /trunk/testsuite/mosfiles-dassl2/IfEquation2.mo Added : /trunk/testsuite/mosfiles-dassl2/IfEquation2.mos Added : /trunk/testsuite/mosfiles-dassl2/IfEquation3.mo Added : /trunk/testsuite/mosfiles-dassl2/IfEquation3.mos Added : /trunk/testsuite/mosfiles-dassl2/InOutRecord.mo Added : /trunk/testsuite/mosfiles-dassl2/InOutRecord.mos Added : /trunk/testsuite/mosfiles-dassl2/InOutStrings.mo Added : /trunk/testsuite/mosfiles-dassl2/InOutStrings.mos Added : /trunk/testsuite/mosfiles-dassl2/InOutStrings_fkn1.cc Added : /trunk/testsuite/mosfiles-dassl2/InOutStrings_fkn2.cc Added : /trunk/testsuite/mosfiles-dassl2/Initialization.mo Added : /trunk/testsuite/mosfiles-dassl2/Initialization.mos Added : /trunk/testsuite/mosfiles-dassl2/InlineSolverCodeGenerationEuler.mos Added : /trunk/testsuite/mosfiles-dassl2/InlineSolverCodeGenerationRK.mos Added : /trunk/testsuite/mosfiles-dassl2/Interpol2.mo Added : /trunk/testsuite/mosfiles-dassl2/Interpolation.mos Added : /trunk/testsuite/mosfiles-dassl2/JoinThreeVectors2.mo Added : /trunk/testsuite/mosfiles-dassl2/JoinThreeVectors2.mos Added : /trunk/testsuite/mosfiles-dassl2/LinearSysEq.mo Added : /trunk/testsuite/mosfiles-dassl2/LinearSysEq.mos Added : /trunk/testsuite/mosfiles-dassl2/LocalVariableInit.mo Added : /trunk/testsuite/mosfiles-dassl2/LocalVariableInit.mos Added : /trunk/testsuite/mosfiles-dassl2/LotkaVolterra.mo Added : /trunk/testsuite/mosfiles-dassl2/LotkaVolterra.mos Added : /trunk/testsuite/mosfiles-dassl2/MRFcall.mo Added : /trunk/testsuite/mosfiles-dassl2/MRFcall.mos Added : /trunk/testsuite/mosfiles-dassl2/Makefile Added : /trunk/testsuite/mosfiles-dassl2/Matrix.mo Added : /trunk/testsuite/mosfiles-dassl2/Matrix.mos Added : /trunk/testsuite/mosfiles-dassl2/MissV.mo Added : /trunk/testsuite/mosfiles-dassl2/MissV.mos Added : /trunk/testsuite/mosfiles-dassl2/ModelBalance1.mo Added : /trunk/testsuite/mosfiles-dassl2/ModelBalance1.mos Added : /trunk/testsuite/mosfiles-dassl2/ModelBalance2.mo Added : /trunk/testsuite/mosfiles-dassl2/ModelBalance2.mos Added : /trunk/testsuite/mosfiles-dassl2/ModelBalance3.mo Added : /trunk/testsuite/mosfiles-dassl2/ModelBalance3.mos Added : /trunk/testsuite/mosfiles-dassl2/ModelicaUtilities.mo Added : /trunk/testsuite/mosfiles-dassl2/ModelicaUtilities.mos Added : /trunk/testsuite/mosfiles-dassl2/ModelicaUtilities.myExtFunction.c Added : /trunk/testsuite/mosfiles-dassl2/MoonAndEarth.mos Added : /trunk/testsuite/mosfiles-dassl2/MoonLanding.mo Added : /trunk/testsuite/mosfiles-dassl2/MoonLanding.mos Added : /trunk/testsuite/mosfiles-dassl2/MyPointsInst1.mo Added : /trunk/testsuite/mosfiles-dassl2/MyPointsInst1.mos Added : /trunk/testsuite/mosfiles-dassl2/MyPointsInst2.mo Added : /trunk/testsuite/mosfiles-dassl2/MyPointsInst2.mos Added : /trunk/testsuite/mosfiles-dassl2/OneArgBaseFunction.mo Added : /trunk/testsuite/mosfiles-dassl2/OneArgBaseFunction.mos Added : /trunk/testsuite/mosfiles-dassl2/Oscillator.mo Added : /trunk/testsuite/mosfiles-dassl2/Oscillator.mos Added : /trunk/testsuite/mosfiles-dassl2/ParameterModel.mo Added : /trunk/testsuite/mosfiles-dassl2/ParameterModel.mos Added : /trunk/testsuite/mosfiles-dassl2/Pendulum.mo Added : /trunk/testsuite/mosfiles-dassl2/Pendulum.mos Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator1.mo Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator1.mos Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator2.mo Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator2.mos Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator3.mo Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluator3.mos Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluatorA.mo Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluatorA.mos Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluatorB.mo Added : /trunk/testsuite/mosfiles-dassl2/PolynomialEvaluatorB.mos Added : /trunk/testsuite/mosfiles-dassl2/PreAndAliasedVar.mo Added : /trunk/testsuite/mosfiles-dassl2/PreAndAliasedVar.mos Added : /trunk/testsuite/mosfiles-dassl2/Random.mo Added : /trunk/testsuite/mosfiles-dassl2/Random.mos Added : /trunk/testsuite/mosfiles-dassl2/RangeVector.mo Added : /trunk/testsuite/mosfiles-dassl2/RangeVector.mos Added : /trunk/testsuite/mosfiles-dassl2/Reductions.mo Added : /trunk/testsuite/mosfiles-dassl2/Reductions.mos Added : /trunk/testsuite/mosfiles-dassl2/Riccati.mo Added : /trunk/testsuite/mosfiles-dassl2/Riccati.mos Added : /trunk/testsuite/mosfiles-dassl2/Sample1.mo Added : /trunk/testsuite/mosfiles-dassl2/Sample1.mos Added : /trunk/testsuite/mosfiles-dassl2/Sample2.mo Added : /trunk/testsuite/mosfiles-dassl2/Sample2.mos Added : /trunk/testsuite/mosfiles-dassl2/SemiLinear.mo Added : /trunk/testsuite/mosfiles-dassl2/SemiLinear.mos Added : /trunk/testsuite/mosfiles-dassl2/Sign.mo Added : /trunk/testsuite/mosfiles-dassl2/Sign.mos Added : /trunk/testsuite/mosfiles-dassl2/SimResultScripting.mo Added : /trunk/testsuite/mosfiles-dassl2/SimResultScripting.mos Added : /trunk/testsuite/mosfiles-dassl2/SimplePeriodicSampler.mo Added : /trunk/testsuite/mosfiles-dassl2/SimplePeriodicSampler.mos Added : /trunk/testsuite/mosfiles-dassl2/SliceAssignment.mo Added : /trunk/testsuite/mosfiles-dassl2/SliceAssignment.mos Added : /trunk/testsuite/mosfiles-dassl2/SmallLinsys.mo Added : /trunk/testsuite/mosfiles-dassl2/StatementCall.mo Added : /trunk/testsuite/mosfiles-dassl2/StatementCall.mos Added : /trunk/testsuite/mosfiles-dassl2/StepAdvanced.mo Added : /trunk/testsuite/mosfiles-dassl2/StepAdvanced.mos Added : /trunk/testsuite/mosfiles-dassl2/StringTest.mo Added : /trunk/testsuite/mosfiles-dassl2/StringTest.mos Added : /trunk/testsuite/mosfiles-dassl2/SubArrayIndex.mo Added : /trunk/testsuite/mosfiles-dassl2/SubArrayIndex.mos Added : /trunk/testsuite/mosfiles-dassl2/SumForLoop.mo Added : /trunk/testsuite/mosfiles-dassl2/SumForLoop.mos Added : /trunk/testsuite/mosfiles-dassl2/SumSeriesWhile.mo Added : /trunk/testsuite/mosfiles-dassl2/SumSeriesWhile.mos Added : /trunk/testsuite/mosfiles-dassl2/SumVectorForIf.mo Added : /trunk/testsuite/mosfiles-dassl2/SumVectorForIf.mos Added : /trunk/testsuite/mosfiles-dassl2/Switch.mo Added : /trunk/testsuite/mosfiles-dassl2/Switch.mos Added : /trunk/testsuite/mosfiles-dassl2/SyncFilter.mo Added : /trunk/testsuite/mosfiles-dassl2/SyncFilter.mos Added : /trunk/testsuite/mosfiles-dassl2/Tank.mo Added : /trunk/testsuite/mosfiles-dassl2/Tank.mos Added : /trunk/testsuite/mosfiles-dassl2/TankHybridPI.mo Added : /trunk/testsuite/mosfiles-dassl2/TankHybridPI.mos Added : /trunk/testsuite/mosfiles-dassl2/TankHybridPID.mo Added : /trunk/testsuite/mosfiles-dassl2/TankHybridPID.mos Added : /trunk/testsuite/mosfiles-dassl2/TankPI.mo Added : /trunk/testsuite/mosfiles-dassl2/TankPI.mos Added : /trunk/testsuite/mosfiles-dassl2/TankPID.mo Added : /trunk/testsuite/mosfiles-dassl2/TankPID.mos Added : /trunk/testsuite/mosfiles-dassl2/TanksConnectedPI.mo Added : /trunk/testsuite/mosfiles-dassl2/TanksConnectedPI.mos Added : /trunk/testsuite/mosfiles-dassl2/TempResistor3.mo Added : /trunk/testsuite/mosfiles-dassl2/TempResistor3.mos Added : /trunk/testsuite/mosfiles-dassl2/Time.mo Added : /trunk/testsuite/mosfiles-dassl2/Time.mos Added : /trunk/testsuite/mosfiles-dassl2/TooManyPointsBug.mo Added : /trunk/testsuite/mosfiles-dassl2/TooManyPointsBug.mos Added : /trunk/testsuite/mosfiles-dassl2/TupleReturn.mo Added : /trunk/testsuite/mosfiles-dassl2/TupleReturn.mos Added : /trunk/testsuite/mosfiles-dassl2/TwoRateSampler.mo Added : /trunk/testsuite/mosfiles-dassl2/TwoRateSampler.mos Added : /trunk/testsuite/mosfiles-dassl2/VectorizeOneReturnValue.mo Added : /trunk/testsuite/mosfiles-dassl2/VectorizeOneReturnValue.mos Added : /trunk/testsuite/mosfiles-dassl2/VectorizeSumVec.mo Added : /trunk/testsuite/mosfiles-dassl2/VectorizeSumVec.mos Added : /trunk/testsuite/mosfiles-dassl2/WatchDog1AlgorithmWhen.mo Added : /trunk/testsuite/mosfiles-dassl2/WatchDog1AlgorithmWhen.mos Added : /trunk/testsuite/mosfiles-dassl2/WatchDog2EquationWhen.mo Added : /trunk/testsuite/mosfiles-dassl2/WatchDog2EquationWhen.mos Added : /trunk/testsuite/mosfiles-dassl2/WaveEquationSample.mo Added : /trunk/testsuite/mosfiles-dassl2/WaveEquationSample.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenEquation.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenEquation.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenEquation1.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenEquation1.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenNotValid.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenNotValid.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenPriority.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenPriority.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenStatement1.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenStatement1.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenStatement2.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenStatement2.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenStatement3.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenStatement3.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenValidResult.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenValidResult.mos Added : /trunk/testsuite/mosfiles-dassl2/WhenVectorPredicateEquation.mo Added : /trunk/testsuite/mosfiles-dassl2/WhenVectorPredicateEquation.mos Added : /trunk/testsuite/mosfiles-dassl2/WillowForest.mo Added : /trunk/testsuite/mosfiles-dassl2/WillowForest.mos Added : /trunk/testsuite/mosfiles-dassl2/Xpowers1.mo Added : /trunk/testsuite/mosfiles-dassl2/Xpowers1.mos Added : /trunk/testsuite/mosfiles-dassl2/Xpowers2.mo Added : /trunk/testsuite/mosfiles-dassl2/Xpowers2.mos Added : /trunk/testsuite/mosfiles-dassl2/Xpowers3.mo Added : /trunk/testsuite/mosfiles-dassl2/Xpowers3.mos Added : /trunk/testsuite/mosfiles-dassl2/algorithms.mos Added : /trunk/testsuite/mosfiles-dassl2/dertest.mo Added : /trunk/testsuite/mosfiles-dassl2/dertest.mos Added : /trunk/testsuite/mosfiles-dassl2/ideal_diode.mo Added : /trunk/testsuite/mosfiles-dassl2/nonConstantParam.mo Added : /trunk/testsuite/mosfiles-dassl2/nonConstantParam.mos Added : /trunk/testsuite/mosfiles-dassl2/simulation.mos Added : /trunk/testsuite/mosfiles-dassl2/tempInterpol2test.mo Added : /trunk/testsuite/mosfiles-dassl2/tempInterpol2test.mos Added : /trunk/testsuite/mosfiles-dassl2/testTables.txt Added : /trunk/testsuite/mosfiles-dassl2/testTables2.txt Added : /trunk/testsuite/mosfiles-dassl2/testTables2D.txt Added : /trunk/testsuite/mosfiles-dassl2/testalgwhen.mo Added : /trunk/testsuite/mosfiles-dassl2/val.mo Added : /trunk/testsuite/mosfiles-dassl2/val.mos Added : /trunk/testsuite/mosfiles-dassl2/when_sorting.mo Added : /trunk/testsuite/mosfiles-dassl2/when_sorting.mos Added : /trunk/testsuite/mosfiles-dassl2/whenstatements.mos Revision: 7438 Author: adrpo Date: 20:43:15, den 16 december 2010 Message: - more things inside OMEdit-wish-list.doc ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7437 Author: mohsen Date: 17:41:54, den 16 december 2010 Message: - update DrModelica ---- Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/MultEvents.onb Revision: 7436 Author: Frenkel TUD Date: 17:36:23, den 16 december 2010 Message: - update makefile for test msl31 seperate in simulates, notcompiling, notsimulates ---- Modified : /trunk/Makefile.common Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Revision: 7435 Author: mohsen Date: 16:52:19, den 16 december 2010 Message: - update DrModelica ---- Modified : /trunk/OMNotebook/DrModelica/Functions/Exercise1.onb Revision: 7434 Author: mohsen Date: 16:50:07, den 16 december 2010 Message: - update DrModelica ---- Modified : /trunk/OMNotebook/DrModelica/Functions/External.onb Revision: 7433 Author: mohsen Date: 16:17:10, den 16 december 2010 Message: Check the comment ---- Modified : /trunk/OMNotebook/DrModelica/Functions/Call.onb Revision: 7432 Author: mohsen Date: 16:02:08, den 16 december 2010 Message: Code replaced. Please check the comment. ---- Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise3.onb Revision: 7431 Author: mohsen Date: 15:51:51, den 16 december 2010 Message: Fixed with "val", check comment. ---- Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise2.onb Revision: 7430 Author: mohsen Date: 14:23:19, den 16 december 2010 Message: Removed the "Parameter" keywords in order to have the plot working. ---- Modified : /trunk/OMNotebook/DrModelica/Equations/Assert.onb Revision: 7429 Author: mohsen Date: 14:18:41, den 16 december 2010 Message: Removed ; from the End-of-Line of simulate command. This enabled us to view the simulation result. ---- Modified : /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb Revision: 7428 Author: mohsen Date: 14:11:30, den 16 december 2010 Message: Parameters initialized to fix version compatibility issue. Ver. 3.1 requires the params to be initialized before simulation. ---- Modified : /trunk/OMNotebook/DrModelica/Equations/IfEq.onb Revision: 7427 Author: mohsen Date: 13:59:03, den 16 december 2010 Message: fixed initial values of resistor array. Ver. 3.1 requires default values. ---- Modified : /trunk/OMNotebook/DrModelica/Equations/RepConnStruct.onb Revision: 7426 Author: mohsen Date: 13:40:39, den 16 december 2010 Message: Duplicate variable names Real [0,3] A; Real A [:,:]; and Real B[5,0]; Boolean B[:,:,:]; >> gave errors. So, we changed the Real A[:,:] to Real A2[:,:]; and Boolean B[5,0] to Boolean B2[5,0]; ---- Modified : /trunk/OMNotebook/DrModelica/Arrays/Empty.onb Revision: 7424 Author: Frenkel TUD Date: 00:13:35, den 16 december 2010 Message: - update msl31 tests ---- Modified : /trunk/Makefile.common Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos Revision: 7423 Author: Frenkel TUD Date: 22:40:55, den 15 december 2010 Message: - testsuite/libraries/msl31/simulate - use simulation time also for results ---- Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos Revision: 7422 Author: adrpo Date: 22:39:53, den 15 december 2010 Message: - updates to simulations due to changes in c_runtime and back-end. ---- Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mos Modified : /trunk/testsuite/mosfiles-msl22/InitTest.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssystems.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos Revision: 7421 Author: adrpo Date: 22:23:56, den 15 december 2010 Message: - added fmi* to the c_runtime/Makefile.common so they are copied on build to build/include/omc ---- Modified : /trunk/c_runtime/Makefile.common Revision: 7420 Author: Frenkel TUD Date: 20:56:38, den 15 december 2010 Message: - add c_runtime/fmiModelFunctions.h c_runtime/fmiModelTypes.h c_runtime/model_fmu.in - c_runtime/linearize.cpp, c_runtime/simulation_events.cpp use && instead of and - c_runtime/tables.cpp define fmin and fmax for visual studio - SimCodeC.tpl - bugfix for models with none algebraic variables - SimCodeFMU.tpl - bugfixes for visual studio ---- Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /trunk/c_runtime/CMakeLists.txt Added : /trunk/c_runtime/fmiModelFunctions.h Added : /trunk/c_runtime/fmiModelTypes.h Modified : /trunk/c_runtime/fmu_model_interface.c Modified : /trunk/c_runtime/linearize.cpp Added : /trunk/c_runtime/model_fmu.in Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/tables.cpp Revision: 7419 Author: Frenkel TUD Date: 19:54:14, den 15 december 2010 Message: - libraries/msl31/simulate - use correct stopTime for simulation ---- Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos Revision: 7418 Author: adrpo Date: 19:44:54, den 15 december 2010 Message: - update pltpkg.mo (to be more correct with the new OMC) - haven't tested it yet. ---- Modified : /trunk/libraries/common/pltpkg.mo Revision: 7416 Author: adrpo Date: 18:41:36, den 15 december 2010 Message: - added fmu_model_inteface.h to the c_runtime/Makefile.common so is copied on build to build/include/omc ---- Modified : /trunk/c_runtime/Makefile.common Revision: 7414 Author: adrpo Date: 18:22:09, den 15 december 2010 Message: - updated the OMDev-MINGW-OpenModelicaBuilder.launch-sample ---- Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample Revision: 7413 Author: mohsen Date: 17:35:40, den 15 december 2010 Message: ver. 3.1 compatibility issue with default value init. ---- Modified : /trunk/OMNotebook/DrModelica/CompConn/CardEq.onb Revision: 7412 Author: mohsen Date: 17:24:26, den 15 december 2010 Message: Fixed end tag ---- Modified : /trunk/OMNotebook/DrModelica/Generic/Extended.onb Revision: 7411 Author: Frenkel TUD Date: 17:18:06, den 15 december 2010 Message: - c_runtime/CMakeLists.txt, c_runtime/ModelicaExternalC/CMakeLists.txt - add ModelicaExternalC to CMake - add macro for fmu - c_runtime/fmu_model_interface.c, c_runtime/fmu_model_interface.h - bugfixes for visual studio - SimCode - add model name to message for translated to FMU - testsuite/libraries/msl31/simulate - add testcases for simulation of examples with start and end values ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/c_runtime/CMakeLists.txt Added : /trunk/c_runtime/ModelicaExternalC/CMakeLists.txt Modified : /trunk/c_runtime/fmu_model_interface.c Modified : /trunk/c_runtime/fmu_model_interface.h Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos Revision: 7410 Author: mohsen Date: 16:41:18, den 15 december 2010 Message: replaceable Resistor R1; changed to replaceable Resistor R1 (R = 4); since ver. 3.1 requires default value, otherwise raises error. ---- Modified : /trunk/OMNotebook/DrModelica/Redeclaration/ReplRed.onb Revision: 7409 Author: azazi Date: 16:32:53, den 15 december 2010 Message: Headerfile for fmi c interface. ---- Added : /trunk/c_runtime/fmu_model_interface.h Revision: 7408 Author: mohsen Date: 16:18:37, den 15 december 2010 Message: Fixed end tag from Point to Point2 ---- Modified : /trunk/OMNotebook/DrModelica/Inheritance/Multiple.onb Revision: 7407 Author: mohsen Date: 16:17:05, den 15 december 2010 Message: Fixed Real type of blue to MyReal blue in CorrectColorCode. Fixed end tags of Color2 and Color3 from Color to Color2 and Color3 ---- Modified : /trunk/OMNotebook/DrModelica/Inheritance/Inheritance.onb Revision: 7406 Author: mohsen Date: 16:03:18, den 15 december 2010 Message: end tag fixed, Voltag to Voltage ---- Modified : /trunk/OMNotebook/DrModelica/Variables/FieldVar.onb Revision: 7405 Author: mohsen Date: 15:48:38, den 15 december 2010 Message: end tag of model name fixed Ciruit to Circuit. ---- Modified : /trunk/OMNotebook/DrModelica/Classes/Partial.onb Revision: 7404 Author: mohsen Date: 15:45:10, den 15 december 2010 Message: Syntax changed from "class Voltage" to "type Voltage". ---- Modified : /trunk/OMNotebook/DrModelica/Classes/Short.onb Revision: 7403 Author: mohsen Date: 15:43:19, den 15 december 2010 Message: Syntax changed from "class" to "type". Check the comment in code. ---- Modified : /trunk/OMNotebook/DrModelica/Classes/Nested.onb Revision: 7402 Author: adrpo Date: 15:23:20, den 15 december 2010 Message: - updated dcmotor.mo to MSL 3.1 ---- Modified : /trunk/Examples/dcmotor.mo Revision: 7401 Author: adrpo Date: 15:00:48, den 15 december 2010 Message: - added SimpleVisual.mo and pltpkg.mo to the common libraries. ---- Added : /trunk/libraries/common/SimpleVisual.mo Added : /trunk/libraries/common/pltpkg.mo Revision: 7400 Author: mohsen Date: 14:02:24, den 15 december 2010 Message: Syntax changed. Old one commented and new one added. ---- Modified : /trunk/OMNotebook/DrModelica/Classes/Nested.onb Revision: 7399 Author: mohsen Date: 13:31:46, den 15 december 2010 Message: Ver. 3.1 fix has been referenced. Default value require. ---- Modified : /trunk/OMNotebook/DrModelica/QuickTour/IfClause.onb Revision: 7398 Author: mohsen Date: 13:27:28, den 15 december 2010 Message: updating for MSL 3.1 ---- Modified : /trunk/OMNotebook/DrControl/DCMotor/DCMotor.onb Revision: 7397 Author: mohsen Date: 13:09:16, den 15 december 2010 Message: adding hiding info like annotation. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7395 Author: azazi Date: 02:54:50, den 15 december 2010 Message: added code for fmi export functionality ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /trunk/c_runtime/fmu_model_interface.c Revision: 7394 Author: syeas460 Date: 02:11:40, den 15 december 2010 Message: - Added the support to open .mo files from command prompt; e.g, OMEdit.exe file_path/test.mo ---- Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/main.cpp Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7393 Author: adrpo Date: 23:33:35, den 14 december 2010 Message: - more stuff for the OMEdit-wish-list.doc ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7392 Author: syeas460 Date: 21:55:03, den 14 december 2010 Message: Fixes for bugs #1376 #1377 #1378 - Added the timestamp and sequence numbers to messages shown in messages window. - Changed the simulation code so that if there is a message from simulation result it will always be displayed. ---- Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/MessageWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/MessageWidget.h Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.h Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7391 Author: adrpo Date: 15:34:27, den 14 december 2010 Message: - more stuff for the OMEdit-wish-list.doc ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7389 Author: adrpo Date: 14:44:08, den 14 december 2010 Message: - more stuff for the OMEdit-wish-list.doc ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7388 Author: Frenkel TUD Date: 09:47:55, den 14 december 2010 Message: - add alias Attribute of ScalarVariable for FMU modelDescription.xml ---- Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7387 Author: Frenkel TUD Date: 08:50:49, den 14 december 2010 Message: - libraries/msl31/simulate/Makefile - add test for Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum simulation ---- Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos Revision: 7386 Author: adrpo Date: 06:22:05, den 14 december 2010 Message: - fixes to constant evaluation of substring (Modelica.Utilities.Strings.substring). ---- Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Revision: 7385 Author: syeas460 Date: 02:59:00, den 14 december 2010 Message: - Changed the font of Modelica Text View to default system font. - Incresed the font size to 10 from 8. - Created tabs in messages window and also allow user to copy from it. - search dialog closes with ESC key. ---- Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/MessageWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/MessageWidget.h Modified : /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7384 Author: syeas460 Date: 02:52:54, den 14 december 2010 Message: - Completed tasks 13, 14, 15, 17 and 19 ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7383 Author: syeas460 Date: 00:23:58, den 14 december 2010 Message: - Added the request for tab based messages window. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7382 Author: sjoelund.se Date: 19:48:48, den 13 december 2010 Message: - Added annotation __OpenModelica_Impure. Using it prevents constant evaluation of a function call. - DAE.T_FUNCTION now has FunctionAttributes instead of InlineType (which is now stored together with the other function attributes) ---- Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/FrontEnd/Builtin.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/DAEUtil.mo Modified : /trunk/Compiler/FrontEnd/Inst.mo Modified : /trunk/Compiler/FrontEnd/Lookup.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Revision: 7381 Author: Frenkel TUD Date: 17:20:47, den 13 december 2010 Message: - BackEnd/BackendDAETransform.mo - use NONE as variable attibutes for dummyder vars - libraries/msl31/simulate/Makefile - add tests for Modelica.Mechanics.Translational.Examples simulation ---- Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos Revision: 7379 Author: Frenkel TUD Date: 16:06:21, den 13 december 2010 Message: - BackEnd/BackendDAETransform.mo - use NONE() for dummyvar variable attributes - BackEnd/BackendDAEUtil.mo - add functions for analysation of initialisation system - BackEnd/BackendDump.mo - print nothing if start values is not given - BackEnd/BackendVariable.mo - use fixed=false als default for states - add function isConst - BackEnd/SimCode.mo - use function BackendDAEUtil.checkInitialSystem to fix the initialisation systems.log - delete older functions for initialisation stuff - update tests for mosfiles - Initialisation.mos: no warnings anymore - DAEexample2.mos: use x as fixed=true because it has a start value ---- Modified : /trunk/Compiler/BackEnd/BackendDAETransform.mo Modified : /trunk/Compiler/BackEnd/BackendDAEUtil.mo Modified : /trunk/Compiler/BackEnd/BackendDump.mo Modified : /trunk/Compiler/BackEnd/BackendVariable.mo Modified : /trunk/Compiler/BackEnd/SimCode.mo Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/Initialization.mos Revision: 7378 Author: perost Date: 14:39:10, den 13 december 2010 Message: - Added function to Absyn: prefixPath, prefixOptPath and pathToCrefWithSubs. - Finished implementation of the SCode traversing functions in SCode. - Updated SCodeFlatten module. ---- Modified : /trunk/Compiler/FrontEnd/Absyn.mo Modified : /trunk/Compiler/FrontEnd/SCode.mo Modified : /trunk/Compiler/FrontEnd/SCodeFlatten.mo Revision: 7377 Author: adrpo Date: 14:11:39, den 13 december 2010 Message: - added a testsuite/test-area directory for file exchange. ---- Added : /trunk/testsuite/test-area Revision: 7376 Author: adrpo Date: 13:53:07, den 13 december 2010 Message: - updated WhiteDecember-milestone.doc and added WhiteDecember-milestone.pdf ---- Modified : /trunk/doc/administration/WhiteDecember-milestone.doc Added : /trunk/doc/administration/WhiteDecember-milestone.pdf Revision: 7375 Author: sjoelund.se Date: 12:33:45, den 13 december 2010 Message: - Make .depend a non-PHONY target so we don't run make depend twice ---- Modified : /trunk/Compiler/Makefile.compiler_subdirs.common Revision: 7374 Author: sjoelund.se Date: 12:32:03, den 13 december 2010 Message: - Some fixes for the build system (call simcode and OpenModelicaBootstrapping.h targets) ---- Modified : /trunk/Compiler/GenerateOMCHeader.mos Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 7373 Author: sjoelund.se Date: 12:12:51, den 13 december 2010 Message: - ExpressionSimplify: - Added rules for e and false, e or true - Added rules for stringAppendList - Added DAE.BOX, DAE.UNBOX instead of weird mmc_unbox_xxx calls (these are similar to DAE.CAST) ---- Modified : /trunk/Compiler/BackEnd/PartFn.mo Modified : /trunk/Compiler/FrontEnd/Ceval.mo Modified : /trunk/Compiler/FrontEnd/DAE.mo Modified : /trunk/Compiler/FrontEnd/Expression.mo Modified : /trunk/Compiler/FrontEnd/ExpressionDump.mo Modified : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo Modified : /trunk/Compiler/FrontEnd/Static.mo Modified : /trunk/Compiler/FrontEnd/Types.mo Modified : /trunk/Compiler/Template/SimCodeC.mo Modified : /trunk/Compiler/Template/SimCodeCSharp.mo Modified : /trunk/Compiler/Template/SimCodeFMU.mo Modified : /trunk/Compiler/Template/Unparsing.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Modified : /trunk/testsuite/bootstrapping/SusanTest.mos Modified : /trunk/testsuite/bootstrapping/UtilTest.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Revision: 7372 Author: adrpo Date: 07:50:53, den 13 december 2010 Message: Fixes for task: #1344 - updated omc_profiler and omc_debug targets. ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Revision: 7371 Author: adrpo Date: 07:49:06, den 13 december 2010 Message: - in omc_release make default with -ftrace. ---- Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 7370 Author: adrpo Date: 07:25:11, den 13 december 2010 Message: Fixes for task: #1344 - Linux part is now updated. - only omc_release is updated, working on omc_debug, omc_profile. ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Revision: 7369 Author: adrpo Date: 07:21:11, den 13 december 2010 Message: Fixes for task: #1344 - split into directories: FrontEnd BackEnd Template Script Util Main - only working on OMDev MinGW Windows right now, I'm working on the Linux part. ---- Deleted : /trunk/Compiler/Absyn.mo Deleted : /trunk/Compiler/AbsynDep.mo Deleted : /trunk/Compiler/Algorithm.mo Added : /trunk/Compiler/BackEnd/BackendDAE.mo (Copy from path: /trunk/Compiler/BackendDAE.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendDAECreate.mo (Copy from path: /trunk/Compiler/BackendDAECreate.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendDAEEXT.mo (Copy from path: /trunk/Compiler/BackendDAEEXT.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo (Copy from path: /trunk/Compiler/BackendDAEOptimize.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendDAETransform.mo (Copy from path: /trunk/Compiler/BackendDAETransform.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendDAEUtil.mo (Copy from path: /trunk/Compiler/BackendDAEUtil.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendDump.mo (Copy from path: /trunk/Compiler/BackendDump.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendEquation.mo (Copy from path: /trunk/Compiler/BackendEquation.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendVarTransform.mo (Copy from path: /trunk/Compiler/BackendVarTransform.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/BackendVariable.mo (Copy from path: /trunk/Compiler/BackendVariable.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/DAEQuery.mo (Copy from path: /trunk/Compiler/DAEQuery.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/Derive.mo (Copy from path: /trunk/Compiler/Derive.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/ExpressionSolve.mo (Copy from path: /trunk/Compiler/ExpressionSolve.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/PartFn.mo (Copy from path: /trunk/Compiler/PartFn.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/SimCode.mo (Copy from path: /trunk/Compiler/SimCode.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/TaskGraph.mo (Copy from path: /trunk/Compiler/TaskGraph.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/TaskGraphExt.mo (Copy from path: /trunk/Compiler/TaskGraphExt.mo, Revision, 7368) Added : /trunk/Compiler/BackEnd/XMLDump.mo (Copy from path: /trunk/Compiler/XMLDump.mo, Revision, 7368) Deleted : /trunk/Compiler/BackendDAE.mo Deleted : /trunk/Compiler/BackendDAECreate.mo Deleted : /trunk/Compiler/BackendDAEEXT.mo Deleted : /trunk/Compiler/BackendDAEOptimize.mo Deleted : /trunk/Compiler/BackendDAETransform.mo Deleted : /trunk/Compiler/BackendDAEUtil.mo Deleted : /trunk/Compiler/BackendDump.mo Deleted : /trunk/Compiler/BackendEquation.mo Deleted : /trunk/Compiler/BackendVarTransform.mo Deleted : /trunk/Compiler/BackendVariable.mo Deleted : /trunk/Compiler/BaseHashTable.mo Deleted : /trunk/Compiler/Builtin.mo Deleted : /trunk/Compiler/Ceval.mo Deleted : /trunk/Compiler/CevalFunction.mo Deleted : /trunk/Compiler/CevalScript.mo Deleted : /trunk/Compiler/ClassInf.mo Deleted : /trunk/Compiler/ClassLoader.mo Deleted : /trunk/Compiler/CompiledTemplates.mo Deleted : /trunk/Compiler/ComponentReference.mo Deleted : /trunk/Compiler/Connect.mo Deleted : /trunk/Compiler/ConnectUtil.mo Deleted : /trunk/Compiler/ConnectionGraph.mo Deleted : /trunk/Compiler/Constants.mo Deleted : /trunk/Compiler/Corba.mo Deleted : /trunk/Compiler/DAE.mo Deleted : /trunk/Compiler/DAEDump.mo Deleted : /trunk/Compiler/DAEQuery.mo Deleted : /trunk/Compiler/DAEUtil.mo Deleted : /trunk/Compiler/Database.mo Deleted : /trunk/Compiler/Debug.mo Deleted : /trunk/Compiler/Dependency.mo Deleted : /trunk/Compiler/Derive.mo Deleted : /trunk/Compiler/Dump.mo Deleted : /trunk/Compiler/DumpGraphviz.mo Deleted : /trunk/Compiler/DynLoad.mo Deleted : /trunk/Compiler/Env.mo Deleted : /trunk/Compiler/Error.mo Deleted : /trunk/Compiler/ErrorExt.mo Deleted : /trunk/Compiler/ExpandableConnectors.mo Deleted : /trunk/Compiler/Expression.mo Deleted : /trunk/Compiler/ExpressionDump.mo Deleted : /trunk/Compiler/ExpressionSimplify.mo Deleted : /trunk/Compiler/ExpressionSolve.mo Added : /trunk/Compiler/FrontEnd/Absyn.mo (Copy from path: /trunk/Compiler/Absyn.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/AbsynDep.mo (Copy from path: /trunk/Compiler/AbsynDep.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Algorithm.mo (Copy from path: /trunk/Compiler/Algorithm.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Builtin.mo (Copy from path: /trunk/Compiler/Builtin.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Ceval.mo (Copy from path: /trunk/Compiler/Ceval.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/CevalFunction.mo (Copy from path: /trunk/Compiler/CevalFunction.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ClassInf.mo (Copy from path: /trunk/Compiler/ClassInf.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ClassLoader.mo (Copy from path: /trunk/Compiler/ClassLoader.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ComponentReference.mo (Copy from path: /trunk/Compiler/ComponentReference.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Connect.mo (Copy from path: /trunk/Compiler/Connect.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ConnectUtil.mo (Copy from path: /trunk/Compiler/ConnectUtil.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ConnectionGraph.mo (Copy from path: /trunk/Compiler/ConnectionGraph.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Constants.mo (Copy from path: /trunk/Compiler/Constants.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/DAE.mo (Copy from path: /trunk/Compiler/DAE.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/DAEDump.mo (Copy from path: /trunk/Compiler/DAEDump.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/DAEUtil.mo (Copy from path: /trunk/Compiler/DAEUtil.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Dependency.mo (Copy from path: /trunk/Compiler/Dependency.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Dump.mo (Copy from path: /trunk/Compiler/Dump.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/DumpGraphviz.mo (Copy from path: /trunk/Compiler/DumpGraphviz.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Env.mo (Copy from path: /trunk/Compiler/Env.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ExpandableConnectors.mo (Copy from path: /trunk/Compiler/ExpandableConnectors.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Expression.mo (Copy from path: /trunk/Compiler/Expression.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ExpressionDump.mo (Copy from path: /trunk/Compiler/ExpressionDump.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ExpressionSimplify.mo (Copy from path: /trunk/Compiler/ExpressionSimplify.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Graphviz.mo (Copy from path: /trunk/Compiler/Graphviz.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Inline.mo (Copy from path: /trunk/Compiler/Inline.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/InnerOuter.mo (Copy from path: /trunk/Compiler/InnerOuter.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Inst.mo (Copy from path: /trunk/Compiler/Inst.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/InstExtends.mo (Copy from path: /trunk/Compiler/InstExtends.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/InstSection.mo (Copy from path: /trunk/Compiler/InstSection.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/InstanceHierarchy.mo (Copy from path: /trunk/Compiler/InstanceHierarchy.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Lookup.mo (Copy from path: /trunk/Compiler/Lookup.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/MMath.mo (Copy from path: /trunk/Compiler/MMath.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/MetaUtil.mo (Copy from path: /trunk/Compiler/MetaUtil.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Mod.mo (Copy from path: /trunk/Compiler/Mod.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ModUtil.mo (Copy from path: /trunk/Compiler/ModUtil.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Parser.mo (Copy from path: /trunk/Compiler/Parser.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Patternm.mo (Copy from path: /trunk/Compiler/Patternm.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Prefix.mo (Copy from path: /trunk/Compiler/Prefix.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/PrefixUtil.mo (Copy from path: /trunk/Compiler/PrefixUtil.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/SCode.mo (Copy from path: /trunk/Compiler/SCode.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/SCodeFlatten.mo (Copy from path: /trunk/Compiler/SCodeFlatten.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/SCodeUtil.mo (Copy from path: /trunk/Compiler/SCodeUtil.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Static.mo (Copy from path: /trunk/Compiler/Static.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Types.mo (Copy from path: /trunk/Compiler/Types.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/UnitAbsyn.mo (Copy from path: /trunk/Compiler/UnitAbsyn.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo (Copy from path: /trunk/Compiler/UnitAbsynBuilder.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/UnitChecker.mo (Copy from path: /trunk/Compiler/UnitChecker.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/UnitParserExt.mo (Copy from path: /trunk/Compiler/UnitParserExt.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/Values.mo (Copy from path: /trunk/Compiler/Values.mo, Revision, 7368) Added : /trunk/Compiler/FrontEnd/ValuesUtil.mo (Copy from path: /trunk/Compiler/ValuesUtil.mo, Revision, 7368) Deleted : /trunk/Compiler/Graphviz.mo Deleted : /trunk/Compiler/HashTable.mo Deleted : /trunk/Compiler/HashTable2.mo Deleted : /trunk/Compiler/HashTable3.mo Deleted : /trunk/Compiler/HashTable4.mo Deleted : /trunk/Compiler/HashTable5.mo Deleted : /trunk/Compiler/HashTable6.mo Deleted : /trunk/Compiler/HashTableCG.mo Deleted : /trunk/Compiler/HashTableStringToPath.mo Deleted : /trunk/Compiler/IOStream.mo Deleted : /trunk/Compiler/IOStreamExt.mo Deleted : /trunk/Compiler/Inline.mo Deleted : /trunk/Compiler/InnerOuter.mo Deleted : /trunk/Compiler/Inst.mo Deleted : /trunk/Compiler/InstExtends.mo Deleted : /trunk/Compiler/InstSection.mo Deleted : /trunk/Compiler/InstanceHierarchy.mo Deleted : /trunk/Compiler/Interactive.mo Deleted : /trunk/Compiler/Lookup.mo Deleted : /trunk/Compiler/MMath.mo Added : /trunk/Compiler/Main/Main.mo (Copy from path: /trunk/Compiler/Main.mo, Revision, 7368) Deleted : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.compiler_subdirs.common Modified : /trunk/Compiler/Makefile.omdev.mingw Deleted : /trunk/Compiler/MetaUtil.mo Deleted : /trunk/Compiler/Mod.mo Deleted : /trunk/Compiler/ModUtil.mo Deleted : /trunk/Compiler/OptManager.mo Deleted : /trunk/Compiler/Parser.mo Deleted : /trunk/Compiler/PartFn.mo Deleted : /trunk/Compiler/Patternm.mo Deleted : /trunk/Compiler/Prefix.mo Deleted : /trunk/Compiler/PrefixUtil.mo Deleted : /trunk/Compiler/Print.mo Deleted : /trunk/Compiler/RTOpts.mo Deleted : /trunk/Compiler/Refactor.mo Deleted : /trunk/Compiler/SCode.mo Deleted : /trunk/Compiler/SCodeFlatten.mo Deleted : /trunk/Compiler/SCodeUtil.mo Added : /trunk/Compiler/Script Added : /trunk/Compiler/Script/CevalScript.mo (Copy from path: /trunk/Compiler/CevalScript.mo, Revision, 7368) Added : /trunk/Compiler/Script/Interactive.mo (Copy from path: /trunk/Compiler/Interactive.mo, Revision, 7368) Added : /trunk/Compiler/Script/Refactor.mo (Copy from path: /trunk/Compiler/Refactor.mo, Revision, 7368) Deleted : /trunk/Compiler/Settings.mo Deleted : /trunk/Compiler/SimCode.mo Deleted : /trunk/Compiler/SimCodeC.mo Deleted : /trunk/Compiler/SimCodeCSharp.mo Deleted : /trunk/Compiler/SimCodeFMU.mo Deleted : /trunk/Compiler/SimulationResults.mo Deleted : /trunk/Compiler/Socket.mo Deleted : /trunk/Compiler/Static.mo Deleted : /trunk/Compiler/System.mo Deleted : /trunk/Compiler/TaskGraph.mo Deleted : /trunk/Compiler/TaskGraphExt.mo Deleted : /trunk/Compiler/TemplCG.mo Added : /trunk/Compiler/Template Added : /trunk/Compiler/Template/CompiledTemplates.mo (Copy from path: /trunk/Compiler/CompiledTemplates.mo, Revision, 7368) Added : /trunk/Compiler/Template/SimCodeC.mo (Copy from path: /trunk/Compiler/SimCodeC.mo, Revision, 7368) Added : /trunk/Compiler/Template/SimCodeCSharp.mo (Copy from path: /trunk/Compiler/SimCodeCSharp.mo, Revision, 7368) Added : /trunk/Compiler/Template/SimCodeFMU.mo (Copy from path: /trunk/Compiler/SimCodeFMU.mo, Revision, 7368) Added : /trunk/Compiler/Template/TemplCG.mo (Copy from path: /trunk/Compiler/TemplCG.mo, Revision, 7368) Added : /trunk/Compiler/Template/Tpl.mo (Copy from path: /trunk/Compiler/Tpl.mo, Revision, 7368) Added : /trunk/Compiler/Template/TplAbsyn.mo (Copy from path: /trunk/Compiler/TplAbsyn.mo, Revision, 7368) Added : /trunk/Compiler/Template/TplCodegen.mo (Copy from path: /trunk/Compiler/TplCodegen.mo, Revision, 7368) Added : /trunk/Compiler/Template/TplMain.mo (Copy from path: /trunk/Compiler/TplMain.mo, Revision, 7368) Added : /trunk/Compiler/Template/TplParser.mo (Copy from path: /trunk/Compiler/TplParser.mo, Revision, 7368) Added : /trunk/Compiler/Template/Unparsing.mo (Copy from path: /trunk/Compiler/Unparsing.mo, Revision, 7368) Deleted : /trunk/Compiler/Tpl.mo Deleted : /trunk/Compiler/TplAbsyn.mo Deleted : /trunk/Compiler/TplCodegen.mo Deleted : /trunk/Compiler/TplMain.mo Deleted : /trunk/Compiler/TplParser.mo Deleted : /trunk/Compiler/Types.mo Deleted : /trunk/Compiler/UnitAbsyn.mo Deleted : /trunk/Compiler/UnitAbsynBuilder.mo Deleted : /trunk/Compiler/UnitChecker.mo Deleted : /trunk/Compiler/UnitParserExt.mo Deleted : /trunk/Compiler/Unparsing.mo Added : /trunk/Compiler/Util/BaseHashTable.mo (Copy from path: /trunk/Compiler/BaseHashTable.mo, Revision, 7368) Added : /trunk/Compiler/Util/Corba.mo (Copy from path: /trunk/Compiler/Corba.mo, Revision, 7368) Added : /trunk/Compiler/Util/Database.mo (Copy from path: /trunk/Compiler/Database.mo, Revision, 7368) Added : /trunk/Compiler/Util/Debug.mo (Copy from path: /trunk/Compiler/Debug.mo, Revision, 7368) Added : /trunk/Compiler/Util/DynLoad.mo (Copy from path: /trunk/Compiler/DynLoad.mo, Revision, 7368) Added : /trunk/Compiler/Util/Error.mo (Copy from path: /trunk/Compiler/Error.mo, Revision, 7368) Added : /trunk/Compiler/Util/ErrorExt.mo (Copy from path: /trunk/Compiler/ErrorExt.mo, Revision, 7368) Added : /trunk/Compiler/Util/HashTable.mo (Copy from path: /trunk/Compiler/HashTable.mo, Revision, 7368) Added : /trunk/Compiler/Util/HashTable2.mo (Copy from path: /trunk/Compiler/HashTable2.mo, Revision, 7368) Added : /trunk/Compiler/Util/HashTable3.mo (Copy from path: /trunk/Compiler/HashTable3.mo, Revision, 7368) Added : /trunk/Compiler/Util/HashTable4.mo (Copy from path: /trunk/Compiler/HashTable4.mo, Revision, 7368) Added : /trunk/Compiler/Util/HashTable5.mo (Copy from path: /trunk/Compiler/HashTable5.mo, Revision, 7368) Added : /trunk/Compiler/Util/HashTable6.mo (Copy from path: /trunk/Compiler/HashTable6.mo, Revision, 7368) Added : /trunk/Compiler/Util/HashTableCG.mo (Copy from path: /trunk/Compiler/HashTableCG.mo, Revision, 7368) Added : /trunk/Compiler/Util/HashTableStringToPath.mo (Copy from path: /trunk/Compiler/HashTableStringToPath.mo, Revision, 7368) Added : /trunk/Compiler/Util/IOStream.mo (Copy from path: /trunk/Compiler/IOStream.mo, Revision, 7368) Added : /trunk/Compiler/Util/IOStreamExt.mo (Copy from path: /trunk/Compiler/IOStreamExt.mo, Revision, 7368) Added : /trunk/Compiler/Util/OptManager.mo (Copy from path: /trunk/Compiler/OptManager.mo, Revision, 7368) Added : /trunk/Compiler/Util/Print.mo (Copy from path: /trunk/Compiler/Print.mo, Revision, 7368) Added : /trunk/Compiler/Util/RTOpts.mo (Copy from path: /trunk/Compiler/RTOpts.mo, Revision, 7368) Added : /trunk/Compiler/Util/Settings.mo (Copy from path: /trunk/Compiler/Settings.mo, Revision, 7368) Added : /trunk/Compiler/Util/SimulationResults.mo (Copy from path: /trunk/Compiler/SimulationResults.mo, Revision, 7368) Added : /trunk/Compiler/Util/Socket.mo (Copy from path: /trunk/Compiler/Socket.mo, Revision, 7368) Added : /trunk/Compiler/Util/System.mo (Copy from path: /trunk/Compiler/System.mo, Revision, 7368) Added : /trunk/Compiler/Util/Util.mo (Copy from path: /trunk/Compiler/Util.mo, Revision, 7368) Added : /trunk/Compiler/Util/VarTransform.mo (Copy from path: /trunk/Compiler/VarTransform.mo, Revision, 7368) Deleted : /trunk/Compiler/Util.mo Deleted : /trunk/Compiler/Values.mo Deleted : /trunk/Compiler/ValuesUtil.mo Deleted : /trunk/Compiler/VarTransform.mo Deleted : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/susan_codegen/Makefile Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Revision: 7368 Author: adrpo Date: 02:09:38, den 13 december 2010 Message: - added more items to the OMEdit-wish-list.doc ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7367 Author: syeas460 Date: 21:24:54, den 12 december 2010 Message: Added the comments suggested by Martin. Like changing font, zooming etc. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7366 Author: sjoelund.se Date: 21:10:57, den 12 december 2010 Message: - ExpressionSimplify: Added rule for "s1"+"s2"=>"s" ---- Modified : /trunk/Compiler/ExpressionSimplify.mo Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/mofiles/InvertedPendulumTotal.mo Revision: 7365 Author: syeas460 Date: 19:55:11, den 12 december 2010 Message: Fixed the Modelica Text View to Diagram View loading problem. ---- Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7364 Author: sjoelund.se Date: 19:42:32, den 12 december 2010 Message: - Added ExpressionSimplify rules - true AND e => e - false OR e => e ---- Modified : /trunk/Compiler/ExpressionSimplify.mo Revision: 7363 Author: sjoelund.se Date: 19:09:18, den 12 december 2010 Message: - Added annotation __OpenModelica_EarlyInline = true - This annotation will inline as early as possible, making function calls look like expanded macros - MetaModelica builtin functions use this annotation ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/meta/PartialFn15.mo Revision: 7362 Author: sjoelund.se Date: 15:57:58, den 12 december 2010 Message: - Added ceval for listReverse ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/testsuite/meta/BuiltinList.mos Modified : /trunk/testsuite/mofiles/ExternalFunction5.mo Revision: 7361 Author: sjoelund.se Date: 14:03:07, den 12 december 2010 Message: - Moved some more MetaModelica function definitions to Builtin.mo ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/Dynload.cpp Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Parser/Modelica.g Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Revision: 7360 Author: sjoelund.se Date: 11:45:04, den 12 december 2010 Message: - Removed the old arcsin, arctan, arccos and ln functions since they are not part of the standard - They are also no longer used in the standard library - Started using renaming imports for functions that are simple aliases, e.g. import realSin = sin - This will make expressionSimplify and derive work without writing new special cases ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Revision: 7359 Author: syeas460 Date: 03:46:19, den 12 december 2010 Message: Added the search functionality in Modelica Text View ---- Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Added : /trunk/OMEdit/OMEditGUI/Resources/icons/exit.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/next.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/previous.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/search.png Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/resource_omedit.qrc Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7358 Author: syeas460 Date: 03:38:44, den 12 december 2010 Message: Added the search request from Martin in the list. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7357 Author: sjoelund.se Date: 22:32:44, den 11 december 2010 Message: - Moved some builtin Real functions to Builtin.mo ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/c_runtime/meta_modelica_real.h Modified : /trunk/testsuite/meta/BuiltinReal.mos Modified : /trunk/testsuite/meta/PartialFn15.mo Revision: 7356 Author: sjoelund.se Date: 21:59:21, den 11 december 2010 Message: - Fixed codegen for div() - Moved some MetaModelica builtin functions (Boolean/Integer) to Builtin.mo instead of C sources ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/testsuite/meta/BuiltinBoolean.mos Modified : /trunk/testsuite/meta/BuiltinInteger.mos Revision: 7355 Author: sjoelund.se Date: 20:02:40, den 11 december 2010 Message: Fix for #1356 - More of the function in the initial environment now have real classes instead of just a type - Added test Import7.mo that tests if you can write "import sinx = sin;" ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Parser/Modelica.g Added : /trunk/testsuite/mofiles/Import7.mo (Copy from path: /trunk/testsuite/mofiles/Import6.mo, Revision, 7354) Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Revision: 7354 Author: sjoelund.se Date: 16:17:39, den 11 december 2010 Message: - DAEDump now displays the language of an external function instead of always displaying external "C" - Added initial support for external function language "builtin" - These functions call the other function directly without overhead - external "builtin" functions are omitted from DAEDump ---- Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/mofiles/ExternalFunction4.mo Added : /trunk/testsuite/mofiles/ExternalFunction5.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo Revision: 7350 Author: Frenkel TUD Date: 18:01:01, den 10 december 2010 Message: - use fixed=true for DUMMY_STATE variables for residual equations ---- Modified : /trunk/Compiler/SimCode.mo Revision: 7349 Author: Frenkel TUD Date: 17:29:39, den 10 december 2010 Message: - SimCode.mo, BackendVariable.mo - for initialisation use not startvalue use pre(variable) this is the same value but it is possible to change the startvalue with the model_init.txt file - also add residual equations from vars moved to known variables - ToDo: - change states variables fixed=true by default to fixed=false and do not set the fixed attribute from variables (dummy_states) to false if it is true. - analyse the initial equaition system if additional variables must be fixed for initialisation - add some stuff for calculating the initialisation values via matching algorithm. This works if the number of unknown variables es equal to the number of equations for initialisation, use the debugflag=initdlowdump and uncomment the initialisation method via initial_residual function ---- Modified : /trunk/Compiler/BackendVariable.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7348 Author: adrpo Date: 16:59:22, den 10 december 2010 Message: - forgot changing back from -b to -v ---- Modified : /trunk/testsuite/libraries/msl221/Mechanics/Makefile Revision: 7347 Author: adrpo Date: 16:52:29, den 10 december 2010 Message: - updates of tests due to changes in trival equation counting. ---- Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Makefile Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Revision: 7346 Author: Frenkel TUD Date: 16:40:36, den 10 december 2010 Message: - small bugfix for algorithms with no outputs ---- Modified : /trunk/Compiler/BackendDAECreate.mo Revision: 7345 Author: Frenkel TUD Date: 14:30:44, den 10 december 2010 Message: - add test for problem with wrong type of cref exp inside asub exp ---- Added : /trunk/testsuite/mosfiles/AsubCrefExpType.mo Added : /trunk/testsuite/mosfiles/AsubCrefExpType.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 7344 Author: Frenkel TUD Date: 14:16:18, den 10 december 2010 Message: - BackendDAEOptimize.mo - use not "a = der(b), a not state" case for simpleEquation because this leads to problems in the removed equations Example model Modelica.Mechanics.Translational.Examples.Damper : 5 : $DER.mass1.v := $DER.$DER.mass1.s 6 : mass1.a := $DER.mass1.v - update test because of this - ExpressionSimplify.mo - add case for asub with more than one subscribt, simplify the expression from ASUB - simulate-msl31-examples.mos - update comments from some models, now all models generates compileable code, only EnginveV6 should is not testes because compiling of 107 MB files are very time intensive ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/ExpressionSimplify.mo Modified : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples.mos Modified : /trunk/testsuite/mosfiles-nosim/AIMC_DOL.mos Modified : /trunk/testsuite/mosfiles-nosim/Model1.mos Modified : /trunk/testsuite/mosfiles-nosim/Model2.mos Revision: 7342 Author: syeas460 Date: 13:15:48, den 10 december 2010 Message: Added the getSimulationOptions API Command Updated the user manual splash screen and version. ---- Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/SimulationWidget.h Modified : /trunk/OMEdit/OMEditGUI/StringHandler.cpp Modified : /trunk/OMEdit/OMEditGUI/StringHandler.h Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit-UserManual.pdf Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Modified : /trunk/OMEdit/docs/OMEdit-UserManual.doc Modified : /trunk/OMEdit/docs/OMEdit-UserManual.pdf Revision: 7341 Author: Frenkel TUD Date: 13:09:37, den 10 december 2010 Message: - if subs of componentreference are stripped do not use the type from DAE.CREF to generate a new DAE.CREF from stripped componentreference ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Revision: 7340 Author: Frenkel TUD Date: 12:57:53, den 10 december 2010 Message: - if subs of componentreference are stripped do not use the type from DAE.CREF to generate a new DAE.CREF from stripped componentreference ---- Modified : /trunk/Compiler/Static.mo Revision: 7339 Author: syeas460 Date: 12:46:51, den 10 december 2010 Message: Change the document format to more understandable tabular form. Also added the column indicating the status of each task. ---- Modified : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7337 Author: adrpo Date: 22:07:56, den 9 december 2010 Message: - update as now we don't have a space anymore before unary minus ---- Modified : /trunk/testsuite/parser/ParseFullModelica1.6.mos Modified : /trunk/testsuite/parser/ParseFullModelica2.2.1.mos Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Modified : /trunk/testsuite/parser/ParseFullModelica3.2.mos Revision: 7336 Author: Frenkel TUD Date: 22:06:39, den 9 december 2010 Message: - fix testsuite, incomment states fixed=false als default ---- Modified : /trunk/Compiler/BackendVariable.mo Revision: 7335 Author: Frenkel TUD Date: 19:44:50, den 9 december 2010 Message: - BackendDAETransform.mo - speedup replaceDummyDer - set starvalue of dummy_der to zero - BackendDump.mo - add Startvalue to dump - BackendVariable.mo - use named parameter for case - States are not fixed=true for default - add function varStartValueFail - Expression.mo add case for DAE.REDUCTION to isConst ---- Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDump.mo Modified : /trunk/Compiler/BackendVariable.mo Modified : /trunk/Compiler/Expression.mo Revision: 7332 Author: adrpo Date: 12:04:02, den 9 december 2010 Message: - updates to the deadline for WhiteDecember-milestone.doc ---- Modified : /trunk/doc/administration/WhiteDecember-milestone.doc Revision: 7331 Author: petar Date: 11:42:29, den 9 december 2010 Message: Updated WhiteDecember-milestone.doc with status and new estimates. ---- Modified : /trunk/doc/administration/WhiteDecember-milestone.doc Revision: 7329 Author: perost Date: 10:06:59, den 9 december 2010 Message: - Updated interactive tests due to dump format changes. ---- Modified : /trunk/testsuite/interactive/interactive_api_annotations.mos Modified : /trunk/testsuite/interactive/interactive_api_attributes.mos Modified : /trunk/testsuite/interactive/interactive_api_classes.mos Modified : /trunk/testsuite/interactive/refactorGraphAnn1.mos Modified : /trunk/testsuite/interactive/refactorGraphAnn2.mos Modified : /trunk/testsuite/interactive/setComponentComment.mos Revision: 7328 Author: perost Date: 10:04:16, den 9 december 2010 Message: - Removed space in front of unary minus and plus when using Dump, to make linearize/test_05 succeed on linux too (where you get -0 instead of 0). - Updated test cases due to these changes. - Updated the parallel test script to handle modelicaML tests. - Fixed spelling in Absyn. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/testsuite/linearize/linmodel.mos Modified : /trunk/testsuite/linearize/simLotkaVolterra.mos Modified : /trunk/testsuite/linearize/simNonlinear.mos Modified : /trunk/testsuite/linearize/simTwoTank.mos Modified : /trunk/testsuite/linearize/simVanDerPol.mos Modified : /trunk/testsuite/linearize/simextfunction.mos Modified : /trunk/testsuite/linearize/smallValues.mos Modified : /trunk/testsuite/linearize/test_02.mos Modified : /trunk/testsuite/linearize/test_04.mos Modified : /trunk/testsuite/linearize/test_05.mos Modified : /trunk/testsuite/partest/runtest.pl Revision: 7327 Author: adrpo Date: 02:23:04, den 9 december 2010 Message: - forgot one test update. ---- Modified : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos Revision: 7326 Author: adrpo Date: 01:38:25, den 9 december 2010 Message: - added API: getExperimentAnnotation and getSimulationOptions Example: getExperimentAnnotation(Modelica.Blocks.Examples.PID_Controller); getSimulationOptions(Modelica.Blocks.Examples.PID_Controller); simulate(Modelica.Blocks.Examples.PID_Controller, outputFormat="empty"); Result: {StopTime=4} {0.0, 4.0, 500, 1e-06, "dassl", "Modelica.Blocks.Examples.PID_Controller", false, false, "", "plt"} /* startTime, stopTime, numberOfIntervals, tolerance, method, fileNamePrefix, storeInTemp, noClean, options, outputFormat */ - now the simulate(Model, ...) will read the experiment annotation from the model if there is any and use these settings. - updated SimulationRecord to display simulation options. - updated tests to suite the new SimulationRecord. - added a generic COMPILER_WARNING in Error.mo and function Error.addCompilerWarning ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/testsuite/interactive/Makefile Added : /trunk/testsuite/interactive/interactive_api_simulations.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/linearize/linmodel.mos Modified : /trunk/testsuite/linearize/simLotkaVolterra.mos Modified : /trunk/testsuite/linearize/simNonlinear.mos Modified : /trunk/testsuite/linearize/simTwoTank.mos Modified : /trunk/testsuite/linearize/simVanDerPol.mos Modified : /trunk/testsuite/linearize/simextfunction.mos Modified : /trunk/testsuite/linearize/smallValues.mos Modified : /trunk/testsuite/linearize/test_02.mos Modified : /trunk/testsuite/linearize/test_03.mos Modified : /trunk/testsuite/linearize/test_04.mos Modified : /trunk/testsuite/linearize/test_05.mos Modified : /trunk/testsuite/meta/BuiltinReal.mos Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase10.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/PartialFn1.mos Modified : /trunk/testsuite/meta/PartialFn10.mos Modified : /trunk/testsuite/meta/PartialFn11.mos Modified : /trunk/testsuite/meta/PartialFn12.mos Modified : /trunk/testsuite/meta/PartialFn13.mos Modified : /trunk/testsuite/meta/PartialFn2.mos Modified : /trunk/testsuite/meta/PartialFn4.mos Modified : /trunk/testsuite/meta/PartialFn5.mos Modified : /trunk/testsuite/meta/PartialFn6.mos Modified : /trunk/testsuite/meta/PartialFn7.mos Modified : /trunk/testsuite/meta/PartialFn8.mos Modified : /trunk/testsuite/meta/Uniontype1.mos Modified : /trunk/testsuite/meta/Uniontype2.mos Modified : /trunk/testsuite/meta/Uniontype3.mos Modified : /trunk/testsuite/meta/Uniontype4.mos Modified : /trunk/testsuite/meta/Uniontype5.mos Modified : /trunk/testsuite/meta/Uniontype6.mos Modified : /trunk/testsuite/meta/Uniontype7.mos Modified : /trunk/testsuite/modelicaML/bouncingball.mos Modified : /trunk/testsuite/modelicaML/trafficlight.mos Modified : /trunk/testsuite/modelicaML/twotankmodel.mos Modified : /trunk/testsuite/modelicaML/watchdog.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/ArraySlice.mos Modified : /trunk/testsuite/mosfiles/BooleanArray.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/EnumArray.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles/EventIteration.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles/HeatTank.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/IfEquation3.mos Modified : /trunk/testsuite/mosfiles/InOutRecord.mos Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LocalVariableInit.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles/Random.mos Modified : /trunk/testsuite/mosfiles/Reductions.mos Modified : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/Sample1.mos Modified : /trunk/testsuite/mosfiles/SemiLinear.mos Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/SyncFilter.mos Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/Time.mos Modified : /trunk/testsuite/mosfiles/TupleReturn.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/when_sorting.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mos Modified : /trunk/testsuite/mosfiles-msl22/FuncCross.mos Modified : /trunk/testsuite/mosfiles-msl22/InitTest.mos Modified : /trunk/testsuite/mosfiles-msl22/InputOutput.mos Modified : /trunk/testsuite/mosfiles-msl22/MatrixTest.mos Modified : /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mos Modified : /trunk/testsuite/mosfiles-msl22/avg.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssystems.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation2.mos Modified : /trunk/testsuite/mosfiles-msl22/tupleTest.mos Modified : /trunk/testsuite/mosfiles-nosim/Array1.mos Modified : /trunk/testsuite/mosfiles-nosim/BaseClass1.mos Modified : /trunk/testsuite/mosfiles-nosim/ExtendsOrder.mos Modified : /trunk/testsuite/mosfiles-nosim/IntDivOverflow.mos Modified : /trunk/testsuite/mosfiles-nosim/ModifierProblem.mos Modified : /trunk/testsuite/mosfiles-nosim/NotbasicType.mos Modified : /trunk/testsuite/mosfiles-nosim/NotbasicType2.mos Modified : /trunk/testsuite/mosfiles-nosim/WhileStatement.mos Modified : /trunk/testsuite/records/Derived1.mo Modified : /trunk/testsuite/records/Derived2.mo Modified : /trunk/testsuite/records/RecordFuncParam.mo Modified : /trunk/testsuite/rtest Modified : /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo Revision: 7325 Author: adrpo Date: 21:14:30, den 8 december 2010 Message: Fixes for bug #1238 - fixes for bug #1238 via construction of fully qualified crefs from modifications so we can properly check for duplicate modifications. - added tests for bug #1238 - moved some things from Inst to Mod and PrefixUtil as they belong there. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/testsuite/mofiles/Modification15.mo Added : /trunk/testsuite/mofiles/Modification16.mo Modified : /trunk/testsuite/mosfiles-nosim/Makefile Added : /trunk/testsuite/mosfiles-nosim/Model1.mo Added : /trunk/testsuite/mosfiles-nosim/Model1.mos Added : /trunk/testsuite/mosfiles-nosim/Model2.mo Added : /trunk/testsuite/mosfiles-nosim/Model2.mos Revision: 7324 Author: sjoelund.se Date: 20:40:09, den 8 december 2010 Message: - Merged testsuite/libraries/Makefile into testsuite/Makefile (it is now possible to move individual libraries files to the fast testsuite) - Added biochem to the fast testsuite ---- Modified : /trunk/testsuite/Makefile Deleted : /trunk/testsuite/libraries/Makefile Revision: 7323 Author: adrpo Date: 20:30:46, den 8 december 2010 Message: - fixed a small space change. ---- Modified : /trunk/testsuite/linearize/test_05.mos Revision: 7322 Author: adrpo Date: 20:27:58, den 8 december 2010 Message: - update tests due to more trivial equation detection. ---- Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Revision: 7321 Author: adrpo Date: 20:19:32, den 8 december 2010 Message: - added "mat" to the output formats. ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 7320 Author: adrpo Date: 19:31:31, den 8 december 2010 Message: - update tests due to more trivial equation detection. ---- Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Modified : /trunk/testsuite/libraries/multibody/Makefile Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Revision: 7319 Author: sjoelund.se Date: 18:21:08, den 8 december 2010 Message: - Alias make testfast = make test. It's not that slow anymore ;) ---- Modified : /trunk/Makefile.common Revision: 7318 Author: Frenkel TUD Date: 17:31:13, den 8 december 2010 Message: - BackendDAETransform.mo - got ride of some unused print calls - BackendDump.mo - add function dumpStateVariables - fix tests from testcase, now more trivial equation are detected ---- Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDump.mo Modified : /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/mosfiles-nosim/AIMC_DOL.mos Revision: 7317 Author: Frenkel TUD Date: 16:29:59, den 8 december 2010 Message: - bugfix for evaluateAnnotation, avoid infinite loop ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 7316 Author: perost Date: 16:04:04, den 8 december 2010 Message: - Fixed some syntax errors in BackendDump and SimCode that wasn't caught by RML but by the bootstrapped compiler. ---- Modified : /trunk/Compiler/BackendDump.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7315 Author: Frenkel TUD Date: 10:33:05, den 8 december 2010 Message: - bugfix for evaluateAnnotation ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 7312 Author: Frenkel TUD Date: 22:37:28, den 7 december 2010 Message: - implement new feature: evaluate parameter with annotation(Evalute=true), see Modelica specification 3.2 chapter 17.3 Annotations for Code Generation, codeGenerationFlag ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 7311 Author: Frenkel TUD Date: 19:52:59, den 7 december 2010 Message: - start to implement code for the Evaluate annotation. This is used for a lots of multibody examples. ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 7310 Author: Frenkel TUD Date: 17:21:37, den 7 december 2010 Message: - BackendDAEOptimize.mo, SimCode.mo - use equations like "a=der(b)" with a is not a state to replace a in all equations with der(b), This solves problems with fullRobotR3 initial equations. ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7309 Author: syeas460 Date: 16:46:30, den 7 december 2010 Message: Removed wish-list document since Adrian already added it to trunk. ---- Deleted : /trunk/OMEdit/OMEdit_Wish_List.doc Revision: 7308 Author: Frenkel TUD Date: 16:39:43, den 7 december 2010 Message: - BackendDAEOptimize.mo, BackendDump.mo - add dump for aliasvariables - BackendVariable.mo - add function varBindExp ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendDump.mo Modified : /trunk/Compiler/BackendVariable.mo Revision: 7307 Author: syeas460 Date: 16:38:44, den 7 december 2010 Message: - added OMEdit wish list ---- Added : /trunk/OMEdit/OMEdit_Wish_List.doc Revision: 7306 Author: adrpo Date: 16:35:22, den 7 december 2010 Message: - added OMEdit wish list ---- Added : /trunk/doc/OMEdit Added : /trunk/doc/OMEdit/OMEdit-wish-list.doc Revision: 7305 Author: syeas460 Date: 16:15:11, den 7 december 2010 Message: Updated the header text. ---- Modified : /trunk/OMEdit/docs/OMEdit-UserManual.doc Modified : /trunk/OMEdit/docs/OMEdit-UserManual.pdf Revision: 7304 Author: syeas460 Date: 16:13:07, den 7 december 2010 Message: Updated the version from 1.0 to 2.0. Added the new screen shots. Added the user defined shapes section. ---- Modified : /trunk/OMEdit/docs/OMEdit-UserManual.doc Modified : /trunk/OMEdit/docs/OMEdit-UserManual.pdf Revision: 7303 Author: Frenkel TUD Date: 15:04:40, den 7 december 2010 Message: - BackendDAEOptimize.mo - implement new features: - remove constant equations from simple equations - add alias variables to BackendDAE.DAE.aliasVars - BackendDAEUtil.mo - add function addAliasVariables ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Revision: 7302 Author: Frenkel TUD Date: 12:57:06, den 7 december 2010 Message: - BackendVariable.mo - reimplement isVariable - BackendDAEOptimize.mo - use new feature removeParameterEqns - SimCode.mo - implement new feature: sort the bound parameter equations in right order. - fix some testcases of mosfiles - AlgorithmArrayEqn.mos: delete generated files - EventIteration.mos: delete generated files - InOutStrings.mo: use parameter to test also simulation - ModelBalance1.mos: delete generated files - ModelBalance3.mos: change number of equations because of new feature remove parameter eqns ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendVariable.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles/EventIteration.mos Modified : /trunk/testsuite/mosfiles/InOutStrings.mo Modified : /trunk/testsuite/mosfiles/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles/ModelBalance3.mos Revision: 7301 Author: adrpo Date: 11:09:31, den 7 december 2010 Message: - fix a rm -f complain on Windows ---- Modified : /trunk/testsuite/modelicaML/Makefile Revision: 7300 Author: adrpo Date: 06:26:39, den 7 december 2010 Message: - report an error when file is too large to read into a MetaModelica string on 32 bit platforms. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7299 Author: adrpo Date: 05:15:19, den 7 december 2010 Message: - Workplan-status-estimates.xls updates. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 7298 Author: wbraun Date: 02:21:29, den 7 december 2010 Message: - added tests for modelicaML - correct test_05 in linearization ---- Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/linearize/simextfunction.mos Modified : /trunk/testsuite/linearize/test_05.mos Added : /trunk/testsuite/modelicaML Added : /trunk/testsuite/modelicaML/BouncingBallExample Added : /trunk/testsuite/modelicaML/BouncingBallExample/Ball.mo Added : /trunk/testsuite/modelicaML/BouncingBallExample/package.mo Added : /trunk/testsuite/modelicaML/Makefile Added : /trunk/testsuite/modelicaML/TrafficLight Added : /trunk/testsuite/modelicaML/TrafficLight/TrafficLight.mo Added : /trunk/testsuite/modelicaML/TrafficLight/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/BaseController.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/AreaCalculation.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/VolumeCalculation.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/limitValue.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/LiquidSource.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/PIcontinuousController.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/Tank.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ActSignal.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/LiquidFlow.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ReadSignal.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/TanksConnectedPI.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Max_level_of_liquid_in_a_tank.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Volume_of_the_tank1.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/TankSystemSimulation.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/package.mo Added : /trunk/testsuite/modelicaML/TwoTanksSystemExample/package.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem Added : /trunk/testsuite/modelicaML/WatchDogSystem/Requirements Added : /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Low_battery_indication.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Reset_of_alarm_signal.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/package.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/EWatchDog.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/ISensor.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/package.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Sensor.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/package.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/package.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_1.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_2.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/package.mo Added : /trunk/testsuite/modelicaML/WatchDogSystem/package.mo Added : /trunk/testsuite/modelicaML/bouncingball.mos Added : /trunk/testsuite/modelicaML/trafficlight.mos Added : /trunk/testsuite/modelicaML/twotankmodel.mos Added : /trunk/testsuite/modelicaML/watchdog.mos Revision: 7297 Author: Frenkel TUD Date: 22:53:08, den 6 december 2010 Message: - BackendDAEOptimize.mo - fixe bugs for function removeParameterEqns - BackendVariable.mo - add function setBindValue - SimCode.mo - check also bindvalue for inital value ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendVariable.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7296 Author: syeas460 Date: 22:30:04, den 6 december 2010 Message: removed the unused reference of component and Inheritance Annotation. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp Revision: 7295 Author: Frenkel TUD Date: 17:19:20, den 6 december 2010 Message: - BackendDAE.mo -add type IncidenceMatrixElement - BackendDAEOptimize.mo - add function removeParameterEqns Detect all equations with only one time depend variable and check if it is a time independend variable. In case of time independendce it add a bind expression and remove the equation --> this solves the problems for Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis but testsuite does not yet work, use debugflag "optimizeParameter" until testsuite problems not fixed - BackendDAETransform.mo - got ride of some unnessesary integer operations - BackendEquation.mo - add function equationDelete (used for removeParameterEqns) - BackendVariable.mo - add function setBindExp (used for removeParameterEqns) - CevalScript, Main, SimCode, XMLDump - use removeParameterEqns - ExpressionSolve.mo - reimplement function solve3 - Derive.mo - delete case for derive DAE.BCONST because derive of false is unkown - uncomment case for DAE.RELATION because The derivative of c > d is not der(c) > der(d). It is the derivative of (c>d) "der(c>d)" and this is perhaps NAN for c equal d and 0 otherwise ---- Modified : /trunk/Compiler/BackendDAE.mo Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendEquation.mo Modified : /trunk/Compiler/BackendVariable.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/ExpressionSolve.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 7294 Author: Frenkel TUD Date: 22:49:09, den 5 december 2010 Message: - BackendDAECreate.mo - lowervarkind StateSelect.prefer as STATE ---- Modified : /trunk/Compiler/BackendDAECreate.mo Revision: 7290 Author: sjoelund.se Date: 10:33:12, den 4 december 2010 Message: - Fix Compiler/runtime/corbaimpl.cpp (use the same path as Settings.getTempDirectoryPath() as the temp-dir) - Updated OMShell, so it does not assume /tmp is the tmp-dir ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMShell/omc_communicator.cpp Revision: 7289 Author: sjoelund.se Date: 09:29:57, den 4 december 2010 Message: - Fix OMEdit compilation on Linux ---- Modified : /trunk/OMEdit/OMEditGUI/Makefile.unix.in Revision: 7288 Author: sjoelund.se Date: 09:23:03, den 4 december 2010 Message: - Fix compilation on OSX using new Qt ---- Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/OMEdit/OMEditGUI/Makefile.unix.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7287 Author: Frenkel TUD Date: 01:29:27, den 4 december 2010 Message: - Derive.mo - add derivativeTime of abs - use type to generate zero - check if call have only parameters -> no derivative of call needet - Expression.mo - use type to generate zero - vectors are scalar arrays -> for function makeZeroExpression - SimCode.mo - use Expression.expSub, Expression.negate, ... - error message from translateModel commented out because of testsuite ---- Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7286 Author: Frenkel TUD Date: 19:23:21, den 3 december 2010 Message: - BackendDump.mo - add number of algorithm - SimCode.mo - add case for algorithms to function createNonlinearResidualEquations ---- Modified : /trunk/Compiler/BackendDump.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7284 Author: Frenkel TUD Date: 17:57:26, den 3 december 2010 Message: - add {model}_functions.cpp and {model}_functions.h to target ---- Modified : /trunk/c_runtime/CMakeLists.txt Revision: 7283 Author: Frenkel TUD Date: 17:35:50, den 3 december 2010 Message: - BackendDAECreate.mo - removed unused variable var from lowerEqn - SimCodeC.tpl - add STMT_REINIT (Simulation does not yet work, but code generation) ---- Modified : /trunk/Compiler/BackendDAECreate.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7282 Author: sjoelund.se Date: 16:42:44, den 3 december 2010 Message: - Fixed a typo ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/documentation/Types.onb Revision: 7281 Author: sjoelund.se Date: 16:39:16, den 3 december 2010 Message: - Fixed some typos ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/documentation/Types.onb Revision: 7280 Author: sjoelund.se Date: 16:32:54, den 3 december 2010 Message: - Added function cevalStringAppendList - Added a notebook for basic MetaModelica types ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ValuesUtil.mo Added : /trunk/testsuite/meta/MetaModelicaDev/documentation/Types.onb Revision: 7279 Author: AlexeyLebedev Date: 16:14:31, den 3 december 2010 Message: Fix for bug: #1328 Added a check for recursive short class definitions (so that compiler does not enter infinite loop). Also added a test case ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/RecursiveShort.mo Revision: 7278 Author: Frenkel TUD Date: 15:09:23, den 3 december 2010 Message: - fix for bug #1368 - collect zero crossings inside loops using loop variable range ---- Modified : /trunk/Compiler/BackendDAECreate.mo Revision: 7277 Author: sjoelund.se Date: 14:57:12, den 3 december 2010 Message: - Defer the check of Interactive.typeCheckFunction when adding functions through CORBA. The check needs to be done in the new environment if the function is recursive or has other dependencies that were added in the same sent command. - Added ceval of DAE.CONS ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Revision: 7276 Author: Frenkel TUD Date: 13:30:52, den 3 december 2010 Message: update workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 7275 Author: AlexeyLebedev Date: 13:06:13, den 3 december 2010 Message: Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 7274 Author: syeas460 Date: 12:16:29, den 3 december 2010 Message: Updates :: More enhanced library icons. Caching OMC commands to speed up library browsing. User defined shapes support. ---- Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7273 Author: syeas460 Date: 12:03:51, den 3 december 2010 Message: Added the support for user defined shapes. Removed the QtSvgdll as it is not needed anymore. Caching the OMC commands so that library browsing become more faster. More enhanced library icons. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.h Modified : /trunk/OMEdit/OMEditGUI/CornerItem.cpp Modified : /trunk/OMEdit/OMEditGUI/CornerItem.h Modified : /trunk/OMEdit/OMEditGUI/EllipseAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/EllipseAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/LineAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/LineAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/PolygonAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/PolygonAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/branch-end.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/ellipse-shape.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/info-icon.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/line-shape.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/polygon-shape.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/rectangle-shape.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/text-shape.png Modified : /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/ShapeAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/SplashScreen.cpp Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Modified : /trunk/OMEdit/OMEditGUI/resource_omedit.qrc Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Deleted : /trunk/OMEdit/bin/OMEdit-Release/QtSvg4.dll Modified : /trunk/OMEdit/bin/object_script.OMEdit.Debug Modified : /trunk/OMEdit/bin/object_script.OMEdit.Release Modified : /trunk/OMEdit/docs/OMEdit-UserManual.doc Revision: 7272 Author: sjoelund.se Date: 11:54:31, den 3 december 2010 Message: - Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 7271 Author: perost Date: 11:27:04, den 3 december 2010 Message: - Updated workplan. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 7270 Author: sjoelund.se Date: 11:23:50, den 3 december 2010 Message: - Remove obsolete information from README.Cygwin.or.Linux.txt ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 7269 Author: sjoelund.se Date: 11:06:26, den 3 december 2010 Message: - Fix for -disable-rml-trace configure option ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7268 Author: Frenkel TUD Date: 00:29:40, den 3 december 2010 Message: - Util.mo add function listIntRange3 - BackendDAECreate.mo start to implement: use the range of for_stms for findzerocrossings and detectimplicit discrete bug-1368 ---- Modified : /trunk/Compiler/BackendDAECreate.mo Modified : /trunk/Compiler/Util.mo Revision: 7267 Author: sjoelund.se Date: 20:50:39, den 2 december 2010 Message: - Update makefiles to make parts of the qtclients compile on OSX ---- Deleted : /trunk/OMEdit/OMEditGUI/Makefile.unix Added : /trunk/OMEdit/OMEditGUI/Makefile.unix.in (Copy from path: /trunk/OMEdit/OMEditGUI/Makefile.unix, Revision, 7265) Added : /trunk/OMEdit/OMEditGUI/OMEdit.config.in (Copy from path: /trunk/OMNotebook/OMNotebookQT4/OMNotebook.config.in, Revision, 7265) Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMNotebook/OMNotebookQT4/Makefile.unix.in Modified : /trunk/OMShell/Makefile.unix.in Modified : /trunk/OMShell/OMShell.config.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7266 Author: sjoelund.se Date: 20:16:20, den 2 december 2010 Message: - Fix for configure (got empty rmlc_bin if RMLHOME was not present) ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7265 Author: sjoelund.se Date: 20:01:16, den 2 december 2010 Message: - OMNotebook now respects LDFLAGS configure flags ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Makefile.unix.in Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.config.in Revision: 7264 Author: sjoelund.se Date: 19:51:28, den 2 december 2010 Message: - Search for sqlite3.h in the configure script ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7263 Author: sjoelund.se Date: 19:38:35, den 2 december 2010 Message: - Search the whole path when looking for rmlc ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7262 Author: Frenkel TUD Date: 17:04:51, den 2 december 2010 Message: - partial fixes for #1365 - add CREF(componentref=DAE.WILD for simulation case ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7261 Author: Frenkel TUD Date: 16:22:43, den 2 december 2010 Message: - partial fixes for #1365 - add basic initial Algorithms support ---- Modified : /trunk/Compiler/BackendDAECreate.mo Modified : /trunk/Compiler/BackendEquation.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7260 Author: Frenkel TUD Date: 14:11:21, den 2 december 2010 Message: - use option RTOpts.splitArrays() also in the Backend to avoid extendsion of arrays - SimCode.mo - try to collate the arrays before solving ---- Modified : /trunk/Compiler/BackendDAECreate.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7259 Author: Frenkel TUD Date: 12:00:29, den 2 december 2010 Message: - partial fixes for #1365 - Derive.mo - bugfix for derive ASUB - return correct type of Zero for call expressions - Expression.mo - add case to makeConstOne so the function does not fail - ExpressionSolve.mo - return also asserts for solved expression Example for the equation 0 = a*(b-c) solved for b the assert (a!=0,"..") is added and the equation is solved b = c ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/ExpressionSolve.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/TaskGraph.mo Revision: 7258 Author: Frenkel TUD Date: 22:40:22, den 1 december 2010 Message: - partial fixes for #1365 - ExpressionSolve.mo - add case for expressions like a*(b-c) solved for b or c - createSingleArrayEqnCode use matchingAlgorithm to solve the array equations correct ---- Modified : /trunk/Compiler/ExpressionSolve.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7257 Author: Frenkel TUD Date: 18:38:35, den 1 december 2010 Message: Partial fix for #1365 - partial fix for 1365 - BackendDAETransform.mo - get states in eqns from incidence matrix - Util.mo - add function intNegative ---- Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/Util.mo Revision: 7256 Author: adrpo Date: 16:59:32, den 1 december 2010 Message: Partial fixes for #1365 SimCodeC.tpl - handling ET_ENUMERATION where ET_INT is handled - handle string comparison via strcmp - handle ASUB(e, {index}) via string(et.ty)_get(arr, index - 1) ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos Revision: 7255 Author: Frenkel TUD Date: 16:29:01, den 1 december 2010 Message: Partial fix for bug #1365 - partial fixes for 1365 - call clearDifferentiated after remove simple Equations - abs() and sign() are only discrete expression if all parameters discrete expressions. ---- Modified : /trunk/Compiler/BackendDAECreate.mo Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Revision: 7254 Author: adrpo Date: 14:16:27, den 1 december 2010 Message: Updated tests for #1365 - update Modelica.Electrical.Digital.Examples.mos ---- Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos Revision: 7253 Author: adrpo Date: 14:07:15, den 1 december 2010 Message: Partial fixes for #1365 SimCodeC.tpl - fixed code generation for enumeration casting - handling integer(...) builtin operator - write more information about not handled ASUB in the generated code. - updates to testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos due to changes in codegen. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos Revision: 7252 Author: asodja Date: 12:24:24, den 1 december 2010 Message: Updated export to Dymola mat-file format -- also integer and boolean variables are now stored in the file. ---- Modified : /trunk/c_runtime/simulation_result_mat.cpp Modified : /trunk/c_runtime/simulation_result_mat.h Revision: 7251 Author: adrpo Date: 00:11:17, den 1 december 2010 Message: Help for dealing with bugs: #1365 #1364 - code for sharing crefs (too slow for now so disabled) in ComponentReference.mo - use Expression.makeASUB everywhere where DAE.ASUB is created so we can check if the given expression is a cref and give a warning if +d=checkASUB is on. - function Expression.makeCrefExp will display a warning if +d=checkDAECrefType is ON and we give a *different* type than the one already present in the cref. - flags +d=checkASUB and +d=checkDAECrefType should be used with -trace to see where the functions that are buggy are actually called! - fix warning in Compiler/susan_codegen/SimCode/SimCodeC.tpl for equations: enum = pre(enum) by casting: enum = (modelica_integer)pre(enum) previously it only added cast for ET_INT, now it handles also ET_ENUMERATION - maybe we should create *ALL* expressions via functions so we can easily check if the typing is OK! ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ComponentReference.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/ExpressionSimplify.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos Revision: 7250 Author: sjoelund.se Date: 23:37:49, den 30 november 2010 Message: - Allow resizing the OMEdit main window so that it fits on smaller screens ---- Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Revision: 7249 Author: adrpo Date: 21:40:53, den 30 november 2010 Message: Updated tests for #1365 - updated Makefile - added separate Modelica.Electrical.Machines.Examples.mos - added separate Modelica.Electrical.MultiPhase.Examples.mos ---- Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.mos Revision: 7248 Author: adrpo Date: 21:15:01, den 30 november 2010 Message: Updated tests for #1365 - updated Makefile - small update Modelica.Electrical.Analog.Examples.mos - added separate Modelica.Electrical.Digital.Examples.mos ---- Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Modified : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.mos Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos Revision: 7247 Author: adrpo Date: 21:04:45, den 30 november 2010 Message: Updated tests for #1365 - updated Makefile - added separate Modelica.Electrical.Analog.Examples.mos ---- Modified : /trunk/testsuite/libraries/msl31/simulate/Makefile Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.mos Revision: 7246 Author: adrpo Date: 20:47:33, den 30 november 2010 Message: Updated tests for #1365 - added Makefile - added separate Modelica.Blocks.Examples.mos ---- Added : /trunk/testsuite/libraries/msl31/simulate/Makefile Added : /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.mos Revision: 7245 Author: adrpo Date: 20:29:54, den 30 november 2010 Message: Updated trace for #1365 - updated the trace for 1365 ---- Modified : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples-trace.txt Revision: 7244 Author: sjoelund.se Date: 17:28:12, den 30 november 2010 Message: - Adding a MetaModelica optimization: (a,b,c) := match ... is now translated to a tuple assignment instead of pattern-matching assignment - This reduces total memory consumption by around 33% ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/testsuite/meta/ComplicatedInteractive.mos Modified : /trunk/testsuite/meta/ErrorMatchNumOutput.mos Modified : /trunk/testsuite/meta/MatchCase11.mos Revision: 7242 Author: sjoelund.se Date: 15:13:31, den 30 november 2010 Message: - Simplified some MetaModelica types in DAE.ExpType ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/sendData/Makefile.humbug.in Revision: 7238 Author: Frenkel TUD Date: 08:44:30, den 30 november 2010 Message: Fixes for #1365 - bugfix for traversingDivExpFinder, now Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum simulates ---- Modified : /trunk/Compiler/SimCode.mo Revision: 7237 Author: adrpo Date: 19:18:23, den 29 november 2010 Message: - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF - use ComponentReference.makeCrefIdent and ComponentReference.makeCrefQual when building DAE.CREF_IDENT and DAE.CREF_QUAL ---- Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/ExpressionSimplify.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/VarTransform.mo Revision: 7236 Author: lochel Date: 15:55:10, den 29 november 2010 Message: - fixed handling of algorithms for symbolic jacobian - added some testcases ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/testsuite/linearize/Makefile Added : /trunk/testsuite/linearize/test_01.mo Added : /trunk/testsuite/linearize/test_01.mos Added : /trunk/testsuite/linearize/test_02.mo Added : /trunk/testsuite/linearize/test_02.mos Added : /trunk/testsuite/linearize/test_03.mo Added : /trunk/testsuite/linearize/test_03.mos Added : /trunk/testsuite/linearize/test_04.mo Added : /trunk/testsuite/linearize/test_04.mos Added : /trunk/testsuite/linearize/test_05.mo Added : /trunk/testsuite/linearize/test_05.mos Added : /trunk/testsuite/linearize/test_06.mo Added : /trunk/testsuite/linearize/test_06.mos Revision: 7235 Author: adrpo Date: 14:10:46, den 29 november 2010 Message: - Import2.mo is now fixed as it display an error message. ---- Modified : /trunk/testsuite/mofiles/Import2.mo Revision: 7234 Author: adrpo Date: 14:06:00, den 29 november 2010 Message: - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF - use ComponentReference.makeCrefIdent and ComponentReference.makeCrefQual when building DAE.CREF_IDENT and DAE.CREF_QUAL ---- Modified : /trunk/Compiler/ComponentReference.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Revision: 7233 Author: adrpo Date: 12:13:44, den 29 november 2010 Message: - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF - use CevalScript.buildCurrentSimulationResultExp instead of building the component reference for the simulation record directly. ---- Modified : /trunk/Compiler/CevalFunction.mo Modified : /trunk/Compiler/CevalScript.mo Revision: 7232 Author: adrpo Date: 12:04:12, den 29 november 2010 Message: - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF - remove tabs in some files. ---- Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendEquation.mo Modified : /trunk/Compiler/BackendVarTransform.mo Revision: 7231 Author: adrpo Date: 11:04:30, den 29 november 2010 Message: - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Revision: 7230 Author: adrpo Date: 10:13:45, den 29 november 2010 Message: - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF ---- Modified : /trunk/Compiler/BackendDAECreate.mo Revision: 7229 Author: adrpo Date: 09:46:47, den 29 november 2010 Message: - use DAE.CREF directly without re-creating it (with the same values). ---- Modified : /trunk/Compiler/Algorithm.mo Revision: 7228 Author: Frenkel TUD Date: 15:24:29, den 28 november 2010 Message: Fixes for #1365 - bugfix for Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1 cause of an error somewhere the type of the expression CREF is not equal to the componentreference type ---- Modified : /trunk/Compiler/Inline.mo Revision: 7227 Author: sjoelund.se Date: 08:38:58, den 28 november 2010 Message: - Fix RenameRO.mo properties ---- Modified : /trunk/testsuite/interactive/RenameRO.mo Revision: 7226 Author: sjoelund.se Date: 08:37:40, den 28 november 2010 Message: - Changed the interactive buffers to no longer be read-only, so we can use the API to modify them - Added a testcase for renaming components inside read-only files ---- Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/interactive/Rename.mos Added : /trunk/testsuite/interactive/RenameRO.mo (Copy from path: /trunk/testsuite/interactive/Rename.mo, Revision, 7220) Revision: 7225 Author: adrpo Date: 08:36:15, den 28 november 2010 Message: - increase hash table sizes and use a prime number of bucket size (the default is now defined in BaseHashTable.mo) - leave a space at the end in Unparsing.tpl ---- Modified : /trunk/Compiler/BaseHashTable.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/HashTableStringToPath.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Unparsing.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl Revision: 7223 Author: adrpo Date: 22:00:27, den 27 november 2010 Message: - fixes for c_runtime/meta_modelica.c ---- Modified : /trunk/c_runtime/meta_modelica.c Revision: 7222 Author: adrpo Date: 21:54:00, den 27 november 2010 Message: - remove spaces in DAE.ASUB printing (to make it exactly as ComponentReference) - got rid of most of Util.boolAndList which were not exactly needed - added more specific map functions that can check global list properties - updated tests due to changes in DAE.ASUB printing - changed the annoying "Modelica specifications" to "Modelica specification" in Error.mo and tests - get rid of warning due to missing newline at the end of Compiler/OpenModelicaBootstrappingHeader.h ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/BackendDAECreate.mo Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/ComponentReference.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/ExpressionDump.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/testsuite/libraries/biochem/BiochemModels.mos Modified : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples-trace.txt Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/mofiles/AlgorithmFor6.mo Modified : /trunk/testsuite/mofiles/ComponentNames.mo Modified : /trunk/testsuite/mofiles/ComponentNames2.mo Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/ForNested.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/InOutArray.mo Modified : /trunk/testsuite/mofiles/InvertedPendulumTotal.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo Revision: 7221 Author: sjoelund.se Date: 21:20:01, den 27 november 2010 Message: - Inline some MetaModelica data constructors ---- Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Revision: 7220 Author: sjoelund.se Date: 19:27:43, den 27 november 2010 Message: - Inline listEmpty and STRUCT_HDR for records ---- Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Revision: 7219 Author: sjoelund.se Date: 15:55:37, den 27 november 2010 Message: - Some fixes for OMNotebook printing (removed the annoying debug boxes) ---- Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Revision: 7218 Author: sjoelund.se Date: 13:56:38, den 27 november 2010 Message: - Fix for Makefile.humbug (use the configured CFLAGS so e.g. -fPIC is used) ---- Deleted : /trunk/c_runtime/sendData/Makefile.humbug Added : /trunk/c_runtime/sendData/Makefile.humbug.in (Copy from path: /trunk/c_runtime/sendData/Makefile.humbug, Revision, 7217) Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7217 Author: adrpo Date: 01:41:59, den 27 november 2010 Message: - constant evaluate Modelica.Utilities.Strings.substring - update tests due to changes of SimulationResult record ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/HeatTank.mos Modified : /trunk/testsuite/mosfiles/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Revision: 7215 Author: adrpo Date: 00:12:05, den 27 november 2010 Message: - fix RML weirdness. ---- Modified : /trunk/Compiler/Static.mo Revision: 7214 Author: adrpo Date: 00:08:49, den 27 november 2010 Message: - fix bootstrapping in Windows OMDEV (link sendData when building .dll to get all depends of omcruntime). ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7213 Author: adrpo Date: 23:54:01, den 26 november 2010 Message: - get rid of rml_prim_once in Compiler/runtime/SimulationResults_rml.c - add $CFLAGS a bit later so people can use it to link libraries via MODELICAUSERCFLAGS in Compiler/susan_codegen/SimCode/SimCodeC.tpl - removed old comment from Compiler/runtime/System_rml.c ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/runtime/SimulationResults_rml.c Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7212 Author: adrpo Date: 22:13:49, den 26 november 2010 Message: Partial fixes for #1365 - link properly to get tables working. - display the name of the model in the SimulationResult record when failing. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7211 Author: adrpo Date: 22:10:04, den 26 november 2010 Message: Updated tests for #1365 - update trace. ---- Modified : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples-trace.txt Revision: 7210 Author: adrpo Date: 21:45:43, den 26 november 2010 Message: Updated tests for #1365 - removed the supporting models as they can only be used by modification. ---- Modified : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples.mos Revision: 7209 Author: adrpo Date: 21:19:02, den 26 november 2010 Message: - copy libmico2313.a to build/lib/omc/. ---- Modified : /trunk/Makefile.omdev.mingw Revision: 7208 Author: sjoelund.se Date: 20:59:34, den 26 november 2010 Message: - Added support for the new special Library annotation, OpenModelicaCorba, which will use the configured Corba implementation to choose appropriate linker-flags for external functions ---- Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/config.unix.h.in Revision: 7207 Author: sjoelund.se Date: 18:32:05, den 26 november 2010 Message: - Added support for SimulationResult (79/119 mosfiles succeed) ---- Modified : /trunk/Compiler/SimulationResults.mo Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/Compiler/runtime/SimulationResults_omc.cpp Modified : /trunk/Compiler/runtime/SimulationResults_rml.c Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Added : /trunk/Compiler/runtime/ptolemyio_omc.cpp (Copy from path: /trunk/Compiler/runtime/ptolemyio.cpp, Revision, 7203) Added : /trunk/Compiler/runtime/ptolemyio_rml.cpp (Copy from path: /trunk/Compiler/runtime/ptolemyio.cpp, Revision, 7203) Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/rml_compatibility.h Revision: 7206 Author: perost Date: 17:45:41, den 26 november 2010 Message: - More work on SCodeFlatten. It can now remove all imports from EngineV6, but a lot of work still remains. - Changed Util.listMapAndFold to return the folded argument. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeFlatten.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Revision: 7205 Author: Frenkel TUD Date: 17:40:27, den 26 november 2010 Message: - Derive.mo - bugfix der(atan2(y,x)) ---- Modified : /trunk/Compiler/Derive.mo Revision: 7203 Author: sjoelund.se Date: 16:52:28, den 26 november 2010 Message: - Ported BackendDAEExt to OMC runtime - Note: This might also be a fix for some weird bugs, or stuff that just accidently worked before (the old code would use the second argument of functions taking only 1 argument) ---- Modified : /trunk/Compiler/runtime/BackendDAEEXT.cpp Modified : /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp Modified : /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp Revision: 7202 Author: Frenkel TUD Date: 16:33:02, den 26 november 2010 Message: - BackendDAETransform.mo - add BackendDump. Derive.mo - add derivative of atan2 ---- Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/Derive.mo Revision: 7201 Author: sjoelund.se Date: 16:11:55, den 26 november 2010 Message: - Added Corba implementation for the bootstrapping. Use with caution; OMEdit queried omc so much 8GB RAM used in a jiffy. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/Unparsing.mo Added : /trunk/Compiler/runtime/Corba_omc.cpp (Copy from path: /trunk/Compiler/runtime/corbaimpl.cpp, Revision, 7199) Added : /trunk/Compiler/runtime/Corba_rml.cpp (Copy from path: /trunk/Compiler/runtime/corbaimpl.cpp, Revision, 7199) Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/RTOpts_omc.cpp Modified : /trunk/Compiler/runtime/corbaimpl.cpp Added : /trunk/Compiler/runtime/settingsimpl.h (Copy from path: /trunk/Compiler/runtime/settingsimpl.c, Revision, 7199) Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl Deleted : /trunk/Compiler/susan_codegen/SimCode/UnparsingTV.mo Modified : /trunk/Parser/Parser_omc.cpp Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7200 Author: adrpo Date: 15:51:29, den 26 november 2010 Message: Updated tests for #1365 - removed the supporting models as they can only be used by modification: Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.Components.PermeanceActuator Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.Components.ConstantActuator Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.Components.SimpleSolenoid ---- Modified : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples.mos Revision: 7199 Author: sjoelund.se Date: 11:58:13, den 26 november 2010 Message: - Use Absyn.pathString2 in Dynload_omc.cpp (easier code to maintain) ---- Modified : /trunk/Compiler/runtime/Dynload.cpp Modified : /trunk/Compiler/runtime/Dynload_omc.cpp Modified : /trunk/Compiler/runtime/Dynload_rml.cpp Revision: 7198 Author: sjoelund.se Date: 11:34:36, den 26 november 2010 Message: - Fix exception handling infinite loop on Linux; enable it on Windows (seems to run properly there) - Added Dynamic function loading to the bootstrapped compiler (mofiles is now at 100% using the bootstrapped compiler) ---- Modified : /trunk/Compiler/runtime/Dynload.cpp Modified : /trunk/Compiler/runtime/Dynload_omc.cpp Modified : /trunk/Compiler/runtime/Dynload_rml.cpp Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Parser/ModelicaParser_omc.c Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/rml_compatibility.h Revision: 7197 Author: perost Date: 10:57:39, den 26 november 2010 Message: - Fixed invalid propagation of connection sets from redeclared components (commit 7185 to OpenModelica-1.5.1-Maintenance branch). - Take face of connector components into account when connecting potential connectors (commit 7173 to OpenModelica-1.5.1-Maintenance branch). - Optimized findEquSet and findFlowSet to terminate earlier in some cases. - Cleaned up ConnectionGraph. - Cleaned up connection handling in InstSection. - Updated test cases that changes due to equation ordering changes. ---- Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/testsuite/expandable/ExpandableConnectors.mos Modified : /trunk/testsuite/libraries/biochem/BiochemModels.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl221/AIMS_start.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/DCEE_start.mos Modified : /trunk/testsuite/libraries/msl221/DCPM_start.mos Modified : /trunk/testsuite/libraries/msl221/DCSE_start.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/OneMass.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYD.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYY.mos Modified : /trunk/testsuite/libraries/msl221/TwoMass.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/mofiles/Cardinality.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mofiles/Extends9.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/ForceAndTorque.mo Modified : /trunk/testsuite/mofiles/InvertedPendulumTotal.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/streams/InStreamPipeline.mo Revision: 7196 Author: sjoelund.se Date: 09:06:56, den 26 november 2010 Message: - Change try/throw/catch implementation on OMDEV to setjmp/longjmp (fixed the bug by copying the whole data-structure instead of only backing up the first 1/16 of the array) ---- Modified : /trunk/c_runtime/meta_modelica.h Revision: 7195 Author: sjoelund.se Date: 08:45:50, den 26 november 2010 Message: - Fix error in TplAbsyn.mo - Update expected output of testcase SusanTest.mos ---- Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Modified : /trunk/testsuite/bootstrapping/SusanTest.mos Revision: 7194 Author: adrpo Date: 01:45:14, den 26 november 2010 Message: - return on top catch ---- Modified : /trunk/c_runtime/meta_modelica.h Revision: 7193 Author: adrpo Date: 00:08:44, den 26 november 2010 Message: - properly use the old throw for now in Windows (switch to it when working properly) ---- Modified : /trunk/c_runtime/meta_modelica.h Revision: 7192 Author: ppriv Date: 23:54:30, den 25 november 2010 Message: - Susan now: - translates case local names into function wide local names and has nicer name prefixes to have more easily distinguishable origins of the generated identifiers - respects full 'hasindex' semantics with a new keyword 'from' added that is used instead of indexOffset= option new syntax is: lst |> elem hasindex myIndex3 from 3 => '<%elem%><%myIndex3%>' the 'from' keyword is optional (and can only together with 'hasindex'); default is 0 - does not hide implicitly scoped patterned matched record fields in 'if' expressions (only directly tested implicitly scoped values was visible after 'then' till now) - has much better 'let' scoping, to be continued ... - has better emptiness testing of Texts in 'if' expressions (does direct Text value test for emptiness instead of translating it to string) - reports better errors for options; mainly does not allow a typo in option names and non-sense options are errors now - SimCodeC.tpl - rewritten to respect the new 'hasindex' ['from'] syntax - fixed a typo 'seprator' -> 'separator' - in template initRecordMembers() fixed RECORD to RECORD(__) - in template patternMatch() in case PAT_CALL(__) fixed placement of empty= option (to be removed later entirely for this context) ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/TplCodegen.mo Modified : /trunk/Compiler/TplMain.mo Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/Unparsing.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SusanGrammar.txt Modified : /trunk/Compiler/susan_codegen/TplCodegen.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen.tpl Modified : /trunk/Compiler/susan_codegen/TplCodegenTV.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/test.tpl Revision: 7191 Author: adrpo Date: 22:28:50, den 25 november 2010 Message: - use the old throw for now in Windows (switch to it when working properly) ---- Modified : /trunk/c_runtime/meta_modelica.h Revision: 7190 Author: sjoelund.se Date: 18:36:56, den 25 november 2010 Message: - Change MetaModelica try/throw/catch to setjmp/longjmp implementation as it gives a 3-10x speedup ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Modified : /trunk/testsuite/bootstrapping/main.c Revision: 7189 Author: sjoelund.se Date: 17:34:20, den 25 november 2010 Message: - Added preprocessor macros MMC_TRY, MMC_CATCH, MMC_THROW to easier change exception implementation in the bootstrapped compiler ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/runtime/Dynload.cpp Modified : /trunk/Compiler/runtime/IOStreamExt_omc.cpp Modified : /trunk/Compiler/runtime/OptManager_omc.cpp Modified : /trunk/Compiler/runtime/Print_omc.cpp Modified : /trunk/Compiler/runtime/RTOpts_omc.cpp Modified : /trunk/Compiler/runtime/Settings_omc.cpp Modified : /trunk/Compiler/runtime/Socket_omc.cpp Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/UnitParserExt_omc.cpp Modified : /trunk/Compiler/runtime/corbaimpl_stub_omc.cpp Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Parser/Parser_omc.cpp Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Revision: 7188 Author: perost Date: 15:41:42, den 25 november 2010 Message: - Ported commit 6987 from OpenModelica-1.5.1-Maintenance branch to trunk (fix elabMatrixCatOne to take care of dimensions). ---- Modified : /trunk/Compiler/Static.mo Revision: 7187 Author: sjoelund.se Date: 13:56:44, den 25 november 2010 Message: - Remove Absyn.GOTO, Absyn.LABEL and Absyn.ALG_MATCHCASES from the compiler ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/BackendDAECreate.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Parser/Makefile.common Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7186 Author: perost Date: 13:18:31, den 25 november 2010 Message: - Added flag +orderConnections=[true|false] that enables/disables alphabetical ordering of connections (default true). - Added API calls setOrderConnections and getOrderConnections. ---- Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/RTOpts_omc.cpp Modified : /trunk/Compiler/runtime/RTOpts_rml.c Modified : /trunk/Compiler/runtime/rtoptsimpl.c Revision: 7184 Author: adrpo Date: 08:40:10, den 25 november 2010 Message: Test area for bug: #1365 - added test area for bug 1365 ---- Added : /trunk/testsuite/libraries/msl31/simulate Added : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples-trace.txt Added : /trunk/testsuite/libraries/msl31/simulate/simulate-msl31-examples.mos Revision: 7183 Author: sjoelund.se Date: 08:22:46, den 25 november 2010 Message: Partial fixes for bug #1365 - Fixed generation of invalid C tokens in the generated simulation/function headers ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7181 Author: sjoelund.se Date: 17:10:25, den 24 november 2010 Message: - Avoid duplicate records with the generated header for bootstrapping if several external libraries use them ---- Modified : /trunk/Compiler/GenerateOMCHeader.mos Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/OpenModelicaBootstrappingHeader.h Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Unparsing.mo Added : /trunk/Compiler/runtime/Dynload.cpp (Copy from path: /trunk/Compiler/runtime/Dynload_rml.cpp, Revision, 7172) Modified : /trunk/Compiler/runtime/Dynload_omc.cpp Modified : /trunk/Compiler/runtime/Dynload_rml.cpp Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl Modified : /trunk/c_runtime/rml_compatibility.h Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Added : /trunk/testsuite/bootstrapping/main_records.c Revision: 7180 Author: syeas460 Date: 16:39:56, den 24 november 2010 Message: Updates :: Added page numbers to User Manual and updated the screen shots. Added the new dll needed to read and write xml files. Basic Syntax Highlighter to Modelica Text. ---- Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit-UserManual.pdf Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Added : /trunk/OMEdit/bin/OMEdit-Release/QtXml4.dll Revision: 7179 Author: syeas460 Date: 16:37:03, den 24 november 2010 Message: Updated the screen shots in user manual and added the page numbers. Changed the Open Modelica to OpenModelica in OMEdit source code. Added the new keywords to syntax highlighter class. ---- Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCThread.cpp Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/StringHandler.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/docs/OMEdit-UserManual.doc Modified : /trunk/OMEdit/docs/OMEdit-UserManual.pdf Revision: 7178 Author: wbraun Date: 16:30:10, den 24 november 2010 Message: -Fix for bug in linearize testsuite ---- Modified : /trunk/c_runtime/solver_main.cpp Revision: 7175 Author: adrpo Date: 15:41:07, den 24 november 2010 Message: - added new API getNamedAnnotation(class, name) to get non-standard annotations: getNamedAnnotation(Modelica.UsersGuide, __Dymola_DocumentationClass) -> {true} getNamedAnnotation(Modelica, __Dymola_DocumentationClass) -> {} ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/interactive/interactive_api_annotations.mos Revision: 7172 Author: sjoelund.se Date: 14:16:55, den 24 november 2010 Message: - Added boxptr_intLt,intGt,realLt,realGt - Fixed Util.listMap6 RML error - Moved Parser/OpenModelicaBootstrappingHeader.h to Compiler/OpenModelicaBootstrappingHeader.h - It should also be used by Compiler/runtime so it makes more sense to keep it here - Simulations and functions now generate a _records.c file containing record declarations - This is needed so that external C functions can also construct metarecords - Updated Unparsing.mo (no longer needs to duplicate the record declarations) ---- Added : /trunk/Compiler/GenerateOMCHeader.mos (Copy from path: /trunk/Parser/GenerateOMCHeader.mos, Revision, 7170) Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Added : /trunk/Compiler/OpenModelicaBootstrappingHeader.h (Copy from path: /trunk/Parser/OpenModelicaBootstrappingHeader.h, Revision, 7170) Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Unparsing.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl Deleted : /trunk/Parser/GenerateOMCHeader.mos Modified : /trunk/Parser/Makefile.common Deleted : /trunk/Parser/OpenModelicaBootstrappingHeader.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/c_runtime/meta_modelica_real.h Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7171 Author: adrpo Date: 13:51:06, den 24 november 2010 Message: - fixes for OMDev MinGW ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7170 Author: sjoelund.se Date: 13:27:27, den 24 november 2010 Message: - Changed the SimCode data structure (RecordDeclaration is now stored in SIMCODE and FUNCTIONCODE instead of in every function individually) ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/runtime/Dynload_omc.cpp Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Parser/GenerateOMCHeader.mos Modified : /trunk/Parser/Makefile.common Modified : /trunk/Parser/OpenModelicaBootstrappingHeader.h Modified : /trunk/testsuite/records/RecordFuncParam.mos Revision: 7169 Author: wbraun Date: 13:24:50, den 24 november 2010 Message: - update synchronous events solver: dassl2, rungekutta - some bug fixes - remove discrete variables in Algorithms while continuous integration - ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendEquation.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_result_csv.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/c_runtime/solver_main.h Modified : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles/Random.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/when_sorting.mos Revision: 7168 Author: sjoelund.se Date: 12:29:28, den 24 november 2010 Message: - BuiltinList expected output ---- Modified : /trunk/testsuite/meta/BuiltinList.mos Revision: 7167 Author: sjoelund.se Date: 12:13:55, den 24 november 2010 Message: - Fix MM listDelete() for index other than 0 ---- Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/bootstrapping/UtilTest.mos Revision: 7166 Author: perost Date: 12:07:32, den 24 november 2010 Message: Fixed for bug #1361: - Fixed elaboration and constant evaluation of ranges with negative step. - Updated test case mofiles/drmodelica/RangeVector, so that it's now correct. - Updated test case mosfiles-nosim/ZeroDims that changed due to commit 7161. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/testsuite/mofiles/drmodelica/RangeVector.mo Modified : /trunk/testsuite/mosfiles-nosim/ZeroDims.mos Revision: 7165 Author: sjoelund.se Date: 12:00:53, den 24 november 2010 Message: - Fixed MM listDelete (also handle index 0) ---- Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Modified : /trunk/testsuite/bootstrapping/UtilTest.mos Revision: 7164 Author: sjoelund.se Date: 11:37:18, den 24 november 2010 Message: - Rename Types.ndims to Types.numberOfDimensions (ndims is a Modelica builtin operator and gives us conflicts) ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Revision: 7163 Author: sjoelund.se Date: 08:50:48, den 24 november 2010 Message: - Fix bootstrapping OMC on OMDEV (can't link to non-portable UUID libs; should be rewritten in some portable C way) ---- Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7162 Author: adrpo Date: 08:50:34, den 24 november 2010 Message: Fixes for bug: #1315 - manually ported from: https://openmodelica.ida.liu.se/svn/OpenModelica/branches/OpenModelica-1.5.1-Maintenance - fixes for bug 1315 - relaxed typing if checkModel is ON: TypeName should be ok to match a TypeName[0] - added tests for: Modelica.Mechanics.MultiBody.Visualizers.Internal.Lines in testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos - added more tests for zero dims in testsuite/mosfiles-nosim/ZeroDims.mos ---- Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/mosfiles-nosim/Makefile Added : /trunk/testsuite/mosfiles-nosim/ZeroDims.mo Added : /trunk/testsuite/mosfiles-nosim/ZeroDims.mos Revision: 7161 Author: sjoelund.se Date: 08:38:54, den 24 november 2010 Message: - Push Absyn.Info through to more error messages (none that are actually tested in the compiler it seems) ---- Modified : /trunk/Compiler/Inst.mo Revision: 7160 Author: adrpo Date: 08:13:56, den 24 november 2010 Message: - fix for OMDev MinGW compilation of Compiler/runtime/systemimpl.c ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7158 Author: sjoelund.se Date: 16:23:15, den 23 november 2010 Message: - Fix for Error.updateCurrentComponent (field isReadOnly was always true in the externally defined because the field after it, fileName, was never 0) ---- Modified : /trunk/Compiler/runtime/Error_rml.cpp Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/systemimpl.h Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/parse.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/mofiles/ArrayModification14.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mofiles/Encapsulated3.mo Modified : /trunk/testsuite/mofiles/Lookup3.mo Modified : /trunk/testsuite/mofiles/Modification15.mo Modified : /trunk/testsuite/mofiles/Modification4.mo Modified : /trunk/testsuite/mofiles/Modification9.mo Modified : /trunk/testsuite/mofiles/ModifyConstant4.mo Modified : /trunk/testsuite/mofiles/ModifyConstant5.mo Modified : /trunk/testsuite/mofiles/ModifyConstant6.mo Modified : /trunk/testsuite/mofiles/Overwriting4.mo Modified : /trunk/testsuite/mofiles/ProtectedAccess.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraysInitIllegal.mo Modified : /trunk/testsuite/mofiles/modifyOuter.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mosfiles-nosim/FinalTests.mos Modified : /trunk/testsuite/mosfiles-nosim/ModifierVariabilityError.mos Revision: 7157 Author: AlexeyLebedev Date: 10:10:15, den 23 november 2010 Message: A test case for non-expanded arrays ---- Added : /trunk/testsuite/mofiles/NonExpArray2.mo Revision: 7156 Author: sjoelund.se Date: 09:18:43, den 23 november 2010 Message: - Print a newline after a version request ---- Modified : /trunk/Compiler/Main.mo Revision: 7155 Author: sjoelund.se Date: 09:10:47, den 23 november 2010 Message: - Fix compilation on OSX ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7154 Author: syeas460 Date: 04:29:45, den 23 november 2010 Message: Added the basic syntax highlighting code. ---- Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.h Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Added : /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp Added : /trunk/OMEdit/OMEditGUI/OptionsWidget.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Modified : /trunk/OMEdit/OMEditGUI/StringHandler.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/object_script.OMEdit.Debug Modified : /trunk/OMEdit/bin/object_script.OMEdit.Release Modified : /trunk/OMEdit/docs/OMEdit-UserManual.doc Revision: 7153 Author: sjoelund.se Date: 17:20:49, den 22 november 2010 Message: - Fix code generation for assigning output variables that are function pointers ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/runtime/Settings_omc.cpp Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7152 Author: sjoelund.se Date: 11:17:07, den 22 november 2010 Message: - Fixed some function definitions so it will be easier to use 64-bit integers in the simulation/function runtime ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/testsuite/mosfiles-nosim/ExternalFunctionResultOrder.mos Revision: 7151 Author: sjoelund.se Date: 07:24:34, den 22 november 2010 Message: - Fix for intMod (should only return positive results) - Change for realString (same precision as RML so rtest diffs are smaller) ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/testsuite/meta/BuiltinInteger.mos Revision: 7150 Author: sjoelund.se Date: 05:52:42, den 22 november 2010 Message: - Adding missing file Compiler/Unparsing.mo (needed if omc was not already compiled) ---- Added : /trunk/Compiler/Unparsing.mo Revision: 7149 Author: sjoelund.se Date: 22:47:15, den 21 november 2010 Message: - Fix for parsing of the replaceable prefix in the RML version of the parser ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/parser/Makefile Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Modified : /trunk/testsuite/parser/ParseFullModelica3.2.mos Added : /trunk/testsuite/parser/Redeclare.mo Added : /trunk/testsuite/parser/Redeclare.mos Revision: 7148 Author: sjoelund.se Date: 20:36:58, den 21 november 2010 Message: - Additional fixes for bootstrapping (parsing, etc) ---- Modified : /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp Modified : /trunk/Compiler/runtime/SimulationResults_omc.cpp Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/UnitParserExt_rml.cpp Modified : /trunk/Compiler/runtime/rtoptsimpl.c Modified : /trunk/Compiler/runtime/unitparserext.cpp Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/ModelicaParser_omc.c Modified : /trunk/Parser/ModelicaParser_rml.c Modified : /trunk/Parser/Parser_omc.cpp Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/c_runtime/rml_compatibility.h Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Modified : /trunk/testsuite/bootstrapping/main.c Revision: 7147 Author: sjoelund.se Date: 19:48:58, den 21 november 2010 Message: - Fix the testsuite ---- Modified : /trunk/Compiler/runtime/System_rml.c Revision: 7146 Author: sjoelund.se Date: 17:08:50, den 21 november 2010 Message: - Added SimulationResults_omc.cpp - Added the remaining external functions in System_omc.cpp - Main.main now passes the gcc linker and produces a 15MB executable that at the very least can display the help text on start (the main() function ignores argv,argc) ---- Modified : /trunk/Compiler/SimulationResults.mo Modified : /trunk/Compiler/runtime/Makefile.common Deleted : /trunk/Compiler/runtime/SimulationResults.c Added : /trunk/Compiler/runtime/SimulationResults_omc.cpp (Copy from path: /trunk/Compiler/runtime/SimulationResults.c, Revision, 7145) Added : /trunk/Compiler/runtime/SimulationResults_rml.c (Copy from path: /trunk/Compiler/runtime/SimulationResults.c, Revision, 7145) Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7145 Author: sjoelund.se Date: 15:49:23, den 21 november 2010 Message: - Added new API call generateHeader(), for generating the uniontype header for the parser external code - Uses a new Susan module for unparsing - Added the OMC version of the ANTLR parser to the default make target - Note: Due to mutual dependencies the generated header will point to different constants for the record description in external code. To produce more efficient code, all uniontype record descriptions need to be generated in its own C-file (last on the GCC line) ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/RTOpts_omc.cpp Modified : /trunk/Compiler/runtime/RTOpts_rml.c Modified : /trunk/Compiler/runtime/rtopts.h Modified : /trunk/Compiler/runtime/rtoptsimpl.c Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Added : /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl Added : /trunk/Compiler/susan_codegen/SimCode/UnparsingTV.mo Added : /trunk/Parser/GenerateOMCHeader.mos Modified : /trunk/Parser/Makefile.common Modified : /trunk/Parser/Makefile.in Modified : /trunk/Parser/Makefile.omdev.mingw Modified : /trunk/Parser/ModelicaParser_omc.c Added : /trunk/Parser/OpenModelicaBootstrappingHeader.h Modified : /trunk/Parser/Parser_omc.cpp Modified : /trunk/Parser/parse.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/rml_compatibility.h Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Revision: 7144 Author: sjoelund.se Date: 11:40:14, den 21 november 2010 Message: - Started updating the generation of files for parsing (to support bootstrapping) ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/Compiler/runtime/OptManager_omc.cpp Modified : /trunk/Parser/Makefile.common Modified : /trunk/Parser/Modelica.g Added : /trunk/Parser/ModelicaParser_omc.c Added : /trunk/Parser/ModelicaParser_rml.c Added : /trunk/Parser/Parser_omc.cpp (Copy from path: /trunk/Parser/parse.c, Revision, 7142) Added : /trunk/Parser/Parser_rml.c (Copy from path: /trunk/Parser/parse.c, Revision, 7142) Modified : /trunk/Parser/parse.c Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/rml_compatibility.h (Copy from path: /trunk/c_runtime/meta_modelica.h, Revision, 7142) Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7143 Author: sjoelund.se Date: 09:40:00, den 21 november 2010 Message: - Added OptManager_omc.cpp ---- Modified : /trunk/Compiler/runtime/Makefile.common Added : /trunk/Compiler/runtime/OptManager_omc.cpp (Copy from path: /trunk/Compiler/runtime/optmanager.cpp, Revision, 7131) Added : /trunk/Compiler/runtime/OptManager_rml.cpp (Copy from path: /trunk/Compiler/runtime/optmanager.cpp, Revision, 7131) Modified : /trunk/Compiler/runtime/optmanager.cpp Revision: 7142 Author: syeas460 Date: 03:53:18, den 21 november 2010 Message: Updates :: Library Icons issue fixed. Fixed the Plot Widget Crash Problem. User Manual Introduction section is updated. Removed the unnecessary files. ---- Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit-UserManual.pdf Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7141 Author: syeas460 Date: 03:50:07, den 21 november 2010 Message: Updated the some text in introduction section. Updated the figures references. ---- Modified : /trunk/OMEdit/docs/OMEdit-UserManual.doc Modified : /trunk/OMEdit/docs/OMEdit-UserManual.pdf Revision: 7140 Author: syeas460 Date: 03:45:32, den 21 november 2010 Message: Added the new OMEdit User Manual content in chapter 2. ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 7139 Author: syeas460 Date: 01:45:59, den 21 november 2010 Message: Fixed a small problem with component's context menu. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Revision: 7138 Author: syeas460 Date: 01:27:31, den 21 november 2010 Message: Fixed the PlotWidget crash issue. Removed the extra files that are not being used. Modified the code for the Library Icons. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Deleted : /trunk/OMEdit/OMEditGUI/OMEdit_Resources.qrc Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/main.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/object_script.OMEdit.Debug Modified : /trunk/OMEdit/bin/object_script.OMEdit.Release Revision: 7137 Author: sjoelund.se Date: 18:44:14, den 20 november 2010 Message: - Small fix in Compiler/runtime/Makefile.in (config.h dependency) ---- Modified : /trunk/Compiler/runtime/Makefile.in Revision: 7136 Author: sjoelund.se Date: 18:41:03, den 20 november 2010 Message: - Fixes for OMDEV ---- Modified : /trunk/Compiler/runtime/System_omc.cpp Revision: 7135 Author: adrpo Date: 18:40:51, den 20 november 2010 Message: - fixes for OMDev MinGW ---- Modified : /trunk/Compiler/runtime/Makefile.common Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7134 Author: sjoelund.se Date: 18:35:04, den 20 november 2010 Message: - Implement System.setEnv for System_omc.cpp ---- Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/config.unix.h.in Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7133 Author: sjoelund.se Date: 17:23:07, den 20 november 2010 Message: - Update for OptManager.setOption (no more return value since it always returned true) ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/OptManager.mo Modified : /trunk/Compiler/System.mo Revision: 7132 Author: sjoelund.se Date: 14:17:02, den 20 november 2010 Message: - Completed implementation of Settings_omc.cpp ---- Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/runtime/Settings_omc.cpp Modified : /trunk/Compiler/runtime/Settings_rml.c Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 7131 Author: sjoelund.se Date: 13:59:03, den 20 november 2010 Message: - Updated the external C code for Settings.mo - If OPENMODELICAHOME is available and OPENMODELICALIBRARY is not, we look for libraries in the default locations ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/runtime/Settings_omc.cpp Modified : /trunk/Compiler/runtime/Settings_rml.c Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 7130 Author: sjoelund.se Date: 13:57:09, den 20 november 2010 Message: - Updated OMShell-terminal to try "omc" if "/bin/omc" is unavailable ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 7129 Author: sjoelund.se Date: 12:34:25, den 20 november 2010 Message: - Add the remaining functions in Error_omc.cpp ---- Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/runtime/Dynload_omc.cpp Modified : /trunk/Compiler/runtime/Error_omc.cpp Modified : /trunk/Compiler/runtime/Error_rml.cpp Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/errorext.h Modified : /trunk/Parser/parse.c Revision: 7128 Author: sjoelund.se Date: 11:34:55, den 20 november 2010 Message: - Implemented the rest of RTOpts_omc.cpp needed for Main_main ---- Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/RTOpts_omc.cpp Revision: 7127 Author: sjoelund.se Date: 11:17:27, den 20 november 2010 Message: - Changed dynload.c to Dynload_rml.cpp and fixed the compilation errors that were warnings in C - Added a (stub) Dynload_omc.cpp ---- Modified : /trunk/Compiler/DynLoad.mo Added : /trunk/Compiler/runtime/Dynload_omc.cpp (Copy from path: /trunk/Compiler/runtime/dynload.c, Revision, 7122) Added : /trunk/Compiler/runtime/Dynload_rml.cpp (Copy from path: /trunk/Compiler/runtime/dynload.c, Revision, 7122) Modified : /trunk/Compiler/runtime/Makefile.common Deleted : /trunk/Compiler/runtime/dynload.c Deleted : /trunk/Compiler/runtime/dynload.cpp Deleted : /trunk/Compiler/runtime/dynload_try.cpp Deleted : /trunk/Compiler/runtime/dynload_try.h Modified : /trunk/c_runtime/read_write.h Revision: 7126 Author: sjoelund.se Date: 09:02:12, den 20 november 2010 Message: - Fix compilation on OSX ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7125 Author: sjoelund.se Date: 23:09:00, den 19 november 2010 Message: - Added corba and socket stubs to libomcruntime.a ---- Modified : /trunk/Compiler/runtime/Makefile.common Added : /trunk/Compiler/runtime/Socket_omc.cpp (Copy from path: /trunk/Compiler/runtime/socketimpl.c, Revision, 7122) Added : /trunk/Compiler/runtime/Socket_rml.c (Copy from path: /trunk/Compiler/runtime/socketimpl.c, Revision, 7122) Added : /trunk/Compiler/runtime/corbaimpl_stub_omc.cpp (Copy from path: /trunk/Compiler/runtime/corbaimpl_stub.cpp, Revision, 7122) Modified : /trunk/Compiler/runtime/socketimpl.c Revision: 7124 Author: sjoelund.se Date: 22:56:14, den 19 november 2010 Message: - Added a Makefile.common for Compiler/runtime/ ---- Added : /trunk/Compiler/runtime/Makefile.common (Copy from path: /trunk/Compiler/runtime/Makefile.in, Revision, 7123) Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Revision: 7123 Author: sjoelund.se Date: 22:51:10, den 19 november 2010 Message: - Added libomcruntime.a (stub) implementations for BackendDAEEXT ---- Modified : /trunk/Compiler/BackendDAEEXT.mo Modified : /trunk/Compiler/runtime/BackendDAEEXT.cpp Added : /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp (Copy from path: /trunk/Compiler/runtime/BackendDAEEXT.cpp, Revision, 7122) Added : /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp (Copy from path: /trunk/Compiler/runtime/BackendDAEEXT.cpp, Revision, 7122) Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Revision: 7122 Author: sjoelund.se Date: 22:03:00, den 19 november 2010 Message: - Added an error message in manner that plot() usually fails: Return Values.STRING(msg) instead of Values.BOOL(...) (this is very good for scripting and keeping the types consistent) - Anyway, if we compiled --without-sendData, we now return an error instead of success - This error is returned through CORBA instead of stderr + return success - OMEdit displays this error message if we use an OMC without sendData support ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/config.unix.h.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7118 Author: syeas460 Date: 15:51:53, den 19 november 2010 Message: Changed the checkModel dialog to textbox. Changed the usermanual path for unix users. Removed the extra omc instance used for library loading. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/ModelWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelWidget.h Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Revision: 7115 Author: sjoelund.se Date: 14:57:00, den 19 november 2010 Message: - More external function implementations ---- Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7114 Author: sjoelund.se Date: 14:45:45, den 19 november 2010 Message: - Implemented some additonal runtime functions for libomcruntime.a ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/RTOpts_omc.cpp Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7113 Author: sjoelund.se Date: 14:00:17, den 19 november 2010 Message: - Added more external functions for System_omc.cpp ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7107 Author: sjoelund.se Date: 09:59:21, den 19 november 2010 Message: - Implemented libmodparomc.a (the stub version of modpar) ---- Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/modpar/Makefile.in Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Added : /trunk/Compiler/modpar/TaskGraphExt_stub_omc.cpp (Copy from path: /trunk/Compiler/modpar/TaskGraphExt_stub.cpp, Revision, 7106) Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7106 Author: sjoelund.se Date: 09:20:16, den 19 november 2010 Message: - Implemented UnitParserExt_omc.cpp ---- Modified : /trunk/Compiler/UnitParserExt.mo Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Added : /trunk/Compiler/runtime/UnitParserExt_omc.cpp (Copy from path: /trunk/Compiler/runtime/unitparserext.cpp, Revision, 7104) Added : /trunk/Compiler/runtime/UnitParserExt_rml.cpp (Copy from path: /trunk/Compiler/runtime/unitparserext.cpp, Revision, 7104) Modified : /trunk/Compiler/runtime/unitparserext.cpp Modified : /trunk/Makefile.common Modified : /trunk/OMEdit/OMEditGUI/Makefile.unix Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Revision: 7102 Author: adrpo Date: 02:54:37, den 19 november 2010 Message: - fixes and tests for updateComponent ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/interactive/Makefile Modified : /trunk/testsuite/interactive/interactive_api_annotations.mos Added : /trunk/testsuite/interactive/setComponentComment.mo Added : /trunk/testsuite/interactive/setComponentComment.mos Revision: 7101 Author: adrpo Date: 02:53:24, den 19 november 2010 Message: - fix Compiler/runtime/systemimpl.c for MinGW. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7100 Author: syeas460 Date: 00:16:23, den 19 november 2010 Message: Updated the OMEdit executable and added the user manual file ---- Added : /trunk/OMEdit/bin/OMEdit-Release/OMEdit-UserManual.pdf Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7099 Author: syeas460 Date: 00:14:54, den 19 november 2010 Message: Added the user manual and about OMEdit in the OMEdit menu. Created a doc folder and added the documentation files in it. ---- Modified : /trunk/OMEdit/OMEditGUI/IconProperties.cpp Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Added : /trunk/OMEdit/docs Added : /trunk/OMEdit/docs/OMEdit-UserManual.doc Added : /trunk/OMEdit/docs/OMEdit-UserManual.pdf Revision: 7098 Author: sjoelund.se Date: 22:16:31, den 18 november 2010 Message: - Further changes from char* to const char* - Now all strings in the simulation runtime should be const - Implemented some additional external functions for libomcruntime.a ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/config.unix.h.in Modified : /trunk/Compiler/runtime/dynload.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/ModelicaUtilities.c Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/meta_modelica_real.cpp Modified : /trunk/c_runtime/meta_modelica_real.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Revision: 7097 Author: syeas460 Date: 14:40:42, den 18 november 2010 Message: Updates :: Status bar in Project Tab. Component Attributes Feature. Advanced Documentation View. ---- Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Revision: 7096 Author: syeas460 Date: 14:39:07, den 18 november 2010 Message: Added the component attributes widget. Updated the Modelica Documentation view. Added the status bar to project tab. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/ComponentsProperties.cpp Modified : /trunk/OMEdit/OMEditGUI/ComponentsProperties.h Modified : /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/DocumentationWidget.h Modified : /trunk/OMEdit/OMEditGUI/EllipseAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/IconProperties.cpp Modified : /trunk/OMEdit/OMEditGUI/IconProperties.h Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/LineAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/PolygonAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/check.png Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/model.png Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/modeltext.png Modified : /trunk/OMEdit/OMEditGUI/StringHandler.cpp Modified : /trunk/OMEdit/OMEditGUI/StringHandler.h Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/object_script.OMEdit.Debug Modified : /trunk/OMEdit/bin/object_script.OMEdit.Release Revision: 7092 Author: sjoelund.se Date: 14:02:02, den 18 november 2010 Message: - Fix LoadCompilerSources.mos ---- Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Revision: 7090 Author: petfr Date: 11:32:56, den 18 november 2010 Message: Update including a subsection on DrControl provided by Mohsen ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 7089 Author: sjoelund.se Date: 07:17:09, den 18 november 2010 Message: - CevalScript.generateFunction now only generates code for the calculated dependencies ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 7088 Author: adrpo Date: 03:20:10, den 18 november 2010 Message: - renamed DAEEXT.mo daeext.cpp to BackendDAEEXT.mo BackendDAEEXT.cpp. ---- Added : /trunk/Compiler/BackendDAEEXT.mo (Copy from path: /trunk/Compiler/DAEEXT.mo, Revision, 7074) Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDump.mo Deleted : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/XMLDump.mo Added : /trunk/Compiler/runtime/BackendDAEEXT.cpp (Copy from path: /trunk/Compiler/runtime/daeext.cpp, Revision, 7074) Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/Makefile.vc Deleted : /trunk/Compiler/runtime/daeext.cpp Revision: 7086 Author: adrpo Date: 02:44:36, den 18 november 2010 Message: - removed Compiler/test_codegen as is not used anymore since A LONG TIME NOW. ---- Deleted : /trunk/Compiler/test_codegen Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7085 Author: adrpo Date: 02:30:36, den 18 november 2010 Message: - removed old files for generating/checking RML based signatures. ---- Deleted : /trunk/Compiler/rml2sig/.cvsignore Deleted : /trunk/Compiler/rml2sig/Makefile.in Deleted : /trunk/Compiler/rml2sig/Makefile.omdev.mingw Deleted : /trunk/Compiler/rml2sig/rml2sig.bat Deleted : /trunk/Compiler/rml2sig/rml2sig.lex Deleted : /trunk/Compiler/rml2sig/rmldep.sh Deleted : /trunk/Compiler/rml2sig/w32-rml2sig.exe Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7084 Author: adrpo Date: 02:21:52, den 18 november 2010 Message: - small cleaning, running make in Compiler/rml2sig is not needed! ---- Modified : /trunk/Makefile.common Modified : /trunk/Makefile.omdev.mingw Revision: 7083 Author: adrpo Date: 02:13:48, den 18 november 2010 Message: - moved Compiler/WhatDoesNotWork.html to doc/administration/WhatDoesNotWork.html ---- Deleted : /trunk/Compiler/WhatDoesNotWork.html Added : /trunk/doc/administration/WhatDoesNotWork.html (Copy from path: /trunk/Compiler/WhatDoesNotWork.html, Revision, 7074) Revision: 7082 Author: adrpo Date: 02:04:27, den 18 november 2010 Message: - added new directories to be populated by specific .mo files and to classify functionality better: Compiler/FrontEnd Compiler/BackEnd Compiler/Main Compiler/Util ---- Added : /trunk/Compiler/BackEnd Added : /trunk/Compiler/FrontEnd Added : /trunk/Compiler/Main Added : /trunk/Compiler/Util Revision: 7081 Author: adrpo Date: 02:01:33, den 18 november 2010 Message: - got rid of rml2mmo as is not used since 2006! ---- Modified : /trunk/Makefile.omdev.mingw Revision: 7080 Author: adrpo Date: 01:54:57, den 18 november 2010 Message: - moved RML->MetaModelica translation tool from Compiler/rml2mmo to /tools/rml2mmo ---- Deleted : /trunk/Compiler/rml2mmo Added : /trunk/tools/rml2mmo (Copy from path: /trunk/Compiler/rml2mmo, Revision, 7074) Revision: 7079 Author: adrpo Date: 01:52:28, den 18 november 2010 Message: - deleted very old report (even in Swedish) ---- Deleted : /trunk/Compiler/report Revision: 7078 Author: adrpo Date: 01:50:15, den 18 november 2010 Message: - moved old Compiler/tools/rmldoc tool to /tools ---- Deleted : /trunk/Compiler/tools Added : /trunk/tools/rmldoc (Copy from path: /trunk/Compiler/tools, Revision, 7074) Revision: 7077 Author: adrpo Date: 01:47:04, den 18 november 2010 Message: - delete very old documentation ---- Deleted : /trunk/Compiler/doc Revision: 7076 Author: adrpo Date: 23:05:56, den 17 november 2010 Message: - do not use -ansi when compiling the code as strdup is not ANSI! ---- Modified : /trunk/c_runtime/Makefile.common Revision: 7075 Author: sjoelund.se Date: 22:51:07, den 17 november 2010 Message: - Fix so that Susan runs (SimCodeC.tpl->SimCodeC.mo works) using bootstrapped OMC - It uses too much stack so we can't run it in the testsuite, but the test has been updated so that it is easy to try it yourself ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/bootstrapping/SusanTest.mos Revision: 7074 Author: sjoelund.se Date: 22:29:15, den 17 november 2010 Message: - Fix typo in BackendDAEUtil (broke bootstrapping but not RML) ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Revision: 7073 Author: sjoelund.se Date: 22:26:23, den 17 november 2010 Message: - Changed the C runtime to allow the use of const char* instead of char* for string literals - We no longer need to strdup every single string literal we find. This should produce a lot more efficient code if someone likes priting a string constant every time step, etc ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles/ExtObjStringParam.ext.h Revision: 7072 Author: Frenkel TUD Date: 20:53:38, den 17 november 2010 Message: - reimplement some functions using not equationList and travese the array of equations directly ---- Modified : /trunk/Compiler/BackendEquation.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7071 Author: Frenkel TUD Date: 20:16:34, den 17 november 2010 Message: - reimplement some functions using not equationList and travese the array of equations directly ---- Modified : /trunk/Compiler/SimCode.mo Revision: 7070 Author: Frenkel TUD Date: 19:39:20, den 17 november 2010 Message: - reimplement one functions using not equationList and travese the array of equations directly ---- Modified : /trunk/Compiler/SimCode.mo Revision: 7069 Author: Frenkel TUD Date: 18:49:42, den 17 november 2010 Message: - reimplement one functions using not equationList and travese the array of equations directly ---- Modified : /trunk/Compiler/BackendDAETransform.mo Revision: 7068 Author: adrpo Date: 15:18:09, den 17 november 2010 Message: - updates StringPool.mo test (added result section). ---- Modified : /trunk/testsuite/mofiles/StringPool.mo Revision: 7067 Author: adrpo Date: 15:11:49, den 17 november 2010 Message: - update after library/msl31 update ---- Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Revision: 7066 Author: adrpo Date: 14:21:56, den 17 november 2010 Message: - update the wrong annotations in libraries/msl31/ + got rid of the extra garbage. - update testsuite/interactive/interactive_api_annotations.mos ---- Modified : /trunk/libraries/msl31/Modelica/Electrical/Analog/Basic.mo Modified : /trunk/libraries/msl31/Modelica/Electrical/Digital.mo Modified : /trunk/libraries/msl31/Modelica/Fluid/Examples/BranchingDynamicPipes.mo Modified : /trunk/libraries/msl31/Modelica/Magnetic/FluxTubes.mo Modified : /trunk/libraries/msl31/Modelica/Mechanics/MultiBody/Forces.mo Modified : /trunk/libraries/msl31/Modelica/Thermal/FluidHeatFlow.mo Modified : /trunk/testsuite/interactive/interactive_api_annotations.mos Revision: 7065 Author: perost Date: 14:00:31, den 17 november 2010 Message: - First revision of the new SCodeFlatten module. It's not used yet. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Makefile.common Added : /trunk/Compiler/SCodeFlatten.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Revision: 7064 Author: ppriv Date: 13:31:02, den 17 november 2010 Message: - Susan updated tests to be all OK - C# codegen for non-linear strong components ---- Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/TplMain.mo Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/Makefile Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/TplCodegen__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/paper.mo Modified : /trunk/Compiler/susan_codegen/paper__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/test.mo Modified : /trunk/Compiler/susan_codegen/test__testShouldBe.mo Revision: 7063 Author: sjoelund.se Date: 13:30:48, den 17 november 2010 Message: Fix for #1360 - We now copy string outputs of functions - Previously, we could overwrite strings and get really weird results - Added testcase StringPool.mo ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/StringPool.mo Revision: 7062 Author: sjoelund.se Date: 11:53:59, den 17 november 2010 Message: - Fix for MODELICA_ASSERT in the simulation runtime - We now generate code such that we only allocate the message string if the condition is false ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/simulation_runtime.h Revision: 7061 Author: adrpo Date: 11:52:01, den 17 november 2010 Message: - changes due to fixed of a small bug with the check for DynamicSelect/OnMouse* in annotations. ---- Modified : /trunk/testsuite/interactive/interactive_api_annotations.mos Revision: 7060 Author: adrpo Date: 11:48:06, den 17 november 2010 Message: - fixed a small bug with the check for DynamicSelect/OnMouse* in annotations. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Interactive.mo Revision: 7058 Author: adrpo Date: 08:50:34, den 17 november 2010 Message: - update version to 1.6.0 ---- Modified : /trunk/Compiler/runtime/Settings_rml.c Revision: 7057 Author: adrpo Date: 08:48:59, den 17 november 2010 Message: - latest build. ---- Modified : /trunk/OMNotebook/DrControl/Linearization/E411tanksystem.onb Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/ext/generatedfiles/qtres.cpp Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.exe Revision: 7056 Author: adrpo Date: 08:48:21, den 17 november 2010 Message: - update to 1.6.0 ---- Modified : /trunk/Examples/ModelQueryAPIexamples.onb Modified : /trunk/Examples/UsersGuideExamples.onb Revision: 7055 Author: sjoelund.se Date: 07:58:55, den 17 november 2010 Message: - Fix warning in Settings_rml.c ---- Modified : /trunk/Compiler/runtime/Settings_rml.c Revision: 7054 Author: adrpo Date: 06:44:08, den 17 november 2010 Message: - added a new function interactive renameComopnentInClass that doesn't do instantiation. ---- Modified : /trunk/Compiler/Dependency.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/interactive/Rename.mo Modified : /trunk/testsuite/interactive/Rename.mos Revision: 7053 Author: adrpo Date: 04:27:03, den 17 november 2010 Message: - use replaceable instead of wrong replacable - fixes due to changes in annotations - small fix in Makefile ---- Modified : /trunk/testsuite/interactive/DefaultComponentName.mo Modified : /trunk/testsuite/interactive/DefaultComponentName.mos Modified : /trunk/testsuite/interactive/Makefile Modified : /trunk/testsuite/interactive/interactive_api_classes.mos Revision: 7052 Author: adrpo Date: 04:18:33, den 17 november 2010 Message: - fixed more problems with annotations. - now if we fail to instantiate an annotation we return it as it is: { annotation(...) } - if an annotation is not present at all we return {} instead of empty string. - moved interactive tests to testsuite/interactive - Lookup.lookupVar2 now only prints an error message if +d=lookup is present (not on +d=failtrace). - added all extra tests into testsuite/interactive/interactive_api_annotations.mos ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/interactive Added : /trunk/testsuite/interactive/DefaultComponentName.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/DefaultComponentName.mo, Revision, 7051) Added : /trunk/testsuite/interactive/DefaultComponentName.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/DefaultComponentName.mos, Revision, 7051) Added : /trunk/testsuite/interactive/ForStatement1.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/ForStatement1.mos, Revision, 7051) Added : /trunk/testsuite/interactive/ForStatement2.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/ForStatement2.mos, Revision, 7051) Added : /trunk/testsuite/interactive/ForStatement3.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/ForStatement3.mos, Revision, 7051) Added : /trunk/testsuite/interactive/ForStatement4.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/ForStatement4.mos, Revision, 7051) Added : /trunk/testsuite/interactive/ForStatement5fail.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/ForStatement5fail.mos, Revision, 7051) Added : /trunk/testsuite/interactive/ForStatement6.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/ForStatement6.mos, Revision, 7051) Added : /trunk/testsuite/interactive/ForStatement7.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/ForStatement7.mos, Revision, 7051) Added : /trunk/testsuite/interactive/IfStatement.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/IfStatement.mos, Revision, 7051) Added : /trunk/testsuite/interactive/IfStatementIllegal.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/IfStatementIllegal.mos, Revision, 7051) Added : /trunk/testsuite/interactive/Makefile Added : /trunk/testsuite/interactive/Rename.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/Rename.mo, Revision, 7051) Added : /trunk/testsuite/interactive/Rename.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/Rename.mos, Revision, 7051) Added : /trunk/testsuite/interactive/RunScript.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/RunScript.mos, Revision, 7051) Added : /trunk/testsuite/interactive/TestNDims.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/TestNDims.mo, Revision, 7051) Added : /trunk/testsuite/interactive/XmlDumpComment.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mo, Revision, 7051) Added : /trunk/testsuite/interactive/XmlDumpComment.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mos, Revision, 7051) Added : /trunk/testsuite/interactive/differentiate.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/differentiate.mos, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_api_annotations.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_annotations.mos, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_api_attributes.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_attributes.mos, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_api_calls.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_calls.mo, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_api_calls.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_calls.mos, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_api_classes.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_classes.mos, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_api_loadsave.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_loadsave.mos, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_api_param.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_param.mo, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_api_param.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_param.mos, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_test.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_test.mo, Revision, 7051) Added : /trunk/testsuite/interactive/interactive_test.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_test.mos, Revision, 7051) Added : /trunk/testsuite/interactive/loadFileInteractiveQualified.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualified.mo, Revision, 7051) Added : /trunk/testsuite/interactive/loadFileInteractiveQualified.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualified.mos, Revision, 7051) Added : /trunk/testsuite/interactive/loadFileInteractiveQualifiedInit.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualifiedInit.mo, Revision, 7051) Added : /trunk/testsuite/interactive/matrices.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/matrices.mos, Revision, 7051) Added : /trunk/testsuite/interactive/refactorGraphAnn1.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mo, Revision, 7051) Added : /trunk/testsuite/interactive/refactorGraphAnn1.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mos, Revision, 7051) Added : /trunk/testsuite/interactive/refactorGraphAnn2.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mo, Revision, 7051) Added : /trunk/testsuite/interactive/refactorGraphAnn2.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mos, Revision, 7051) Added : /trunk/testsuite/interactive/simplify.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/simplify.mos, Revision, 7051) Added : /trunk/testsuite/interactive/strings.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/strings.mo, Revision, 7051) Added : /trunk/testsuite/interactive/strings.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/strings.mos, Revision, 7051) Added : /trunk/testsuite/interactive/variables.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/variables.mos, Revision, 7051) Deleted : /trunk/testsuite/mosfiles-nosim/DefaultComponentName.mo Deleted : /trunk/testsuite/mosfiles-nosim/DefaultComponentName.mos Deleted : /trunk/testsuite/mosfiles-nosim/ForStatement1.mos Deleted : /trunk/testsuite/mosfiles-nosim/ForStatement2.mos Deleted : /trunk/testsuite/mosfiles-nosim/ForStatement3.mos Deleted : /trunk/testsuite/mosfiles-nosim/ForStatement4.mos Deleted : /trunk/testsuite/mosfiles-nosim/ForStatement5fail.mos Deleted : /trunk/testsuite/mosfiles-nosim/ForStatement6.mos Deleted : /trunk/testsuite/mosfiles-nosim/ForStatement7.mos Deleted : /trunk/testsuite/mosfiles-nosim/IfStatement.mos Deleted : /trunk/testsuite/mosfiles-nosim/IfStatementIllegal.mos Modified : /trunk/testsuite/mosfiles-nosim/Makefile Deleted : /trunk/testsuite/mosfiles-nosim/Rename.mo Deleted : /trunk/testsuite/mosfiles-nosim/Rename.mos Deleted : /trunk/testsuite/mosfiles-nosim/RunScript.mos Deleted : /trunk/testsuite/mosfiles-nosim/TestNDims.mo Deleted : /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mo Deleted : /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mos Deleted : /trunk/testsuite/mosfiles-nosim/differentiate.mos Deleted : /trunk/testsuite/mosfiles-nosim/interactive_api_annotations.mos Deleted : /trunk/testsuite/mosfiles-nosim/interactive_api_attributes.mos Deleted : /trunk/testsuite/mosfiles-nosim/interactive_api_calls.mo Deleted : /trunk/testsuite/mosfiles-nosim/interactive_api_calls.mos Deleted : /trunk/testsuite/mosfiles-nosim/interactive_api_classes.mos Deleted : /trunk/testsuite/mosfiles-nosim/interactive_api_loadsave.mos Deleted : /trunk/testsuite/mosfiles-nosim/interactive_api_param.mo Deleted : /trunk/testsuite/mosfiles-nosim/interactive_api_param.mos Deleted : /trunk/testsuite/mosfiles-nosim/interactive_test.mo Deleted : /trunk/testsuite/mosfiles-nosim/interactive_test.mos Deleted : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualified.mo Deleted : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualified.mos Deleted : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualifiedInit.mo Deleted : /trunk/testsuite/mosfiles-nosim/matrices.mos Deleted : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mo Deleted : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mos Deleted : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mo Deleted : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mos Deleted : /trunk/testsuite/mosfiles-nosim/simplify.mos Deleted : /trunk/testsuite/mosfiles-nosim/strings.mo Deleted : /trunk/testsuite/mosfiles-nosim/strings.mos Deleted : /trunk/testsuite/mosfiles-nosim/variables.mos Revision: 7051 Author: sjoelund.se Date: 21:39:29, den 16 november 2010 Message: - Disable SQLITE3 linking on Linux (keep the configure line there but commented out in case we need it in the future) ---- Modified : /trunk/Compiler/Makefile.compiler_subdirs.common Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7050 Author: petfr Date: 19:18:56, den 16 november 2010 Message: Updated to version number 1.6 and correct date for the 1.6 release. Also minor edit of the OMEdit section in the users guide ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 7049 Author: sjoelund.se Date: 13:44:41, den 16 november 2010 Message: - Added configure feature rml-trace (to be disabled by the Debian/Ubuntu builds as the executable shrinks 5-6MB) ---- Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 7048 Author: sjoelund.se Date: 13:43:47, den 16 november 2010 Message: - Renamed ErrorMatchInOut{2,3}.mo to MatchCase{16,17} since they are now magically working ---- Modified : /trunk/testsuite/meta/ErrorLocalElement1.mo Modified : /trunk/testsuite/meta/ErrorLocalElement2.mo Deleted : /trunk/testsuite/meta/ErrorMatchInOut2.mo Deleted : /trunk/testsuite/meta/ErrorMatchInOut3.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/MatchCase16.mo (Copy from path: /trunk/testsuite/meta/ErrorMatchInOut2.mo, Revision, 7042) Added : /trunk/testsuite/meta/MatchCase17.mo (Copy from path: /trunk/testsuite/meta/ErrorMatchInOut3.mo, Revision, 7042) Revision: 7047 Author: mohsen Date: 13:12:20, den 16 november 2010 Message: trying to fix the initial equation problem in impulse response ---- Modified : /trunk/OMNotebook/DrControl/Getting_started/transferFunction.onb Revision: 7046 Author: perost Date: 11:27:01, den 16 november 2010 Message: - Fixed propagation of enumeration indices when connecting arrays. - Fixed connections with multi-dimensional arrays. - Added test case mofiles/ConnectEnumArray. ---- Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/InstSection.mo Added : /trunk/testsuite/mofiles/ConnectEnumArray.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 7045 Author: mohsen Date: 10:37:18, den 16 november 2010 Message: Drcontrol ---- Modified : /trunk/OMNotebook/DrControl/DrControl.onb Revision: 7044 Author: sjoelund.se Date: 09:48:29, den 16 november 2010 Message: - Fixed SimCodeTest.mos ---- Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/bootstrapping/LinkMain.makefile Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Revision: 7043 Author: adrpo Date: 08:47:57, den 16 november 2010 Message: - fix Linköping, the pour ö gets shredded to pieces sometimes. ---- Modified : /trunk/Compiler/Absyn.mo Revision: 7042 Author: mohsen Date: 23:01:38, den 15 november 2010 Message: updating DrControl.onb ---- Modified : /trunk/OMNotebook/DrControl/DrControl.onb Revision: 7041 Author: mohsen Date: 22:54:10, den 15 november 2010 Message: Updating DrControl ---- Modified : /trunk/OMNotebook/DrControl/DCMotor/DCMotor.onb Modified : /trunk/OMNotebook/DrControl/DrControl.onb Modified : /trunk/OMNotebook/DrControl/Getting_started/Feedback.onb Modified : /trunk/OMNotebook/DrControl/Getting_started/MatModel.onb Modified : /trunk/OMNotebook/DrControl/Getting_started/transferFunction.onb Modified : /trunk/OMNotebook/DrControl/LQ/E341InvPendelum.onb Modified : /trunk/OMNotebook/DrControl/LQ/E342tanksystem.onb Modified : /trunk/OMNotebook/DrControl/LQ/E343kinematic.onb Modified : /trunk/OMNotebook/DrControl/Linearization/E411tanksystem.onb Modified : /trunk/OMNotebook/DrControl/PIDRegulator/PIDRegulator.onb Modified : /trunk/OMNotebook/DrControl/StateSpace/StateSpace.onb Revision: 7040 Author: adrpo Date: 22:20:56, den 15 november 2010 Message: - add an extra newline at the end of h files in Compiler/susan_codegen/SimCode/SimCodeC.tpl - fixes in Compiler/runtime/config.h - other smaller issues ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 7039 Author: sjoelund.se Date: 21:45:36, den 15 november 2010 Message: - Fix for System_writeFile ---- Modified : /trunk/Compiler/runtime/System_omc.cpp Revision: 7038 Author: sjoelund.se Date: 17:32:24, den 15 november 2010 Message: - Update some external definitions in System.mo ---- Modified : /trunk/Compiler/System.mo Revision: 7037 Author: sjoelund.se Date: 16:11:42, den 15 november 2010 Message: - Added some functions for testing the generated code of Main_main - These report linker errors quickly ---- Added : /trunk/testsuite/bootstrapping/LinkMain.makefile Added : /trunk/testsuite/bootstrapping/main.c Revision: 7036 Author: sjoelund.se Date: 15:47:07, den 15 november 2010 Message: - Added an error message for match expressions like: match in1 local input Integer i (input/output of a local component is not allowed) ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Util.mo Deleted : /trunk/testsuite/meta/ErrorLocalElement.mo Added : /trunk/testsuite/meta/ErrorLocalElement1.mo (Copy from path: /trunk/testsuite/meta/ErrorLocalElement.mo, Revision, 7034) Added : /trunk/testsuite/meta/ErrorLocalElement2.mo (Copy from path: /trunk/testsuite/meta/ErrorLocalElement.mo, Revision, 7034) Modified : /trunk/testsuite/meta/Makefile Revision: 7035 Author: Frenkel TUD Date: 13:46:51, den 15 november 2010 Message: - BackendEquation.mo add function traverseBackendDAEEqnsWithUpdate - BackendDAEUtil.mo add function traverseBackendDAEArrayNoCopyWithUpdate ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendEquation.mo Revision: 7034 Author: sjoelund.se Date: 12:57:20, den 15 november 2010 Message: - Fix System.time for bootstrapping ---- Modified : /trunk/Compiler/System.mo Revision: 7033 Author: sjoelund.se Date: 12:48:51, den 15 november 2010 Message: - In SimCodeTest.mos, do not read the makefile; it's different depending on OS ---- Modified : /trunk/testsuite/bootstrapping/SimCodeTest.mos Revision: 7032 Author: sjoelund.se Date: 11:49:20, den 15 november 2010 Message: - Improve CevalScript.cevalGenerateFunction - No longer does lookup+inst again on every function (this was already done by elabExp) - generateCode() for MainTest.mos now only generates code; it does not compile it (saves 1~2 minutes of testsuite time and reduces the RAM requirements for running the testsuite) ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/testsuite/bootstrapping/MainTest.mos Revision: 7031 Author: sjoelund.se Date: 11:46:57, den 15 november 2010 Message: - Move msl31 testcase first in the libraries testcases since it takes the longest ---- Modified : /trunk/testsuite/libraries/Makefile Revision: 7030 Author: sjoelund.se Date: 07:29:54, den 15 november 2010 Message: - Moved bootstrapping testcases to their own dir (not part of fast testsuite) ---- Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/bootstrapping Added : /trunk/testsuite/bootstrapping/DumpTest.mo (Copy from path: /trunk/testsuite/meta/DumpTest.mo, Revision, 7025) Added : /trunk/testsuite/bootstrapping/DumpTest.mos (Copy from path: /trunk/testsuite/meta/DumpTest.mos, Revision, 7025) Added : /trunk/testsuite/bootstrapping/HashTableTest.mo (Copy from path: /trunk/testsuite/meta/HashTableTest.mo, Revision, 7025) Added : /trunk/testsuite/bootstrapping/HashTableTest.mos (Copy from path: /trunk/testsuite/meta/HashTableTest.mos, Revision, 7025) Added : /trunk/testsuite/bootstrapping/LoadCompilerSources.mos (Copy from path: /trunk/testsuite/meta/LoadCompilerSources.mos, Revision, 7025) Added : /trunk/testsuite/bootstrapping/MainTest.mos (Copy from path: /trunk/testsuite/meta/MainTest.mos, Revision, 7025) Added : /trunk/testsuite/bootstrapping/Makefile Added : /trunk/testsuite/bootstrapping/SimCodeTest.mos (Copy from path: /trunk/testsuite/meta/SimCodeTest.mos, Revision, 7025) Added : /trunk/testsuite/bootstrapping/SimplifyTest.mo (Copy from path: /trunk/testsuite/meta/SimplifyTest.mo, Revision, 7025) Added : /trunk/testsuite/bootstrapping/SimplifyTest.mos (Copy from path: /trunk/testsuite/meta/SimplifyTest.mos, Revision, 7025) Added : /trunk/testsuite/bootstrapping/SusanTest.mo (Copy from path: /trunk/testsuite/meta/SusanTest.mo, Revision, 7025) Added : /trunk/testsuite/bootstrapping/SusanTest.mos (Copy from path: /trunk/testsuite/meta/SusanTest.mos, Revision, 7025) Added : /trunk/testsuite/bootstrapping/SusanTestSmall.tpl (Copy from path: /trunk/testsuite/meta/SusanTestSmall.tpl, Revision, 7025) Added : /trunk/testsuite/bootstrapping/SusanTestTV.mo (Copy from path: /trunk/testsuite/meta/SusanTestTV.mo, Revision, 7025) Added : /trunk/testsuite/bootstrapping/UtilTest.mo (Copy from path: /trunk/testsuite/meta/UtilTest.mo, Revision, 7025) Added : /trunk/testsuite/bootstrapping/UtilTest.mos (Copy from path: /trunk/testsuite/meta/UtilTest.mos, Revision, 7025) Deleted : /trunk/testsuite/meta/DumpTest.mo Deleted : /trunk/testsuite/meta/DumpTest.mos Deleted : /trunk/testsuite/meta/HashTableTest.mo Deleted : /trunk/testsuite/meta/HashTableTest.mos Deleted : /trunk/testsuite/meta/LoadCompilerSources.mos Deleted : /trunk/testsuite/meta/MainTest.mos Modified : /trunk/testsuite/meta/Makefile Deleted : /trunk/testsuite/meta/SimCodeTest.mos Deleted : /trunk/testsuite/meta/SimplifyTest.mo Deleted : /trunk/testsuite/meta/SimplifyTest.mos Deleted : /trunk/testsuite/meta/SusanTest.mo Deleted : /trunk/testsuite/meta/SusanTest.mos Deleted : /trunk/testsuite/meta/SusanTestSmall.tpl Deleted : /trunk/testsuite/meta/SusanTestTV.mo Deleted : /trunk/testsuite/meta/UtilTest.mo Deleted : /trunk/testsuite/meta/UtilTest.mos Modified : /trunk/testsuite/parser/ParseCompilerSources.mos Revision: 7029 Author: adrpo Date: 07:02:37, den 15 november 2010 Message: - delete .mo files on clean - fixes to Compiler/omc_profiler/Makefile.omdev.mingw to link correctly. ---- Modified : /trunk/Compiler/Makefile.compiler_subdirs.common Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Revision: 7028 Author: adrpo Date: 06:33:08, den 15 november 2010 Message: - ConnectUtil.mo: small speedup by verifying face first, then the others - SimCode.mo: small comment. ---- Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7027 Author: syeas460 Date: 04:41:54, den 15 november 2010 Message: Added the new dlls. Changed the old ico file. ---- Modified : /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe Added : /trunk/OMEdit/bin/OMEdit-Release/QtSvg4.dll Added : /trunk/OMEdit/bin/OMEdit-Release/QtWebKit4.dll Added : /trunk/OMEdit/bin/OMEdit-Release/omedit.ico Deleted : /trunk/OMEdit/bin/OMEdit-Release/omeditor.ico Added : /trunk/OMEdit/bin/OMEdit-Release/phonon4.dll Revision: 7026 Author: syeas460 Date: 03:06:10, den 15 november 2010 Message: Optimized the Library Loading code. Updated the documentation viewer code to support external links. Optimized the components and connectors drag and drop code. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.h Modified : /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/DocumentationWidget.h Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/ModelWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ModelWidget.h Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/Transformation.cpp Modified : /trunk/OMEdit/OMEditGUI/Transformation.h Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Revision: 7025 Author: sjoelund.se Date: 21:49:04, den 14 november 2010 Message: - Added testcase for generateCode(Main.main) ---- Modified : /trunk/testsuite/meta/MainTest.mos Modified : /trunk/testsuite/meta/Makefile Revision: 7024 Author: sjoelund.se Date: 21:25:18, den 14 november 2010 Message: - Fixed the generateCode() API call ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/meta/ErrorInteractiveCallFunctionPtr.mos Modified : /trunk/testsuite/meta/MainTest.mos Revision: 7023 Author: sjoelund.se Date: 21:15:28, den 14 november 2010 Message: - Fixed compilation of Main_main.so (linking still fails) ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/meta/SimCodeTest.mos Revision: 7022 Author: sjoelund.se Date: 20:01:56, den 14 november 2010 Message: - CevalScript.generateFunctions speed-up (breaks error messages in one testcase) - This change is needed (or something similar); the speed-up for bootstrapping is ~100 times - Fixes for bootstrapping ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/UnitChecker.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/meta/MainTest.mos Revision: 7021 Author: sjoelund.se Date: 18:42:20, den 14 november 2010 Message: - Added some functions for bootstrapping ---- Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Added : /trunk/c_runtime/meta_modelica_real.cpp (Copy from path: /trunk/c_runtime/meta_modelica_builtin.cpp, Revision, 7016) Added : /trunk/c_runtime/meta_modelica_real.h (Copy from path: /trunk/c_runtime/meta_modelica_builtin.h, Revision, 7016) Revision: 7020 Author: sjoelund.se Date: 17:25:57, den 14 november 2010 Message: - Fix testcases expected output ---- Modified : /trunk/testsuite/meta/ElabTest.mos Modified : /trunk/testsuite/meta/ErrorInvalidComplexType.mo Modified : /trunk/testsuite/meta/LoadCompilerSources.mos Modified : /trunk/testsuite/meta/MainTest.mos Revision: 7019 Author: sjoelund.se Date: 17:10:42, den 14 november 2010 Message: - Added error message when a TCOMPLEX type has the wrong number of types - Fixed one such error in Patternm.mo ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Patternm.mo Revision: 7018 Author: sjoelund.se Date: 16:46:53, den 14 november 2010 Message: - Minor changes to failtraces ---- Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Static.mo Revision: 7017 Author: sjoelund.se Date: 16:44:07, den 14 november 2010 Message: - Minor syntax change ---- Modified : /trunk/Compiler/SimCode.mo Revision: 7016 Author: sjoelund.se Date: 14:27:43, den 14 november 2010 Message: - Changed SimCodeCTest to SimCodeTest - It is more extensive; a lot more external functions - It also covers the DAE to SimCode translation (for functions) ---- Modified : /trunk/Compiler/runtime/Error_omc.cpp Modified : /trunk/testsuite/meta/Makefile Deleted : /trunk/testsuite/meta/SimCodeCTest.mos Added : /trunk/testsuite/meta/SimCodeTest.mos (Copy from path: /trunk/testsuite/meta/SimCodeCTest.mos, Revision, 7012) Modified : /trunk/testsuite/meta/SusanTest.mos Revision: 7015 Author: sjoelund.se Date: 13:56:05, den 14 november 2010 Message: - Susan update - Use Tpl.emptyTxt in the templates instead of a protected constant (bootstrapped OMC could not find it) ---- Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/TplCodegen.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen.tpl Revision: 7014 Author: sjoelund.se Date: 13:51:41, den 14 november 2010 Message: - Implemented some more external functions in libomcruntime - On Unix you no longer need to set OPENMODELICAHOME - It uses the --prefix from configuration - OPENMODELICAHOME still overrides that since most developers don't run make install ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/IOStreamExt.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/IOStreamExt.c Added : /trunk/Compiler/runtime/IOStreamExt_omc.cpp (Copy from path: /trunk/Compiler/runtime/IOStreamExt.c, Revision, 7012) Added : /trunk/Compiler/runtime/IOStreamExt_rml.c (Copy from path: /trunk/Compiler/runtime/IOStreamExt.c, Revision, 7012) Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Added : /trunk/Compiler/runtime/Settings_omc.cpp (Copy from path: /trunk/Compiler/runtime/settingsimpl.c, Revision, 7012) Added : /trunk/Compiler/runtime/Settings_rml.c (Copy from path: /trunk/Compiler/runtime/settingsimpl.c, Revision, 7012) Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/Compiler/runtime/System_rml.c Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/config.unix.h.in Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 7013 Author: Frenkel TUD Date: 13:34:27, den 14 november 2010 Message: - reimplement some functions using not listEquation and travese the array of equations directly ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/SimCode.mo Revision: 7012 Author: sjoelund.se Date: 10:54:36, den 14 november 2010 Message: - Added support for unit testing of SimCodeC.translateFunctions - Implemented some additional function in the bootstrapped runtime ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/Print_omc.cpp Modified : /trunk/Compiler/runtime/RTOpts_omc.cpp Modified : /trunk/Compiler/runtime/System_omc.cpp Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/SimCodeCTest.mos Revision: 7011 Author: sjoelund.se Date: 09:57:39, den 14 november 2010 Message: - Added support for solving polymorphic array types - Changed tuples to always contain boxed types - Improved matching polymorphic types for functions (function pointers always take boxed types) ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/ComplicatedInteractive.mos Revision: 7010 Author: sjoelund.se Date: 08:15:52, den 14 november 2010 Message: - Removed some unused MetaUtil functions ---- Modified : /trunk/Compiler/MetaUtil.mo Revision: 7009 Author: sjoelund.se Date: 07:46:21, den 14 november 2010 Message: - Add testcase MatchCase15.mo - It tests that a match-expression with empty input list and >1 case works properly - This did not work in the old pattern-matching implementation ---- Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/MatchCase15.mo Revision: 7008 Author: sjoelund.se Date: 07:41:51, den 14 november 2010 Message: - Remove Absyn.VALUEBLOCK - Remove DAE.VALUEBLOCK - Remove DAE.STMT_MATCHCASES - Remove Convert.mo - These constructs were no longer needed since the match implementation was rewritten from scratch ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/BackendDAECreate.mo Modified : /trunk/Compiler/BackendVarTransform.mo Deleted : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/ExpressionDump.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7007 Author: sjoelund.se Date: 06:46:11, den 14 november 2010 Message: - Remove some now unused code from the pattern matching module ---- Deleted : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Types.mo Revision: 7006 Author: sjoelund.se Date: 23:54:42, den 13 november 2010 Message: - Some minor OMEdit fixes - Set a proper Unix tmp-path except when on Windows - Change to this directory at program start since instantiation may cause files to be generated in the current directory ---- Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp Revision: 7005 Author: sjoelund.se Date: 22:53:43, den 13 november 2010 Message: - Fix for arrayMap (no need to call listMap) - Some other minor fixes ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Util.mo Revision: 7004 Author: sjoelund.se Date: 22:10:48, den 13 november 2010 Message: - New match implementation using Absyn->SCode->DAE->Done instead of Absyn->SCode->DAE->SCode->Absyn->SCode->DAE->Done - The meta testcases are almost 40 seconds faster now ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/ExpressionDump.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/meta/ErrorLocalElement.mo Modified : /trunk/testsuite/meta/ErrorMatchInOut2.mo Modified : /trunk/testsuite/meta/ErrorMatchNumOutput.mos Modified : /trunk/testsuite/meta/List4.mo Modified : /trunk/testsuite/meta/MatchCase11.mos Modified : /trunk/testsuite/meta/MatchCase14.mo Modified : /trunk/testsuite/meta/MatchCaseInteractive1.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mos Modified : /trunk/testsuite/meta/MatchElse1.mos Modified : /trunk/testsuite/meta/PartialFn15.mo Modified : /trunk/testsuite/meta/Shadowing1.mo Modified : /trunk/testsuite/meta/Shadowing1.mos Modified : /trunk/testsuite/meta/Shadowing2.mo Modified : /trunk/testsuite/meta/Shadowing2.mos Revision: 7003 Author: sjoelund.se Date: 19:31:04, den 13 november 2010 Message: - Improved instantiation of algorithm assignments (a separate function) - We only elaborate the expression at most one time. This is faster and does not produce duplicate error messages ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/testsuite/meta/ErrorMatchNumOutput.mos Modified : /trunk/testsuite/mosfiles-nosim/ErrorFunctionCallNumArgs.mos Revision: 7002 Author: sjoelund.se Date: 09:55:57, den 13 november 2010 Message: - Removed some useless information from the pattern matching algorithm ---- Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SimCodeFMU.mo Revision: 7001 Author: adrpo Date: 09:23:06, den 13 november 2010 Message: - changed SES_MIXED.values to list to save memory (but no computer on earth will save you if you need to do permutations of 0/1 for 34 variables!). This should be fixed somehow. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 7000 Author: sjoelund.se Date: 08:06:25, den 13 november 2010 Message: - Fix type error in Util.mo ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Util.mo Revision: 6999 Author: sjoelund.se Date: 08:05:49, den 13 november 2010 Message: - Re-compile SimCodeC using a modern Susan (no NONE is allowed) ---- Modified : /trunk/Compiler/SimCodeC.mo Revision: 6998 Author: adrpo Date: 04:13:36, den 13 november 2010 Message: - Util.arrayMap now works on empty arrays - BackendDAEUtil.incidenceMatrix now works directly on arrays and can generate normal or absolute index values. - made some other backend functions work on arrays directly. - some other memory usage improvements ---- Modified : /trunk/Compiler/BackendDAE.mo Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 6997 Author: Frenkel TUD Date: 00:49:44, den 13 november 2010 Message: - continue with redesign of listVar to traverseVar ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendVariable.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Revision: 6996 Author: sjoelund.se Date: 22:29:08, den 12 november 2010 Message: - Update some RML syntax to MetaModelica ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ComponentReference.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Util.mo Revision: 6995 Author: sjoelund.se Date: 21:47:07, den 12 november 2010 Message: - Update some RML syntax to MetaModelica ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Expression.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 6994 Author: sjoelund.se Date: 20:37:32, den 12 november 2010 Message: - Update some RML syntax to MetaModelica ---- Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendDump.mo Modified : /trunk/Compiler/BackendVariable.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 6993 Author: sjoelund.se Date: 19:45:42, den 12 november 2010 Message: - Allow MetaArray to be treated as a TYPE in ClassInf ---- Modified : /trunk/Compiler/ClassInf.mo Revision: 6992 Author: sjoelund.se Date: 19:40:12, den 12 november 2010 Message: - Use Error.mo for ClassInf.assertValid instead of printErrorBuf - This also works with getErrorString() ---- Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/SimCodeFMU.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/TypeClass2.mo Modified : /trunk/testsuite/mofiles/drmodelica/MicroCircuitInvalid.mo Revision: 6991 Author: sjoelund.se Date: 18:47:08, den 12 november 2010 Message: - Add debug_print to builtin env ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Types.mo Revision: 6990 Author: sjoelund.se Date: 18:31:35, den 12 november 2010 Message: - Added support for Util.listMapMap in bootstrapped OMC ---- Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/UtilTest.mo Modified : /trunk/testsuite/meta/UtilTest.mos Revision: 6989 Author: sjoelund.se Date: 16:55:27, den 12 november 2010 Message: - Code readability for lookup when implicit scope names are involved ---- Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Lookup.mo Revision: 6988 Author: sjoelund.se Date: 16:50:20, den 12 november 2010 Message: - Added boxptr_realString - Bugfix for boxptr_intReal ---- Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Revision: 6986 Author: sjoelund.se Date: 12:26:18, den 12 november 2010 Message: - Improved the error messages for bootstrapping slightly - Also fixed some RML/Modelica syntax clashes ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/HashTableStringToPath.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MMath.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/UnitChecker.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/testsuite/meta/BuiltinList.mos Modified : /trunk/testsuite/meta/SusanTest.mos Modified : /trunk/testsuite/mofiles/Lookup3.mo Revision: 6985 Author: adrpo Date: 12:16:11, den 12 november 2010 Message: - Inst.instantiateClass: clear the inst/type cache at the end of instantiation. - SimCode.createResidualEquations: less memory consumption. - some fixes in Util.mo (bad judgment) ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Util.mo Revision: 6984 Author: sjoelund.se Date: 10:21:48, den 12 november 2010 Message: - Bugfix for instClassDefHelper (used for MetaModelica, TCOMPLEX, types) - Do lookupType instead of lookupClass for functions ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/meta/HashTableTest.mo Revision: 6982 Author: adrpo Date: 10:03:39, den 12 november 2010 Message: - faster and (far) less memory usage for some functions. ---- Modified : /trunk/Compiler/Util.mo Revision: 6978 Author: sjoelund.se Date: 06:25:37, den 12 november 2010 Message: - Fixed output assignment of traverseBackendDAEOptEqnWithStop ---- Modified : /trunk/Compiler/BackendEquation.mo Revision: 6977 Author: sjoelund.se Date: 05:58:05, den 12 november 2010 Message: - Remove references to modelica_parser and flat_modelica_parser from the configure script ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 6976 Author: syeas460 Date: 03:03:11, den 12 november 2010 Message: Added the code to resize the components. ---- Modified : /trunk/OMEdit/OMEditGUI/Component.cpp Modified : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/CornerItem.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Revision: 6975 Author: adrpo Date: 23:20:07, den 11 november 2010 Message: - modelica_parser/flat_modelica_parser directories are no more. - so for "clean" target they should not be cleaned! ---- Modified : /trunk/Makefile.common Revision: 6974 Author: Frenkel TUD Date: 23:01:48, den 11 november 2010 Message: - continue with redesign of listEqn to traverseEqns ---- Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendEquation.mo Modified : /trunk/Compiler/SimCode.mo Revision: 6973 Author: syeas460 Date: 20:40:48, den 11 november 2010 Message: Removed the getinstallationdirectory command. No need to get the installation directory since we have the openmodelicahome environment variable that is pointing to installation directory. ---- Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Revision: 6972 Author: syeas460 Date: 20:28:56, den 11 november 2010 Message: Referenced the new images in the qss file ---- Modified : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Revision: 6971 Author: syeas460 Date: 20:17:31, den 11 november 2010 Message: Added the new splash screen and images for model, package, record etc. ---- Added : /trunk/OMEdit/OMEditGUI/Resources/icons/block-icon.png Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/branch-closed.png Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/branch-more.png Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/branch-open.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/class-icon.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/connector-icon.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/function-icon.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/model-icon.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/omedit.ico Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/omeditor.png Modified : /trunk/OMEdit/OMEditGUI/Resources/icons/omeditor_splash.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/package-icon.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/record-icon.png Revision: 6970 Author: syeas460 Date: 20:15:46, den 11 november 2010 Message: Deleted the old annotations file and ico images ---- Deleted : /trunk/OMEdit/OMEditGUI/ComponentAnnotation.cpp Deleted : /trunk/OMEdit/OMEditGUI/ComponentAnnotation.h Deleted : /trunk/OMEdit/OMEditGUI/Components.cpp Deleted : /trunk/OMEdit/OMEditGUI/Components.h Deleted : /trunk/OMEdit/OMEditGUI/IconAnnotation.cpp Deleted : /trunk/OMEdit/OMEditGUI/IconAnnotation.h Deleted : /trunk/OMEdit/OMEditGUI/InheritanceAnnotation.cpp Deleted : /trunk/OMEdit/OMEditGUI/InheritanceAnnotation.h Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/omeditor.ico Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/omeditor_splash-O.png Revision: 6969 Author: syeas460 Date: 20:13:57, den 11 november 2010 Message: Added the code for documentation view of any component. Make the annotation 3 default annotation for omedit Added the code to load a .mo file. ---- Added : /trunk/OMEdit/OMEditGUI/Component.cpp Added : /trunk/OMEdit/OMEditGUI/Component.h Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.h Modified : /trunk/OMEdit/OMEditGUI/CornerItem.cpp Added : /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp Added : /trunk/OMEdit/OMEditGUI/DocumentationWidget.h Modified : /trunk/OMEdit/OMEditGUI/EllipseAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/EllipseAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/IconProperties.cpp Modified : /trunk/OMEdit/OMEditGUI/IconProperties.h Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Modified : /trunk/OMEdit/OMEditGUI/LineAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/LineAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/MessageWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /trunk/OMEdit/OMEditGUI/OMCProxy.h Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /trunk/OMEdit/OMEditGUI/PolygonAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/PolygonAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/RectangleAnnotation.h Modified : /trunk/OMEdit/OMEditGUI/StringHandler.h Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /trunk/OMEdit/OMEditGUI/TextAnnotation.h Added : /trunk/OMEdit/OMEditGUI/Transformation.cpp Added : /trunk/OMEdit/OMEditGUI/Transformation.h Modified : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Modified : /trunk/OMEdit/OMEditGUI/mainwindow.h Modified : /trunk/OMEdit/OMEditGUI/rc_omedit.rc Modified : /trunk/OMEdit/OMEditGUI/resource_omedit.qrc Modified : /trunk/OMEdit/bin/Makefile Modified : /trunk/OMEdit/bin/Makefile.Debug Modified : /trunk/OMEdit/bin/Makefile.Release Modified : /trunk/OMEdit/bin/object_script.OMEdit.Debug Modified : /trunk/OMEdit/bin/object_script.OMEdit.Release Revision: 6968 Author: sjoelund.se Date: 17:56:49, den 11 november 2010 Message: - Fix streams.log generation ---- Modified : /trunk/testsuite/streams/Makefile Revision: 6967 Author: sjoelund.se Date: 17:55:27, den 11 november 2010 Message: - Added Builtin stringEqual - Fixed some old RML syntax - Made some proper error messages for Patternm.mo instead of INTERNAL_ERROR ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TemplCG.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 6966 Author: Frenkel TUD Date: 17:21:32, den 11 november 2010 Message: - to save memory start to get rid of some BackendDAEUtil.equationList by traversing the equation array direct without convert to list ---- Modified : /trunk/Compiler/BackendDAEOptimize.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendEquation.mo Modified : /trunk/Compiler/BackendVariable.mo Revision: 6965 Author: perost Date: 17:06:53, den 11 november 2010 Message: - Use Error.addSourceMessage instead of Error.addMessage when printing inStream and actualStream elaboration errors. - Turned on stream connector balance checks by default, because models using stream should follow Modelica 3 rules anyway. - Added Modelica.Utilities.Files.list to libraries/msl31/Modelica.Utilities test case. - Added a couple of stream test cases. ---- Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/libraries/msl31/Modelica.Utilities.mos Added : /trunk/testsuite/streams Added : /trunk/testsuite/streams/ActualStream.mo Added : /trunk/testsuite/streams/InStreamInsideOutside.mo Added : /trunk/testsuite/streams/InStreamInvalidArgument.mo Added : /trunk/testsuite/streams/InStreamPipeline.mo Added : /trunk/testsuite/streams/InStreamTwoInside.mo Added : /trunk/testsuite/streams/InStreamTwoOutside.mo Added : /trunk/testsuite/streams/InStreamUnconnected.mo Added : /trunk/testsuite/streams/Makefile Added : /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo Added : /trunk/testsuite/streams/StreamUnbalancedConnector.mo Revision: 6963 Author: Frenkel TUD Date: 15:20:21, den 11 november 2010 Message: - get rid of some BackendDAEUtil.varlist - BackendDAEUtil.mo - fix rml bug, replaceable type Type_a subtypeof Any was not defined ---- Modified : /trunk/Compiler/BackendDAETransform.mo Modified : /trunk/Compiler/BackendDAEUtil.mo Modified : /trunk/Compiler/BackendVariable.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/SimCodeFMU.mo Revision: 6962 Author: sjoelund.se Date: 13:24:35, den 11 november 2010 Message: - Removed the old ANTLR2 parsers from the trunk (previously, only the walker was removed) ---- Deleted : /trunk/flat_modelica_parser Deleted : /trunk/modelica_parser Revision: 6960 Author: perost Date: 11:27:43, den 11 november 2010 Message: Fix for bug #1354: - Don't add binding equation for variable of type that extends basic type. - Added test case mosfiles/ComplexTypeEquationCount. ---- Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/mosfiles/ComplexTypeEquationCount.mo Added : /trunk/testsuite/mosfiles/ComplexTypeEquationCount.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/partest/runtest.pl Revision: 6959 Author: sjoelund.se Date: 08:31:35, den 11 november 2010 Message: - Replaced the old /trunk with /branches/sjoelund-functiontree ---- Deleted : /branches/sjoelund-functiontree Added : /trunk (Copy from path: /branches/sjoelund-functiontree, Revision, 6958) Revision: 6957 Author: wbraun Date: 04:38:00, den 11 november 2010 Message: - added assert() and terminate() to c_runtime - moved Linearization stuff to BackendDAEOptimize - fixed index bug for partial and numerical derivative in Linearization ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAE.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSolve.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Deleted : /branches/sjoelund-functiontree/Compiler/Linearization.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/c_runtime/simulation_events.cpp Modified : /branches/sjoelund-functiontree/c_runtime/simulation_events.h Modified : /branches/sjoelund-functiontree/c_runtime/simulation_runtime.cpp Modified : /branches/sjoelund-functiontree/c_runtime/simulation_runtime.h Modified : /branches/sjoelund-functiontree/c_runtime/solver_dasrt.cpp Modified : /branches/sjoelund-functiontree/c_runtime/solver_main.cpp Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/StringTest.mos Revision: 6956 Author: sjoelund.se Date: 21:50:34, den 10 november 2010 Message: - Fix for PartialFn15.mo ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6954 Author: sjoelund.se Date: 21:18:00, den 10 november 2010 Message: - Fix RML oddities ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Added : /branches/sjoelund-functiontree/testsuite/meta/EvalTest.mos (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/ElabTest.mos, Revision, 6952) Revision: 6953 Author: sjoelund.se Date: 20:36:28, den 10 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/ClassInf.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Parser/BaseModelica_Lexer.g Modified : /branches/sjoelund-functiontree/Parser/Makefile.common Modified : /branches/sjoelund-functiontree/Parser/MetaModelica_Lexer.g Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Modified : /branches/sjoelund-functiontree/testsuite/linearize/Makefile Added : /branches/sjoelund-functiontree/testsuite/linearize/modelextfunction.mo (Copy from path: /trunk/testsuite/linearize/modelextfunction.mo, Revision, 6952) Added : /branches/sjoelund-functiontree/testsuite/linearize/simextfunction.mos (Copy from path: /trunk/testsuite/linearize/simextfunction.mos, Revision, 6952) Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ExternalFunctionAnno.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_annotations.mos Revision: 6952 Author: sjoelund.se Date: 20:14:26, den 10 november 2010 Message: - Refactoring/Removed RML weird stuff ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Revision: 6950 Author: sjoelund.se Date: 18:50:32, den 10 november 2010 Message: - Changed the pattern-matching implementation (for statements, now STMT_ASSIGN_PATTERN) - This uses the DAE instead of converting back to Absyn to create a match-expression - It should be faster and work more often ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionDump.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica.c Modified : /branches/sjoelund-functiontree/testsuite/meta/EqPatternm.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/EqPatternm.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mos Revision: 6948 Author: sjoelund.se Date: 17:31:32, den 10 november 2010 Message: - Update some testcases so they don't break every time Susan is updated ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseCompilerSources.mos Revision: 6947 Author: sjoelund.se Date: 16:48:47, den 10 november 2010 Message: - Re-enabled PartialFn15, and fixed it ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Modified : /branches/sjoelund-functiontree/testsuite/meta/PartialFn15.mo Revision: 6946 Author: perost Date: 16:40:31, den 10 november 2010 Message: - Removed error in Interactive.evaluateWhileStmt that immediately exited the while loop. - Fixed elaboration of graphical annotations. - Moved meta/PartialFn15.mo to failing tests. - Moved some libraries/msl221/ tests that are not part of the normal testsuit to failing tests, since they are part of the parallel testsuit. - Updated parallel test script. ---- Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Electrical/Makefile Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Mechanics/Makefile Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_annotations.mos Modified : /branches/sjoelund-functiontree/testsuite/partest/runtest.pl Revision: 6945 Author: krsta Date: 16:20:06, den 10 november 2010 Message: Minor addition to NonExpandedArrays planning document. ---- Modified : /branches/sjoelund-functiontree/doc/performance/NonExpandedArraysDesignAndPlan.docx Revision: 6944 Author: krsta Date: 16:17:00, den 10 november 2010 Message: Updated NonExpandedArraysDesign document with more information on compiler middle modifications. ---- Modified : /branches/sjoelund-functiontree/doc/performance/NonExpandedArraysDesignAndPlan.docx Revision: 6942 Author: perost Date: 14:09:45, den 10 november 2010 Message: - Fixed issues introduced in r6938. - Updated parallel test script. ---- Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/testsuite/partest/runtest.pl Modified : /branches/sjoelund-functiontree/testsuite/partest/runtests.pl Revision: 6940 Author: perost Date: 13:27:35, den 10 november 2010 Message: - Fixed mistake in Util.listSplit which broke test case meta/PartialFn8. - Added test of listSplit to meta/UtilTest. ---- Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mos Revision: 6939 Author: perost Date: 11:28:45, den 10 november 2010 Message: - Fixed wrong path in mosfiles/ArrayParameterSize test case. ---- Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/ArrayParameterSize.mos Revision: 6938 Author: perost Date: 11:00:16, den 10 november 2010 Message: - Added work-around for checkModel when BackendDAECreate.lowerArrEqn gets an array equation of unknown size. - This fixes the mosfiles/ArrayParameterSize test case. ---- Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/ArrayParameterSize.mos Revision: 6937 Author: perost Date: 10:36:51, den 10 november 2010 Message: - Fixed array reduction with unexpandable range for checkModel. - Fixed v[i] := (function returning tuple). - Added libraries/msl31/Modelica.Utilities test for Modelica.Utilities.Streams.readFile. - Added Modelica.Math.Vectors.reverse to Modelica.Math test case. ---- Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Makefile Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Math.mos Added : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Utilities.mos Revision: 6936 Author: sjoelund.se Date: 09:10:59, den 10 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/OMNotebook/ext/release/OMPlotWindow.pdb Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /branches/sjoelund-functiontree/testsuite/records/RecordModifications.mo Modified : /branches/sjoelund-functiontree/testsuite/records/RecordVariability.mo Revision: 6934 Author: sjoelund.se Date: 20:30:44, den 9 november 2010 Message: - Fix for HashTableStringToPath (using Util.id as its String->String functions) - This should also fix other similar issues with the type inference of polymorphic types ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica.c Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Modified : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mos Revision: 6933 Author: sjoelund.se Date: 18:01:24, den 9 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Revision: 6932 Author: sjoelund.se Date: 17:59:24, den 9 november 2010 Message: - Fixed some weird RML syntax ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAE.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/RTOpts.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6930 Author: sjoelund.se Date: 16:20:04, den 9 november 2010 Message: - Fix some RML stuff ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/RTOpts.mo Revision: 6928 Author: sjoelund.se Date: 15:41:29, den 9 november 2010 Message: - Fix RML duplicate element ---- Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Revision: 6927 Author: perost Date: 15:09:59, den 9 november 2010 Message: - Implemented inStream for the general case (needs a lot more testing though). ---- Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Revision: 6926 Author: sjoelund.se Date: 14:42:17, den 9 november 2010 Message: - Fix some duplicate declarations ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6925 Author: sjoelund.se Date: 14:13:20, den 9 november 2010 Message: Fix for #1352 - Add error messages for invalid complex types ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorInvalidComplexType.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/ErrorLocalElement.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6924 Author: sjoelund.se Date: 13:58:15, den 9 november 2010 Message: Fix for #1351 - Add an error message if a local section contains non-component elements ---- Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mos Added : /branches/sjoelund-functiontree/testsuite/meta/ElabTest.mos (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MainTest.mos, Revision, 6922) Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorLocalElement.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MainTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Function8.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/ErrorFunctionCallNumArgs.mos Revision: 6923 Author: sjoelund.se Date: 12:10:16, den 9 november 2010 Message: - Use Settings.mo instead of readEnv to get OPENMODELICAHOME ---- Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Revision: 6922 Author: sjoelund.se Date: 11:38:41, den 9 november 2010 Message: - Updated expected output of some testcases ---- Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ExtractorTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mos Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ArrayInvalidDims.mo Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseCompilerSources.mos Revision: 6921 Author: sjoelund.se Date: 11:22:24, den 9 november 2010 Message: - Fix merging compilation error ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6920 Author: sjoelund.se Date: 11:20:26, den 9 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Added : /branches/sjoelund-functiontree/testsuite/mofiles/ArrayInvalidDims.mo (Copy from path: /trunk/testsuite/mofiles/ArrayInvalidDims.mo, Revision, 6919) Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Makefile Added : /branches/sjoelund-functiontree/testsuite/mosfiles/ArrayParameterSize.mo (Copy from path: /trunk/testsuite/mosfiles/ArrayParameterSize.mo, Revision, 6919) Added : /branches/sjoelund-functiontree/testsuite/mosfiles/ArrayParameterSize.mos (Copy from path: /trunk/testsuite/mosfiles/ArrayParameterSize.mos, Revision, 6919) Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/Makefile Revision: 6918 Author: sjoelund.se Date: 09:15:14, den 9 november 2010 Message: Fix for bug #1350 - Check for invalid named fields in pattern record deconstructor ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Deleted : /branches/sjoelund-functiontree/testsuite/meta/ErrorInvalidPattern.mo Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorInvalidPattern1.mo (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/ErrorInvalidPattern.mo, Revision, 6917) Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorInvalidPattern2.mo Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorInvalidPattern3.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6917 Author: sjoelund.se Date: 18:41:03, den 8 november 2010 Message: - Make mmdev makefile a bit more robust (don't error on failure) ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 6916 Author: adrpo Date: 18:37:47, den 8 november 2010 Message: - fixes for Windows. ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Revision: 6910 Author: perost Date: 16:28:46, den 8 november 2010 Message: - Relaxed type requirements of Util.listGetMemberOnTrue to make it more versatile. - Added Util.listRemoveFirstOnTrue. - Implemented inStream and actualStream for one-to-one stream connections. ---- Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/Connect.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6908 Author: sjoelund.se Date: 14:32:15, den 8 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Added : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ExtractorTest.mos (Copy from path: /trunk/testsuite/libraries/msl221/ExtractorTest.mos, Revision, 6907) Added : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ExtractorTestTotal.mo (Copy from path: /trunk/testsuite/libraries/msl221/ExtractorTestTotal.mo, Revision, 6907) Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Makefile Revision: 6906 Author: sjoelund.se Date: 13:33:06, den 8 november 2010 Message: - Fix mmdev makefile on OMDev when not running the testsuite ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Revision: 6905 Author: sjoelund.se Date: 12:45:21, den 8 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6904 Author: sjoelund.se Date: 12:23:36, den 8 november 2010 Message: - Fix type of ENUM_LITERAL expressions in Susan ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 6902 Author: sjoelund.se Date: 08:06:46, den 8 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/OMNotebook.vcxproj Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/OMNotebook.vcxproj.filters Revision: 6901 Author: sjoelund.se Date: 08:06:31, den 8 november 2010 Message: - Fix mmdev make-package.sh ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/scripts/make-package.sh Revision: 6897 Author: Frenkel TUD Date: 17:38:23, den 5 november 2010 Message: - BackendDAETransform.mo - rewrite replaceDummyDer2 and replaceDummyDerOthers, use one function called traverseBackendDAEExpsEqn for both ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendEquation.mo Revision: 6896 Author: sjoelund.se Date: 14:11:43, den 5 november 2010 Message: - Update instructions, added make-package.sh (for making the mmdev zip) ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/documentation/MetaModelica Overview.ppt Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/scripts/make-package.sh Revision: 6895 Author: Frenkel TUD Date: 13:28:44, den 5 november 2010 Message: - BackendEquation.mo - add functions traverseBackendDAEExpsEqnList, traverseBackendDAEExpsEqn - use traverseBackendDAEExpsEqnList for equationsCrefs - BackendDAEUtil.mo - use BackendEquation.traverseBackendDAEExpsEqns for traverseBackendDAEExpsEqns - BackendDAECreate.mo - use BackendEquation.traverseBackendDAEExpsEqns for expandDerOperator ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendEquation.mo Revision: 6894 Author: Frenkel TUD Date: 12:41:46, den 5 november 2010 Message: - BackendDAEUtil.mo - bugfix for traverseBackendDAEExpsEqn ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Revision: 6893 Author: Frenkel TUD Date: 11:56:41, den 5 november 2010 Message: - fix mosfiles/Pendulum testcase, use defined startvalues ---- Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/Pendulum.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/Pendulum.mos Revision: 6892 Author: sjoelund.se Date: 10:54:54, den 5 november 2010 Message: - Move the MetaModelicaDev maint. scripts to its own folder ---- Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/createbuilders.sh Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/project.in Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/scripts Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/scripts/createbuilders.sh (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/createbuilders.sh, Revision, 6889) Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/scripts/project.in (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/project.in, Revision, 6889) Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/scripts/tool.launch.in.linux (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.linux, Revision, 6889) Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/scripts/tool.launch.in.osx (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.osx, Revision, 6889) Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/scripts/tool.launch.in.win32 (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.win32, Revision, 6889) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.linux Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.osx Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.win32 Revision: 6891 Author: sjoelund.se Date: 10:38:54, den 5 november 2010 Message: - Fix for SimplifyTest.mos ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Revision: 6890 Author: sjoelund.se Date: 09:55:18, den 5 november 2010 Message: - Mergeinfo ---- Modified : /branches/sjoelund-functiontree Revision: 6889 Author: sjoelund.se Date: 09:50:58, den 5 november 2010 Message: - Updated the MetaModelicaDev documentation ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/documentation/MetaModelica Overview.ppt Revision: 6888 Author: Frenkel TUD Date: 22:44:25, den 4 november 2010 Message: - BackendDAEUtil.mo - speedup isDiscreteExp ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Revision: 6887 Author: Frenkel TUD Date: 22:21:13, den 4 november 2010 Message: - BackendDAECreate.mo rewrite isAlgebraic using Expression.traversExpTopDown ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Revision: 6886 Author: Frenkel TUD Date: 18:45:39, den 4 november 2010 Message: - BackendDump.mo - fix bugs (BackendDAE.Variables to Variables and remove newline for zero crossings) - BackendDAEUtil.mo - use traverseExpTopDown for isDiscreteExp, statesEqns, incidenceRow - delete unused function incidenceRowStmts - BackendDAECreate.mo - delete function expandDerOperatorStmts and use DAEUtil.traverseDAEEquationsStmts ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Revision: 6885 Author: perost Date: 17:27:38, den 4 november 2010 Message: - Use traverseExp in CevalFunction.optimizeExp to traverse all expressions. - Use the cache in CevalFunction. - Updated parser/ParseCompilerSources test. ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseCompilerSources.mos Revision: 6884 Author: sjoelund.se Date: 16:56:10, den 4 november 2010 Message: - Update expected result of DumpTest.mos and SusanTest.mos ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6883 Author: sjoelund.se Date: 16:47:55, den 4 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/runtime/rtoptsimpl.c Modified : /branches/sjoelund-functiontree/doc/administration/WhiteDecember-milestone.doc Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/Makefile Added : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_annotations.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_annotations.mos, Revision, 6882) Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_attributes.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_calls.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_classes.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_loadsave.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_param.mos Revision: 6882 Author: sjoelund.se Date: 16:29:43, den 4 november 2010 Message: - Added test 11_petrol to the testsuite ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/parsutil_omc.c Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 6877 Author: adrpo Date: 15:24:10, den 4 november 2010 Message: - dependency seems to be fixed now. ---- Modified : /branches/sjoelund-functiontree/testsuite/dependency/DependencyChecking.mos Revision: 6876 Author: adrpo Date: 15:15:43, den 4 november 2010 Message: - fix the compilation of meta modelica examples; for some reason using OPENMODELICAHOME didn't work. ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Revision: 6873 Author: AlexeyLebedev Date: 14:35:55, den 4 november 2010 Message: A test case for non-expanded arrays ---- Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Makefile Added : /branches/sjoelund-functiontree/testsuite/mofiles/NonExpArray1.mo Revision: 6871 Author: adrpo Date: 14:12:09, den 4 november 2010 Message: - fix new introduced RML warnings - do not load Cevalfunc.mo in testsuite/meta/LoadCompilerSources.mos as it gone! - update SimCodeFMU.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Revision: 6870 Author: sjoelund.se Date: 13:49:36, den 4 november 2010 Message: - Fixed parsing of 11_petrol ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo Revision: 6869 Author: perost Date: 13:36:38, den 4 november 2010 Message: - Fixed slice assignment with step values other than one in CevalFunction. - Added test case mofiles/FunctionEvalSlice to test this fix. ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Added : /branches/sjoelund-functiontree/testsuite/mofiles/FunctionEvalSlice.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Makefile Revision: 6868 Author: sjoelund.se Date: 13:32:36, den 4 november 2010 Message: - Update MM Overview presentation ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/documentation/MetaModelica Overview.ppt Revision: 6867 Author: sjoelund.se Date: 13:17:30, den 4 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Revision: 6866 Author: sjoelund.se Date: 13:15:23, den 4 november 2010 Message: - Merging Interactive.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Revision: 6865 Author: sjoelund.se Date: 13:11:17, den 4 november 2010 Message: - Merging (except Interactive.mo) ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Constants.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/RTOpts.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/RTOpts_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/rtoptsimpl.c Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /branches/sjoelund-functiontree/c_runtime/fmu_model_interface.c Revision: 6864 Author: perost Date: 12:46:02, den 4 november 2010 Message: Fix for bug #1346: - Allow InstSection.instArrayEquation to not expand non-expandable expressions. ---- Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Revision: 6863 Author: perost Date: 11:37:41, den 4 november 2010 Message: - Changed Lookup.lookupIdentLocal to have the same behaviour as lookupVarLocal, i.e. continue searching if the current scope is a for loop scope. - Implemented record assignment in CevalFunction. - Changed test case mosfiles/AlgorithmForInClass so that it doesn't use uninitialized variables. - Removed loading of MSL from some tests in mosfiles-msl22 that doesn't use the MSL. ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/AlgorithmForInClass.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-msl22/FuncCross.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-msl22/InputOutput.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-msl22/MatrixTest.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-msl22/avg.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-msl22/tupleTest.mos Revision: 6861 Author: sjoelund.se Date: 09:24:38, den 4 november 2010 Message: - Partial fixes for 11_petrol ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/program.txt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/rml/yacclib.h Revision: 6859 Author: sjoelund.se Date: 08:55:08, den 4 november 2010 Message: - Added testcase 10_pamtrans to the testsuite ---- Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/testsuite/difftool/omc-diff.l Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.omc (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.omc, Revision, 6858) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/README.txt Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/program.txt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /branches/sjoelund-functiontree/testsuite/rtest Revision: 6858 Author: sjoelund.se Date: 07:27:29, den 4 november 2010 Message: - Added boolEq (bootstrapping) - Fixed MetaModelicaDev testcases (they need +d=noevalfunc so the new CevalFunction does not try to ceval external calls) ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Modified : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mos Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseCompilerSources.mos Revision: 6856 Author: perost Date: 22:36:58, den 3 november 2010 Message: - Implemented more of CevalFunction (now available with comments!), so that it's now more or less functionally equivalent to Cevalfunc. - Removed Cevalfunc and switched to CevalFunction. This makes instantation of EngineV6 more than twice as fast. - Removed reduction to valueblock transformation in InstSection. - Fixed some type issues with Static.expandArray. - Implemented constant evaluation of fill in Ceval. - Added Util.listThreadFold. - Fixed listSplit so that the second list isn't reversed. - Fixed issues in Types.typeConvert with unknown dimensions. - Updated ForIterator1.mo in mofiles and mosfiles because of a dimension mismatch that was previously not caught. ---- Modified : /branches/sjoelund-functiontree/Compiler/CMakeLists.txt Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Deleted : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common.w32 Modified : /branches/sjoelund-functiontree/Compiler/Makefile.w32 Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ForIterator1.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/ForIterator1.mo Revision: 6855 Author: sjoelund.se Date: 22:18:57, den 3 november 2010 Message: - Added 09_pamdecl to testsuite as it is now working ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 6854 Author: sjoelund.se Date: 22:04:29, den 3 november 2010 Message: - Updated 09_pamdecl slightly ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/SCRIPT.mos Replacing : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseOMC.mo, Revision, 6853) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseOMC.mo Revision: 6853 Author: sjoelund.se Date: 21:16:57, den 3 november 2010 Message: - Remove no longer needed ParseOMC.mo workaround ---- Replacing : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/ParseOMC.mo, Revision, 6850) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/ParseOMC.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/SCRIPT.mos Revision: 6852 Author: sjoelund.se Date: 21:15:51, den 3 november 2010 Message: - Remove no longer needed ParseOMC.mo workaround ---- Replacing : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseOMC.mo, Revision, 6850) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseOMC.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos Revision: 6851 Author: sjoelund.se Date: 21:14:27, den 3 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Added : /branches/sjoelund-functiontree/doc/administration/RedOctober-milestone.doc (Copy from path: /trunk/doc/administration/RedOctober-milestone.doc, Revision, 6850) Revision: 6850 Author: sjoelund.se Date: 20:55:28, den 3 november 2010 Message: - Add /opt/local/bin to the OSX tool builder; remove Windows paths from the Unix builders ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/createbuilders.sh Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.linux Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.osx Revision: 6849 Author: sjoelund.se Date: 20:46:26, den 3 november 2010 Message: - Avoid weird errors if flex fails ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Revision: 6848 Author: sjoelund.se Date: 20:41:23, den 3 november 2010 Message: - Fix "make omlibrary" on non-GNU systems ---- Modified : /branches/sjoelund-functiontree/Makefile.common Revision: 6847 Author: sjoelund.se Date: 19:58:35, den 3 november 2010 Message: - Modify createbuilders.sh to support the different OS's directly ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/createbuilders.sh Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.linux Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.osx Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in.win32 (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in, Revision, 6846) Revision: 6845 Author: sjoelund.se Date: 18:02:07, den 3 november 2010 Message: - Modified slide to use the new Build button in MDT ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt Revision: 6844 Author: sjoelund.se Date: 17:43:10, den 3 november 2010 Message: - Apparently you also need .exe in the builder... ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in Revision: 6843 Author: sjoelund.se Date: 17:41:41, den 3 november 2010 Message: - Get the path right for once... ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in Revision: 6842 Author: sjoelund.se Date: 17:40:03, den 3 november 2010 Message: - Update builders ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in Revision: 6841 Author: sjoelund.se Date: 17:27:29, den 3 november 2010 Message: - Add the MetaModelica Overview presentation to svn ---- Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/documentation/MetaModelica Overview.ppt Revision: 6840 Author: sjoelund.se Date: 17:26:15, den 3 november 2010 Message: - Change the external tool builder to use OMDEV make (Linux users will have to run the script to change this variable; Eclipse makes it a pain to be cross-platform) ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMC.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/RML.launch Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in Revision: 6837 Author: Frenkel TUD Date: 14:07:44, den 3 november 2010 Message: - Expression.mo - Added makeDivVector and makeProductVector. -Fixed bug with enum literal in terms and allTerms ---- Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Revision: 6836 Author: sjoelund.se Date: 13:22:01, den 3 november 2010 Message: - Add MetaModelica builtin cons() ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mos Revision: 6834 Author: sjoelund.se Date: 12:29:48, den 3 november 2010 Message: - Update the sample builder to use OMDEV env.var instead of redefining it ---- Modified : /branches/sjoelund-functiontree/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample Revision: 6833 Author: sjoelund.se Date: 12:10:49, den 3 november 2010 Message: - Updated the mmdev testcases to use getErrorString() ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/optprogram.txt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/SCRIPT.mos Revision: 6831 Author: sjoelund.se Date: 11:13:38, den 3 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Added : /branches/sjoelund-functiontree/doc/administration/WhiteDecember-milestone.doc (Copy from path: /trunk/doc/administration/WhiteDecember-milestone.doc, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MainTest.mos Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/.project Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/09_pamdecl/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/10_pamtrans/.project Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMC.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMC.launch, Revision, 6830) Deleted : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMDev-MINGW.launch Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/RML.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/RML.launch, Revision, 6830) Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/11_petrol/.project Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/createbuilders.sh (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/createbuilders.sh, Revision, 6830) Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/project.in (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/project.in, Revision, 6830) Added : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/tool.launch.in (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/tool.launch.in, Revision, 6830) Revision: 6825 Author: sjoelund.se Date: 10:50:14, den 2 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Revision: 6824 Author: Frenkel TUD Date: 09:31:57, den 2 november 2010 Message: - use type from componentref for lowerEqn (DEFINE,INITIALDEFINE) ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Revision: 6822 Author: Frenkel TUD Date: 09:24:46, den 2 november 2010 Message: - bugfix index of external Objects ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Revision: 6821 Author: sjoelund.se Date: 08:20:48, den 2 november 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Makefile.unix Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/Makefile.unix.in Revision: 6819 Author: adrpo Date: 20:36:27, den 1 november 2010 Message: - order potential roots by component reference string (alphabetic) if the priority is equal - this fixes some models in the MultiBody testsuite (for some reason in trunk they are ordered differently). ---- Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Revision: 6818 Author: Frenkel TUD Date: 20:06:49, den 1 november 2010 Message: Bug fix for expContains, added missing case for ENUM_LITERAL. ---- Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionDump.mo Revision: 6817 Author: adrpo Date: 18:55:53, den 1 november 2010 Message: - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/InstanceHierarchy.mo Revision: 6816 Author: sjoelund.se Date: 16:36:22, den 1 november 2010 Message: - Update ParseCompilerSources to accept the current warnings (only ones left are automatically generated code; from Susan) ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseCompilerSources.mos Revision: 6815 Author: Frenkel TUD Date: 15:58:21, den 1 november 2010 Message: - Util.mo switch function arguments from listRemoveOnTrue to use it in compination with listFold_1 - BackendDAECreate.mo - remove all output variables from input variables for algorithm sections -> now testsuite works (mosfiles) ---- Modified : /branches/sjoelund-functiontree/CMakeLists.txt Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6813 Author: sjoelund.se Date: 15:36:41, den 1 november 2010 Message: - Fix RML warnings in InstExtends.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Revision: 6810 Author: Frenkel TUD Date: 14:54:28, den 1 november 2010 Message: - bugfix BackendDAEUtil.mo traverseBackendDAEExpsEqn ---- Modified : /branches/sjoelund-functiontree/CMakeLists.txt Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/c_runtime/CMakeLists.txt Modified : /branches/sjoelund-functiontree/doc/backend/FlowDiagram.graphml Revision: 6805 Author: sjoelund.se Date: 12:15:28, den 1 november 2010 Message: - Fix InnerOuter.mo RML warnings ---- Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Revision: 6804 Author: sjoelund.se Date: 11:50:05, den 1 november 2010 Message: - Fix warnings in PrefixUtil.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Revision: 6802 Author: sjoelund.se Date: 09:59:53, den 1 november 2010 Message: - Set svn:keywords on Compiler/*.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAE.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendEquation.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/BaseHashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Modified : /branches/sjoelund-functiontree/Compiler/CompiledTemplates.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/Database.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionDump.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSolve.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/IOStream.mo Modified : /branches/sjoelund-functiontree/Compiler/IOStreamExt.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Linearization.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/TemplCG.mo Modified : /branches/sjoelund-functiontree/Compiler/Tpl.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplCodegen.mo Modified : /branches/sjoelund-functiontree/Compiler/TplMain.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Revision: 6801 Author: adrpo Date: 09:53:20, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes. ---- Modified : /branches/sjoelund-functiontree/Compiler/Graphviz.mo Revision: 6799 Author: adrpo Date: 09:48:40, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes. - got rid of unused imports. - fixed subversion RCS id. ---- Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSolve.mo Revision: 6798 Author: adrpo Date: 09:44:00, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Revision: 6797 Author: adrpo Date: 08:48:58, den 1 november 2010 Message: - YOU WILL NEED A NEW OMDEV/MetaModelica/RML for this: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/ (revision 187) - replaced Util.boolString with boolString - get rid of local case/else declarations in ExpressionDump.mo - minor formatting changes ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpandableConnectors.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionDump.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6796 Author: adrpo Date: 05:25:36, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Revision: 6795 Author: adrpo Date: 05:20:51, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/DumpGraphviz.mo Revision: 6794 Author: adrpo Date: 05:13:21, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Revision: 6793 Author: adrpo Date: 04:37:17, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Revision: 6792 Author: adrpo Date: 04:01:09, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Revision: 6791 Author: adrpo Date: 03:46:24, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes ---- Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Revision: 6790 Author: adrpo Date: 03:37:54, den 1 november 2010 Message: - minor formatting changes - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/Debug.mo Revision: 6789 Author: adrpo Date: 03:35:08, den 1 november 2010 Message: - minor formatting changes ---- Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Revision: 6788 Author: adrpo Date: 03:30:20, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes ---- Modified : /branches/sjoelund-functiontree/Compiler/DAEEXT.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Revision: 6787 Author: adrpo Date: 03:15:37, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes - got rid of unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/Corba.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Revision: 6786 Author: adrpo Date: 02:54:06, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes. ---- Modified : /branches/sjoelund-functiontree/Compiler/Convert.mo Revision: 6785 Author: adrpo Date: 02:50:59, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes. ---- Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Revision: 6784 Author: adrpo Date: 02:35:38, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes. ---- Modified : /branches/sjoelund-functiontree/Compiler/Connect.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Revision: 6783 Author: adrpo Date: 02:31:47, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes. ---- Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Revision: 6782 Author: adrpo Date: 02:24:25, den 1 november 2010 Message: - get rid of local case/else declarations. ---- Modified : /branches/sjoelund-functiontree/Compiler/ClassLoader.mo Revision: 6781 Author: adrpo Date: 02:21:08, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Revision: 6780 Author: adrpo Date: 00:56:46, den 1 november 2010 Message: - get rid of local case/else declarations. - minor formatting changes ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6779 Author: adrpo Date: 22:10:47, den 31 oktober 2010 Message: - get rid of local case/else declarations. - minor formatting changes - got rid of unused imports - added subversion RCS id to the files where it was missing ---- Modified : /branches/sjoelund-functiontree/Compiler/BaseHashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Revision: 6778 Author: sjoelund.se Date: 21:55:14, den 31 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseFullModelica3.2.mos Revision: 6777 Author: sjoelund.se Date: 21:52:53, den 31 oktober 2010 Message: - Fixed RML warnings in Inst.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Revision: 6776 Author: adrpo Date: 21:48:17, den 31 oktober 2010 Message: - get rid of local case/else declarations. - minor formatting changes ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Revision: 6775 Author: sjoelund.se Date: 20:58:14, den 31 oktober 2010 Message: - Fixed RML warnings in InstSection.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Revision: 6774 Author: sjoelund.se Date: 20:30:06, den 31 oktober 2010 Message: - Fix RML warnings in Interactive.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Revision: 6773 Author: sjoelund.se Date: 20:22:15, den 31 oktober 2010 Message: - Fix duplicate declarations in Interactive.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Revision: 6772 Author: adrpo Date: 19:58:52, den 31 oktober 2010 Message: - updated copyright (it should be OpenModelica). - added package info - minor formatting changes. ---- Modified : /branches/sjoelund-functiontree/Compiler/BaseHashTable.mo Revision: 6771 Author: sjoelund.se Date: 19:53:50, den 31 oktober 2010 Message: - Fix RML warnings in Linearization.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Linearization.mo Revision: 6770 Author: adrpo Date: 19:52:57, den 31 oktober 2010 Message: - get rid of local case/else declarations. ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Revision: 6769 Author: adrpo Date: 19:47:21, den 31 oktober 2010 Message: - homogenize printing (include package name). - get rid of local case/else declarations. - minor formatting changes. - added subversion RCS id to the file. - got rid of unused imports. ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Revision: 6768 Author: sjoelund.se Date: 19:43:43, den 31 oktober 2010 Message: - Fixed RML warnings in Lookup.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Revision: 6767 Author: adrpo Date: 19:40:10, den 31 oktober 2010 Message: - homogenize printing (include package name). - get rid of local case/else declarations. - minor formatting changes. - added subversion RCS id to the file. ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendEquation.mo Revision: 6766 Author: sjoelund.se Date: 19:37:00, den 31 oktober 2010 Message: - Fix RML warnings in Main.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Revision: 6765 Author: sjoelund.se Date: 19:34:11, den 31 oktober 2010 Message: - Fix MetaUtil.mo warnings ---- Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Revision: 6764 Author: adrpo Date: 19:27:49, den 31 oktober 2010 Message: - removed unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Revision: 6763 Author: sjoelund.se Date: 19:26:28, den 31 oktober 2010 Message: - Fix RML warnings in Mod.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Revision: 6762 Author: adrpo Date: 19:25:15, den 31 oktober 2010 Message: - homogenize printing (include package name). - get rid of local case/else declarations. - minor formatting changes. ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Revision: 6761 Author: sjoelund.se Date: 19:19:50, den 31 oktober 2010 Message: - Fix ModUtil RML warnings ---- Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Revision: 6760 Author: sjoelund.se Date: 19:14:24, den 31 oktober 2010 Message: - Fix Patternm.mo RML warnings ---- Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Revision: 6758 Author: adrpo Date: 18:46:03, den 31 oktober 2010 Message: - add subversion RCS id to new files ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Revision: 6757 Author: adrpo Date: 18:42:53, den 31 oktober 2010 Message: - add subversion RCS to new files - got rid of unused imports and duplicate variables in BackendDAEOptimize.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Revision: 6756 Author: adrpo Date: 18:35:54, den 31 oktober 2010 Message: - align properly in Absyn.mo - remove unused import in AbsynDep.mo and update copyright. ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Revision: 6755 Author: adrpo Date: 18:31:23, den 31 oktober 2010 Message: - remove duplicate definitions with different types. ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Revision: 6754 Author: adrpo Date: 18:13:16, den 31 oktober 2010 Message: - remove frontend targets from makefiles ---- Modified : /branches/sjoelund-functiontree/Compiler/Makefile.omdev.mingw Modified : /branches/sjoelund-functiontree/Makefile.common Modified : /branches/sjoelund-functiontree/Makefile.omdev.mingw Revision: 6753 Author: adrpo Date: 18:10:02, den 31 oktober 2010 Message: - remove stubs files and the frontend makefiles and directories ---- Deleted : /branches/sjoelund-functiontree/Compiler/BackendVarTransform_stub.mo Deleted : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Deleted : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Deleted : /branches/sjoelund-functiontree/Compiler/Main_stub.mo Deleted : /branches/sjoelund-functiontree/Compiler/Makefile.common.frontend.omdev.mingw Deleted : /branches/sjoelund-functiontree/Compiler/omc_frontend Revision: 6752 Author: sjoelund.se Date: 12:58:33, den 31 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Makefile.common Added : /branches/sjoelund-functiontree/c_runtime/interactive/SampleClient (Copy from path: /trunk/c_runtime/interactive/SampleClient, Revision, 6751) Replacing : /branches/sjoelund-functiontree/c_runtime/interactive/SampleClient/SimulationApplicationExample_TwoTanks.zip (Copy from path: /trunk/c_runtime/interactive/SampleClient/SimulationApplicationExample_TwoTanks.zip, Revision, 6751) Modified : /branches/sjoelund-functiontree/doc/performance/NonExpandedArraysDesignAndPlan.docx Added : /branches/sjoelund-functiontree/libraries/README (Copy from path: /trunk/libraries/README, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32 (Copy from path: /trunk/libraries/msl32, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Complex.mo (Copy from path: /trunk/libraries/msl32/Complex.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica (Copy from path: /trunk/libraries/msl32/Modelica, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks (Copy from path: /trunk/libraries/msl32/Modelica/Blocks, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Continuous.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Continuous.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Discrete.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Discrete.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Interaction.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Interaction.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Interfaces.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Interfaces.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Logical.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Logical.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Math.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Math.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/MathBoolean.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/MathBoolean.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/MathInteger.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/MathInteger.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Nonlinear.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Nonlinear.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Routing.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Routing.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Sources.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Sources.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Tables.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Tables.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Types.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/Types.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Blocks/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/ComplexBlocks.mo (Copy from path: /trunk/libraries/msl32/Modelica/ComplexBlocks.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/ComplexMath.mo (Copy from path: /trunk/libraries/msl32/Modelica/ComplexMath.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Constants.mo (Copy from path: /trunk/libraries/msl32/Modelica/Constants.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical (Copy from path: /trunk/libraries/msl32/Modelica/Electrical, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Basic.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Basic.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/AD_DA_conversion.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/AD_DA_conversion.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/AmplifierWithOpAmpDetailed.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/AmplifierWithOpAmpDetailed.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CompareTransformers.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CompareTransformers.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mat (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mat, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingResistor.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingResistor.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/IdealTriacCircuit.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/IdealTriacCircuit.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/NandGate.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/NandGate.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/OvervoltageProtection.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/OvervoltageProtection.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Rectifier.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Rectifier.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/SimpleTriacCircuit.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/SimpleTriacCircuit.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/SwitchWithArc.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/SwitchWithArc.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/ThyristorBehaviourTest.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ThyristorBehaviourTest.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/Nand.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/Nand.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/RealSwitch.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/RealSwitch.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/Transistor.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/Transistor.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Ideal.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Ideal.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Interfaces.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Interfaces.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Lines.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Lines.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Semiconductors.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Semiconductors.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Sensors.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Sensors.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Sources.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/Sources.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Analog/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Digital.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Digital.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Machines.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Machines.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/MultiPhase.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/MultiPhase.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/Machines.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/Machines.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/MultiPhase.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/MultiPhase.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/SinglePhase.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/SinglePhase.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/Types.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/Types.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/UsersGuide.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/UsersGuide.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Spice3.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/Spice3.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Electrical/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid (Copy from path: /trunk/libraries/msl32/Modelica/Fluid, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Dissipation.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Dissipation.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/AST_BatchPlant.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/AST_BatchPlant.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/BranchingDynamicPipes.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/BranchingDynamicPipes.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/ControlledTankSystem.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/ControlledTankSystem.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/DrumBoiler.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/DrumBoiler.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/Explanatory.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/Explanatory.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/HeatExchanger.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/HeatExchanger.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/HeatingSystem.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/HeatingSystem.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/IncompressibleFluidNetwork.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/IncompressibleFluidNetwork.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/InverseParameterization.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/InverseParameterization.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/PumpingSystem.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/PumpingSystem.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/Tanks.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/Tanks.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/TraceSubstances.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/TraceSubstances.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Examples/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Fittings.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Fittings.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Icons.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Icons.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Interfaces.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Interfaces.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Machines.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Machines.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Pipes.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Pipes.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Sensors.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Sensors.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Sources.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Sources.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/System.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/System.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Types.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Types.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Utilities.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Utilities.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Valves.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Valves.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Vessels.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/Vessels.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Fluid/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Icons.mo (Copy from path: /trunk/libraries/msl32/Modelica/Icons.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Magnetic (Copy from path: /trunk/libraries/msl32/Modelica/Magnetic, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Magnetic/FluxTubes.mo (Copy from path: /trunk/libraries/msl32/Modelica/Magnetic/FluxTubes.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Magnetic/FundamentalWave.mo (Copy from path: /trunk/libraries/msl32/Modelica/Magnetic/FundamentalWave.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Magnetic/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Magnetic/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Magnetic/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Magnetic/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Math (Copy from path: /trunk/libraries/msl32/Modelica/Math, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Math/BooleanVectors.mo (Copy from path: /trunk/libraries/msl32/Modelica/Math/BooleanVectors.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Math/Nonlinear.mo (Copy from path: /trunk/libraries/msl32/Modelica/Math/Nonlinear.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Math/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Math/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Math/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Math/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulum.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulum.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulumInitTip.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulumInitTip.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/FreeBody.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/FreeBody.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/HeatLosses.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/HeatLosses.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Pendulum.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Pendulum.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PendulumWithSpringDamper.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PendulumWithSpringDamper.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravity.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravity.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheel.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheel.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetDriving.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetDriving.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetPulling.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetPulling.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringMassSystem.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringMassSystem.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Surfaces.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Surfaces.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/UserDefinedGravityField.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/UserDefinedGravityField.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Utilities.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Utilities.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/1.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/1.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/2.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/2.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/3.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/3.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1a.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1a.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b_analytic.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b_analytic.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar1.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar1.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar2.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar2.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar_analytic.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar_analytic.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/PlanarLoops_analytic.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/PlanarLoops_analytic.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Utilities.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Utilities.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Rotational3DEffects.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Rotational3DEffects.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/0.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/0.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/1.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/1.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/2.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/2.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/3.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/3.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/4.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/4.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/5.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/5.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/6.dxf (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/6.dxf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Forces.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Forces.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Frames.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Frames.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Icons.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Icons.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Interfaces.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Interfaces.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Joints.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Joints.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Parts.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Parts.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Sensors.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Sensors.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Types.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Types.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Visualizers.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Visualizers.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/Rotational.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/Rotational.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/Translational.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/Translational.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Mechanics/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media (Copy from path: /trunk/libraries/msl32/Modelica/Media, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Air.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/Air.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/CompressibleLiquids.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/CompressibleLiquids.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/Common (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/Common, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/Common/FluidData.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/Common/FluidData.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/Common/SingleGasesData.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/Common/SingleGasesData.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/Common/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/Common/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/Common/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/Common/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/MixtureGases.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/MixtureGases.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/SingleGases.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/SingleGases.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Media/IdealGases/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Incompressible.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/Incompressible.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Water (Copy from path: /trunk/libraries/msl32/Modelica/Media/Water, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Water/IF97_Utilities.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/Water/IF97_Utilities.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Water/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/Water/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Water/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Media/Water/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Media/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Media/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources (Copy from path: /trunk/libraries/msl32/Modelica/Resources, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources (Copy from path: /trunk/libraries/msl32/Modelica/Resources/C-Sources, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaInternal.c (Copy from path: /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaInternal.c, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaStrings.c (Copy from path: /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaStrings.c, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables.h (Copy from path: /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables.h, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables_Dymola.c (Copy from path: /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables_Dymola.c, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaUtilities.h (Copy from path: /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaUtilities.h, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.c (Copy from path: /trunk/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.c, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.h (Copy from path: /trunk/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.h, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Data (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Data, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Data/Utilities (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Data/Utilities, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Data/Utilities/Examples_readRealParameters.txt (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Data/Utilities/Examples_readRealParameters.txt, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Differences-Modelica-221-222.html (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Differences-Modelica-221-222.html, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Differences-Modelica-301-31.html (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Differences-Modelica-301-31.html, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Figure_PlanarLoopAnalytic.ppt (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Figure_PlanarLoopAnalytic.ppt, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Fluid (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Fluid, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Fluid/FiniteVolume.doc (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Fluid/FiniteVolume.doc, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.ppt (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.ppt, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Mechanics (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Mechanics, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Mechanics/Lossy-Gear-Bug_Solution.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Mechanics/Lossy-Gear-Bug_Solution.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/Back3.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/Back3.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/IF97.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/IF97.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/crits.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/crits.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/meltsub.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/meltsub.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/phs.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/phs.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/surf.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/surf.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/thcond.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/thcond.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/visc.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/visc.pdf, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Modelica-Documentation-Template.doc (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Modelica-Documentation-Template.doc, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Modelica-Documentation-Template.ott (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Modelica-Documentation-Template.ott, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.doc (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.doc, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.ott (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.ott, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/ModelicaLicense2.html (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/ModelicaLicense2.html, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Butterworth.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Butterworth.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/ConvertAllUnits.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/ConvertAllUnits.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/CriticalDampingNonNormalized.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/CriticalDampingNonNormalized.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/CriticalDampingNormalized.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/CriticalDampingNormalized.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Filter1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Filter1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/FilterWithRiseTime.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/FilterWithRiseTime.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/HighPassOrder4Filters.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/HighPassOrder4Filters.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/HighPassOrder4FiltersStepResponse.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/HighPassOrder4FiltersStepResponse.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/BooleanValue.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/BooleanValue.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/IntegerValue.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/IntegerValue.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/RealValue.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/RealValue.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/InverseModel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/InverseModel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/InverseModelSchematic.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/InverseModelSchematic.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/LogicalNetwork1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/LogicalNetwork1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/LowPassOrder4Filters.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/LowPassOrder4Filters.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/LowPassOrder4FiltersStepResponse.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/LowPassOrder4FiltersStepResponse.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean/OnDelay1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean/OnDelay1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean/OnDelay2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean/OnDelay2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/PID_controller.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/PID_controller.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/PID_controller2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/PID_controller2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanConstant.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanConstant.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanPulse.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanPulse.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanStep.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanStep.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanTable.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanTable.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Clock.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Clock.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/CombiTimeTable.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/CombiTimeTable.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Constant.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Constant.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/ExpSine.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/ExpSine.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Exponentials.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Exponentials.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerConstant.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerConstant.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerStep.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerStep.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerTable.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerTable.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/KinematicPTP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/KinematicPTP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/KinematicPTP2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/KinematicPTP2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Pulse.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Pulse.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/RadioButtonSource.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/RadioButtonSource.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Ramp.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Ramp.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/SampleTrigger.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/SampleTrigger.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/SawTooth.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/SawTooth.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Sine.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Sine.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Step.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Step.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/TimeTable.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/TimeTable.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Trapezoid.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Trapezoid.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Basic (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Basic, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Basic/M_Transformer-eq.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Basic/M_Transformer-eq.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/IdealIntermediateSwitch1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/IdealIntermediateSwitch1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/IdealIntermediateSwitch2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/IdealIntermediateSwitch2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqG.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqG.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqL.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqL.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqMatrix.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqMatrix.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/OLine.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/OLine.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ULine.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ULine.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/arrangement.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/arrangement.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment_first.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment_first.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment_last.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment_last.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Machines (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/brush.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/brush.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesPc.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesPc.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesPcw.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesPcw.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesV.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesV.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesVw.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesVw.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/frictiontorque.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/frictiontorque.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic/dc_dt.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic/dc_dt.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic/dl_dt.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic/dl_dt.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal/IdealIntermediateSwitch1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal/IdealIntermediateSwitch1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal/IdealIntermediateSwitch2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal/IdealIntermediateSwitch2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img5.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img5.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/phasor_diagram.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/phasor_diagram.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/resonance_circuit.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/resonance_circuit.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/phasor_voltage.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/phasor_voltage.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_c.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_c.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_l.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_l.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_r.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_r.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/p_r.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/p_r.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_c.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_c.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_capacitor.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_capacitor.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_inductor.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_inductor.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_l.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_l.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_r.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_r.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_resistor.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_resistor.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/q_c.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/q_c.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/q_l.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/q_l.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/s.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/s.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_c.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_c.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_l.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_l.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_r.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_r.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/FilteredValveIcon.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/FilteredValveIcon.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFriction1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFriction1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFriction2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFriction2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFrictionStaticHead_case-a.PNG (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFrictionStaticHead_case-a.PNG, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFrictionStaticHead_case-b.PNG (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFrictionStaticHead_case-b.PNG, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/Tank_PipeAboveTankLevel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/Tank_PipeAboveTankLevel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveCharacteristics1a.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveCharacteristics1a.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveCharacteristics1b.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveCharacteristics1b.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveFilteredOpening.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveFilteredOpening.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regFun3_a.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regFun3_a.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regFun3_b.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regFun3_b.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_a.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_a.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_b.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_b.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_c.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_c.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regSquare2_b.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regSquare2_b.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regSquare2_c.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regSquare2_c.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/FD.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/FD.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/FD2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/FD2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/XRG_logo_3Streifen.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/XRG_logo_3Streifen.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target1_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target1_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target2_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target2_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target3_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target3_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target4_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target4_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target1_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target1_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target2_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target2_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target3_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target3_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target4_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target4_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapTurbulent.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapTurbulent.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/icon_channel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/icon_channel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_gap.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_gap.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_gap_symbol.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_gap_symbol.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_hTcontent_channel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_hTcontent_channel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_hTcontent_channel_app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_hTcontent_channel_app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/icon_general.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/icon_general.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/pic_hTgeneral.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/general/pic_hTgeneral.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_flatTube_kc.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_flatTube_kc.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_flatTube_kc_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_flatTube_kc_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_roundTube_kc.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_roundTube_kc.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_roundTube_kc_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_roundTube_kc_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/icon_heatExchanger.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/icon_heatExchanger.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/pic_flatTube.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/pic_flatTube.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/pic_roundTube.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/pic_roundTube.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar_KC_cnt.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar_KC_cnt.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar_KC_cpr.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar_KC_cpr.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall_KC_cnt.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall_KC_cnt.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall_KC_cpr.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall_KC_cpr.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent_KC_cnt.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent_KC_cnt.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent_KC_cpr.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent_KC_cpr.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/icon_helicalPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/icon_helicalPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_hTcontent_helicalPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_hTcontent_helicalPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_hTcontent_helicalPipe_app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_hTcontent_helicalPipe_app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_helicalPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_helicalPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/pic-packageHT-app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/pic-packageHT-app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/pic-packageHT.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/pic-packageHT.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_laminar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_laminar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_laminar_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_laminar_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_overall_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_overall_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_turbulent_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_turbulent_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_overall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_overall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_turbulent.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_turbulent.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/icon_plate.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/icon_plate.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_hTcontent_plate.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_hTcontent_plate.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_hTcontent_plate_app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_hTcontent_plate_app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_plate.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_plate.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_plate_symbol.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_plate_symbol.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_turbulent_KC_wipl.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_turbulent_KC_wipl.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_turbulent_KC_wopl.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_turbulent_KC_wopl.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_1.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_1.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_2.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_2.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_3.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_3.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_4.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_4.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_5.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_5.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_5.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_5.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UHFwithDFF_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UHFwithDFF_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UHFwithUFF_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UHFwithUFF_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UWTwithDFF_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UWTwithDFF_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UWTwithUFF_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UWTwithUFF_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UHFwithDFF_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UHFwithDFF_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UHFwithUFF_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UHFwithUFF_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UWTwithDFF_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UWTwithDFF_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UWTwithUFF_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UWTwithUFF_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_turbulent.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_turbulent.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_turbulent.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_turbulent.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_boiling_horizontal_KC.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_boiling_horizontal_KC.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_boiling_horizontal_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_boiling_horizontal_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_condensation_horizontal_KC.eps (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_condensation_horizontal_KC.eps, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_condensation_horizontal_KC.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_condensation_horizontal_KC.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/icon_straightPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/icon_straightPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTchoices_straightPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTchoices_straightPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTcontent_straightPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTcontent_straightPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTcontent_straightPipe_app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTcontent_straightPipe_app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_curved_DPvsVflow.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_curved_DPvsVflow.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_curved_smooth_DPvsVflow.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_curved_smooth_DPvsVflow.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOWwrtDelta.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOWwrtDelta.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOWwrtRD.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOWwrtRD.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_MFLOWvsDPwrtDelta.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_MFLOWvsDPwrtDelta.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_MFLOWvsDPwrtRD.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_MFLOWvsDPwrtRD.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_DPvsMFLOWwrtDelta.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_DPvsMFLOWwrtDelta.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_MFLOWvsDPwrtDelta.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_MFLOWvsDPwrtDelta.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_ZETAvsRE.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_ZETAvsRE.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_edged_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_edged_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_edged_DPvsVflow.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_edged_DPvsVflow.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/icon_bend.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/icon_bend.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_circularBend.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_circularBend.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_edgedBend.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_edgedBend.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_pLcontent_bend.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_pLcontent_bend.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_pLcontent_bend_app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_pLcontent_bend_app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall_lambdaVsRe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall_lambdaVsRe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig_channel_dp_internalFlowOverall_lambdaVsRe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig_channel_dp_internalFlowOverall_lambdaVsRe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/icon_channel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/icon_channel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/pic-pLchannel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/channel/pic-pLchannel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_idealGas_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_idealGas_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_idealGas_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_idealGas_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalDensityViscosity_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalDensityViscosity_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalDensityViscosity_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalDensityViscosity_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalPressureLossLawDensity_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalPressureLossLawDensity_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalPressureLossLawDensity_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalPressureLossLawDensity_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_pressureLossCoefficient_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_pressureLossCoefficient_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_pressureLossCoefficient_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_pressureLossCoefficient_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_volumeFlowRate_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_volumeFlowRate_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_volumeFlowRate_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_volumeFlowRate_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/icon_general.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/icon_general.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/pic_pLcontent_general.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/pic_pLcontent_general.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/pic_pLcontent_general_app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/general/pic_pLcontent_general_app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/ThickEdgedOrificeGeometry.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/ThickEdgedOrificeGeometry.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_suddenChangeContraction.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_suddenChangeContraction.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_suddenChangeExpansion.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_suddenChangeExpansion.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_ZETAvsLENGHT.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_ZETAvsLENGHT.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thick_edged_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thick_edged_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thick_edged_zeta_TOTvsl_bar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thick_edged_zeta_TOTvsl_bar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/icon_orifice.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/icon_orifice.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_pLcontent_orifice.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_pLcontent_orifice.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_pLcontent_orifice_app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_pLcontent_orifice_app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_suddenChangeSection.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_suddenChangeSection.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_suddenChangeSection_symbol.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_suddenChangeSection_symbol.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_thickEdged.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_thickEdged.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/pic-packagePL-app.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/pic-packagePL-app.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/pic-packagePL.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/pic-packagePL.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_laminar_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_laminar_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_laminar_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_laminar_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_DPMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_DPMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_lambdavsRe_ver.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_lambdavsRe_ver.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPMFLOW_LAMBDAvsRe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPMFLOW_LAMBDAvsRe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twoPhase_Chisholm_DP_1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twoPhase_Chisholm_DP_1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twoPhase_Friedel_DP_1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twoPhase_Friedel_DP_1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twophase_overall_.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twophase_overall_.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_laminar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_laminar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_laminar_lambdavsRe_ver.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_laminar_lambdavsRe_ver.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_turbulent.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_turbulent.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_turbulent_LAMBDAvsRe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_turbulent_LAMBDAvsRe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_twoPhase_overall_DP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_twoPhase_overall_DP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhasePL_Friedel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhasePL_Friedel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhase_overall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhase_overall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhase_overall_DP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhase_overall_DP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_validPL_straightPipeTwoPhase_Friedel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_validPL_straightPipeTwoPhase_Friedel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/icon_straightPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/icon_straightPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/lambda_FRI_straightPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/lambda_FRI_straightPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_pLchoices_straightPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_pLchoices_straightPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_pLcontent_straightPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_pLcontent_straightPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_straightPipe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_straightPipe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_twoPhaseFlowRegimes_horizontal.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_twoPhaseFlowRegimes_horizontal.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_twoPhaseFlowRegimes_vertical.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_twoPhaseFlowRegimes_vertical.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_laminar_lambdaRe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_laminar_lambdaRe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_DP_inline_DPmflow.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_DP_inline_DPmflow.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_DP_inline_lambdaRe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_DP_inline_lambdaRe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_MFLOW_inline_MFLOWdp.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_MFLOW_inline_MFLOWdp.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_MFLOW_inline_lambdaRe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_MFLOW_inline_lambdaRe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_turbulent_smooth_lambdaRe.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_turbulent_smooth_lambdaRe.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_DPvsMFLOW.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_DPvsMFLOW.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_MFLOWvsDP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_MFLOWvsDP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_zetaVsOpening.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_zetaVsOpening.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/icon_valve.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/icon_valve.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/pic_pLvalve.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/pressureLoss/valve/pic_pLvalve.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/utilities (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/utilities, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/utilities/LambertW_deviation.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/utilities/LambertW_deviation.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/utilities/SmoothPower.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/utilities/SmoothPower.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/utilities/Stepsmoother.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Dissipation/utilities/Stepsmoother.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/AST_BatchPlant1.jpg (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/AST_BatchPlant1.jpg, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/AST_BatchPlant2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/AST_BatchPlant2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/BatchPlant_StandardWater.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/BatchPlant_StandardWater.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/BranchingDynamicPipes.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/BranchingDynamicPipes.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ControlledTanks.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ControlledTanks.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/DrumBoiler.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/DrumBoiler.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/EmptyTanks.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/EmptyTanks.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/HeatExchanger.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/HeatExchanger.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/HeatingSystem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/HeatingSystem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/IncompressibleFluidNetwork.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/IncompressibleFluidNetwork.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/InverseParametrization.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/InverseParametrization.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MeasuringTemperature1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MeasuringTemperature1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MeasuringTemperature2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MeasuringTemperature2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MomentumBalanceFittings.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MomentumBalanceFittings.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/PumpingSystem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/PumpingSystem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/RoomCO2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/RoomCO2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/RoomCO2WithControls.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/RoomCO2WithControls.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/TanksWithOverflow.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/TanksWithOverflow.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanks.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanks.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/PipeFriction1_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/PipeFriction1_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/BalanceEquations1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/BalanceEquations1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/ControlledTanks.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/ControlledTanks.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/DrumBoiler.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/DrumBoiler.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/HeatingSystem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/HeatingSystem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/MixingConnections.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/MixingConnections.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/ThreeTanks.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/ThreeTanks.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/energyBalance1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/energyBalance1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/energyBalance2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/energyBalance2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/massBalance.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/massBalance.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/momentumBalance.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/momentumBalance.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/pipeFriction.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/pipeFriction.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/sqrt.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/sqrt.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Basic (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Basic, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Basic/LeakageWithCoefficient.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Basic/LeakageWithCoefficient.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_PermeanceModel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_PermeanceModel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_dimensions.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_dimensions.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/AdvancedSolenoidModel_fluxTubePartitioning.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/AdvancedSolenoidModel_fluxTubePartitioning.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/SimpleSolenoidModel_fluxTubePartitioning.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/SimpleSolenoidModel_fluxTubePartitioning.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/Solenoid_dimensions.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/Solenoid_dimensions.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/HardMagnetic (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/HardMagnetic, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/HardMagnetic/HardMagneticMaterials.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/HardMagnetic/HardMagneticMaterials.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/ElectricSheet.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/ElectricSheet.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Miscellaneous.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Miscellaneous.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Steel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Steel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/eq_mu_rApprox.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/eq_mu_rApprox.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/CuboidOrthogonalFlux.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/CuboidOrthogonalFlux.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/CuboidParallelFlux.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/CuboidParallelFlux.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinderAxialFlux.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinderAxialFlux.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinderRadialFlux.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinderRadialFlux.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/CoaxCylindersEndFaces.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/CoaxCylindersEndFaces.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfHollowSphere.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfHollowSphere.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfSphere.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfSphere.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfCylinder.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfCylinder.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfHollowCylinder.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfHollowCylinder.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterCylinder.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterCylinder.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowCylinder.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowCylinder.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowSphere.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowSphere.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterSphere.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterSphere.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/LeakageAroundPoles.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/LeakageAroundPoles.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_MaxwellConstitutive.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_MaxwellConstitutive.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctanceFromAverageGeometry.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctanceFromAverageGeometry.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_general.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_general.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_prismatic.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_prismatic.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_transition_reluctance_flowAcross_IntegralQuantities.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_transition_reluctance_flowAcross_IntegralQuantities.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/magnetic_flux_tube_schematic.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/magnetic_flux_tube_schematic.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_CoEnergy_general.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_CoEnergy_general.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromPermeance_network.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromPermeance_network.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromReluctance_network.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromReluctance_network.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_transition_forceReluctancePermeance.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_transition_forceReluctancePermeance.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/2pi_over_m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/2pi_over_m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/4pi_over_m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/4pi_over_m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/GGc.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/GGc.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/Gc.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/Gc.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/coupling.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/coupling.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/eddycurrent.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/eddycurrent.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/eddycurrent_electric.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/eddycurrent_electric.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/iV_m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/iV_m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/lossPower.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/lossPower.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/multiphaseconverter_phi.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/multiphaseconverter_phi.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/multiphaseconverter_vm.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/multiphaseconverter_vm.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/reluctance.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/reluctance.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/reluctance_alt.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/reluctance_alt.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/singlephaseconverter_phi.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/singlephaseconverter_phi.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/singlephaseconverter_vm.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/singlephaseconverter_vm.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/vPhi.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/vPhi.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/airgap.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/airgap.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/airgap_phasors.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/airgap_phasors.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/rotorcage.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/rotorcage.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/N.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/N.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Phi.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Phi.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/R_m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/R_m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/aimc_fem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/aimc_fem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/electrical_reference_V_m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/electrical_reference_V_m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/four_pole_V_m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/four_pole_V_m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m_phi.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m_phi.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m_real_complex.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m_real_complex.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/effectiveTurns.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/effectiveTurns.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/effectiveTurns_k.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/effectiveTurns_k.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/gamma.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/gamma.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/i.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/i.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/i_k.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/i_k.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_gt_m_over_2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_gt_m_over_2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_in_1_m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_in_1_m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_le_m_over_2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_le_m_over_2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/orientation.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/orientation.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/orientation_k.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/orientation_k.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/p.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/p.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi_over_2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi_over_2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi_over_2m.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi_over_2m.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/sqrt_2_over_3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/sqrt_2_over_3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/v.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/v.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/v_k.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/v_k.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/varphi.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/varphi.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/readme.txt (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/readme.txt, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/Vectors (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/Vectors/relNodePositions.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors/relNodePositions.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/Vectors/relNodePositions.svg (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors/relNodePositions.svg, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/Vectors/vectorNorm.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors/vectorNorm.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/Vectors/vectorNorm.ppt (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors/vectorNorm.ppt, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/acos.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/acos.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/acosh.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/acosh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/asin.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/asin.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/asinh.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/asinh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/atan.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/atan.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/atan2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/atan2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/atan3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/atan3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/cos.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/cos.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/cosh.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/cosh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/exp.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/exp.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/log.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/log.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/log10.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/log10.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/sin.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/sin.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/sinh.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/sinh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/tan.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/tan.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Math/tanh.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Math/tanh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/Air (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/Air, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/Air/Mollier.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/Air/Mollier.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/Air/PsycroChart.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/Air/PsycroChart.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Air.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Air.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Ar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Ar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H2_vinylidene.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H2_vinylidene.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H5OH.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H5OH.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H6.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H6.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H6_propylene.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H6_propylene.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H8.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H8.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H8O_1propanol.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H8O_1propanol.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C4H10_n_butane.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C4H10_n_butane.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C4H8_1_butene.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C4H8_1_butene.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C5H10_1_pentene.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C5H10_1_pentene.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C5H12_n_pentane.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C5H12_n_pentane.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H12_1_hexene.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H12_1_hexene.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H14_n_hexane.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H14_n_hexane.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H6.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H6.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C7H14_1_heptene.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C7H14_1_heptene.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C7H16_n_heptane.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C7H16_n_heptane.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C8H10_ethylbenz.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C8H10_ethylbenz.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C8H18_n_octane.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C8H18_n_octane.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CH3OH.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CH3OH.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CH4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CH4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CL2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CL2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CO.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CO.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CO2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CO2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/F2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/F2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/H2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/H2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/H2O.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/H2O.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/He.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/He.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/N2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/N2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/N2O.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/N2O.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NH3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NH3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NO.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NO.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NO2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NO2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Ne.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Ne.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/O2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/O2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/SO2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/SO2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/SO3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/SO3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/singleEquations.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/singleEquations.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/BalanceEquations1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/BalanceEquations1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/Demo.mo (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/Demo.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/EnergyBalance1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/EnergyBalance1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/EnergyBalance2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/EnergyBalance2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/mediumBalanceInit.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/mediumBalanceInit.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/mediumMenu.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/mediumMenu.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/Water (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/Water, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Media/Water/if97.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Media/Water/if97.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Arrow.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Arrow.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Arrow2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Arrow2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Bodies.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Bodies.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Body.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Body.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyBox.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyBox.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyCylinder.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyCylinder.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyShape.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyShape.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.DoublePendulum.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.DoublePendulum.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.FreeBody.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.FreeBody.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.Pendulum.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.Pendulum.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.PendulumWithSpringDamper.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.PendulumWithSpringDamper.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.SpringDamperSystem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.SpringDamperSystem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.SpringMassSystem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.SpringMassSystem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.ThreeSprings.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.ThreeSprings.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Colors.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Colors.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulum.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulum.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulumInitTip.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulumInitTip.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulumSmall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulumSmall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceWithMasses.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceWithMasses.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/FreeBody.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/FreeBody.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/FreeBody_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/FreeBody_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/InitSpringConstant.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/InitSpringConstant.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/InitSpringConstant_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/InitSpringConstant_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Pendulum.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Pendulum.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithContact.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithContact.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Pendulum_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Pendulum_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravity.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravity.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses2_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses2_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravity_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravity_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheelSetDriving.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheelSetDriving.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheelSetPulling.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheelSetPulling.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringDamperSystem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringDamperSystem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringDamperSystem_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringDamperSystem_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringMassSystem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringMassSystem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringMassSystem_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringMassSystem_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringWithMass.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringWithMass.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringWithMass_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringWithMass_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Surfaces.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Surfaces.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Surfaces_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Surfaces_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ThreeSprings.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ThreeSprings.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ThreeSprings_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ThreeSprings_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/snap.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/snap.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Engine.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Engine.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD_smaller.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD_smaller.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar1_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar1_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar2_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar2_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar_analytic.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar_analytic.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar_analytic_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar_analytic_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/r3_fullRobot.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/r3_fullRobot.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/r3_fullRobot_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/r3_fullRobot_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/robot_kr15.bmp (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/robot_kr15.bmp, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Fixed.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Fixed.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedFrame.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedFrame.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedFrame2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedFrame2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedLines.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedLines.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedLines2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedLines2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedRotation.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedRotation.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedShape.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedShape.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedTranslation.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedTranslation.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowForce.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowForce.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowForce2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowForce2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowTorque.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowTorque.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowTorque2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowTorque2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Damper.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Damper.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Damper2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Damper2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Force1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Force1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Force2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Force2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ForceAndTorque1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ForceAndTorque1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ForceAndTorque2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ForceAndTorque2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForce1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForce1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForce2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForce2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForceAndTorque1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForceAndTorque1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForceAndTorque2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForceAndTorque2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameTorque1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameTorque1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameTorque2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameTorque2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/LineForceWithMass.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/LineForceWithMass.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/LineForceWithTwoMasses.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/LineForceWithTwoMasses.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Spring2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Spring2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Torque1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Torque1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Torque2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Torque2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForce1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForce1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForce2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForce2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForceAndTorque1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForceAndTorque1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForceAndTorque2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForceAndTorque2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldTorque1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldTorque1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldTorque2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldTorque2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/InertialSystem.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/InertialSystem.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Cylindrical.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Cylindrical.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/FreeMotion.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/FreeMotion.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointRRP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointRRP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointRRR.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointRRR.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointSSP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointSSP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointSSR.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointSSR.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUPS.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUPS.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUSP.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUSP.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUSR.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUSR.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Planar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Planar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Prismatic.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Prismatic.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Revolute.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Revolute.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Spherical.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Spherical.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/SphericalSpherical.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/SphericalSpherical.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Universal.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Universal.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/UniversalSpherical.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/UniversalSpherical.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/MultiBody.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/MultiBody.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts/PointMass.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts/PointMass.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts/Rotor1D.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts/Rotor1D.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/AbsoluteSensor.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/AbsoluteSensor.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutForce.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutForce.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutForceAndTorque.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutForceAndTorque.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutTorque.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutTorque.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/Distance.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/Distance.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/RelativeSensor.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/RelativeSensor.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Shape.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Shape.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/ShapeSize.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/ShapeSize.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/ShapeSize2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/ShapeSize2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumAnimation.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumAnimation.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumAnimationSmall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumAnimationSmall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumDiagram.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumDiagram.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumDiagramSmall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumDiagramSmall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/ActuatedRevolute.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/ActuatedRevolute.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/Body.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/Body.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/Pendulum.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/Pendulum.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/PenulumSchematic1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/PenulumSchematic1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/PenulumSchematic2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/PenulumSchematic2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/Fourbar1a.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/Fourbar1a.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/Fourbar1b.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/Fourbar1b.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/FourbarAnalytic1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/FourbarAnalytic1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/FourbarAnalytic2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/FourbarAnalytic2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/MacPherson1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/MacPherson1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/ThreeSprings2DiagramLayer.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/ThreeSprings2DiagramLayer.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/ThreeSpringsDiagramLayer.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/ThreeSpringsDiagramLayer.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_engine.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_engine.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_excavator.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_excavator.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_freeBody.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_freeBody.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_robot.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_robot.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Arrow.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Arrow.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/ColorMaps.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/ColorMaps.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/autumn.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/autumn.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/gray.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/gray.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/hot.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/hot.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/jet.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/jet.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/spring.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/spring.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/summer.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/summer.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/winter.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/winter.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/DoubleArrow.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/DoubleArrow.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Ground.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Ground.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/GroundSmall.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/GroundSmall.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarField-ColorMap.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarField-ColorMap.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarField.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarField.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarFieldIcon.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarFieldIcon.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/SpecularCoefficient.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/SpecularCoefficient.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Surface.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Surface.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Surface_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Surface_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Torus.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Torus.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/TorusIcon.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/TorusIcon.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/VoluminousWheel.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/VoluminousWheel.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/VoluminousWheelIcon.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/VoluminousWheelIcon.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/MultiBody/world.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/world.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/bearing.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/bearing.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/bearing2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/bearing2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/drive1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/drive1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/drive2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/drive2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/drive3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/drive3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/drive4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/drive4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/driveAxis.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveAxis.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/driveExample.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveExample.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/elastoBacklash1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/elastoBacklash1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/inertias.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/inertias.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Rotational/relativeStates.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/relativeStates.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks1_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks1_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks2_small.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks2_small.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/CompositeStep1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/CompositeStep1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Thermal (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Thermal, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Thermal/HeatTransfer (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Thermal/HeatTransfer, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Thermal/HeatTransfer/driveWithHeatTransfer.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Thermal/HeatTransfer/driveWithHeatTransfer.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational/ElastoGap1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational/ElastoGap1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational/Fig.translational.examples.InitialConditions.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational/Fig.translational.examples.InitialConditions.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad3.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad3.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad4.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad4.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational/Stribeck.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational/Stribeck.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Translational/relativeStates2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Translational/relativeStates2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i1_polar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i1_polar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i1_rect.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i1_rect.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i2_polar.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i2_polar.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i2_rect.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i2_rect.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations/fourier.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations/fourier.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations/sample.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations/sample.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Digital.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Digital.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/ElectricalPins.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/ElectricalPins.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/ElectricalPlugs.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/ElectricalPlugs.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/FluidHeatFlowPorts.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/FluidHeatFlowPorts.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/FluidPorts.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/FluidPorts.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/HydraulicPorts.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/HydraulicPorts.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Blocks1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Blocks1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Blocks2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Blocks2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Digital.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Digital.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Electrical.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Electrical.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Fluid.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Fluid.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-FluxTubes.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-FluxTubes.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Machines.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Machines.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Media.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Media.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-MultiBody1.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-MultiBody1.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-MultiBody2.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-MultiBody2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Rotational.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Rotational.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-StateGraph.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-StateGraph.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Thermal.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Thermal.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Translational.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Translational.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/MagneticPorts.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/MagneticPorts.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/ModelicaLibraries.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/ModelicaLibraries.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/MultiBodyFrames.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/MultiBodyFrames.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/PneumaticPorts.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/PneumaticPorts.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/RotationalFlanges.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/RotationalFlanges.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/Signals.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Signals.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/SpacePhasor.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/SpacePhasor.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/StateGraphPorts.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/StateGraphPorts.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/ThermalHeatPorts.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/ThermalHeatPorts.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/UsersGuide/TranslationalFlanges.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/TranslationalFlanges.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/_readme.txt (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/_readme.txt, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_1.6_to_2.1.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_1.6_to_2.1.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_2.1Beta1_to_2.1.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_2.1Beta1_to_2.1.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_2.2.2_to_3.0.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_2.2.2_to_3.0.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/AST_BatchPlant_StandardWater (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/AST_BatchPlant_StandardWater, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/AST_BatchPlant_StandardWater/plot level.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/AST_BatchPlant_StandardWater/plot level.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/BranchingDynamicPipes (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/BranchingDynamicPipes, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/BranchingDynamicPipes/plotResults.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/BranchingDynamicPipes/plotResults.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ControlledTanks (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ControlledTanks, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ControlledTanks/plot level and ports.m_flow.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ControlledTanks/plot level and ports.m_flow.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/EmptyTanks (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/EmptyTanks, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/EmptyTanks/plot level and port.p.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/EmptyTanks/plot level and port.p.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/IncompressibleFluidNetwork (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/IncompressibleFluidNetwork, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/IncompressibleFluidNetwork/plotJunctionPressuresAndValves.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/IncompressibleFluidNetwork/plotJunctionPressuresAndValves.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/InverseParameterization (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/InverseParameterization, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/InverseParameterization/plotResults.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/InverseParameterization/plotResults.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/MomentumBalanceFittings (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/MomentumBalanceFittings, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/MomentumBalanceFittings/Plot the model results.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/MomentumBalanceFittings/Plot the model results.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank/plot level and port.p.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank/plot level and port.p.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank/plot level, port.p and port.m_flow.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank/plot level, port.p and port.m_flow.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2 (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2/plotConcentrations.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2/plotConcentrations.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2WithControls (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2WithControls, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2WithControls/plotStatesWithControl.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2WithControls/plotStatesWithControl.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1 (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1/plot level and port.p.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1/plot level and port.p.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1/plot level, port.p and port.m_flow.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1/plot level, port.p and port.m_flow.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe2 (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe2, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe2/plot level and port.p.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe2/plot level and port.p.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe1 (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe1, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe1/plot level, port.p and port.m_flow.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe1/plot level, port.p and port.m_flow.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe2 (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe2, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe2/plot level and port.m_flow.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe2/plot level and port.m_flow.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TwoTanks (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TwoTanks, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TwoTanks/plot level and port.p.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TwoTanks/plot level and port.p.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/Run.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/Run.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/fullRobotPlot.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/fullRobotPlot.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/oneAxisPlot.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/oneAxisPlot.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/Rotational (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/Rotational, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/Rotational/CoupledClutches.mos (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/Rotational/CoupledClutches.mos, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/SIunits.mo (Copy from path: /trunk/libraries/msl32/Modelica/SIunits.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/StateGraph.mo (Copy from path: /trunk/libraries/msl32/Modelica/StateGraph.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Thermal (Copy from path: /trunk/libraries/msl32/Modelica/Thermal, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Thermal/FluidHeatFlow.mo (Copy from path: /trunk/libraries/msl32/Modelica/Thermal/FluidHeatFlow.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Thermal/HeatTransfer.mo (Copy from path: /trunk/libraries/msl32/Modelica/Thermal/HeatTransfer.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Thermal/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Thermal/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Thermal/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Thermal/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities (Copy from path: /trunk/libraries/msl32/Modelica/Utilities, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/Examples.mo (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/Examples.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/Files.mo (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/Files.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/Internal.mo (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/Internal.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/Streams.mo (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/Streams.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/Strings.mo (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/Strings.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/System.mo (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/System.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/Types.mo (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/Types.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/package.order (Copy from path: /trunk/libraries/msl32/Modelica/Utilities/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/package.mo (Copy from path: /trunk/libraries/msl32/Modelica/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/package.order (Copy from path: /trunk/libraries/msl32/Modelica/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/readme.txt (Copy from path: /trunk/libraries/msl32/Modelica/readme.txt, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference (Copy from path: /trunk/libraries/msl32/ModelicaReference, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/acos.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/acos.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/acosh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/acosh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/asin.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/asin.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/asinh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/asinh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/atan.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/atan.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/atan2.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/atan2.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/change.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/change.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/cos.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/cos.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/cosh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/cosh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/delay.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/delay.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/edge.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/edge.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/exp.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/exp.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/function.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/function.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/log.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/log.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/log10.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/log10.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/pre.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/pre.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/sample.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/sample.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/sin.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/sin.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/sinh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/sinh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/tan.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/tan.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/tanh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/tanh.png, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/package.mo (Copy from path: /trunk/libraries/msl32/ModelicaReference/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/package.order (Copy from path: /trunk/libraries/msl32/ModelicaReference/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaServices (Copy from path: /trunk/libraries/msl32/ModelicaServices, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaServices/package.mo (Copy from path: /trunk/libraries/msl32/ModelicaServices/package.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaServices/package.order (Copy from path: /trunk/libraries/msl32/ModelicaServices/package.order, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ObsoleteModelica3.mo (Copy from path: /trunk/libraries/msl32/ObsoleteModelica3.mo, Revision, 6751) Replacing : /branches/sjoelund-functiontree/libraries/msl32/README.txt (Copy from path: /trunk/libraries/msl32/README.txt, Revision, 6751) Revision: 6749 Author: Frenkel TUD Date: 12:30:27, den 31 oktober 2010 Message: - add taskplan.txt ---- Added : /branches/sjoelund-functiontree/doc/backend/taskplan.txt Revision: 6748 Author: Frenkel TUD Date: 12:26:54, den 31 oktober 2010 Message: - fix some testcases from testmos ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Revision: 6743 Author: sjoelund.se Date: 22:58:58, den 30 oktober 2010 Message: - Fixed some more RML warnings ---- Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Revision: 6742 Author: sjoelund.se Date: 22:31:34, den 30 oktober 2010 Message: - Fix RML warnings in SCode and SCodeUtil ---- Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Revision: 6741 Author: sjoelund.se Date: 22:23:12, den 30 oktober 2010 Message: - Fixed UnitChecker,UnitAbsynBuilder RML warnings ---- Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitChecker.mo Revision: 6740 Author: sjoelund.se Date: 22:20:15, den 30 oktober 2010 Message: - Fixed XMLDump.mo RML warnings ---- Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6739 Author: sjoelund.se Date: 22:17:45, den 30 oktober 2010 Message: - Fixed one additional omc warning in Static.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6738 Author: sjoelund.se Date: 22:16:55, den 30 oktober 2010 Message: - Fixed all warnings when compiling Static.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6737 Author: sjoelund.se Date: 22:06:06, den 30 oktober 2010 Message: - Fix more errors in Static.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6736 Author: sjoelund.se Date: 21:43:34, den 30 oktober 2010 Message: - Removed some duplicates/local clauses in Static.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6735 Author: sjoelund.se Date: 20:21:11, den 30 oktober 2010 Message: - Added new RML warnings to the Linux makefile - Fixed some of them ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/omc_release/Makefile.in Revision: 6734 Author: adrpo Date: 19:35:52, den 30 oktober 2010 Message: - YOU WILL NEED A NEW RML FOR THIS: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/ - enable warnings by default ---- Modified : /branches/sjoelund-functiontree/Compiler/omc_release/Makefile.omdev.mingw Revision: 6733 Author: sjoelund.se Date: 19:20:07, den 30 oktober 2010 Message: - Remove case-local declarations ---- Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Revision: 6732 Author: adrpo Date: 19:10:39, den 30 oktober 2010 Message: - got rid of unused import ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Revision: 6731 Author: adrpo Date: 19:08:55, den 30 oktober 2010 Message: - no more local declarations in cases in DAEUtil.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Revision: 6730 Author: sjoelund.se Date: 18:54:32, den 30 oktober 2010 Message: - Updated expected output of some models ---- Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/systems/RobotR3.mos Revision: 6729 Author: adrpo Date: 17:36:05, den 30 oktober 2010 Message: - got rid of some local declarations. ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Revision: 6727 Author: sjoelund.se Date: 14:34:21, den 30 oktober 2010 Message: - Fix function input/output ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Revision: 6726 Author: sjoelund.se Date: 14:31:38, den 30 oktober 2010 Message: - Fix TplAbsyn, TplMain syntax ---- Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplMain.mo Revision: 6725 Author: sjoelund.se Date: 14:20:06, den 30 oktober 2010 Message: - Fix travering function references (UtilTest.mos now works) ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6724 Author: sjoelund.se Date: 13:47:37, den 30 oktober 2010 Message: - Fixed 1 more testcase in meta/ ---- Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6722 Author: sjoelund.se Date: 13:12:10, den 30 oktober 2010 Message: - Fixed traversal of metarecord calls ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6721 Author: sjoelund.se Date: 13:01:28, den 30 oktober 2010 Message: - Fix RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6720 Author: sjoelund.se Date: 12:54:24, den 30 oktober 2010 Message: - Fix parsing of Util.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6718 Author: sjoelund.se Date: 12:41:58, den 30 oktober 2010 Message: - Fixed traverseExp for VALUEBLOCK ---- Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/List4.mo Revision: 6717 Author: perost Date: 18:07:39, den 29 oktober 2010 Message: Updated CevalFunction implementation: - Fixed correct dimensions for function variables. - Added dependency analysis for function variables so that they are added to the environment in the right order. - Added function to convert all ASUBs to CREFs. - Implemented support for : and slices. - Implemented support for if, for and while statements. ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Revision: 6716 Author: Frenkel TUD Date: 17:30:27, den 29 oktober 2010 Message: - fix BackendDAEUtil.checkBackendDAE ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Revision: 6715 Author: sjoelund.se Date: 16:29:38, den 29 oktober 2010 Message: - Made more things work ---- Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6714 Author: sjoelund.se Date: 16:18:59, den 29 oktober 2010 Message: - Fix compilation ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6713 Author: sjoelund.se Date: 15:40:28, den 29 oktober 2010 Message: - Fix RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Revision: 6712 Author: adrpo Date: 15:28:27, den 29 oktober 2010 Message: - no more local decls in matchcontinue cases. ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Revision: 6711 Author: adrpo Date: 15:28:04, den 29 oktober 2010 Message: - no more local decls in matchcontinue cases. ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Revision: 6710 Author: sjoelund.se Date: 15:14:15, den 29 oktober 2010 Message: - Fix RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6708 Author: sjoelund.se Date: 14:40:04, den 29 oktober 2010 Message: - Remove RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6707 Author: Frenkel TUD Date: 14:23:22, den 29 oktober 2010 Message: - BackendDAECreate.mo change interface for user function for traverseDAEExps ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Revision: 6706 Author: sjoelund.se Date: 14:14:05, den 29 oktober 2010 Message: - Deprecate case-local declarations in the grammar ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Revision: 6705 Author: AlexeyLebedev Date: 13:42:29, den 29 oktober 2010 Message: Merged the non-expanded array stuff. ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6704 Author: sjoelund.se Date: 12:56:51, den 29 oktober 2010 Message: - Added more expressions to SimplifyTest.mos ---- Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mos Revision: 6703 Author: sjoelund.se Date: 12:00:42, den 29 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Makefile.unix Revision: 6701 Author: sjoelund.se Date: 11:27:05, den 29 oktober 2010 Message: - Also handled ENUM_LITERAL and METARECORD in traverseExp ---- Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Revision: 6700 Author: sjoelund.se Date: 11:15:10, den 29 oktober 2010 Message: - Partial fix for problems with traverseExp ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/List4.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MainTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mo Revision: 6698 Author: sjoelund.se Date: 08:12:09, den 29 oktober 2010 Message: - Fix syntax error in CevalFunction.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Revision: 6697 Author: sjoelund.se Date: 08:07:17, den 29 oktober 2010 Message: - Fix printing of DAE.Type ---- Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Revision: 6696 Author: sjoelund.se Date: 07:57:21, den 29 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Added : /branches/sjoelund-functiontree/doc/MediaAndFluid (Copy from path: /trunk/doc/MediaAndFluid, Revision, 6695) Replacing : /branches/sjoelund-functiontree/doc/MediaAndFluid/MediaAndFluid.pptx (Copy from path: /trunk/doc/MediaAndFluid/MediaAndFluid.pptx, Revision, 6695) Revision: 6694 Author: Frenkel TUD Date: 22:41:27, den 28 oktober 2010 Message: - implement some event stuff ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Linearization.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/doc/backend/FlowDiagram.graphml Revision: 6693 Author: perost Date: 18:07:13, den 28 oktober 2010 Message: - Added utility function Util.listSplitOnFirstMatch. - Added valueInteger and valueDimensions to ValuesUtil. - Implemented more parts of CevalFunction. ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Revision: 6692 Author: sjoelund.se Date: 17:28:22, den 28 oktober 2010 Message: - Fix meta testsuite ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/RTOpts.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Modified : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Revision: 6690 Author: Frenkel TUD Date: 17:12:50, den 28 oktober 2010 Message: - fix bugs - DAEUtil.mo - improve function traverseDAEEquationsStmts ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Revision: 6688 Author: sjoelund.se Date: 16:11:44, den 28 oktober 2010 Message: - Use realLn ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Revision: 6687 Author: wbraun Date: 16:03:35, den 28 oktober 2010 Message: - renamed uniontype DAELow to BackendDAE - renamed record DAELOW to DAE ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAE.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendEquation.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEEXT.mo Deleted : /branches/sjoelund-functiontree/Compiler/DAELow_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Linearization.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6686 Author: sjoelund.se Date: 15:35:29, den 28 oktober 2010 Message: - Fix merging error ---- Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6685 Author: Frenkel TUD Date: 15:33:14, den 28 oktober 2010 Message: - fix bugs for event stuff ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAE.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Revision: 6684 Author: sjoelund.se Date: 15:31:28, den 28 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Makefile.in Modified : /branches/sjoelund-functiontree/Compiler/Makefile.omdev.mingw Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Deleted : /branches/sjoelund-functiontree/Compiler/absyn_builder Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/Makefile Modified : /branches/sjoelund-functiontree/Makefile.in Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Components.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Components.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentsProperties.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentsProperties.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ConnectorWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/CornerItem.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/CornerItem.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/EllipseAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/EllipseAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconParameters.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconParameters.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconProperties.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconProperties.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/InheritanceAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/InheritanceAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LineAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LineAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/MessageWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/MessageWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelicaEditor.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelicaEditor.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCThread.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCThread.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PlotWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PolygonAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PolygonAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/RectangleAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/RectangleAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/branch-closed.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/branch-closed.png, Revision, 6683) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/branch-end.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/branch-end.png, Revision, 6683) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/branch-more.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/branch-more.png, Revision, 6683) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/branch-open.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/branch-open.png, Revision, 6683) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/vline.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/vline.png, Revision, 6683) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/zoom100.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/zoom100.png, Revision, 6683) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/zoomIn.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/zoomIn.png, Revision, 6683) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/zoomOut.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/zoomOut.png, Revision, 6683) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ShapeAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ShapeAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SplashScreen.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SplashScreen.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/StringHandler.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/StringHandler.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/TextAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/main.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/omc_communication.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/omc_communication.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/resource_omedit.qrc Modified : /branches/sjoelund-functiontree/OMEdit/bin/Makefile Modified : /branches/sjoelund-functiontree/OMNotebook/3Dpkg/SimulationData.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/3Dpkg/SimulationData.h Modified : /branches/sjoelund-functiontree/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /branches/sjoelund-functiontree/OMNotebook/DrControl/DrControl.onb Modified : /branches/sjoelund-functiontree/OMNotebook/DrControl/LQ/E341InvPendelum.onb Modified : /branches/sjoelund-functiontree/OMNotebook/DrControl/LQ/E342tanksystem.onb Added : /branches/sjoelund-functiontree/OMNotebook/DrControl/LQ/E343kinematic.onb (Copy from path: /trunk/OMNotebook/DrControl/LQ/E343kinematic.onb, Revision, 6683) Added : /branches/sjoelund-functiontree/OMNotebook/DrControl/Linearization (Copy from path: /trunk/OMNotebook/DrControl/Linearization, Revision, 6683) Replacing : /branches/sjoelund-functiontree/OMNotebook/DrControl/Linearization/E411tanksystem.onb (Copy from path: /trunk/OMNotebook/DrControl/Linearization/E411tanksystem.onb, Revision, 6683) Modified : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/application.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cell.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cell.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellcommandcenter.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/celldocument.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/command.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/commandcenter.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/commandunit.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/copytest.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/document.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/documentview.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/evalthread.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/factory.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/graphcell.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/indent.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/indent.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/inputcell.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/nbparser.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebook.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/omc_communicator.hpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/parserfactory.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/qcombobox_search.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/resource1.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/rule.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/searchform.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/stripstring.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/textcell.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/treeview.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/visitor.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/compoundWidget.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/curve.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/curve.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/dataSelect.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/focusRect.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/graphScene.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/graphWidget.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/graphWindow.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/label.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/legendLabel.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/line2D.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/line2D.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/lineGroup.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/lineGroup.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/point.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/point.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/variableData.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/variableData.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/variablewindow.h Modified : /branches/sjoelund-functiontree/OMNotebook/Pltpkg2/verticalLabel.h Modified : /branches/sjoelund-functiontree/OMNotebook/ext/e.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/ext/generatedfiles/qtres.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/ext/resource.h Modified : /branches/sjoelund-functiontree/configure Modified : /branches/sjoelund-functiontree/configure.in Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaInternal.c Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaStrings.c Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables.h Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables_Dymola.c Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/ModelicaUtilities.h Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.c Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.h Revision: 6680 Author: sjoelund.se Date: 15:27:17, den 28 oktober 2010 Message: - Remove mk_bcon from Modelica.g ---- Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Revision: 6677 Author: Frenkel TUD Date: 11:48:50, den 28 oktober 2010 Message: - fix some bugs check for records improved rename BackendDAEUtil.traverseExp to traverseAlgorithmExps - Expression.mo delete makeCrefExpNoType use crefExp improve isConst ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Revision: 6676 Author: adrpo Date: 11:26:48, den 28 oktober 2010 Message: - changed stringEqual to stringEq - YOU NEED A NEW OMDEV/MetaModelica/RML: OMDev: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/ MetaModelica/RML for Linux, revision 183. - moved functions from System into MetaModelica/RML: + System.strcmp -> stringCompare + System.stringAppendList -> stringAppendList + System.refEqual -> referenceEq + System.enableTrace -> enableTrace + System.disableTrace -> disableTrace + System.hash -> stringHashDjb2 + System.log -> realLog + System.log10 -> realLog10 + System.MORE_TRIG_FUNC -> realTRIG_FUNC + more functions I don't remember - added some of these functions to c_runtime/meta_modelica_builtin.cpp ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ClassLoader.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Debug.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionDump.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/InstanceHierarchy.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Linearization.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Main_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplMain.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinString.mo Revision: 6674 Author: wbraun Date: 10:29:59, den 28 oktober 2010 Message: - separated functions for BLT to BackendDAETransform ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Added : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Linearization.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6671 Author: Frenkel TUD Date: 00:10:43, den 28 oktober 2010 Message: - Expression.mo delete makeCrefExpNoType and use crefExp rename generateCrefsExpFromType to generateCrefsExpFromExpVar ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Revision: 6669 Author: Frenkel TUD Date: 23:37:54, den 27 oktober 2010 Message: - delete unused code ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Revision: 6668 Author: wbraun Date: 23:33:00, den 27 oktober 2010 Message: - thrown DAELow.mo away and divided the stuff on the files BackendDAE* - separated some more stuff ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendEquation.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Deleted : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Added : /branches/sjoelund-functiontree/Compiler/Linearization.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6667 Author: Frenkel TUD Date: 22:59:17, den 27 oktober 2010 Message: - BackendDAECreate.mo use BackendVariable.setVarKind ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Revision: 6666 Author: Frenkel TUD Date: 22:30:59, den 27 oktober 2010 Message: - fix some isues ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6664 Author: Frenkel TUD Date: 20:20:48, den 27 oktober 2010 Message: - fix bugs - BackendDAECreate.mo use traverseExp and traverseDAE2 for state search ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6663 Author: Frenkel TUD Date: 19:51:05, den 27 oktober 2010 Message: - DAELow.mo move translateDAE and calculateIndex to BackendVariable.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6662 Author: Frenkel TUD Date: 19:11:15, den 27 oktober 2010 Message: - DAELow.mo move DelayExpression stuff to SimCode.mo and delete duplicatet functions ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6661 Author: Frenkel TUD Date: 19:00:35, den 27 oktober 2010 Message: - DAELow.mo move DivExpressionErrorMsg stuff to SimCode.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6660 Author: Frenkel TUD Date: 18:37:56, den 27 oktober 2010 Message: - DAELow.mo move tearing stuff to BackendDAEOptimize.mo - Util.mo add function listSplittOnBoolList ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendEquation.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6659 Author: sjoelund.se Date: 18:26:46, den 27 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Added : /branches/sjoelund-functiontree/doc/performance/NonExpandedArraysDesignAndPlan.docx (Copy from path: /trunk/doc/performance/NonExpandedArraysDesignAndPlan.docx, Revision, 6658) Revision: 6658 Author: sjoelund.se Date: 18:19:46, den 27 oktober 2010 Message: - Fix RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsyn.mo Revision: 6657 Author: sjoelund.se Date: 17:34:39, den 27 oktober 2010 Message: - Fix RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MainTest.mos Revision: 6656 Author: wbraun Date: 17:21:27, den 27 oktober 2010 Message: - added BackendEquation.mo - moved caluclate incendece Matrix to BackendDAEUtil ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Added : /branches/sjoelund-functiontree/Compiler/BackendEquation.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6655 Author: perost Date: 16:50:48, den 27 oktober 2010 Message: - Started implementation of CevalFunction, a replacement for Cevalfunc that works on instantiated functions instead of Absyn. ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Added : /branches/sjoelund-functiontree/Compiler/CevalFunction.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Revision: 6654 Author: sjoelund.se Date: 16:40:46, den 27 oktober 2010 Message: - Fix listMember( (a,b), lst ), and similar problems with polymorphic functions ---- Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica.c Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mos Revision: 6653 Author: wbraun Date: 16:08:48, den 27 oktober 2010 Message: - added BackendDAEOptimize.mo and move functions for simplify equations ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Added : /branches/sjoelund-functiontree/Compiler/BackendDAEOptimize.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6650 Author: sjoelund.se Date: 15:32:47, den 27 oktober 2010 Message: - Fixed polymorphism so that Util.listListMap now works - Removed DAE.T_POLYMORPHIC_SOLVED - Instead, we prefix polymorphic types from the called function with $. ---- Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mos Revision: 6648 Author: wbraun Date: 14:32:32, den 27 oktober 2010 Message: - rename BackendDAETransform.mo to BackendDAECreate ---- Added : /branches/sjoelund-functiontree/Compiler/BackendDAECreate.mo Deleted : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Revision: 6647 Author: Frenkel TUD Date: 13:01:34, den 27 oktober 2010 Message: - update RedesignBackendOMC.doc - SimCode.mo remove unused code ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/doc/backend/Classdiagramm_new.graphml Modified : /branches/sjoelund-functiontree/doc/backend/Classdiagramm_new.jpg Added : /branches/sjoelund-functiontree/doc/backend/FlowDiagram.graphml Added : /branches/sjoelund-functiontree/doc/backend/FlowDiagram.jpg Modified : /branches/sjoelund-functiontree/doc/backend/RedesignBackendOMC.doc Revision: 6646 Author: sjoelund.se Date: 12:56:25, den 27 oktober 2010 Message: - merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ExternalFunctionAnno.mo Revision: 6645 Author: sjoelund.se Date: 12:42:20, den 27 oktober 2010 Message: - Some more changes that rely on new RML ---- Modified : /branches/sjoelund-functiontree/Compiler/Print.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Print_omc.cpp Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6644 Author: sjoelund.se Date: 12:18:17, den 27 oktober 2010 Message: - Fixed ExpressionSimplify.simplify testcases using the bootstrapping ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/ErrorExt.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Error_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/RTOpts_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica.h Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Modified : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mos Revision: 6641 Author: sjoelund.se Date: 10:15:42, den 27 oktober 2010 Message: - Remove some useless code ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6639 Author: sjoelund.se Date: 09:45:56, den 27 oktober 2010 Message: - Don't ceval functions with initial algorithms ---- Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Revision: 6638 Author: adrpo Date: 09:35:23, den 27 oktober 2010 Message: - use setGlobalRoot/getGlobalRoot instead of System.addToRoots/getFromRoots - use Inst.instHashIndex instead of 0 in the set/getGlobalRoot - you will need a new MetaModelica/RML (or OMDev) to be able to compile/run: OMDEV: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/OMDev-mingw-msvc-2010-10-26-revision-181.zip MetaModelica/RML for Linux, revision 181. ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6637 Author: sjoelund.se Date: 07:53:00, den 27 oktober 2010 Message: Remove unused imports ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAE.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Revision: 6636 Author: sjoelund.se Date: 06:07:00, den 27 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6635 Author: wbraun Date: 01:18:50, den 27 oktober 2010 Message: - continued with remove functions from DAELow ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Revision: 6633 Author: wbraun Date: 00:53:39, den 27 oktober 2010 Message: - continue with remove functions from DAELow ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6632 Author: Frenkel TUD Date: 23:48:14, den 26 oktober 2010 Message: - Compiler/ComponentReference.mo delete function crefAddPrefix use makeCref_Qual ---- Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Revision: 6631 Author: Frenkel TUD Date: 22:46:37, den 26 oktober 2010 Message: - fix meta/SimplifyTest ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mos Revision: 6630 Author: Frenkel TUD Date: 22:40:28, den 26 oktober 2010 Message: - fix meta/DumpTest ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Revision: 6629 Author: wbraun Date: 22:17:38, den 26 oktober 2010 Message: - extract all function regarding Variables from DAELow. to BackendVariables ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6628 Author: Frenkel TUD Date: 22:15:43, den 26 oktober 2010 Message: - Expression.mo remove traverseExpLst and rename traverseExpLstinternal to traversExplst ---- Modified : /branches/sjoelund-functiontree/Compiler/Expression.mo Revision: 6627 Author: Frenkel TUD Date: 22:06:32, den 26 oktober 2010 Message: - delete Exp.mo ---- Deleted : /branches/sjoelund-functiontree/Compiler/Exp.mo Revision: 6626 Author: Frenkel TUD Date: 22:05:34, den 26 oktober 2010 Message: - rename Exp to Expression ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Convert.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Added : /branches/sjoelund-functiontree/Compiler/Expression.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionDump.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSolve.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 6625 Author: sjoelund.se Date: 21:12:05, den 26 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/CyclicPerm.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/CyclicPerm.mos Revision: 6624 Author: wbraun Date: 21:06:15, den 26 oktober 2010 Message: - continue with with moving functions from DAELow to BackendVariable ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6623 Author: Frenkel TUD Date: 20:26:41, den 26 oktober 2010 Message: - Exp.mo copy all functions for dump and print to ExpressionDump.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Added : /branches/sjoelund-functiontree/Compiler/ExpressionDump.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6621 Author: Frenkel TUD Date: 19:00:58, den 26 oktober 2010 Message: - Exp.mo copy all functions for simplify to EpressionSimplify.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Added : /branches/sjoelund-functiontree/Compiler/ExpressionSimplify.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpressionSolve.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/doc/backend/Classdiagramm_new.graphml Revision: 6619 Author: sjoelund.se Date: 18:27:06, den 26 oktober 2010 Message: - Fixed HashTableTest.mos ---- Modified : /branches/sjoelund-functiontree/Compiler/BaseHashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 6618 Author: sjoelund.se Date: 18:07:23, den 26 oktober 2010 Message: - Changed HashTable implementations to use the new BaseHashTable.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/BaseHashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Revision: 6617 Author: wbraun Date: 18:00:33, den 26 oktober 2010 Message: - added BackendVariable modele that deals with BackendDAE.Var, BackendDAE.Variables and BackendDAEVariablesArray. - started to push functions from SimCode.mo and DAELow.mo to that file. ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Added : /branches/sjoelund-functiontree/Compiler/BackendVariable.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Revision: 6616 Author: Frenkel TUD Date: 17:18:22, den 26 oktober 2010 Message: - Exp.mo copy all functions for solve to ExpressionSolve.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Added : /branches/sjoelund-functiontree/Compiler/ExpressionSolve.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Revision: 6615 Author: Frenkel TUD Date: 16:21:30, den 26 oktober 2010 Message: - Exp.mo sort the functions and remove functions with equal functionality - ComponentReference.mo update Comments - BackendDAEUtil.mo improve error msg and use flag "checkBackendDAE" ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Revision: 6613 Author: sjoelund.se Date: 14:50:18, den 26 oktober 2010 Message: - Added BaseHashTable.mo, a truly generic HashTable - Made HashTable2 use it ---- Added : /branches/sjoelund-functiontree/Compiler/BaseHashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_omc.cpp Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Abs2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/DerConstant3.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/LookupBuiltin.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/simplify.mos Revision: 6611 Author: sjoelund.se Date: 12:43:37, den 26 oktober 2010 Message: - RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Revision: 6609 Author: sjoelund.se Date: 12:25:00, den 26 oktober 2010 Message: - Added elaboration for internal builtin functions as a separate function - simplify() is now called OpenModelicaInternal.simplify() - The same goes for the mmc_xxx functions ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6608 Author: sjoelund.se Date: 11:54:49, den 26 oktober 2010 Message: - Fixed some type issues with OMC-MM ---- Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Revision: 6606 Author: sjoelund.se Date: 10:43:12, den 26 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseFullModelica3.2.mos Revision: 6605 Author: sjoelund.se Date: 10:27:34, den 26 oktober 2010 Message: - Add set/getGlobalRoot to Builtin.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Revision: 6602 Author: sjoelund.se Date: 09:11:22, den 26 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/libraries/msl32/Complex.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Continuous.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/MathBoolean.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/Sources.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Blocks/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/ComplexBlocks.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/ComplexMath.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Basic.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/AD_DA_conversion.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/CompareTransformers.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/IdealTriacCircuit.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/OvervoltageProtection.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Rectifier.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/SimpleTriacCircuit.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/SwitchWithArc.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Examples/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Ideal.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Interfaces.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Lines.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Semiconductors.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Sensors.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/Sources.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Analog/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Digital.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Machines.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/MultiPhase.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/Machines.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/MultiPhase.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/SinglePhase.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/UsersGuide.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/QuasiStationary/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/Spice3.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Electrical/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Dissipation.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/AST_BatchPlant.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/ControlledTankSystem.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/DrumBoiler.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/HeatExchanger.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/IncompressibleFluidNetwork.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/PumpingSystem.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/TraceSubstances.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Examples/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Fittings.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Interfaces.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Machines.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Pipes.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Sensors.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Sources.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Utilities.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Valves.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/Vessels.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Fluid/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Icons.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Magnetic/FluxTubes.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Magnetic/FundamentalWave.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Magnetic/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Math/Nonlinear.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Math/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Math/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulumInitTip.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/HeatLosses.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Surfaces.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/UserDefinedGravityField.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/1.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/2.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/3.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Utilities.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/0.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/1.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/2.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/3.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/4.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/5.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/6.dxf Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Forces.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Joints.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Parts.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/Visualizers.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/MultiBody/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/Rotational.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/Translational.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Mechanics/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Air.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/Common/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/IdealGases/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Incompressible.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Water/IF97_Utilities.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Water/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/Water/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Media/package.order Added : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Data (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Data, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Data/Utilities (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Data/Utilities, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Data/Utilities/Examples_readRealParameters.txt (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Data/Utilities/Examples_readRealParameters.txt, Revision, 6601) Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Differences-Modelica-221-222.html Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Differences-Modelica-301-31.html Added : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/Back3.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/Back3.pdf, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/IF97.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/IF97.pdf, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/crits.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/crits.pdf, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/meltsub.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/meltsub.pdf, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/phs.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/phs.pdf, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/surf.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/surf.pdf, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/thcond.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/thcond.pdf, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/visc.pdf (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/Media/Water/IF97documentation/visc.pdf, Revision, 6601) Added : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Documentation/ModelicaLicense2.html (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Documentation/ModelicaLicense2.html, Revision, 6601) Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch1.png Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch2.png Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/IdealIntermediateSwitch1.png Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/IdealIntermediateSwitch2.png Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/OLine.png Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ULine.png Added : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveFilteredOpening.png (Copy from path: /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveFilteredOpening.png, Revision, 6601) Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/Magnetic/readme.txt Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Resources/Images/_readme.txt Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/SIunits.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/StateGraph.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Thermal/FluidHeatFlow.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Thermal/HeatTransfer.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Thermal/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/Examples.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/Utilities/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/package.order Modified : /branches/sjoelund-functiontree/libraries/msl32/Modelica/readme.txt Added : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/acos.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/acos.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/acosh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/acosh.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/asin.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/asin.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/asinh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/asinh.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/atan.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/atan.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/atan2.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/atan2.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/change.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/change.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/cos.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/cos.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/cosh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/cosh.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/delay.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/delay.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/edge.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/edge.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/exp.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/exp.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/function.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/function.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/log.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/log.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/log10.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/log10.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/pre.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/pre.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/sample.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/sample.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/sin.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/sin.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/sinh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/sinh.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/tan.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/tan.png, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/Resources/Images/tanh.png (Copy from path: /trunk/libraries/msl32/ModelicaReference/Resources/Images/tanh.png, Revision, 6601) Modified : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/package.mo Modified : /branches/sjoelund-functiontree/libraries/msl32/ModelicaReference/package.order Added : /branches/sjoelund-functiontree/libraries/msl32/ModelicaServices (Copy from path: /trunk/libraries/msl32/ModelicaServices, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaServices/package.mo (Copy from path: /trunk/libraries/msl32/ModelicaServices/package.mo, Revision, 6601) Replacing : /branches/sjoelund-functiontree/libraries/msl32/ModelicaServices/package.order (Copy from path: /trunk/libraries/msl32/ModelicaServices/package.order, Revision, 6601) Modified : /branches/sjoelund-functiontree/libraries/msl32/README.txt Revision: 6599 Author: sjoelund.se Date: 07:05:30, den 26 oktober 2010 Message: Merging ---- Modified : /branches/sjoelund-functiontree Revision: 6598 Author: wbraun Date: 00:08:21, den 26 oktober 2010 Message: - correct merging error in DAELow.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Revision: 6596 Author: wbraun Date: 00:03:20, den 26 oktober 2010 Message: - continue to split out functions from DAELow to BackendDAEUtil ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6595 Author: Frenkel TUD Date: 23:59:37, den 25 oktober 2010 Message: - BackendDAEUtil.mo - add case for functionpointers to checkBackendDAE ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Revision: 6594 Author: Frenkel TUD Date: 23:15:02, den 25 oktober 2010 Message: - use functions from ComponentReference.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 6593 Author: Frenkel TUD Date: 21:57:27, den 25 oktober 2010 Message: - fix bug ---- Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Revision: 6592 Author: Frenkel TUD Date: 21:49:26, den 25 oktober 2010 Message: - Algorithm.mo use Exp.makeCrefExp for crefToExp - Convert.mo use Exp.unelabExp for fromExpExpToAbsynExp use ComponentReference.unelabCref for fromExpCrefToAbsynCref - DAELow.mo use ComponentReference.crefAddPrefix for crefPrefixDer and delete makeDerCref because it has done the same as crefPrefixDer - SimCode.mo use crefPrefixDer instead of crefPrefixDer ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/Convert.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6591 Author: Frenkel TUD Date: 21:00:33, den 25 oktober 2010 Message: - fix bug ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Revision: 6590 Author: Frenkel TUD Date: 20:48:42, den 25 oktober 2010 Message: - fix bug ---- Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Revision: 6589 Author: Frenkel TUD Date: 20:45:21, den 25 oktober 2010 Message: - finish to copy all functions do something with a ComponentRef from Exp into ComponentReference ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6588 Author: adrpo Date: 20:43:19, den 25 oktober 2010 Message: - fixes for BackendDAETransform.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Revision: 6587 Author: wbraun Date: 20:33:04, den 25 oktober 2010 Message: - start to separate DAELow.mo on the files BackendDAEUtil.mo and BackendDAETransform.mo - all functions regarding the lowering are moved to BackendDAETransform and util functions need there moved to BackendDAEUtil ---- Added : /branches/sjoelund-functiontree/Compiler/BackendDAETransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6586 Author: sjoelund.se Date: 19:00:04, den 25 oktober 2010 Message: - Fix RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6585 Author: sjoelund.se Date: 18:33:13, den 25 oktober 2010 Message: - Fix RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6584 Author: Frenkel TUD Date: 18:31:18, den 25 oktober 2010 Message: - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6583 Author: sjoelund.se Date: 18:04:02, den 25 oktober 2010 Message: - Fix more RML crap ---- Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6582 Author: sjoelund.se Date: 17:48:42, den 25 oktober 2010 Message: No message ---- Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Revision: 6581 Author: sjoelund.se Date: 17:12:23, den 25 oktober 2010 Message: Bootstrapping ---- Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Revision: 6580 Author: sjoelund.se Date: 17:07:22, den 25 oktober 2010 Message: - Fix sources ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mos Revision: 6579 Author: sjoelund.se Date: 16:49:01, den 25 oktober 2010 Message: - Fixed the SusanTest templates to conform to the new Susan syntax ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTestSmall.tpl Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTestTV.mo Revision: 6578 Author: sjoelund.se Date: 16:39:58, den 25 oktober 2010 Message: - Refactoring ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Revision: 6576 Author: sjoelund.se Date: 16:14:20, den 25 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Revision: 6573 Author: sjoelund.se Date: 13:55:20, den 25 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /branches/sjoelund-functiontree/testsuite/partest/runtest.pl Modified : /branches/sjoelund-functiontree/testsuite/partest/runtests.pl Revision: 6572 Author: Frenkel TUD Date: 13:51:23, den 25 oktober 2010 Message: - fix bug ---- Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6571 Author: Frenkel TUD Date: 13:49:28, den 25 oktober 2010 Message: - rename DEALowUtil.mo into BackendDAEUtil.mo - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference ---- Added : /branches/sjoelund-functiontree/Compiler/BackendDAEUtil.mo Deleted : /branches/sjoelund-functiontree/Compiler/DAELowUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6570 Author: Frenkel TUD Date: 13:32:51, den 25 oktober 2010 Message: - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6569 Author: Frenkel TUD Date: 12:52:41, den 25 oktober 2010 Message: - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference ---- Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6566 Author: sjoelund.se Date: 11:31:53, den 25 oktober 2010 Message: Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6565 Author: Frenkel TUD Date: 10:33:49, den 25 oktober 2010 Message: - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference - DAELowUtil.mo - finish check of BackendDAE object Bug 1302 - Exp.mo - add function traverseExpTopDown, used for check of BackendDAE ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELowUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6562 Author: sjoelund.se Date: 22:00:38, den 24 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Tpl.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplCodegen.mo Modified : /branches/sjoelund-functiontree/Compiler/TplMain.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/GenTest/Makefile Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/TplCodegen.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/TplCodegen.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/TplCodegenTV.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/TplCodegen__testShouldBe.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/paper.tpl Added : /branches/sjoelund-functiontree/Compiler/susan_codegen/paperI.mo (Copy from path: /trunk/Compiler/susan_codegen/paperI.mo, Revision, 6561) Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/test.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/test.tpl Added : /branches/sjoelund-functiontree/Compiler/susan_codegen/testI.mo (Copy from path: /trunk/Compiler/susan_codegen/testI.mo, Revision, 6561) Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/test__testShouldBe.mo Modified : /branches/sjoelund-functiontree/Makefile.common Modified : /branches/sjoelund-functiontree/doc/OpenModelicaSystem.doc Modified : /branches/sjoelund-functiontree/doc/OpenModelicaSystem.pdf Modified : /branches/sjoelund-functiontree/doc/OpenModelicaUsersGuide.doc Revision: 6561 Author: wbraun Date: 20:00:40, den 24 oktober 2010 Message: - replaced DAE.CREF_IDENT with ComponentReference.makeCrefIdent - replaced DAE.CREF_QUAL with ComponentReference.makeCrefQual ---- Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Revision: 6559 Author: Frenkel TUD Date: 19:52:25, den 24 oktober 2010 Message: -- continue to copy all functions do something with a ComponentRef from Exp into ComponentReference ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 6557 Author: sjoelund.se Date: 18:56:54, den 24 oktober 2010 Message: ---- Added : /branches/sjoelund-functiontree/Compiler/BackendDump.mo Revision: 6556 Author: sjoelund.se Date: 18:47:10, den 24 oktober 2010 Message: - Add new module BackendDump.mo ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookLexer.cpp Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookLexer.hpp Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookParser.cpp Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookParser.hpp Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/lexer.g Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/parser.g Deleted : /branches/sjoelund-functiontree/OMNotebook/NotebookParser/walker.g Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/OMNotebook.pro Deleted : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellgrammar.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Deleted : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebookparser.cpp Deleted : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebookparser.h Revision: 6555 Author: adrpo Date: 18:31:22, den 24 oktober 2010 Message: - replaced DAE.CREF_IDENT with ComponentReference.makeCrefIdent - replaced DAE.CREF_QUAL with ComponentReference.makeCrefQual ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.omdev.mingw Revision: 6554 Author: adrpo Date: 18:11:39, den 24 oktober 2010 Message: - added ComponentReference.makeCrefIdent and ComponentReference.makeCrefQual ---- Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Revision: 6553 Author: sjoelund.se Date: 17:58:01, den 24 oktober 2010 Message: - Refactoring: DAELow datatypes added to BackendDAE.mo ---- Modified : /branches/sjoelund-functiontree Added : /branches/sjoelund-functiontree/Compiler/BackendDAE.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELowUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/Makefile Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/StringHandler.cpp Modified : /branches/sjoelund-functiontree/doc/OpenModelicaUsersGuide.doc Modified : /branches/sjoelund-functiontree/doc/OpenModelicaUsersGuide.pdf Revision: 6552 Author: Frenkel TUD Date: 17:50:14, den 24 oktober 2010 Message: - fix some bugs from last commit ---- Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Revision: 6551 Author: Frenkel TUD Date: 17:43:17, den 24 oktober 2010 Message: -- start to copy all functions do something with a ComponentRef from Exp into ComponentReference ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Revision: 6549 Author: Frenkel TUD Date: 17:12:38, den 24 oktober 2010 Message: - fix some bugs from last commit ---- Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Revision: 6548 Author: Frenkel TUD Date: 16:57:26, den 24 oktober 2010 Message: - start to copy all functions do something with a ComponentRef from Exp into ComponentReference ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELowUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6546 Author: sjoelund.se Date: 14:53:00, den 24 oktober 2010 Message: - Remove type Exp = DAE.Exp from Exp.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6545 Author: Frenkel TUD Date: 14:52:38, den 24 oktober 2010 Message: - add file ComponentReference.mo ---- Added : /branches/sjoelund-functiontree/Compiler/ComponentReference.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Revision: 6544 Author: Frenkel TUD Date: 14:34:52, den 24 oktober 2010 Message: - minor fixes for win ---- Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.omdev.mingw Revision: 6542 Author: sjoelund.se Date: 11:42:21, den 23 oktober 2010 Message: - Fixed some illegal code in the compiler ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6540 Author: sjoelund.se Date: 23:07:52, den 22 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/c_runtime/simulation_runtime.cpp Modified : /branches/sjoelund-functiontree/c_runtime/simulation_runtime.h Modified : /branches/sjoelund-functiontree/c_runtime/solver_main.cpp Modified : /branches/sjoelund-functiontree/testsuite/linearize/linmodel.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6538 Author: sjoelund.se Date: 20:40:08, den 22 oktober 2010 Message: Merging r6536 through r6537 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Makefile.in Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Makefile.unix (Copy from path: /trunk/OMEdit/OMEditGUI/Makefile.unix, Revision, 6537) Revision: 6536 Author: sjoelund.se Date: 19:50:37, den 22 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Revision: 6533 Author: sjoelund.se Date: 16:07:20, den 22 oktober 2010 Message: Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Revision: 6532 Author: sjoelund.se Date: 16:04:47, den 22 oktober 2010 Message: - Fix compilation ---- Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Added : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mo Added : /branches/sjoelund-functiontree/testsuite/meta/SimplifyTest.mos Revision: 6530 Author: sjoelund.se Date: 15:36:02, den 22 oktober 2010 Message: - Updated the testcases that load compiler sources to run a common script (less files to update if the compiler structure changes) - Don't load _stub files in parser/ParseCompilerSources (if you do, you don't test input/output of functions as they are overridden) ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mos Added : /branches/sjoelund-functiontree/testsuite/meta/LoadCompilerSources.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MainTest.mos Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseCompilerSources.mos Revision: 6528 Author: sjoelund.se Date: 14:08:34, den 22 oktober 2010 Message: Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/optmanager.cpp Modified : /branches/sjoelund-functiontree/c_runtime/read_write.h Modified : /branches/sjoelund-functiontree/doc/OpenModelicaUsersGuide.doc Modified : /branches/sjoelund-functiontree/doc/OpenModelicaUsersGuide.pdf Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Makefile Added : /branches/sjoelund-functiontree/testsuite/mofiles/SubScript3.mo (Copy from path: /trunk/testsuite/mofiles/SubScript3.mo, Revision, 6527) Modified : /branches/sjoelund-functiontree/testsuite/partest/runtest.pl Revision: 6525 Author: sjoelund.se Date: 13:34:42, den 22 oktober 2010 Message: - Fix getCrefFromExp for Absyn.FOR_ITER_FARG ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/List5.mo Revision: 6521 Author: sjoelund.se Date: 12:02:26, den 22 oktober 2010 Message: - Improved error messages ---- Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Graphviz.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mos Revision: 6520 Author: sjoelund.se Date: 11:06:37, den 22 oktober 2010 Message: - Updated expected error in ModifierVariabilityError ---- Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/ModifierVariabilityError.mos Revision: 6519 Author: sjoelund.se Date: 11:00:53, den 22 oktober 2010 Message: Remove debug printing ---- Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Revision: 6518 Author: sjoelund.se Date: 10:21:37, den 22 oktober 2010 Message: - Use addSourceMessage for Error.HIGHER_VARIABILITY_BINDING ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Revision: 6517 Author: sjoelund.se Date: 10:10:30, den 22 oktober 2010 Message: - The compiler flag +showErrorMessages now also shows Error.mo messages as they occur. This should make it easier to relate Error messages to failtrace messages. - If a message would be reverted, this is of course sort of bad + Keeps memory consumption low for large models + For looping models, you can now see errors even though instantation will never succeed ---- Modified : /branches/sjoelund-functiontree/Compiler/runtime/errorext.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/rtopts.h Revision: 6516 Author: sjoelund.se Date: 09:52:37, den 22 oktober 2010 Message: #1318 - Disable instSingleCref in MetaModelica mode (maybe this should always be disabled; it certainly would reduce the load on the cache) ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Revision: 6514 Author: sjoelund.se Date: 07:30:19, den 22 oktober 2010 Message: - Fix unparsing for DAE.Exp.NONE() ---- Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Revision: 6513 Author: sjoelund.se Date: 07:26:54, den 22 oktober 2010 Message: #1318 - Fixed inputs/outputs of all functions using match expressions (all crefs are now in the correct order, with the correct name, and without duplicates) ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/StrictRML.mos Revision: 6512 Author: sjoelund.se Date: 06:03:10, den 22 oktober 2010 Message: - Fixed the output of some functions ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TemplCG.mo Modified : /branches/sjoelund-functiontree/Compiler/Tpl.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitChecker.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6511 Author: sjoelund.se Date: 23:07:56, den 21 oktober 2010 Message: #1318 - Add API call strictRMLCheck() - Checks that all input/output of a singleton match expression in a function matches the function arguments - Run it on the whole compiler in the testsuite - Currently 179 functions fail the check ---- Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/testsuite/parser/ParseCompilerSources.mos Revision: 6510 Author: sjoelund.se Date: 22:07:19, den 21 oktober 2010 Message: - Some more fixes for things RML doesn't check for ---- Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Revision: 6509 Author: sjoelund.se Date: 22:00:20, den 21 oktober 2010 Message: #1318 - Added DAE.STMT_FAILURE, and handling of Absyn.ALG_FAILURE. Simplified generation of code for failure() - Added HashTable testing ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Deleted : /branches/sjoelund-functiontree/testsuite/meta/HT2.mo Deleted : /branches/sjoelund-functiontree/testsuite/meta/HT2.mos Added : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mo (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/HT2.mo, Revision, 6506) Added : /branches/sjoelund-functiontree/testsuite/meta/HashTableTest.mos (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/HT2.mos, Revision, 6506) Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6508 Author: sjoelund.se Date: 20:52:53, den 21 oktober 2010 Message: #1318 - Remove NONE from all places in the code. It has been replaced with NONE() - This is enforced when parsing the compiler sources (which is done in the testsuite) ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Tpl.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplCodegen.mo Modified : /branches/sjoelund-functiontree/Compiler/TplMain.mo Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Modified : /branches/sjoelund-functiontree/testsuite/meta/ErrorNone.mos Revision: 6507 Author: sjoelund.se Date: 19:52:43, den 21 oktober 2010 Message: - Fix MetaModelica parsing... ---- Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Revision: 6506 Author: sjoelund.se Date: 18:01:24, den 21 oktober 2010 Message: #1318 - Remove more NONE() - Add check for NONE already in the parser (so the testsuite can automatically fail if someone uses evil syntax) - Should probably only be enabled with +d=rml, but +g=MetaModelica will work for now ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/Constants.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Revision: 6505 Author: sjoelund.se Date: 17:46:02, den 21 oktober 2010 Message: #1318 - Replace more NONE with NONE() ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Tpl.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitChecker.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Revision: 6504 Author: sjoelund.se Date: 17:30:04, den 21 oktober 2010 Message: - Replace more NONE with NONE() ---- Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplCodegen.mo Modified : /branches/sjoelund-functiontree/Compiler/TplMain.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6503 Author: sjoelund.se Date: 17:14:24, den 21 oktober 2010 Message: #1318 - Replace some NONE with NONE() ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/Constants.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/PrefixUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitChecker.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorNone.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6502 Author: sjoelund.se Date: 16:53:45, den 21 oktober 2010 Message: #1318 - Added initial support for meta-array indexing (arrayGet and arrayUpdate) using the operator [] ---- Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mos Added : /branches/sjoelund-functiontree/testsuite/meta/HT2.mo Added : /branches/sjoelund-functiontree/testsuite/meta/HT2.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MainTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo Revision: 6498 Author: sjoelund.se Date: 09:38:07, den 21 oktober 2010 Message: - Added flag to do strict checks so that inputs/outputs of function and match expression are the same ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Added : /branches/sjoelund-functiontree/testsuite/meta/StrictRML.mo Added : /branches/sjoelund-functiontree/testsuite/meta/StrictRML.mos Revision: 6497 Author: sjoelund.se Date: 08:39:27, den 21 oktober 2010 Message: - Fix parsing of match-expressions with an else that lacks local declarations ---- Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Revision: 6496 Author: sjoelund.se Date: 08:31:02, den 21 oktober 2010 Message: - Add some teardown commands so testsuite/meta isn't so cluttered after make test ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/List4.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MatchCase14.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6495 Author: sjoelund.se Date: 07:51:46, den 21 oktober 2010 Message: Merging r6488 through r6494 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconProperties.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconProperties.h Deleted : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconProperties.ui Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.h Deleted : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.ui Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.cpp Modified : /branches/sjoelund-functiontree/OMEdit/bin/Makefile Modified : /branches/sjoelund-functiontree/OMEdit/bin/Makefile.Debug Modified : /branches/sjoelund-functiontree/OMEdit/bin/Makefile.Release Modified : /branches/sjoelund-functiontree/OMEdit/bin/object_script.OMEdit.Debug Modified : /branches/sjoelund-functiontree/OMEdit/bin/object_script.OMEdit.Release Revision: 6494 Author: sjoelund.se Date: 07:43:40, den 21 oktober 2010 Message: - Fix some more errors RML ignores ---- Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6493 Author: sjoelund.se Date: 07:28:24, den 21 oktober 2010 Message: - Improved error messages for lookup of function (now states that it was looking for a function; previously we didn't know if it was the type of an element or a function call that failed) ---- Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/LookupBuiltin.mos Revision: 6491 Author: sjoelund.se Date: 22:32:31, den 20 oktober 2010 Message: - Avoid duplicate error messages when elaborating function calls ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/LookupBuiltin.mos Revision: 6490 Author: sjoelund.se Date: 21:46:39, den 20 oktober 2010 Message: - Remove some errors RML doesn't check for ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Revision: 6489 Author: sjoelund.se Date: 20:39:32, den 20 oktober 2010 Message: - Add missing file SusanTest.mo ---- Added : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mo Revision: 6488 Author: sjoelund.se Date: 20:34:08, den 20 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Revision: 6487 Author: sjoelund.se Date: 20:26:00, den 20 oktober 2010 Message: - Removing old code ---- Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Revision: 6485 Author: sjoelund.se Date: 18:44:23, den 20 oktober 2010 Message: - Reverting accidental changes ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6481 Author: sjoelund.se Date: 17:14:31, den 20 oktober 2010 Message: Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Error_rml.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Deleted : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/tmp Modified : /branches/sjoelund-functiontree/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/BiochemModels.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/NandGate.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PID_Controller.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PreLoad.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/systems/RobotR3.mos Added : /branches/sjoelund-functiontree/testsuite/linearize/modelnonlinsys.mo (Copy from path: /trunk/testsuite/linearize/modelnonlinsys.mo, Revision, 6480) Added : /branches/sjoelund-functiontree/testsuite/linearize/simNonlinear.mos (Copy from path: /trunk/testsuite/linearize/simNonlinear.mos, Revision, 6480) Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-msl22/rotationalgears.mos Revision: 6480 Author: sjoelund.se Date: 16:43:57, den 20 oktober 2010 Message: - Make the metarecord calls take boxed arguments ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica.h Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype10.mos Revision: 6477 Author: sjoelund.se Date: 14:33:47, den 20 oktober 2010 Message: - Option now always contains a boxed type ---- Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/Makefile Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/OptionInteractive.mos Revision: 6475 Author: sjoelund.se Date: 13:44:08, den 20 oktober 2010 Message: - Updated code generation to add declarations for local variables that are function pointers ---- Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinMisc.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinMisc.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Modified : /branches/sjoelund-functiontree/testsuite/meta/PartialFn15.mo Revision: 6474 Author: sjoelund.se Date: 13:22:51, den 20 oktober 2010 Message: - Improve error message for cons-exp ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6470 Author: sjoelund.se Date: 09:57:45, den 20 oktober 2010 Message: #1318 - Add testcases PartialFn15 and updated DumpTest (with Exp.printExpStr and DAEDump.dumpDebugDAE) - These testcases all use function pointers as data (in lists or options), as well as pattern matching on these structures - Added more functions to RTOpts_omc ---- Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/RTOpts.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/RTOpts_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/c_runtime/modelica.h Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Added : /branches/sjoelund-functiontree/testsuite/meta/PartialFn15.mo Revision: 6468 Author: sjoelund.se Date: 08:39:04, den 20 oktober 2010 Message: - Add function pointers for builtin binary real operation ---- Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Revision: 6467 Author: sjoelund.se Date: 07:26:06, den 20 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro.user Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEdit_Resources.qrc (Copy from path: /trunk/OMEdit/OMEditGUI/OMEdit_Resources.qrc, Revision, 6466) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PlotWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.h Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/check.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/check.png, Revision, 6466) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/omeditor.ico (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/omeditor.ico, Revision, 6466) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/rename.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/rename.png, Revision, 6466) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SplashScreen.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/main.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.cpp Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/rc_omedit.rc (Copy from path: /trunk/OMEdit/OMEditGUI/rc_omedit.rc, Revision, 6466) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/resource_omedit.qrc (Copy from path: /trunk/OMEdit/OMEditGUI/resource_omedit.qrc, Revision, 6466) Modified : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/OMEdit.exe Added : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/tmp (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/tmp, Revision, 6466) Deleted : /branches/sjoelund-functiontree/OMEdit/bin/tmp Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Revision: 6466 Author: sjoelund.se Date: 06:12:57, den 20 oktober 2010 Message: - Fixed some errors RML ignores ---- Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Revision: 6465 Author: sjoelund.se Date: 06:00:27, den 20 oktober 2010 Message: - Added support for polymorphism in function pointers, uniontypes ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mos Revision: 6461 Author: sjoelund.se Date: 20:52:04, den 19 oktober 2010 Message: - Made polymorphism work better with NONE() or {} input ---- Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6460 Author: sjoelund.se Date: 20:09:03, den 19 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/testsuite/linearize/Makefile Modified : /branches/sjoelund-functiontree/testsuite/linearize/linmodel.mos Modified : /branches/sjoelund-functiontree/testsuite/linearize/simLotkaVolterra.mos Modified : /branches/sjoelund-functiontree/testsuite/linearize/simTwoTank.mos Modified : /branches/sjoelund-functiontree/testsuite/linearize/simVanDerPol.mos Modified : /branches/sjoelund-functiontree/testsuite/linearize/smallValues.mos Revision: 6459 Author: sjoelund.se Date: 19:39:25, den 19 oktober 2010 Message: - Add missing file SusanTestSmall.tpl ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Added : /branches/sjoelund-functiontree/testsuite/meta/SusanTestSmall.tpl Revision: 6458 Author: sjoelund.se Date: 19:32:58, den 19 oktober 2010 Message: - Rename SusanTestTV ---- Added : /branches/sjoelund-functiontree/testsuite/meta/SusanTestTV.mo (Copy from path: /branches/sjoelund-functiontree/testsuite/meta/SusanTest_tv.mo, Revision, 6457) Deleted : /branches/sjoelund-functiontree/testsuite/meta/SusanTest_tv.mo Revision: 6457 Author: sjoelund.se Date: 19:30:39, den 19 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Added : /branches/sjoelund-functiontree/Compiler/DAELowUtil.mo (Copy from path: /trunk/Compiler/DAELowUtil.mo, Revision, 6455) Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Error_rml.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/settingsimpl.c Modified : /branches/sjoelund-functiontree/Examples/ModelQueryAPIexamples.onb Modified : /branches/sjoelund-functiontree/Examples/UsersGuideExamples.onb Added : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release (Copy from path: /trunk/OMEdit/bin/OMEdit-Release, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/OMEdit.exe (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/OMEdit.exe, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/QtCore4.dll (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/QtCore4.dll, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/QtGui4.dll (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/QtGui4.dll, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/QtNetwork4.dll (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/QtNetwork4.dll, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/libgcc_s_dw2-1.dll (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/libgcc_s_dw2-1.dll, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/mingwm10.dll (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/mingwm10.dll, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/omeditor.ico (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/omeditor.ico, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/omniORB414_rt.dll (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/omniORB414_rt.dll, Revision, 6455) Replacing : /branches/sjoelund-functiontree/OMEdit/bin/OMEdit-Release/omnithread34_rt.dll (Copy from path: /trunk/OMEdit/bin/OMEdit-Release/omnithread34_rt.dll, Revision, 6455) Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/EqualityEquations.mos Added : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_calls.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_calls.mo, Revision, 6455) Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_calls.mos Revision: 6452 Author: sjoelund.se Date: 17:38:32, den 19 oktober 2010 Message: - Added more error messages for metarecord calls (and make the checks in a separate function) ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Shadowing1.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Shadowing2.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Added : /branches/sjoelund-functiontree/testsuite/meta/SusanTest_tv.mo Revision: 6448 Author: sjoelund.se Date: 16:16:48, den 19 oktober 2010 Message: - Fixes a random testcase in testsuite/meta randomly failing with -j2 ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6447 Author: sjoelund.se Date: 16:14:24, den 19 oktober 2010 Message: - Add test of Main.main for bootstrapping (not enabled; does not work, but good to have here) ---- Added : /branches/sjoelund-functiontree/testsuite/meta/MainTest.mos Revision: 6437 Author: sjoelund.se Date: 14:56:18, den 19 oktober 2010 Message: Merging r6431 through r6436 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/omc_debug/Makefile.omdev.mingw Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/Makefile Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_attributes.mos Added : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/interactive_api_calls.mos (Copy from path: /trunk/testsuite/mosfiles-nosim/interactive_api_calls.mos, Revision, 6436) Revision: 6436 Author: sjoelund.se Date: 14:53:18, den 19 oktober 2010 Message: - Enable testcase running Susan on a very small template ---- Modified : /branches/sjoelund-functiontree/Compiler/runtime/Print_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/RTOpts_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6431 Author: sjoelund.se Date: 12:20:28, den 19 oktober 2010 Message: Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ClassLoader.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Debug.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/InstanceHierarchy.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Main_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Modified : /branches/sjoelund-functiontree/doc/administration/Workplan-status-estimates.xls Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ExternalFunctionAnno.mo Revision: 6430 Author: sjoelund.se Date: 11:54:00, den 19 oktober 2010 Message: #1318 - Implement more runtime functions for bootstrapping ---- Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Print.mo Modified : /branches/sjoelund-functiontree/Compiler/RTOpts.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.in Modified : /branches/sjoelund-functiontree/Compiler/runtime/Print_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/RTOpts_omc.cpp Added : /branches/sjoelund-functiontree/Compiler/runtime/RTOpts_rml.c (Copy from path: /branches/sjoelund-functiontree/Compiler/runtime/rtopts.c, Revision, 6422) Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_omc.cpp Deleted : /branches/sjoelund-functiontree/Compiler/runtime/rtopts.c Added : /branches/sjoelund-functiontree/Compiler/runtime/rtoptsimpl.c Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6425 Author: sjoelund.se Date: 09:10:38, den 19 oktober 2010 Message: - Don't ceval functions in DumpTest; avoids error messages ---- Modified : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Revision: 6424 Author: sjoelund.se Date: 09:07:45, den 19 oktober 2010 Message: Fixes for #1318 - Added some more runtime functions for bootstrapping - Added testcase SusanTest.mos; still incomplete but part of it is working ---- Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.in Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.omdev.mingw Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/instEngineV6.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Added : /branches/sjoelund-functiontree/testsuite/meta/SusanTest.mos Revision: 6422 Author: sjoelund.se Date: 07:15:17, den 19 oktober 2010 Message: - More runtime functions for bootstrapping ---- Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.in Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.omdev.mingw Added : /branches/sjoelund-functiontree/Compiler/runtime/System_omc.cpp Added : /branches/sjoelund-functiontree/Compiler/runtime/System_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/printimpl.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Revision: 6420 Author: sjoelund.se Date: 20:30:44, den 18 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Deleted : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/EngineV6.mos Deleted : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Makefile Added : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/checkEngineV6.mos (Copy from path: /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos, Revision, 6418) Added : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos (Copy from path: /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos, Revision, 6418) Added : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/instEngineV6.mos (Copy from path: /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos, Revision, 6418) Added : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos (Copy from path: /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos, Revision, 6418) Added : /branches/sjoelund-functiontree/testsuite/mofiles/ExternalFunctionAnno.mo (Copy from path: /trunk/testsuite/mofiles/ExternalFunctionAnno.mo, Revision, 6418) Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Makefile Revision: 6419 Author: sjoelund.se Date: 20:29:59, den 18 oktober 2010 Message: - Added some Print.mo functions for the OMC runtime ---- Modified : /branches/sjoelund-functiontree/Compiler/Print.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/Print_omc.cpp Revision: 6415 Author: sjoelund.se Date: 18:01:10, den 18 oktober 2010 Message: - Added runtime support for stringCharListString - Fixed a bug with generation of names for function pointers - We can now generate code for TplMain.main (no testcase has been added; it is slow and does not link) ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Revision: 6414 Author: sjoelund.se Date: 17:00:11, den 18 oktober 2010 Message: Merging r6410 through r6413 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/omc_release/Makefile.omdev.mingw Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/EngineV6.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Makefile Added : /branches/sjoelund-functiontree/testsuite/mofiles/Connect16.mo (Copy from path: /trunk/testsuite/mofiles/Connect16.mo, Revision, 6413) Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Makefile Revision: 6413 Author: sjoelund.se Date: 16:53:37, den 18 oktober 2010 Message: - Merge trunk (Per's changes) ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Connect.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Dependency.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/doc/administration/Workplan-status-estimates.xls Modified : /branches/sjoelund-functiontree/testsuite/expandable/ExpandableConnectors.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/BiochemModels.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/EnzMM.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/Glycolysis.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/UniBi.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/UniUni.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/AIMC_YD.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/AIMS_start.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Accelerate.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/BusUsage.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CauerLowPassAnalog.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CauerLowPassOPV.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CauerLowPassSC.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CharacteristicThyristors.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ChuaCircuit.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ControlledTanks.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CoupledClutches.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/DCEE_start.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/DCPM_start.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/DCSE_start.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Damper.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ElasticBearing.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ExecutionPaths.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/First.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/FirstExample.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/FirstExample_Variant2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/FirstExample_Variant3.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Friction.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/HeatingMOSInverter.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/HeatingRectifier.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/IndirectCooling.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/InitialConditions.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Motor.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/NandGate.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/OneMass.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Oscillator.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PID_Controller.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ParallelCooling.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ParallelPumpDropOut.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PreLoad.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PreLoad2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PullinStroke.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PumpAndValve.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PumpDropOut.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Rectifier.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Sensors.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ShowExceptions.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/SignConvention.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/SimpleCooling.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/TestNand.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/TransformerYD.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/TransformerYY.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/TwoMass.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/TwoMasses.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/WhyArrows.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Thermal.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/World.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/EngineV6.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Cardinality.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Circuit1.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Connect1.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Connect12.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Connect13.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Connect14.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Connect15.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Connect2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Connect7.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Connect8.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConnectHierarchical1.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConnectHierarchical2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConnectInner1.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConnectInner3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConnectInnerOuter.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConnectInnerOuter2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConnectInnerOuter3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConnectTypes.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ConstrainingType1.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/EnumConnectArray.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/EquationFor4.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Extends9.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ForceAndTorque.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Influenza.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/InvertedPendulumTotal.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/PEXPipeTotal.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Philosopher.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Philosopher2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/HeatTank.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/HeatTankExpanded.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/Tank.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/TankHybridPI.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/TankHybridPID.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/TankPI.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/TankPID.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/TanksConnectedPI.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/modifyOuter.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BC11.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BC6.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BC7.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BC8.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM10.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM11.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM13.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM14.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM15.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM16.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM17.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM21.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM22.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM24.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM25.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM26.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM27.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM4.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM5.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BM7.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS10.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS11.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS12.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS13.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS14.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS15.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS16.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS17.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS4.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS5.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS6.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS7.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS8.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS9.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/Gear.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/LinearSysEq.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/EnzMM.mos Modified : /branches/sjoelund-functiontree/testsuite/partest/runtest.pl Revision: 6409 Author: sjoelund.se Date: 14:50:25, den 18 oktober 2010 Message: - Additional fix for type matching polymorphic tuples ---- Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mos Revision: 6407 Author: sjoelund.se Date: 13:39:12, den 18 oktober 2010 Message: - Propagate input expressions of match expressions to codegen so we can revert changes to them in each iteration - Added test for Util.listSplitOnTrue ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mos Revision: 6404 Author: sjoelund.se Date: 07:54:13, den 18 oktober 2010 Message: Merging r6391 through r6403 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Revision: 6402 Author: sjoelund.se Date: 23:00:01, den 17 oktober 2010 Message: - Force lists to be built of boxed types - Fixes Util.splitTuple2List (which has been added as a testcase in UtilTest.mos ---- Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mos Revision: 6401 Author: sjoelund.se Date: 21:23:43, den 17 oktober 2010 Message: - Add type conversion from TUPLE to META_TUPLE (when the expected type is T_BOXED) ---- Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6400 Author: sjoelund.se Date: 20:19:33, den 17 oktober 2010 Message: - Add error message if inputs or outputs of a match expression are not component references - Added testsuite/meta/ErrorMatchInOut{1,2,3}.mo to test this ---- Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorMatchInOut1.mo Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorMatchInOut2.mo Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorMatchInOut3.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6399 Author: sjoelund.se Date: 18:45:14, den 17 oktober 2010 Message: - Added support for patterns of unary integer/real constants (in Modelica, -15 is not an integer constant; it is a unary expression) ---- Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Added : /branches/sjoelund-functiontree/testsuite/meta/MatchCase14.mo Revision: 6398 Author: sjoelund.se Date: 18:22:23, den 17 oktober 2010 Message: - Add error message if a pattern in a match-expression is invalid (such as case (1+2)) - Added testcase ErrorInvalidPattern.mo ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Added : /branches/sjoelund-functiontree/testsuite/meta/ErrorInvalidPattern.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6397 Author: sjoelund.se Date: 17:41:01, den 17 oktober 2010 Message: - Propagate Absyn.Info to Types.checkValidBindings - Fix polymorphism in some recursive calls - Enabled 06_advanced testcase since it's working again ---- Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/ErrorMatchNumOutput.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 6396 Author: sjoelund.se Date: 15:30:29, den 17 oktober 2010 Message: - Fix listMember (was listMember(lst, elt); should be listMember(elt, lst)) ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/TplAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/TplMain.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mo Revision: 6395 Author: sjoelund.se Date: 14:13:20, den 17 oktober 2010 Message: - Removing more old syntax ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6394 Author: sjoelund.se Date: 13:43:27, den 17 oktober 2010 Message: - Replaced the T[:]-types used in HashTables with array ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Database.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/IOStream.mo Modified : /branches/sjoelund-functiontree/Compiler/IOStreamExt.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/MMath.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeCSharp.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/Tpl.mo Modified : /branches/sjoelund-functiontree/Compiler/TplCodegen.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Revision: 6393 Author: sjoelund.se Date: 12:55:01, den 17 oktober 2010 Message: - Change the type of DAE.METARECORDCALL to DAE.T_UNIONTYPE - Changed some old syntax to new ---- Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/testsuite/Makefile Revision: 6392 Author: sjoelund.se Date: 11:44:32, den 17 oktober 2010 Message: - Changed the path of a metarecord from Package.MetaRecord to Package.UnionType.MetaRecord - This means we can get the path of the uniontype by looking at the MetaRecord (this is needed if we create a list of metarecords) ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica.c Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica.h Modified : /branches/sjoelund-functiontree/testsuite/dependency/Modelica.Mechanics.MultiBody.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/List4.mo Deleted : /branches/sjoelund-functiontree/testsuite/meta/List4.mos Added : /branches/sjoelund-functiontree/testsuite/meta/List5.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Modified : /branches/sjoelund-functiontree/testsuite/meta/MatchCaseInteractive3.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/08_pam/parser.y Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Modified : /branches/sjoelund-functiontree/testsuite/meta/PartialFn9.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype10.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype11.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype12.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype13.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype14.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype15.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype8.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Uniontype9.mos Revision: 6391 Author: sjoelund.se Date: 07:16:03, den 17 oktober 2010 Message: Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentsProperties.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentsProperties.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ConnectorWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.h Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconParameters.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/IconParameters.cpp, Revision, 6390) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconParameters.h (Copy from path: /trunk/OMEdit/OMEditGUI/IconParameters.h, Revision, 6390) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconProperties.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/IconProperties.cpp, Revision, 6390) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconProperties.h (Copy from path: /trunk/OMEdit/OMEditGUI/IconProperties.h, Revision, 6390) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconProperties.ui (Copy from path: /trunk/OMEdit/OMEditGUI/IconProperties.ui, Revision, 6390) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/MessageWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/MessageWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro.user Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.h Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/rotateanticlockwise.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/rotateanticlockwise.png, Revision, 6390) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/rotateclockwise.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/rotateclockwise.png, Revision, 6390) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ShapeAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/TextAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/TextAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.h Modified : /branches/sjoelund-functiontree/testsuite/dependency/Makefile Added : /branches/sjoelund-functiontree/testsuite/dependency/Modelica.Mechanics.MultiBody.mos (Copy from path: /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos, Revision, 6390) Revision: 6388 Author: sjoelund.se Date: 23:02:18, den 15 oktober 2010 Message: Merge ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Added : /branches/sjoelund-functiontree/Compiler/SimCodeFMU.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentAnnotation.h Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Components.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/Components.cpp, Revision, 6387) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Components.h (Copy from path: /trunk/OMEdit/OMEditGUI/Components.h, Revision, 6387) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ConnectorWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/EllipseAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/EllipseAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/InheritanceAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/InheritanceAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LineAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/MessageWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelWidget.cpp Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelicaEditor.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp, Revision, 6387) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ModelicaEditor.h (Copy from path: /trunk/OMEdit/OMEditGUI/ModelicaEditor.h, Revision, 6387) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCThread.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCThread.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro.user Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PlotWidget.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/PlotWidget.cpp, Revision, 6387) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PlotWidget.h (Copy from path: /trunk/OMEdit/OMEditGUI/PlotWidget.h, Revision, 6387) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PolygonAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PolygonAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/RectangleAnnotation.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/RectangleAnnotation.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/delete.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/delete.png, Revision, 6387) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/plot.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/plot.png, Revision, 6387) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Resources/icons/simulate.png (Copy from path: /trunk/OMEdit/OMEditGUI/Resources/icons/simulate.png, Revision, 6387) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp, Revision, 6387) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.h (Copy from path: /trunk/OMEdit/OMEditGUI/SimulationWidget.h, Revision, 6387) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SimulationWidget.ui (Copy from path: /trunk/OMEdit/OMEditGUI/SimulationWidget.ui, Revision, 6387) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/SplashScreen.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/main.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.h Modified : /branches/sjoelund-functiontree/OMEdit/bin/Makefile Modified : /branches/sjoelund-functiontree/OMEdit/bin/Makefile.Debug Modified : /branches/sjoelund-functiontree/OMEdit/bin/Makefile.Release Modified : /branches/sjoelund-functiontree/OMEdit/bin/object_script.OMEdit.Debug Modified : /branches/sjoelund-functiontree/OMEdit/bin/object_script.OMEdit.Release Added : /branches/sjoelund-functiontree/OMEdit/bin/tmp (Copy from path: /trunk/OMEdit/bin/tmp, Revision, 6387) Added : /branches/sjoelund-functiontree/c_runtime/fmu_model_interface.c (Copy from path: /trunk/c_runtime/fmu_model_interface.c, Revision, 6387) Revision: 6386 Author: sjoelund.se Date: 18:08:38, den 15 oktober 2010 Message: - Split generation of functions from .c into .c and .h-files ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 6383 Author: sjoelund.se Date: 22:11:24, den 14 oktober 2010 Message: - Custom error message when failing to elaborate a metarecord call ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6382 Author: sjoelund.se Date: 21:01:55, den 14 oktober 2010 Message: - Added showErrorMessages to RTOpts_omc.cpp, so the testsuite succeeds on Mac ---- Modified : /branches/sjoelund-functiontree/Compiler/runtime/RTOpts_omc.cpp Revision: 6381 Author: sjoelund.se Date: 17:26:41, den 14 oktober 2010 Message: Fixes for #1318 - Added field patternInfo to Absyn.CASE (it displays fileinfo only for the pattern; the other parts of a case already have Absyn.Info embedded) - Propagated this field to more functions in the pattern matching modules ---- Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Revision: 6380 Author: sjoelund.se Date: 16:05:07, den 14 oktober 2010 Message: - Changed Env.Cache to use array<>-notation instead of [:] ---- Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Revision: 6379 Author: sjoelund.se Date: 15:54:33, den 14 oktober 2010 Message: - Removed some conflicting variable declarations ---- Modified : /branches/sjoelund-functiontree/Compiler/InstanceHierarchy.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Revision: 6378 Author: sjoelund.se Date: 14:42:50, den 14 oktober 2010 Message: #1319 - Fixed a problem when a metarecord had the same name as the package it was defined in (did a useless lookupClass in the wrong environment) ---- Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Revision: 6375 Author: sjoelund.se Date: 09:01:27, den 14 oktober 2010 Message: #1318 - Added stringCharListString to the initial environment ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Revision: 6374 Author: sjoelund.se Date: 08:47:43, den 14 oktober 2010 Message: - Renamed some old MetaModelica builtin functions (int_add) to the new ones (intAdd) ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Main_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Tpl.mo Modified : /branches/sjoelund-functiontree/Compiler/TplMain.mo Modified : /branches/sjoelund-functiontree/Compiler/TplParser.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6373 Author: sjoelund.se Date: 06:12:18, den 14 oktober 2010 Message: Merge ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.common Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/Makefile Added : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl (Copy from path: /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl, Revision, 6372) Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 6370 Author: sjoelund.se Date: 23:06:48, den 13 oktober 2010 Message: #1318 - Fixed some code using syntax that RML allows but should not ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Revision: 6369 Author: sjoelund.se Date: 22:46:45, den 13 oktober 2010 Message: Merging r6364 through r6368 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/testsuite/linearize/Makefile Modified : /branches/sjoelund-functiontree/testsuite/linearize/linmodel.mos Modified : /branches/sjoelund-functiontree/testsuite/linearize/simLotkaVolterra.mos Modified : /branches/sjoelund-functiontree/testsuite/linearize/simTwoTank.mos Modified : /branches/sjoelund-functiontree/testsuite/linearize/simVanDerPol.mos Modified : /branches/sjoelund-functiontree/testsuite/linearize/smallValues.mos Revision: 6368 Author: sjoelund.se Date: 22:45:24, den 13 oktober 2010 Message: #1310 #1318 - Propagate Absyn.Info to elabExp and elabMod ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/Debug.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/dependency/DependencyChecking.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Array_builtin.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Constant9.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Delay5.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Delay7.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/DerConstant3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Enum5.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Function8.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Lookup3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Lookup7.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ModifierTypeError.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ScopeModification2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/SimpleIntegrator3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Type3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Type7.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Type8.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/ErrorFunctionCallNumArgs.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/ForStatement5fail.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/IfStatementIllegal.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/WhileStatementIllegal.mos Revision: 6364 Author: sjoelund.se Date: 15:43:16, den 13 oktober 2010 Message: Partial fix for #1310 - Elaboration now fails if you call a function with too few arguments (the error message is still pretty bad though) ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Added : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/ErrorFunctionCallNumArgs.mo Added : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/ErrorFunctionCallNumArgs.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/Makefile Revision: 6363 Author: sjoelund.se Date: 12:41:30, den 13 oktober 2010 Message: Bootstrapping: #1318 - Changed System.stringAppendList to use stringAppendListExt in OMC (else you get conflicting types) - Added testcase meta/DumpTest.mos: It tests Dump.dump Dump.dumpStr Dump.getAstAsCorbaString and DumpGraphviz.dump functionality in OMC - Bugfix for errorext.cpp (declaring globals as static, so they are not free'd multiple times when we dynamically load functions that also linked against errorext) ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/errorext.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinString.mos Added : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mo Added : /branches/sjoelund-functiontree/testsuite/meta/DumpTest.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Makefile Revision: 6362 Author: sjoelund.se Date: 12:10:19, den 13 oktober 2010 Message: Fixes for #1316 - Prepend _ to all variable names in function context, so we don't use C reserved words in the generated code ---- Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/c_runtime/modelica_string.c Revision: 6361 Author: sjoelund.se Date: 11:45:53, den 13 oktober 2010 Message: Merging r6357 through r6360 ---- Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/Makefile.unix.in Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/notebook.h Revision: 6357 Author: sjoelund.se Date: 07:25:58, den 13 oktober 2010 Message: Merging r6355 through r6356 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/testsuite/Makefile Revision: 6355 Author: sjoelund.se Date: 06:44:54, den 13 oktober 2010 Message: Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Revision: 6354 Author: sjoelund.se Date: 05:52:05, den 13 oktober 2010 Message: Merging r6340 through r6351 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/sjoelund-functiontree/c_runtime/Makefile.common Added : /branches/sjoelund-functiontree/c_runtime/linearize.cpp (Copy from path: /trunk/c_runtime/linearize.cpp, Revision, 6351) Added : /branches/sjoelund-functiontree/c_runtime/linearize.h (Copy from path: /trunk/c_runtime/linearize.h, Revision, 6351) Modified : /branches/sjoelund-functiontree/c_runtime/simulation_runtime.cpp Modified : /branches/sjoelund-functiontree/c_runtime/simulation_runtime.h Added : /branches/sjoelund-functiontree/testsuite/linearize (Copy from path: /trunk/testsuite/linearize, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/Makefile (Copy from path: /trunk/testsuite/linearize/Makefile, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/linmodel.mo (Copy from path: /trunk/testsuite/linearize/linmodel.mo, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/linmodel.mos (Copy from path: /trunk/testsuite/linearize/linmodel.mos, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/modelLotkaVolterra.mo (Copy from path: /trunk/testsuite/linearize/modelLotkaVolterra.mo, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/modelTwoflattankmodel.mo (Copy from path: /trunk/testsuite/linearize/modelTwoflattankmodel.mo, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/modelVanDerPol.mo (Copy from path: /trunk/testsuite/linearize/modelVanDerPol.mo, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/simLotkaVolterra.mos (Copy from path: /trunk/testsuite/linearize/simLotkaVolterra.mos, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/simTwoTank.mos (Copy from path: /trunk/testsuite/linearize/simTwoTank.mos, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/simVanDerPol.mos (Copy from path: /trunk/testsuite/linearize/simVanDerPol.mos, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/smallValue.mo (Copy from path: /trunk/testsuite/linearize/smallValue.mo, Revision, 6351) Replacing : /branches/sjoelund-functiontree/testsuite/linearize/smallValues.mos (Copy from path: /trunk/testsuite/linearize/smallValues.mos, Revision, 6351) Revision: 6350 Author: sjoelund.se Date: 18:20:36, den 12 oktober 2010 Message: - Split errorext.cpp into OMC and RML parts ---- Added : /branches/sjoelund-functiontree/Compiler/runtime/Error_omc.cpp Added : /branches/sjoelund-functiontree/Compiler/runtime/Error_rml.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.in Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.omdev.mingw Added : /branches/sjoelund-functiontree/Compiler/runtime/RTOpts_omc.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/errorext.cpp Revision: 6349 Author: sjoelund.se Date: 18:16:48, den 12 oktober 2010 Message: - Fix printimpl.c (inverted a 1 and a 0 in previous commit) ---- Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.in Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.omdev.mingw Modified : /branches/sjoelund-functiontree/Compiler/runtime/printimpl.c Revision: 6348 Author: sjoelund.se Date: 17:56:58, den 12 oktober 2010 Message: - Split printimpl.c into OMC and RML versions ---- Modified : /branches/sjoelund-functiontree/Compiler/runtime/Makefile.in Added : /branches/sjoelund-functiontree/Compiler/runtime/Print_omc.cpp Added : /branches/sjoelund-functiontree/Compiler/runtime/Print_rml.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/printimpl.c Revision: 6347 Author: sjoelund.se Date: 17:34:31, den 12 oktober 2010 Message: - Minor fix in previous commit ---- Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Revision: 6346 Author: sjoelund.se Date: 17:31:40, den 12 oktober 2010 Message: - Fixed some MetaModelica string functions. Leaking memory is preferred over random memory. ---- Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Revision: 6345 Author: sjoelund.se Date: 17:30:56, den 12 oktober 2010 Message: - Minor fix (RML doesn't care about output arguments; OMC does) ---- Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Revision: 6343 Author: sjoelund.se Date: 10:37:26, den 12 oktober 2010 Message: - Updated the type of identity (it is not Integer[1]...Integer[8]; it is Integer[:][:]) ---- Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Revision: 6342 Author: sjoelund.se Date: 09:49:16, den 12 oktober 2010 Message: #1308 - Fix so that X.identity does not lookup the builtin identity function - This is just a partial fix of the problems we have with builtin functions ---- Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Added : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/LookupBuiltin.mo Added : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/LookupBuiltin.mos Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-nosim/Makefile Revision: 6341 Author: sjoelund.se Date: 09:23:08, den 12 oktober 2010 Message: #1308 - Remove the function identity in Dump (OMC cannot handle shadowing builtin functions) ---- Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Revision: 6340 Author: sjoelund.se Date: 21:49:52, den 11 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/testsuite/Makefile Added : /branches/sjoelund-functiontree/testsuite/expandable (Copy from path: /trunk/testsuite/expandable, Revision, 6339) Replacing : /branches/sjoelund-functiontree/testsuite/expandable/BusOMCTotal2.mo (Copy from path: /trunk/testsuite/expandable/BusOMCTotal2.mo, Revision, 6339) Replacing : /branches/sjoelund-functiontree/testsuite/expandable/ElectrolytesT2Total.mo (Copy from path: /trunk/testsuite/expandable/ElectrolytesT2Total.mo, Revision, 6339) Replacing : /branches/sjoelund-functiontree/testsuite/expandable/ExpandableConnectors.mos (Copy from path: /trunk/testsuite/expandable/ExpandableConnectors.mos, Revision, 6339) Replacing : /branches/sjoelund-functiontree/testsuite/expandable/Makefile (Copy from path: /trunk/testsuite/expandable/Makefile, Revision, 6339) Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/Makefile Added : /branches/sjoelund-functiontree/testsuite/libraries/multibody/systems/Makefile (Copy from path: /trunk/testsuite/libraries/multibody/systems/Makefile, Revision, 6339) Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/systems/RobotR3.mos Deleted : /branches/sjoelund-functiontree/testsuite/libraries/multibody/systems/_SystemsTotal.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/HelloWorld.mos Revision: 6339 Author: sjoelund.se Date: 17:27:11, den 11 oktober 2010 Message: - Changed the polymorphism implementation a bit more - We now use a new function Types.subtypePolymorphic that does polymorphic bindings if the expected type contains any polymorphism - Now, we can't try to convert an expression while solving the system of polymorphic types - Added an error message if we can't solve the polymorphic bindings (such as when we have contradicting input) ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinArray.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/BuiltinList.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/PartialFn14.mos Revision: 6335 Author: sjoelund.se Date: 06:01:54, den 11 oktober 2010 Message: Merging r6331 through r6334 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable6.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableStringToPath.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Added : /branches/sjoelund-functiontree/Compiler/runtime/sqlite/README.txt (Copy from path: /trunk/Compiler/runtime/sqlite/README.txt, Revision, 6334) Modified : /branches/sjoelund-functiontree/Compiler/runtime/sqlite/sqlite3.c Modified : /branches/sjoelund-functiontree/Compiler/runtime/sqlite/sqlite3.def Modified : /branches/sjoelund-functiontree/Compiler/runtime/sqlite/sqlite3.h Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/Parser/Modelica.g Revision: 6334 Author: sjoelund.se Date: 05:53:35, den 11 oktober 2010 Message: Merging r6327 through r6330 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Revision: 6330 Author: sjoelund.se Date: 23:22:48, den 10 oktober 2010 Message: - Remade polymorphic function calls: We iterate, trying to solve the variables until fixpoint is achieved - There might be more problems with the algorithm (some cases have probably been forgotten, and there might be problems with using Types.equivtypes with empty lists or NONE()) - Added boxptr_stringAppend - Added cevalBuiltinListLength - Added testing of Util.getOption and Util.listMap1r to UtilTest.mos ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.cpp Modified : /branches/sjoelund-functiontree/c_runtime/meta_modelica_builtin.h Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/UtilTest.mos Revision: 6328 Author: sjoelund.se Date: 10:34:12, den 10 oktober 2010 Message: - Changed Static.instantiateDaeFunction to not use print() for error messages - We use Error.mo instead; and we do not print error messages if another was already produced - If Static.instantiateDaeFunction fails, return status Util.FAILURE() - This disables the error message that no candidate exists (and the error lists a candidate with the same type...) ---- Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/testsuite/dependency/DependencyChecking.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/ErrorMatchNumOutput.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Shadowing1.mos Modified : /branches/sjoelund-functiontree/testsuite/meta/Shadowing2.mos Revision: 6327 Author: sjoelund.se Date: 08:48:31, den 10 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/ClassInf.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6324 Author: sjoelund.se Date: 17:04:02, den 9 oktober 2010 Message: Merging r6322 through r6323 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Makefile Added : /branches/sjoelund-functiontree/testsuite/mofiles/NotDependsRecursive.mo (Copy from path: /trunk/testsuite/mofiles/NotDependsRecursive.mo, Revision, 6323) Revision: 6322 Author: sjoelund.se Date: 08:21:28, den 9 oktober 2010 Message: Merging r6317 through r6321 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/sjoelund-functiontree/c_runtime/modelica.h Modified : /branches/sjoelund-functiontree/c_runtime/modelica_string.c Modified : /branches/sjoelund-functiontree/c_runtime/modelica_string.h Modified : /branches/sjoelund-functiontree/c_runtime/utility.c Modified : /branches/sjoelund-functiontree/c_runtime/utility.h Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/Makefile Added : /branches/sjoelund-functiontree/testsuite/mosfiles/Random.mo (Copy from path: /trunk/testsuite/mosfiles/Random.mo, Revision, 6321) Added : /branches/sjoelund-functiontree/testsuite/mosfiles/Random.mos (Copy from path: /trunk/testsuite/mosfiles/Random.mos, Revision, 6321) Added : /branches/sjoelund-functiontree/testsuite/mosfiles/SyncFilter.mo (Copy from path: /trunk/testsuite/mosfiles/SyncFilter.mo, Revision, 6321) Added : /branches/sjoelund-functiontree/testsuite/mosfiles/SyncFilter.mos (Copy from path: /trunk/testsuite/mosfiles/SyncFilter.mos, Revision, 6321) Revision: 6321 Author: sjoelund.se Date: 08:14:09, den 9 oktober 2010 Message: - Updated unparseType, so error messages are shorter and easier to read ---- Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Revision: 6318 Author: sjoelund.se Date: 21:48:13, den 8 oktober 2010 Message: - Fix some functions in Dump.mo for bootstrapping ---- Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Revision: 6317 Author: sjoelund.se Date: 21:29:05, den 8 oktober 2010 Message: Merging r6302 through r6316 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Added : /branches/sjoelund-functiontree/doc/Compilation_omcd_omnotebook (Copy from path: /trunk/doc/Compilation_omcd_omnotebook, Revision, 6316) Replacing : /branches/sjoelund-functiontree/doc/Compilation_omcd_omnotebook/How to compile and test SimCode.pdf (Copy from path: /trunk/doc/Compilation_omcd_omnotebook/How to compile and test SimCode.pdf, Revision, 6316) Replacing : /branches/sjoelund-functiontree/doc/Compilation_omcd_omnotebook/Manual for OpenModelica Source with omcd.pdf (Copy from path: /trunk/doc/Compilation_omcd_omnotebook/Manual for OpenModelica Source with omcd.pdf, Revision, 6316) Replacing : /branches/sjoelund-functiontree/doc/Compilation_omcd_omnotebook/OMNotebook_Compilation_Steps_VS2010.pdf (Copy from path: /trunk/doc/Compilation_omcd_omnotebook/OMNotebook_Compilation_Steps_VS2010.pdf, Revision, 6316) Replacing : /branches/sjoelund-functiontree/doc/Compilation_omcd_omnotebook/Steps to compile OMNotebook in VS2010.doc (Copy from path: /trunk/doc/Compilation_omcd_omnotebook/Steps to compile OMNotebook in VS2010.doc, Revision, 6316) Deleted : /branches/sjoelund-functiontree/doc/Manual for OpenModelica Source with omcd.pdf Deleted : /branches/sjoelund-functiontree/doc/OMNotebook_Compilation_Steps_VS2010.pdf Deleted : /branches/sjoelund-functiontree/doc/Steps to compile OMNotebook in VS2010.doc Revision: 6312 Author: sjoelund.se Date: 20:18:32, den 8 oktober 2010 Message: - Updated multibody testcases ---- Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Revision: 6310 Author: sjoelund.se Date: 19:11:20, den 8 oktober 2010 Message: - Fix some issues by not adding aliased functions to the cache ---- Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Revision: 6309 Author: sjoelund.se Date: 19:10:21, den 8 oktober 2010 Message: - Updated msl221 tests ---- Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/AIMC_YD.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/AIMS_start.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/BusUsage.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CharacteristicThyristors.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/CoupledClutches.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/DCEE_start.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/DCPM_start.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/DCSE_start.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/First.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Friction.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/HeatingMOSInverter.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/HeatingRectifier.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Oscillator.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PreLoad.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PullinStroke.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PumpAndValve.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Rectifier.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Sensors.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/TestNand.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/TransformerYD.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/TransformerYY.mos Revision: 6308 Author: sjoelund.se Date: 17:49:31, den 8 oktober 2010 Message: - Update msl31 tests ---- Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Thermal.mos Revision: 6307 Author: sjoelund.se Date: 17:40:22, den 8 oktober 2010 Message: - Fixed modelicaAdditions testcases ---- Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/robot.mos Revision: 6305 Author: sjoelund.se Date: 16:47:14, den 8 oktober 2010 Message: - Fixed instantiation of (some) derivative annotations - Basically only multibody left to fix ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/BiochemModels.mos Revision: 6304 Author: sjoelund.se Date: 15:19:44, den 8 oktober 2010 Message: - Updated DependencyChecking.mos ---- Modified : /branches/sjoelund-functiontree/testsuite/dependency/DependencyChecking.mos Revision: 6303 Author: sjoelund.se Date: 14:54:44, den 8 oktober 2010 Message: - Fixed record constructors; updated testcases that now show more functions than previously ---- Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Extends10.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/InvertedPendulumTotal.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/RecordConstructorVectorization.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/BS9.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/msl/Gear.mo Revision: 6302 Author: sjoelund.se Date: 13:01:50, den 8 oktober 2010 Message: Merging r6296 through r6301 ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/Error.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/runtime/errorext.cpp Modified : /branches/sjoelund-functiontree/Compiler/runtime/systemimpl.c Modified : /branches/sjoelund-functiontree/libraries/common/BioChem/Examples/package.mo Added : /branches/sjoelund-functiontree/testsuite/libraries/biochem/BiochemModels.mos (Copy from path: /trunk/testsuite/libraries/biochem/BiochemModels.mos, Revision, 6301) Added : /branches/sjoelund-functiontree/testsuite/libraries/biochem/ContainerSimple.mo (Copy from path: /trunk/testsuite/libraries/biochem/ContainerSimple.mo, Revision, 6301) Added : /branches/sjoelund-functiontree/testsuite/libraries/biochem/ContainerTotal.mo (Copy from path: /trunk/testsuite/libraries/biochem/ContainerTotal.mo, Revision, 6301) Added : /branches/sjoelund-functiontree/testsuite/libraries/biochem/CytosolTotal.mo (Copy from path: /trunk/testsuite/libraries/biochem/CytosolTotal.mo, Revision, 6301) Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/Glycolysis.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/biochem/Makefile Added : /branches/sjoelund-functiontree/testsuite/libraries/biochem/extra_cellularTotal.mo (Copy from path: /trunk/testsuite/libraries/biochem/extra_cellularTotal.mo, Revision, 6301) Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/Makefile Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/NandGate.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PreLoad.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/PullinStroke.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /branches/sjoelund-functiontree/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ComponentNames.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/ComponentNames2.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/DisturbedResistance3.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/DisturbedResistance4.mo Modified : /branches/sjoelund-functiontree/testsuite/mofiles/DoubleDeclaration.mo Added : /branches/sjoelund-functiontree/testsuite/mofiles/DuplicateElements.mo (Copy from path: /trunk/testsuite/mofiles/DuplicateElements.mo, Revision, 6301) Added : /branches/sjoelund-functiontree/testsuite/mofiles/DuplicateElementsEquivalent.mo (Copy from path: /trunk/testsuite/mofiles/DuplicateElementsEquivalent.mo, Revision, 6301) Added : /branches/sjoelund-functiontree/testsuite/mofiles/DuplicateElementsExtends.mo (Copy from path: /trunk/testsuite/mofiles/DuplicateElementsExtends.mo, Revision, 6301) Added : /branches/sjoelund-functiontree/testsuite/mofiles/DuplicateElementsExtendsEquivalent.mo (Copy from path: /trunk/testsuite/mofiles/DuplicateElementsExtendsEquivalent.mo, Revision, 6301) Added : /branches/sjoelund-functiontree/testsuite/mofiles/DuplicateElementsNonEquivalent.mo (Copy from path: /trunk/testsuite/mofiles/DuplicateElementsNonEquivalent.mo, Revision, 6301) Modified : /branches/sjoelund-functiontree/testsuite/mofiles/Makefile Modified : /branches/sjoelund-functiontree/testsuite/mofiles/MultipleDeclarations.mo Modified : /branches/sjoelund-functiontree/testsuite/mosfiles-msl22/rotationalgears.mos Revision: 6301 Author: sjoelund.se Date: 12:46:12, den 8 oktober 2010 Message: - Changes to function instantation are now almost working - There is a problem with record constructors (the added type is not the RECORD_CONSTRUCTOR function) - Derivative annotations are not handled properly yet ---- Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Convert.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Debug.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/InnerOuter.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Makefile.in Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6296 Author: sjoelund.se Date: 19:12:32, den 6 oktober 2010 Message: - Merging ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCodeC.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/SimCodeC.tpl Added : /branches/sjoelund-functiontree/testsuite/mosfiles/LocalVariableInit.mo (Copy from path: /trunk/testsuite/mosfiles/LocalVariableInit.mo, Revision, 6295) Added : /branches/sjoelund-functiontree/testsuite/mosfiles/LocalVariableInit.mos (Copy from path: /trunk/testsuite/mosfiles/LocalVariableInit.mos, Revision, 6295) Modified : /branches/sjoelund-functiontree/testsuite/mosfiles/Makefile Revision: 6295 Author: sjoelund.se Date: 19:09:59, den 6 oktober 2010 Message: - Changed DAE.FunctionTree to a map->Option instead of Function ---- Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Revision: 6292 Author: sjoelund.se Date: 16:22:24, den 6 oktober 2010 Message: $ svn merge https://www.openmodelica.org/svn/OpenModelica/trunk . Merging r6287 through r6291 into '.' ---- Modified : /branches/sjoelund-functiontree Modified : /branches/sjoelund-functiontree/Compiler/Absyn.mo Modified : /branches/sjoelund-functiontree/Compiler/AbsynDep.mo Modified : /branches/sjoelund-functiontree/Compiler/Algorithm.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/BackendVarTransform_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Builtin.mo Modified : /branches/sjoelund-functiontree/Compiler/Ceval.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/CevalScript_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Cevalfunc.mo Modified : /branches/sjoelund-functiontree/Compiler/ClassInf.mo Modified : /branches/sjoelund-functiontree/Compiler/ClassLoader.mo Modified : /branches/sjoelund-functiontree/Compiler/Connect.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/Constants.mo Modified : /branches/sjoelund-functiontree/Compiler/Convert.mo Modified : /branches/sjoelund-functiontree/Compiler/Corba.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEEXT.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEQuery.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/DFA.mo Modified : /branches/sjoelund-functiontree/Compiler/Debug.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/Dump.mo Modified : /branches/sjoelund-functiontree/Compiler/DumpGraphviz.mo Modified : /branches/sjoelund-functiontree/Compiler/DynLoad.mo Modified : /branches/sjoelund-functiontree/Compiler/Env.mo Modified : /branches/sjoelund-functiontree/Compiler/ErrorExt.mo Modified : /branches/sjoelund-functiontree/Compiler/Exp.mo Modified : /branches/sjoelund-functiontree/Compiler/ExpandableConnectors.mo Modified : /branches/sjoelund-functiontree/Compiler/Graphviz.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable2.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable3.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable4.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTable5.mo Modified : /branches/sjoelund-functiontree/Compiler/HashTableCG.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstExtends.mo Modified : /branches/sjoelund-functiontree/Compiler/InstanceHierarchy.mo Modified : /branches/sjoelund-functiontree/Compiler/Interactive.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/MMath.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/Main_stub.mo Modified : /branches/sjoelund-functiontree/Compiler/MetaUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Mod.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/OptManager.mo Modified : /branches/sjoelund-functiontree/Compiler/Parser.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/Patternm.mo Modified : /branches/sjoelund-functiontree/Compiler/Prefix.mo Modified : /branches/sjoelund-functiontree/Compiler/Print.mo Modified : /branches/sjoelund-functiontree/Compiler/RTOpts.mo Modified : /branches/sjoelund-functiontree/Compiler/Refactor.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SCodeUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Settings.mo Modified : /branches/sjoelund-functiontree/Compiler/SimulationResults.mo Modified : /branches/sjoelund-functiontree/Compiler/Socket.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/System.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/TaskGraphExt.mo Modified : /branches/sjoelund-functiontree/Compiler/Types.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsyn.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitAbsynBuilder.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitChecker.mo Modified : /branches/sjoelund-functiontree/Compiler/UnitParserExt.mo Modified : /branches/sjoelund-functiontree/Compiler/Util.mo Modified : /branches/sjoelund-functiontree/Compiler/Values.mo Modified : /branches/sjoelund-functiontree/Compiler/ValuesUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza.makefile.orig Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza_init.txt.orig Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp.orig Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile.orig Modified : /branches/sjoelund-functiontree/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp.orig Deleted : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Annotations.cpp Deleted : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Annotations.h Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/ComponentAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/ComponentAnnotation.h, Revision, 6291) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentsProperties.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ComponentsProperties.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ConnectorWidget.h Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/EllipseAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/EllipseAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/EllipseAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/EllipseAnnotation.h, Revision, 6291) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/Helper.cpp Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/IconAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/IconAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/IconAnnotation.h, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/InheritanceAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/InheritanceAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/InheritanceAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/InheritanceAnnotation.h, Revision, 6291) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LibraryWidget.h Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LineAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/LineAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/LineAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/LineAnnotation.h, Revision, 6291) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMCProxy.h Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/OMEditGUI.pro.user Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PolygonAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/PolygonAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/PolygonAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/PolygonAnnotation.h, Revision, 6291) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ProjectTabWidget.h Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/RectangleAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/RectangleAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/RectangleAnnotation.h, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ShapeAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/ShapeAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/ShapeAnnotation.h, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/TextAnnotation.cpp (Copy from path: /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp, Revision, 6291) Added : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/TextAnnotation.h (Copy from path: /trunk/OMEdit/OMEditGUI/TextAnnotation.h, Revision, 6291) Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.cpp Modified : /branches/sjoelund-functiontree/OMEdit/OMEditGUI/mainwindow.h Modified : /branches/sjoelund-functiontree/OMNotebook/OMNotebookQT4/OMNotebook.pro Modified : /branches/sjoelund-functiontree/OMShell/README.txt Modified : /branches/sjoelund-functiontree/c_runtime/java_interface/test_files Modified : /branches/sjoelund-functiontree/c_runtime/omdev_qtdeps/libQtCore-mingw.a Modified : /branches/sjoelund-functiontree/c_runtime/omdev_qtdeps/libQtGui-mingw.a Modified : /branches/sjoelund-functiontree/c_runtime/omdev_qtdeps/libQtNetwork-mingw.a Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/ComplicatedInteractive.mos Revision: 6291 Author: sjoelund.se Date: 16:12:12, den 6 oktober 2010 Message: - Refactoring: Moved DAE.FUNCTION and DAE.RECORD_CONSTRUCTOR from DAE.Element to DAE.Function - This simplified a lot of code in the compiler; the elements were usually filtered to either contain functions or non-functions ---- Modified : /branches/sjoelund-functiontree/Compiler/CevalScript.mo Modified : /branches/sjoelund-functiontree/Compiler/ConnectionGraph.mo Modified : /branches/sjoelund-functiontree/Compiler/DAE.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEDump.mo Modified : /branches/sjoelund-functiontree/Compiler/DAELow.mo Modified : /branches/sjoelund-functiontree/Compiler/DAEUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/Derive.mo Modified : /branches/sjoelund-functiontree/Compiler/Inline.mo Modified : /branches/sjoelund-functiontree/Compiler/Inst.mo Modified : /branches/sjoelund-functiontree/Compiler/InstSection.mo Modified : /branches/sjoelund-functiontree/Compiler/Lookup.mo Modified : /branches/sjoelund-functiontree/Compiler/Main.mo Modified : /branches/sjoelund-functiontree/Compiler/ModUtil.mo Modified : /branches/sjoelund-functiontree/Compiler/PartFn.mo Modified : /branches/sjoelund-functiontree/Compiler/SCode.mo Modified : /branches/sjoelund-functiontree/Compiler/SimCode.mo Modified : /branches/sjoelund-functiontree/Compiler/Static.mo Modified : /branches/sjoelund-functiontree/Compiler/VarTransform.mo Modified : /branches/sjoelund-functiontree/Compiler/XMLDump.mo Modified : /branches/sjoelund-functiontree/testsuite/meta/MetaModelicaDev/common.omc Revision: 6287 Author: sjoelund.se Date: 13:54:48, den 5 oktober 2010 Message: - Branching ---- Added : /branches/sjoelund-functiontree (Copy from path: /trunk, Revision, 6286) Revision: 6286 Author: perost Date: 13:01:30, den 5 oktober 2010 Message: Fixes for bug #1134: - Fixed constant evaluation of String(enumeration literal). - Implemented minimumLength and leftJustified when constant evaluation String(). - Removed significantDigits from *_to_modelica_string function in runtime except for real, because real is the only one that supports significantDigits. - Updated test cases that use String(). ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Modified : /trunk/testsuite/mofiles/Enum8.mo Modified : /trunk/testsuite/mofiles/StringBoolean.mo Modified : /trunk/testsuite/mofiles/StringConversion.mo Modified : /trunk/testsuite/mofiles/StringInteger.mo Revision: 6285 Author: perost Date: 11:19:48, den 5 oktober 2010 Message: Fix for bug #1189: - Implemented nested when detection for equation sections. - Added test case mofiles/WhenNestedEquation. ---- Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/WhenNestedEquation.mo Revision: 6284 Author: perost Date: 09:36:01, den 5 oktober 2010 Message: Fix for bug #1040: - Added new record to DAE.Const, DAE.C_UNKNOWN, which is used for component binding with unknown variability. - Rewrote Static.elabBuiltinFill to use DAE.C_UNKNOWN when checkModel is used and fill couldn't be expanded. - Added test case mosfiles-nosim/ModifierVariabilityError. ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mosfiles-nosim/Makefile Added : /trunk/testsuite/mosfiles-nosim/ModifierVariabilityError.mo Added : /trunk/testsuite/mosfiles-nosim/ModifierVariabilityError.mos Revision: 6283 Author: sjoelund.se Date: 06:11:13, den 5 oktober 2010 Message: - Make rtest try more functions to get the real username ---- Modified : /trunk/testsuite/rtest Revision: 6282 Author: adrpo Date: 06:02:21, den 5 oktober 2010 Message: - well, seems that adding \\\n didn't fix it, use just && directly without a space. ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 6281 Author: adrpo Date: 23:47:52, den 4 oktober 2010 Message: - do not overwrite the output of pushd so we can catch more errors. ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 6280 Author: adrpo Date: 23:29:20, den 4 oktober 2010 Message: - remove the space at the end of OPENMODELICAHOME in: set OPENMODELICAHOME="..." && ... by adding a \\\n after the last " - any of the OpenModelica nightly-builds done since this space appeared are not able to compile any models if OMDev is not present. Doh! - many thanks to Carlos Antunes [ cmantunes nowthor com ] for pointing this out! ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 6279 Author: dhedberg Date: 15:34:05, den 4 oktober 2010 Message: - Updated grammar to allow Code( () ), i.e., expressions with surrounding parentheses. Before, anything inside Code() starting with a parenthesis was assumed to be a modification. ---- Modified : /trunk/Parser/Modelica.g Revision: 6278 Author: perost Date: 12:47:42, den 4 oktober 2010 Message: Fixes for bug #1040: - Added optional scope information to Env.Frame, so that it's possible to see if the current scope is a function or not. This is needed for bug 1040. - This means that we can now check if we're inside a function or not in Static.warnUnsafeRelations, so that we don't print a warning about == and != inside of a function. - Added new function Env.newEnvironment to create a new empty environment, and made Env.newFrame protected, since newFrame was only used to create empty environments anyway. - Extended Env.newFrame to set name and type of the new frame. - Updated test case libraries/msl31/Modelica.Math, since the erronous warnings about == on Reals are no longer issued. ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Dependency.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Revision: 6277 Author: perost Date: 12:29:59, den 4 oktober 2010 Message: - Fixed mistake in test case mosfiles-nosim/LookupPackageFail. ---- Modified : /trunk/testsuite/mosfiles-nosim/LookupPackageFail.mos Modified : /trunk/testsuite/mosfiles-nosim/Makefile Revision: 6276 Author: syeas460 Date: 01:40:00, den 4 oktober 2010 Message: Added the Inheritance Annotation in Icon Shapes. Added the code for connecting components. Updated the stylesheet for QTreeWidget. ---- Modified : /trunk/OMEdit/OMEditGUI/Annotations.cpp Modified : /trunk/OMEdit/OMEditGUI/Annotations.h Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/ConnectorWidget.h Modified : /trunk/OMEdit/OMEditGUI/CornerItem.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.cpp Modified : /trunk/OMEdit/OMEditGUI/Helper.h Modified : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Modified : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Revision: 6275 Author: sjoelund.se Date: 18:41:04, den 3 oktober 2010 Message: - Modified rtest so that the path contains the username - Otherwise, if root writes to the tmp-files and does not clean them up, a regular user can't overwrite them! ---- Modified : /trunk/testsuite/rtest Revision: 6274 Author: syeas460 Date: 02:01:51, den 2 oktober 2010 Message: Deleted extra dlls and moc files. ---- Deleted : /trunk/OMEdit/bin/debug/OMEdit.exe Deleted : /trunk/OMEdit/bin/debug/QtCored4.dll Deleted : /trunk/OMEdit/bin/debug/QtGuid4.dll Deleted : /trunk/OMEdit/bin/debug/libgcc_s_dw2-1.dll Deleted : /trunk/OMEdit/bin/debug/mingwm10.dll Deleted : /trunk/OMEdit/bin/debug/moc_Annotations.cpp Deleted : /trunk/OMEdit/bin/debug/moc_ConnectorWidget.cpp Deleted : /trunk/OMEdit/bin/debug/moc_CornerItem.cpp Deleted : /trunk/OMEdit/bin/debug/moc_LibraryWidget.cpp Deleted : /trunk/OMEdit/bin/debug/moc_MessageWidget.cpp Deleted : /trunk/OMEdit/bin/debug/moc_ModelWidget.cpp Deleted : /trunk/OMEdit/bin/debug/moc_OMCProxy.cpp Deleted : /trunk/OMEdit/bin/debug/moc_OMCThread.cpp Deleted : /trunk/OMEdit/bin/debug/moc_ProjectTabWidget.cpp Deleted : /trunk/OMEdit/bin/debug/moc_mainwindow.cpp Deleted : /trunk/OMEdit/bin/debug/omniORB414_rtd.dll Deleted : /trunk/OMEdit/bin/debug/omnithread34_rtd.dll Deleted : /trunk/OMEdit/bin/mingwm10.dll Revision: 6273 Author: syeas460 Date: 01:59:16, den 2 oktober 2010 Message: Deleted unused icons ---- Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/Drives-Drive-Internal-icon.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/copy1.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/copyq.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/cut1 (2).png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/cut1.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/cut2.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/format-justify-fill.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/new1.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/paste1.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/paste2.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/redo1.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/save1.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/saveall1.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/saveas1.png Deleted : /trunk/OMEdit/OMEditGUI/Resources/icons/undo1.png Revision: 6272 Author: syeas460 Date: 01:51:23, den 2 oktober 2010 Message: First revision of OMEdit. OMC Corba communication is done. Annotations is done partially. Splash Screen is added. ---- Added : /trunk/OMEdit Added : /trunk/OMEdit/OMEditGUI Added : /trunk/OMEdit/OMEditGUI/Annotations.cpp Added : /trunk/OMEdit/OMEditGUI/Annotations.h Added : /trunk/OMEdit/OMEditGUI/ComponentsProperties.cpp Added : /trunk/OMEdit/OMEditGUI/ComponentsProperties.h Added : /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp Added : /trunk/OMEdit/OMEditGUI/ConnectorWidget.h Added : /trunk/OMEdit/OMEditGUI/CornerItem.cpp Added : /trunk/OMEdit/OMEditGUI/CornerItem.h Added : /trunk/OMEdit/OMEditGUI/Helper.cpp Added : /trunk/OMEdit/OMEditGUI/Helper.h Added : /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp Added : /trunk/OMEdit/OMEditGUI/LibraryWidget.h Added : /trunk/OMEdit/OMEditGUI/MessageWidget.cpp Added : /trunk/OMEdit/OMEditGUI/MessageWidget.h Added : /trunk/OMEdit/OMEditGUI/ModelWidget.cpp Added : /trunk/OMEdit/OMEditGUI/ModelWidget.h Added : /trunk/OMEdit/OMEditGUI/OMCProxy.cpp Added : /trunk/OMEdit/OMEditGUI/OMCProxy.h Added : /trunk/OMEdit/OMEditGUI/OMCThread.cpp Added : /trunk/OMEdit/OMEditGUI/OMCThread.h Added : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro Added : /trunk/OMEdit/OMEditGUI/OMEditGUI.pro.user Added : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp Added : /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h Added : /trunk/OMEdit/OMEditGUI/Resources Added : /trunk/OMEdit/OMEditGUI/Resources/css Added : /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss Added : /trunk/OMEdit/OMEditGUI/Resources/icons Added : /trunk/OMEdit/OMEditGUI/Resources/icons/Drives-Drive-Internal-icon.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/OMS.bmp Added : /trunk/OMEdit/OMEditGUI/Resources/icons/close.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/console.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/copy.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/copy1.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/copyq.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/cut.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/cut1 (2).png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/cut1.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/cut2.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/format-justify-fill.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/grid.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/model.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/modeltext.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/new.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/new1.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/omeditor.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/omeditor_splash-O.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/omeditor_splash.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/open.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/paste.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/paste1.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/paste2.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/redo.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/redo1.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/save.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/save1.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/saveall.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/saveall1.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/saveas.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/saveas1.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/tool.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/undo.png Added : /trunk/OMEdit/OMEditGUI/Resources/icons/undo1.png Added : /trunk/OMEdit/OMEditGUI/SplashScreen.cpp Added : /trunk/OMEdit/OMEditGUI/SplashScreen.h Added : /trunk/OMEdit/OMEditGUI/StringHandler.cpp Added : /trunk/OMEdit/OMEditGUI/StringHandler.h Added : /trunk/OMEdit/OMEditGUI/main.cpp Added : /trunk/OMEdit/OMEditGUI/mainwindow.cpp Added : /trunk/OMEdit/OMEditGUI/mainwindow.h Added : /trunk/OMEdit/OMEditGUI/omc_communication.cpp Added : /trunk/OMEdit/OMEditGUI/omc_communication.h Added : /trunk/OMEdit/bin Added : /trunk/OMEdit/bin/Makefile Added : /trunk/OMEdit/bin/Makefile.Debug Added : /trunk/OMEdit/bin/Makefile.Release Added : /trunk/OMEdit/bin/debug Added : /trunk/OMEdit/bin/debug/OMEdit.exe Added : /trunk/OMEdit/bin/debug/QtCored4.dll Added : /trunk/OMEdit/bin/debug/QtGuid4.dll Added : /trunk/OMEdit/bin/debug/libgcc_s_dw2-1.dll Added : /trunk/OMEdit/bin/debug/mingwm10.dll Added : /trunk/OMEdit/bin/debug/moc_Annotations.cpp Added : /trunk/OMEdit/bin/debug/moc_ConnectorWidget.cpp Added : /trunk/OMEdit/bin/debug/moc_CornerItem.cpp Added : /trunk/OMEdit/bin/debug/moc_LibraryWidget.cpp Added : /trunk/OMEdit/bin/debug/moc_MessageWidget.cpp Added : /trunk/OMEdit/bin/debug/moc_ModelWidget.cpp Added : /trunk/OMEdit/bin/debug/moc_OMCProxy.cpp Added : /trunk/OMEdit/bin/debug/moc_OMCThread.cpp Added : /trunk/OMEdit/bin/debug/moc_ProjectTabWidget.cpp Added : /trunk/OMEdit/bin/debug/moc_mainwindow.cpp Added : /trunk/OMEdit/bin/debug/omniORB414_rtd.dll Added : /trunk/OMEdit/bin/debug/omnithread34_rtd.dll Added : /trunk/OMEdit/bin/mingwm10.dll Added : /trunk/OMEdit/bin/object_script.OMEdit.Debug Added : /trunk/OMEdit/bin/object_script.OMEdit.Release Added : /trunk/OMEdit/bin/release Revision: 6271 Author: perost Date: 17:01:56, den 1 oktober 2010 Message: Bug #1165: - Added test case mosfiles-nosim/LookupPackageFail. ---- Added : /trunk/testsuite/mosfiles-nosim/LookupPackageFail.mo Added : /trunk/testsuite/mosfiles-nosim/LookupPackageFail.mos Modified : /trunk/testsuite/mosfiles-nosim/Makefile Revision: 6270 Author: sjoelund.se Date: 16:59:50, den 1 oktober 2010 Message: - Remove all (match) equations of the kind "x = x"; these are generated by match x case x ... - Since Modelica disallows assignment of input variables, it's a good idea to remove these assignments (when we enforce this property; we either need to enforce it or change the matchcontinue implementation to first copy all inputs) ---- Modified : /trunk/Compiler/Static.mo Revision: 6269 Author: mohsen Date: 16:09:45, den 1 oktober 2010 Message: Commiting the first version of DrControl under OMNotebook. Mohsen 101001 ---- Added : /trunk/OMNotebook/DrControl Added : /trunk/OMNotebook/DrControl/ClosedLoop Added : /trunk/OMNotebook/DrControl/ClosedLoop/ClosedLoop.onb Added : /trunk/OMNotebook/DrControl/DCMotor Added : /trunk/OMNotebook/DrControl/DCMotor/DCMotor.onb Added : /trunk/OMNotebook/DrControl/DCMotor/E21DCMotorPID.onb Added : /trunk/OMNotebook/DrControl/DCMotor/E22DCMotorPID3D.onb Added : /trunk/OMNotebook/DrControl/DrControl.onb Added : /trunk/OMNotebook/DrControl/FeedForward Added : /trunk/OMNotebook/DrControl/FeedForward/E22FeedForwardDCM.onb Added : /trunk/OMNotebook/DrControl/Getting_started Added : /trunk/OMNotebook/DrControl/Getting_started/ControlProblem.onb Added : /trunk/OMNotebook/DrControl/Getting_started/Feedback.onb Added : /trunk/OMNotebook/DrControl/Getting_started/MatModel.onb Added : /trunk/OMNotebook/DrControl/Getting_started/stability.onb Added : /trunk/OMNotebook/DrControl/Getting_started/transferFunction.onb Added : /trunk/OMNotebook/DrControl/LQ Added : /trunk/OMNotebook/DrControl/LQ/E341InvPendelum.onb Added : /trunk/OMNotebook/DrControl/LQ/E342tanksystem.onb Added : /trunk/OMNotebook/DrControl/LQ/Kalman.onb Added : /trunk/OMNotebook/DrControl/Observer Added : /trunk/OMNotebook/DrControl/Observer/Observer.onb Added : /trunk/OMNotebook/DrControl/PIDRegulator Added : /trunk/OMNotebook/DrControl/PIDRegulator/PIDRegulator.onb Added : /trunk/OMNotebook/DrControl/StateSpace Added : /trunk/OMNotebook/DrControl/StateSpace/StateSpace.onb Revision: 6268 Author: adrpo Date: 03:57:04, den 1 oktober 2010 Message: - reversing the reverse as now it seems the libs are added in the proper order to the makefile. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 6267 Author: Frenkel TUD Date: 17:16:10, den 30 september 2010 Message: update RedesignBackendOMC.doc ---- Added : /trunk/doc/backend/Interfaces.graphml Added : /trunk/doc/backend/Interfaces.jpg Modified : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6266 Author: sjoelund.se Date: 17:15:20, den 30 september 2010 Message: - Rewrote a few functions in the C runtime to take constant strings as input instead of strings ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/read_write.c Revision: 6265 Author: AlexeyLebedev Date: 16:08:53, den 30 september 2010 Message: Fix for bug #1040: Further fix for bug 1040 https://openmodelica.org:8443/cb/issue/1040 ---- Modified : /trunk/Compiler/Inst.mo Revision: 6264 Author: mohsen Date: 15:48:23, den 30 september 2010 Message: documentation on how to compile OMNotebook ---- Added : /trunk/doc/OMNotebook_Compilation_Steps_VS2010.pdf Added : /trunk/doc/Steps to compile OMNotebook in VS2010.doc Revision: 6263 Author: mohsen Date: 15:10:49, den 30 september 2010 Message: documentation installing and setting Eclipse+MDT for debugging MetaModelica code. ---- Added : /trunk/doc/Manual for OpenModelica Source with omcd.pdf Revision: 6262 Author: perost Date: 14:22:22, den 30 september 2010 Message: Fix for bug #1207: - Fixed so that iterators in for loops get correct type when the range is of enumeration type. - Added test case mofiles/ForIteratorType and updated mofiles/Enum7. ---- Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Added : /trunk/testsuite/mofiles/ForIteratorType.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6261 Author: perost Date: 13:25:50, den 30 september 2010 Message: - Speed up arrays of enumeration variables by relaxing the criteria for finding matches in the cache for enumerations. ---- Modified : /trunk/Compiler/Inst.mo Revision: 6260 Author: sjoelund.se Date: 12:40:48, den 30 september 2010 Message: - Changed testcase Modelica.Magnetic.FluxTubes.mos (it's enough to let the testcase in records/RecordModification.mo fail; it tests this very thing and doesn't generate 1MB of rtest log) ---- Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Revision: 6259 Author: sjoelund.se Date: 12:17:53, den 30 september 2010 Message: - Enable error messages for cevalCallFunction again ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/testsuite/meta/ErrorInteractiveCallFunctionPtr.mos Modified : /trunk/testsuite/meta/PartialFn3.mos Modified : /trunk/testsuite/records/RecordModifications.mo Revision: 6258 Author: sjoelund.se Date: 09:34:08, den 30 september 2010 Message: - Check if SimCode is trying to generate code to dynamically load a function that takes a function pointer as input - This is an error (the runtime doesn't support it), and a testcase has been added for the error message ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Util.mo Added : /trunk/testsuite/meta/ErrorInteractiveCallFunctionPtr.mo Added : /trunk/testsuite/meta/ErrorInteractiveCallFunctionPtr.mos Modified : /trunk/testsuite/meta/Makefile Revision: 6257 Author: adrpo Date: 07:10:40, den 30 september 2010 Message: Final fixes for task: #1268 - now the user can select in GraphViz lefty which connect edge to break. - the selected edge is passed to OpenModelica breaking algorithm as a guide. - this all happens in an interactive loop until the user is satisfied. - heavy tailor of openmodelica.lefty to: + not be able to break branches + easier and targeted menus + complete help text. ---- Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/scripts/openmodelica.lefty Revision: 6256 Author: adrpo Date: 03:39:18, den 30 september 2010 Message: Partial fixes for task: #1268 - minor typo fix. ---- Modified : /trunk/Compiler/ConnectionGraph.mo Revision: 6255 Author: adrpo Date: 01:36:04, den 30 september 2010 Message: Partial fixes for task: #1268 - implemented means to display the overconstrained connection graph to the user so that he can decide which connect to break. - added flags: +d=cgraphGraphVizShow use this to generate the overconstrained connection graph as GraphViz file and display it with GraphViz lefty. You will need to have lefty[.exe] in the PATH +d=cgraphGraphVizFile this flag will only generate a GraphViz file Model.gv - still left to do: handle the user input and order the connects so that the edge given by the user is handled last and will be broken - added Compiler/scripts/openmodelica.lefty which is an adaptation of dotty.lefty for GraphViz. Copy this file into share/omc/scripts on build. - moved Inst.selectList to Util.selectList. - more explanation to System.writeFile, what is file name and what is data. ---- Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Util.mo Added : /trunk/Compiler/scripts/openmodelica.lefty Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Revision: 6254 Author: Frenkel TUD Date: 22:09:22, den 29 september 2010 Message: - update RedesignBackendOMC.doc ---- Modified : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6253 Author: sjoelund.se Date: 18:05:08, den 29 september 2010 Message: - Changed SimCode structure slightly: - When elaborating functions, we collect the includes and libs - This avoids duplicate includes, which were previosuly not collected. It also does more things in a single pass - We also only generate the in-function for the "main" function (we could also generate a main() function for this one if the inputs were list or void) - The testsuite should be slightly faster as GCC will only have to compile roughly half as many functions ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Revision: 6252 Author: Frenkel TUD Date: 13:54:11, den 29 september 2010 Message: update RedesignBackendOMC.doc ---- Added : /trunk/doc/backend/AblaufDiagramm.graphml Added : /trunk/doc/backend/AblaufDiagramm.jpg Added : /trunk/doc/backend/Classdiagramm.graphml Added : /trunk/doc/backend/Classdiagramm.jpg Added : /trunk/doc/backend/Classdiagramm_new.graphml Added : /trunk/doc/backend/Classdiagramm_new.jpg Modified : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6251 Author: adrpo Date: 01:00:28, den 29 september 2010 Message: Fixes for bugs: #1244 #1295 - More information is now printed when we can't find an outer for an inner: The inner components that were found until we instantiate outer are listed so the user can find out if he didn't misspelled the name of the outer: Example: Warning: Variable particleEffect1.particleEffect2: No corresponding 'inner' declaration found for component particleEffect1.particleEffect2.updateVisualization2 declared as 'outer '. The existing 'inner' components are: MyPackage.UpdateVisualization updateVisualization; defined in scope: MyPackage.Examples.Effects.ParticleEffect. Referenced by 'outer' components: {particleEffect1.updateVisualization} MyPackage.UpdateVisualization particleEffect1.updateVisualization; defined in scope: MyPackage.Effects.ParticleEffect1. Check if you have not misspelled the 'outer' component name. Please declare an 'inner' component with the same name in the top scope. Continuing flattening by only considering the 'outer' component declaration. - Fixes for detecting overlapping array modifications and overlapping named modifications. Also added more tests for these testsuite/mofiles/ArrayModification13.mo testsuite/mofiles/ArrayModification14.mo testsuite/mofiles/Modification15.mo testsuite/mofiles/ArrayModification12.mo (was wrong, now I fixed it and add it to the testsuite) The compiler just warns that there are overlapping modifications and tells the user which ones are used and which ones are discarded. Before the compiler didn't say anything, it just took the first named modification encountered and also didn't report any problems with overlapping array modifications. - When failing to lookup index modification in instArray and error is printed instead of just failing without any error messages. - Modified some of the tests due to changes in error messages ---- Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/mofiles/ArrayModification12.mo Added : /trunk/testsuite/mofiles/ArrayModification13.mo Added : /trunk/testsuite/mofiles/ArrayModification14.mo Modified : /trunk/testsuite/mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Modification15.mo Modified : /trunk/testsuite/mofiles/Modification9.mo Modified : /trunk/testsuite/mofiles/ModifyConstant4.mo Modified : /trunk/testsuite/mofiles/ModifyConstant5.mo Modified : /trunk/testsuite/mofiles/ModifyConstant6.mo Modified : /trunk/testsuite/mofiles/Overwriting3.mo Modified : /trunk/testsuite/mofiles/Overwriting4.mo Modified : /trunk/testsuite/mosfiles-nosim/FinalTests.mos Revision: 6250 Author: sjoelund.se Date: 18:11:53, den 28 september 2010 Message: Fixes for #1296 - Moved the generation of pattern-matching equals equation to instStatement, since RML allows pattern matching here as well - lhs := rhs is translated into: _ := match () local vars // list of temporary vars case () equation vars = rhs; match vars case lhs /* lhs becomes bound here */ then (); end match; then () end match; - Error messages for this are probably pretty bad... - Note that you can now write "3 := 1+2" in an algorithm section if MetaModelica grammar is enabled (just like in RML) - Added testcase meta/AlgPatternm.mos ---- Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/meta/AlgPatternm.mo Added : /trunk/testsuite/meta/AlgPatternm.mos Modified : /trunk/testsuite/meta/Makefile Revision: 6249 Author: Frenkel TUD Date: 17:13:22, den 28 september 2010 Message: - avoid Warnings ---- Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/string_array.c Revision: 6248 Author: Frenkel TUD Date: 15:30:30, den 28 september 2010 Message: - Bugfix Initialisation Method leastSquare ---- Modified : /trunk/c_runtime/simulation_init.cpp Revision: 6247 Author: sjoelund.se Date: 10:50:34, den 28 september 2010 Message: - Added teardown_command to meta/UtilTest.mos ---- Modified : /trunk/testsuite/meta/UtilTest.mos Revision: 6246 Author: sjoelund.se Date: 10:40:19, den 28 september 2010 Message: - Reverted part of r6231 (re-enable String pool; malloc() doesn't work to 100% when returning strings through the interactive API) - Updated meta/UtilTest.mos (we create a much smaller list of Strings, and a large list of integers instead) ---- Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/testsuite/meta/UtilTest.mos Revision: 6245 Author: perost Date: 10:09:18, den 28 september 2010 Message: Fix for bug #1044: - Added Util.listUnionComp, list union with a compare function. - Made SCode.equationEqual public. - Use list union in Inst.instClassdef2 to filter out identical equations. - Added test case mofiles/IdenticalEquations. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Util.mo Added : /trunk/testsuite/mofiles/IdenticalEquations.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6244 Author: sjoelund.se Date: 09:09:07, den 28 september 2010 Message: - Propagated Absyn.Info from assignments to DFA.mo - Add testcase meta/ErrorMatchNumOutput.mos ---- Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Patternm.mo Added : /trunk/testsuite/meta/ErrorMatchNumOutput.mo Added : /trunk/testsuite/meta/ErrorMatchNumOutput.mos Modified : /trunk/testsuite/meta/Makefile Revision: 6243 Author: sjoelund.se Date: 08:36:30, den 28 september 2010 Message: - Implement support for match expressions that return a tuple to a single cref - b := match () case () then (1,2); end match - Also added error messages for when the number of actual/expected output of a match expression differ - Testcase for this will be added when Absyn.Info is propagated for match expressions ---- Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/MatchCase13.mo Added : /trunk/testsuite/meta/MatchCase13.mos Revision: 6242 Author: sjoelund.se Date: 08:22:45, den 28 september 2010 Message: - Add the link to the log of failing tests in MetaModelicaDev, so they are easier to see when running the testsuite ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 6241 Author: adrpo Date: 04:16:52, den 28 september 2010 Message: Mod.mo - use case instead of else as the current 1.5.0 release cannot parse the file otherwise ---- Modified : /trunk/Compiler/Mod.mo Revision: 6240 Author: adrpo Date: 04:05:00, den 28 september 2010 Message: DAELow.mo, DAELow.lower2 - include source position when reporting errors - when running checkModel ignore warnings/errors about unimplemented features in the back-end: + initial algorithms + initial if equations that cannot be translated to if expressions + if equations of the form if initial() then equations end if; + constrain function DAEUtil.mo, DAEUtil.ifEqToExpr - when running checkModel ignore warnings/errors about + if equations of the form if initial() then equations end if; Error.mo - satisfying my alignment compulsion Inst.mo, Inst.elabArraydim - when running checkModel ignore warnings/errors about + mismatched array dimensions - check the failtrace flag before doing unnecessary work testsuite/libraries/msl31/* - modifications due to changes in error reporting while running checkModel Compiler/omc_frontend/Makefile.omdev.mingw Compiler/omc_profiler/Makefile.omdev.mingw Compiler/omc_release/Makefile.omdev.mingw - make the executable large address aware - give the executable 7MB of stack as is needed by: testsuite/meta/UtilTest.mos ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Revision: 6239 Author: sjoelund.se Date: 22:45:50, den 27 september 2010 Message: - Missing code from r6238 (allow running as root when running in testsuite mode) ---- Modified : /trunk/Compiler/Main.mo Revision: 6238 Author: sjoelund.se Date: 22:13:00, den 27 september 2010 Message: - Allow running as root when running in testsuite mode ---- Modified : /trunk/Compiler/runtime/rtopts.h Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 6237 Author: sjoelund.se Date: 20:48:03, den 27 september 2010 Message: - Fix antlr3config.h on OSX ---- Modified : /trunk/Parser/antlr-3.2/runtime/C/antlr3config.h Revision: 6236 Author: sjoelund.se Date: 17:40:57, den 27 september 2010 Message: - Fixed instantiation of derived types that are uniontypes (MetaModelica/RML uses type UT = T1.UT syntax instead of import T1.UT) - Propagated Absyn.Info to instClassDef (better error messages) ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/Uniontype15.mo Added : /trunk/testsuite/meta/Uniontype15.mos (Copy from path: /trunk/testsuite/meta/Uniontype14.mos, Revision, 6231) Modified : /trunk/testsuite/meta/UtilTest.mos Modified : /trunk/testsuite/mofiles/Partial1.mo Modified : /trunk/testsuite/mofiles/SimpleTypeExtend.mo Revision: 6235 Author: adrpo Date: 17:31:58, den 27 september 2010 Message: - this is not needed as is copied from ParseModel-saved.mo during running ParseModel.mos - also it differs Windows/Linux and it would end up being different all the time and appears as an SVN modification. ---- Deleted : /trunk/testsuite/parser/ParseModel.mo Revision: 6234 Author: adrpo Date: 17:28:38, den 27 september 2010 Message: - use case instead of else as the current 1.5.0 release cannot parse Absyn.mo otherwise ---- Modified : /trunk/Compiler/Absyn.mo Revision: 6233 Author: perost Date: 15:41:04, den 27 september 2010 Message: Fixes for bug #1121: - Removed index from DAE.ET_ENUMERATION, since it no longer needed due to DAE.ENUM_LITERAL. - Split the list of variables in DAE.T_ENUMERATION into one list containing literals and one containing attributes. - Implemented enum->Real implicit type casting. - Fixed connect with enumeration variables. - Fixed so that enumerations are basic types. - Static.elabCref now takes the variables subscripts into account when determining it's variability. - Added utility function Util.isPrefixListComp. - Removed testsuite/mofiles/rtestsim, since it's not used. - Updated test cases and enabled the Modelica.Electrical.Digital tests. ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Modified : /trunk/testsuite/libraries/msl221/Mechanics/Makefile Modified : /trunk/testsuite/libraries/msl31/Makefile Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/meta/UtilTest.mos Modified : /trunk/testsuite/mofiles/Enum10.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Deleted : /trunk/testsuite/mofiles/rtestsim Modified : /trunk/testsuite/parser/ParseModel.mo Modified : /trunk/testsuite/partest/runtest.pl Modified : /trunk/testsuite/rtest Revision: 6232 Author: sjoelund.se Date: 11:46:43, den 27 september 2010 Message: - Static.elabCallArgs2 no longer prints error messages if it succeeds, but elaborating as record constructor fails ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/meta/PartialFn3.mos Modified : /trunk/testsuite/meta/UtilTest.mos Revision: 6231 Author: sjoelund.se Date: 10:56:14, den 27 september 2010 Message: - Added CREF_FULLYQUALIFIED to the parser (and Absyn,Static,Lookup,Dump,Exp,etc). - This is needed to parse Modelica 3.2 properly (e.g., abc = .Modelica.x.y.fn()). - Disabled the string pool in c_runtime/modelica_string.c - It never free'd allocated strings anyway, so changing it to strdup is safe (but stupid) - Updated DFA.mo to use Absyn.CREF_FULLYQUALIFIED for primitive operations such as listRest() - Else a function named listRest that uses the listRest() primitive will become a recursive call due to going back to Absyn (Valueblock implementation limitation) - Added testcase UtilTest.mos - Tests Util.listIntRange2, Util.listMap1, Util.listMap and Util.listFold - We test the actual Util.mo from the trunk, so changes to that code reflects on the testcase ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Parser/Modelica.g Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/UtilTest.mo Added : /trunk/testsuite/meta/UtilTest.mos Modified : /trunk/testsuite/parser/DotName.mos Revision: 6230 Author: sjoelund.se Date: 09:39:26, den 27 september 2010 Message: - Fix meta_modelica_builtin.cpp so that the first call always returns 0 ---- Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 6229 Author: sjoelund.se Date: 08:44:25, den 27 september 2010 Message: - Fix compilation on OMDEV (database.o -> Database.o) ---- Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Revision: 6228 Author: sjoelund.se Date: 08:34:49, den 27 september 2010 Message: - Updated makefiles to link against sqlite3 instead of compiling it ourselves on Linux - Updated README to cover this dependency - Updated omdev makefiles to generate Compiler/runtime/runtime.a like Linux does (this is so Windows and Linux can link different objects in Compiler/runtime) - Updated configure script to search for sqlite3 ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.compiler_subdirs.common Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/Database.c Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/configure Modified : /trunk/configure.in Revision: 6227 Author: sjoelund.se Date: 08:04:37, den 27 september 2010 Message: - Removed antlr2 dependency from the configure script ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 6226 Author: sjoelund.se Date: 07:54:00, den 27 september 2010 Message: - Fix compilation on Linux (database.o -> Database.o) ---- Modified : /trunk/Compiler/Makefile.common Revision: 6225 Author: adrpo Date: 05:01:53, den 27 september 2010 Message: Compiler/Database.mo Compiler/runtime/Database.c Compiler/runtime/sqlite - a wrapper for SQlite (empty and unused for now) Compiler/omc_profiler/Makefile.omdev.mingw - use large address aware Makefile* - update so Database modules are compiled and linked in. Ceval.mo - better trace messages in Ceval.cevalSubscriptValue CevalScript.mo - filter Modelica.Media and Modelica.Fluid in CevalScript.checkAllModelsRecursive, also output the number of classes checked. DAE.mo - added DAE.DimensionBinding to be used for future handling of unknown dimensions (similar with type variables and inference in functional programming) - these changes are commented out for now DAEDump.mo - handle all types of equations in DAEDump.dump2 DAELow.mo - use Exp.crefEqualNoStringCompare everywhere. - minor speedups by changing listAppend({var}, lst) to var::lst. - partially handle DAE array equations in DAELow.lowerWhenEqn2 and don't fail when checkModel is active. - handle unknown dimensions DAE.DIM_UNKNOWN when checkModel is active in DAELow.traversingextendArrExp by using DAE.DIM_INTEGER(1). DAEUtil.mo - better message out of DAEUtil.verifyWhenEquation - allow DAE.NORETCALL inside when equations. Exp.mo - handle enum literal in Exp.typeof Inst.mo - some more comments on Inst.instClassIn_dispatch(ENUMERATION) InstSection.mo - make sure we handle DAE.DIM_UNKNOWN when checkModel is active with more care in InstSection.instArrayEquation and InstSection.expandArrayDimension as otherwise we generate equations like 1 = 1. SCode.mo - handle when equations in SCode.equationStr Static.mo - minor formatting. Types.mo - handle enumeration in Types.mo Types.matchWithPromote helps a bit Modelica.Electrical.Digital - better unparsing/printing of enumerations ValuesUtil.mo - handle enumeration literals in ValuesUtil.valueIntegerMinusOne helps with Ceval of enumeration slices. testsuite/mofiles/drmodelica/WhenNotValid.mo - changes due to better error messages. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEUtil.mo Added : /trunk/Compiler/Database.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Added : /trunk/Compiler/runtime/Database.c Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Added : /trunk/Compiler/runtime/sqlite Added : /trunk/Compiler/runtime/sqlite/crashTest.c Added : /trunk/Compiler/runtime/sqlite/shell.c Added : /trunk/Compiler/runtime/sqlite/sqlite3.c Added : /trunk/Compiler/runtime/sqlite/sqlite3.def Added : /trunk/Compiler/runtime/sqlite/sqlite3.h Added : /trunk/Compiler/runtime/sqlite/sqlite3ext.h Modified : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Revision: 6224 Author: sjoelund.se Date: 16:06:38, den 26 september 2010 Message: - Added the boxptr functions for the MetaModelica builtin Integer functions ---- Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Revision: 6223 Author: sjoelund.se Date: 15:34:43, den 26 september 2010 Message: - Updated SimCode.getCalledFunctionsInFunction to filter out function references called in valueblocks ---- Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Revision: 6222 Author: sjoelund.se Date: 11:27:25, den 26 september 2010 Message: - Changed code generation for function pointers. They now also work when you bind valueblock-local variables. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 6221 Author: adrpo Date: 02:25:45, den 26 september 2010 Message: - get rid of the static definitions as these functions need to be accessible from outside! ---- Modified : /trunk/c_runtime/ModelicaExternalC/Makefile.omdev.mingw Revision: 6220 Author: adrpo Date: 02:15:17, den 26 september 2010 Message: - clean ModelicaExternalC also when cleaning c_runtime ---- Modified : /trunk/c_runtime/Makefile.common Revision: 6219 Author: adrpo Date: 01:20:34, den 26 september 2010 Message: - use intEq instead of equality ---- Modified : /trunk/Compiler/Util.mo Revision: 6218 Author: adrpo Date: 01:19:35, den 26 september 2010 Message: - get rid of equality()/failure(equality()) ---- Modified : /trunk/Compiler/InstSection.mo Revision: 6217 Author: adrpo Date: 01:18:32, den 26 september 2010 Message: - use intEq instead of equality. ---- Modified : /trunk/Compiler/Inst.mo Revision: 6216 Author: adrpo Date: 01:16:14, den 26 september 2010 Message: fixes for testsuite/meta/MetaModelicaDev/Makefile.omc ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 6215 Author: sjoelund.se Date: 09:56:15, den 25 september 2010 Message: - Fix expected output ParseFullModelica1.6.mos ---- Modified : /trunk/testsuite/parser/ParseFullModelica1.6.mos Revision: 6214 Author: sjoelund.se Date: 07:21:19, den 25 september 2010 Message: - Fix msl16/Modelica/Constants so we don't get warnings in 32-bit OMC ---- Modified : /trunk/libraries/msl16/Modelica/Constants.mo Added : /trunk/libraries/msl16/README.txt (Copy from path: /trunk/libraries/msl32/README.txt, Revision, 6213) Revision: 6213 Author: sjoelund.se Date: 14:29:08, den 24 september 2010 Message: - Add parser tests for msl16 and msl32 - Note about the msl32 library: it only has the inf constant fixed; none of the other parts, like ModelicaServices ---- Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/ParseFullModelica1.6.mos Modified : /trunk/testsuite/parser/ParseFullModelica3.2.mos Revision: 6212 Author: sjoelund.se Date: 14:27:10, den 24 september 2010 Message: - Adding msl32 to /libraries ---- Added : /trunk/libraries/msl32 Added : /trunk/libraries/msl32/Complex.mo Added : /trunk/libraries/msl32/Modelica Added : /trunk/libraries/msl32/Modelica/Blocks Added : /trunk/libraries/msl32/Modelica/Blocks/Continuous.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Discrete.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Interaction.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Interfaces.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Logical.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Math.mo Added : /trunk/libraries/msl32/Modelica/Blocks/MathBoolean.mo Added : /trunk/libraries/msl32/Modelica/Blocks/MathInteger.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Nonlinear.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Routing.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Sources.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Tables.mo Added : /trunk/libraries/msl32/Modelica/Blocks/Types.mo Added : /trunk/libraries/msl32/Modelica/Blocks/package.mo Added : /trunk/libraries/msl32/Modelica/Blocks/package.order Added : /trunk/libraries/msl32/Modelica/ComplexBlocks.mo Added : /trunk/libraries/msl32/Modelica/ComplexMath.mo Added : /trunk/libraries/msl32/Modelica/Constants.mo Added : /trunk/libraries/msl32/Modelica/Electrical Added : /trunk/libraries/msl32/Modelica/Electrical/Analog Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Basic.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/AD_DA_conversion.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/AmplifierWithOpAmpDetailed.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/CompareTransformers.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mat Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/HeatingResistor.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/IdealTriacCircuit.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/NandGate.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/OvervoltageProtection.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Rectifier.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/SimpleTriacCircuit.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/SwitchWithArc.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/ThyristorBehaviourTest.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/Nand.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/RealSwitch.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/Transistor.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/package.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/Utilities/package.order Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/package.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Examples/package.order Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Ideal.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Interfaces.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Lines.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Semiconductors.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Sensors.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/Sources.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/package.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Analog/package.order Added : /trunk/libraries/msl32/Modelica/Electrical/Digital.mo Added : /trunk/libraries/msl32/Modelica/Electrical/Machines.mo Added : /trunk/libraries/msl32/Modelica/Electrical/MultiPhase.mo Added : /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary Added : /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/Machines.mo Added : /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/MultiPhase.mo Added : /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/SinglePhase.mo Added : /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/Types.mo Added : /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/UsersGuide.mo Added : /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/package.mo Added : /trunk/libraries/msl32/Modelica/Electrical/QuasiStationary/package.order Added : /trunk/libraries/msl32/Modelica/Electrical/Spice3.mo Added : /trunk/libraries/msl32/Modelica/Electrical/package.mo Added : /trunk/libraries/msl32/Modelica/Electrical/package.order Added : /trunk/libraries/msl32/Modelica/Fluid Added : /trunk/libraries/msl32/Modelica/Fluid/Dissipation.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/AST_BatchPlant.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/BranchingDynamicPipes.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/ControlledTankSystem.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/DrumBoiler.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/Explanatory.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/HeatExchanger.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/HeatingSystem.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/IncompressibleFluidNetwork.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/InverseParameterization.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/PumpingSystem.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/Tanks.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/TraceSubstances.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/package.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Examples/package.order Added : /trunk/libraries/msl32/Modelica/Fluid/Fittings.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Icons.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Interfaces.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Machines.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Pipes.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Sensors.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Sources.mo Added : /trunk/libraries/msl32/Modelica/Fluid/System.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Types.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Utilities.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Valves.mo Added : /trunk/libraries/msl32/Modelica/Fluid/Vessels.mo Added : /trunk/libraries/msl32/Modelica/Fluid/package.mo Added : /trunk/libraries/msl32/Modelica/Fluid/package.order Added : /trunk/libraries/msl32/Modelica/Icons.mo Added : /trunk/libraries/msl32/Modelica/Magnetic Added : /trunk/libraries/msl32/Modelica/Magnetic/FluxTubes.mo Added : /trunk/libraries/msl32/Modelica/Magnetic/FundamentalWave.mo Added : /trunk/libraries/msl32/Modelica/Magnetic/package.mo Added : /trunk/libraries/msl32/Modelica/Magnetic/package.order Added : /trunk/libraries/msl32/Modelica/Math Added : /trunk/libraries/msl32/Modelica/Math/BooleanVectors.mo Added : /trunk/libraries/msl32/Modelica/Math/Interfaces.mo Added : /trunk/libraries/msl32/Modelica/Math/Nonlinear.mo Added : /trunk/libraries/msl32/Modelica/Math/package.mo Added : /trunk/libraries/msl32/Modelica/Math/package.order Added : /trunk/libraries/msl32/Modelica/Mechanics Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulum.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulumInitTip.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/FreeBody.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/HeatLosses.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Pendulum.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PendulumWithSpringDamper.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravity.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheel.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetDriving.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetPulling.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringMassSystem.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Surfaces.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/UserDefinedGravityField.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/Utilities.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/package.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Elementary/package.order Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/1.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/2.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/3.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1a.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b_analytic.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar1.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar2.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar_analytic.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/PlanarLoops_analytic.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/Utilities.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/package.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Loops/package.order Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Rotational3DEffects.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/0.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/1.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/2.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/3.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/4.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/5.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/6.dxf Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/package.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/Systems/package.order Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/package.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Examples/package.order Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Forces.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Frames.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Icons.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Interfaces.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Joints.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Parts.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Sensors.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Types.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/Visualizers.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/package.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/MultiBody/package.order Added : /trunk/libraries/msl32/Modelica/Mechanics/Rotational.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/Translational.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/package.mo Added : /trunk/libraries/msl32/Modelica/Mechanics/package.order Added : /trunk/libraries/msl32/Modelica/Media Added : /trunk/libraries/msl32/Modelica/Media/Air.mo Added : /trunk/libraries/msl32/Modelica/Media/CompressibleLiquids.mo Added : /trunk/libraries/msl32/Modelica/Media/IdealGases Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/Common Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/Common/FluidData.mo Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/Common/SingleGasesData.mo Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/Common/package.mo Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/Common/package.order Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/MixtureGases.mo Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/SingleGases.mo Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/package.mo Added : /trunk/libraries/msl32/Modelica/Media/IdealGases/package.order Added : /trunk/libraries/msl32/Modelica/Media/Incompressible.mo Added : /trunk/libraries/msl32/Modelica/Media/Water Added : /trunk/libraries/msl32/Modelica/Media/Water/IF97_Utilities.mo Added : /trunk/libraries/msl32/Modelica/Media/Water/package.mo Added : /trunk/libraries/msl32/Modelica/Media/Water/package.order Added : /trunk/libraries/msl32/Modelica/Media/package.mo Added : /trunk/libraries/msl32/Modelica/Media/package.order Added : /trunk/libraries/msl32/Modelica/ModelicaLicense2.html Added : /trunk/libraries/msl32/Modelica/Resources Added : /trunk/libraries/msl32/Modelica/Resources/C-Sources Added : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaInternal.c Added : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaStrings.c Added : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables.h Added : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaTables_Dymola.c Added : /trunk/libraries/msl32/Modelica/Resources/C-Sources/ModelicaUtilities.h Added : /trunk/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.c Added : /trunk/libraries/msl32/Modelica/Resources/C-Sources/win32_dirent.h Added : /trunk/libraries/msl32/Modelica/Resources/Documentation Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Differences-Modelica-221-222.html Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Differences-Modelica-301-31.html Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Figure_PlanarLoopAnalytic.ppt Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Fluid Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Fluid/FiniteVolume.doc Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.ppt Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation/Back3.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation/IF97.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation/crits.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation/meltsub.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation/phs.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation/surf.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation/thcond.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/IF97documentation/visc.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Mechanics Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Mechanics/Lossy-Gear-Bug_Solution.pdf Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Modelica-Documentation-Template.doc Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Modelica-Documentation-Template.ott Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.doc Added : /trunk/libraries/msl32/Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.ott Added : /trunk/libraries/msl32/Modelica/Resources/Images Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/BusUsage3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Butterworth.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/ConvertAllUnits.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/CriticalDampingNonNormalized.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/CriticalDampingNormalized.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Filter1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/FilterWithRiseTime.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/HighPassOrder4Filters.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/HighPassOrder4FiltersStepResponse.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/BooleanValue.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/IntegerValue.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Interaction/RealValue.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/InverseModel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/InverseModelSchematic.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/LogicalNetwork1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/LowPassOrder4Filters.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/LowPassOrder4FiltersStepResponse.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean/OnDelay1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/MathBoolean/OnDelay2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/PID_controller.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/PID_controller2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanConstant.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanPulse.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanStep.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/BooleanTable.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Clock.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/CombiTimeTable.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Constant.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/ExpSine.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Exponentials.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerConstant.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerStep.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/IntegerTable.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/KinematicPTP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/KinematicPTP2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Pulse.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/RadioButtonSource.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Ramp.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/SampleTrigger.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/SawTooth.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Sine.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Step.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/TimeTable.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Blocks/Sources/Trapezoid.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Basic Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Basic/M_Transformer-eq.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/IdealIntermediateSwitch1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/IdealIntermediateSwitch2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqG.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqL.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Lines/M_OLine-eqMatrix.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/OLine.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Schaltbild_OLine.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/Schaltbild_ULine.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/ULine.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/arrangement.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment_first.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Analog/segment_last.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/brush.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesPc.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesPcw.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesV.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/corelossesVw.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/Machines/frictiontorque.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic/dc_dt.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic/dl_dt.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal/IdealIntermediateSwitch1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal/IdealIntermediateSwitch2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img5.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/phasor_diagram.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/resonance_circuit.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/phasor_voltage.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_c.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_l.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_r.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/p_r.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_c.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_capacitor.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_inductor.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_l.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_r.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_resistor.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/q_c.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/q_l.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/s.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_c.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_l.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_r.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/FilteredValveIcon.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFriction1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFriction2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFrictionStaticHead_case-a.PNG Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/PipeFrictionStaticHead_case-b.PNG Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/Tank_PipeAboveTankLevel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveCharacteristics1a.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/ValveCharacteristics1b.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regFun3_a.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regFun3_b.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_a.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_b.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regRoot2_c.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regSquare2_b.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Components/regSquare2_c.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/AST_BatchPlant1.jpg Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/AST_BatchPlant2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/BatchPlant_StandardWater.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/BranchingDynamicPipes.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ControlledTanks.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/DrumBoiler.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/EmptyTanks.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/HeatExchanger.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/HeatingSystem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/IncompressibleFluidNetwork.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/InverseParametrization.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MeasuringTemperature1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MeasuringTemperature2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/MomentumBalanceFittings.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/PumpingSystem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/RoomCO2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/RoomCO2WithControls.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/TanksWithOverflow.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanks.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/Examples/ThreeTanksResult4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/PipeFriction1_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/BalanceEquations1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/ControlledTanks.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/DrumBoiler.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/HeatingSystem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/MixingConnections.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/ThreeTanks.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/energyBalance1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/energyBalance2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/massBalance.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/momentumBalance.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/pipeFriction.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Fluid/UsersGuide/sqrt.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/FD.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/FD2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/XRG_logo_3Streifen.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target1_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target2_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target3_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target4_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target1_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target2_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target3_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target4_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/fig_channel_kc_evenGapTurbulent.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/icon_channel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/pic_gap.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/pic_gap_symbol.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/pic_hTcontent_channel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/channel/pic_hTcontent_channel_app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general/fig_kc_approxForcedConvection_T1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general/fig_kc_approxForcedConvection_T2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general/fig_kc_approxForcedConvection_T3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general/icon_general.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/general/pic_hTgeneral.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/heatExchanger Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/heatExchanger/fig_flatTube_kc.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/heatExchanger/fig_flatTube_kc_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/heatExchanger/fig_roundTube_kc.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/heatExchanger/fig_roundTube_kc_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/heatExchanger/icon_heatExchanger.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/heatExchanger/pic_flatTube.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/heatExchanger/pic_roundTube.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar_KC_cnt.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar_KC_cpr.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall_KC_cnt.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall_KC_cpr.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent_KC_cnt.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent_KC_cpr.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/icon_helicalPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/pic_hTcontent_helicalPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/pic_hTcontent_helicalPipe_app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/helicalPipe/pic_helicalPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/pic-packageHT-app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/pic-packageHT.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/fig_plate_kc_laminar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/fig_plate_kc_mean_laminar_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/fig_plate_kc_mean_overall_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/fig_plate_kc_mean_turbulent_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/fig_plate_kc_overall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/fig_plate_kc_turbulent.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/icon_plate.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/pic_hTcontent_plate.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/pic_hTcontent_plate_app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/pic_plate.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/plate/pic_plate_symbol.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_turbulent_KC_wipl.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_turbulent_KC_wopl.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_1.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_2.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_3.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_4.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_5.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_5.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UHFwithDFF_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UHFwithUFF_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UWTwithDFF_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UWTwithUFF_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UHFwithDFF_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UHFwithUFF_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UWTwithDFF_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UWTwithUFF_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_turbulent.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_turbulent.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_boiling_horizontal_KC.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_boiling_horizontal_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_condensation_horizontal_KC.eps Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_condensation_horizontal_KC.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/icon_straightPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/pic_hTchoices_straightPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/pic_hTcontent_straightPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/heatTransfer/straightPipe/pic_hTcontent_straightPipe_app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_curved_DPvsVflow.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_curved_smooth_DPvsVflow.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOWwrtDelta.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOWwrtRD.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_MFLOWvsDPwrtDelta.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_MFLOWvsDPwrtRD.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_DPvsMFLOWwrtDelta.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_MFLOWvsDPwrtDelta.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_ZETAvsRE.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_edged_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/fig_bend_edged_DPvsVflow.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/icon_bend.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/pic_circularBend.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/pic_edgedBend.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/pic_pLcontent_bend.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/bend/pic_pLcontent_bend_app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/channel Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/channel/fig-dp_internalFlowOverall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/channel/fig-dp_internalFlowOverall_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/channel/fig-dp_internalFlowOverall_lambdaVsRe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/channel/fig_channel_dp_internalFlowOverall_lambdaVsRe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/channel/icon_channel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/channel/pic-pLchannel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_idealGas_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_idealGas_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_nominalDensityViscosity_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_nominalDensityViscosity_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_nominalPressureLossLawDensity_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_nominalPressureLossLawDensity_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_pressureLossCoefficient_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_pressureLossCoefficient_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_volumeFlowRate_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/fig_general_dp_volumeFlowRate_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/icon_general.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/pic_pLcontent_general.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/general/pic_pLcontent_general_app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/ThickEdgedOrificeGeometry.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/fig_orifice_suddenChangeContraction.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/fig_orifice_suddenChangeExpansion.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_ZETAvsLENGHT.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/fig_orifice_thick_edged_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/fig_orifice_thick_edged_zeta_TOTvsl_bar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/icon_orifice.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/pic_pLcontent_orifice.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/pic_pLcontent_orifice_app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/pic_suddenChangeSection.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/pic_suddenChangeSection_symbol.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/orifice/pic_thickEdged.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/pic-packagePL-app.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/pic-packagePL.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_laminar_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_laminar_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_DPMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_lambdavsRe_ver.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPMFLOW_LAMBDAvsRe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twoPhase_Chisholm_DP_1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twoPhase_Friedel_DP_1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twophase_overall_.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_laminar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_laminar_lambdavsRe_ver.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_turbulent.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_turbulent_LAMBDAvsRe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_straightPipe_twoPhase_overall_DP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_twoPhasePL_Friedel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_twoPhase_overall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_twoPhase_overall_DP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/fig_validPL_straightPipeTwoPhase_Friedel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/icon_straightPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/lambda_FRI_straightPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/pic_pLchoices_straightPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/pic_pLcontent_straightPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/pic_straightPipe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/pic_twoPhaseFlowRegimes_horizontal.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/pic_twoPhaseFlowRegimes_vertical.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/straightPipe_dp_laminar_lambdaRe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/straightPipe_dp_overall_DP_inline_DPmflow.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/straightPipe_dp_overall_DP_inline_lambdaRe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/straightPipe_dp_overall_MFLOW_inline_MFLOWdp.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/straightPipe_dp_overall_MFLOW_inline_lambdaRe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/straightPipe/straightPipe_dp_turbulent_smooth_lambdaRe.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/valve Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_DPvsMFLOW.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_MFLOWvsDP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_zetaVsOpening.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/valve/icon_valve.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/pressureLoss/valve/pic_pLvalve.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/utilities Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/utilities/LambertW_deviation.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/utilities/SmoothPower.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/FluidDissipation/utilities/Stepsmoother.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Basic Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Basic/LeakageWithCoefficient.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_PermeanceModel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_dimensions.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/AdvancedSolenoidModel_fluxTubePartitioning.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/SimpleSolenoidModel_fluxTubePartitioning.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/Solenoid_dimensions.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/HardMagnetic Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/HardMagnetic/HardMagneticMaterials.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/ElectricSheet.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Miscellaneous.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Steel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/eq_mu_rApprox.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/CuboidOrthogonalFlux.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/CuboidParallelFlux.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinderAxialFlux.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinderRadialFlux.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/CoaxCylindersEndFaces.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfHollowSphere.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfSphere.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfCylinder.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfHollowCylinder.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterCylinder.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowCylinder.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowSphere.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterSphere.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/LeakageAroundPoles.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_MaxwellConstitutive.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctanceFromAverageGeometry.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_general.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_prismatic.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_transition_reluctance_flowAcross_IntegralQuantities.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/magnetic_flux_tube_schematic.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_CoEnergy_general.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromPermeance_network.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromReluctance_network.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_transition_forceReluctancePermeance.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/2pi_over_m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/4pi_over_m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/GGc.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/Gc.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/coupling.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/eddycurrent.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/eddycurrent_electric.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/iV_m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/lossPower.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/multiphaseconverter_phi.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/multiphaseconverter_vm.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/reluctance.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/reluctance_alt.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/singlephaseconverter_phi.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/singlephaseconverter_vm.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Components/vPhi.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/airgap.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/airgap_phasors.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Machines/Components/rotorcage.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/N.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/Phi.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/R_m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/aimc_fem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/electrical_reference_V_m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/four_pole_V_m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m_phi.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/V_m_real_complex.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/effectiveTurns.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/effectiveTurns_k.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/gamma.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/i.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/i_k.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_gt_m_over_2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_in_1_m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/k_le_m_over_2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/orientation.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/orientation_k.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/p.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi_over_2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/pi_over_2m.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/sqrt_2_over_3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/v.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/v_k.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/FundamentalWave/varphi.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Magnetic/readme.txt Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors/relNodePositions.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors/relNodePositions.svg Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors/vectorNorm.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/Vectors/vectorNorm.ppt Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/acos.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/acosh.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/asin.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/asinh.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/atan.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/atan2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/atan3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/cos.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/cosh.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/exp.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/log.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/log10.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/sin.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/sinh.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/tan.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Math/tanh.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/Air Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/Air/Mollier.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/Air/PsycroChart.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Air.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Ar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H2_vinylidene.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H5OH.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C2H6.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H6_propylene.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H8.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C3H8O_1propanol.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C4H10_n_butane.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C4H8_1_butene.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C5H10_1_pentene.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C5H12_n_pentane.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H12_1_hexene.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H14_n_hexane.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C6H6.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C7H14_1_heptene.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C7H16_n_heptane.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C8H10_ethylbenz.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/C8H18_n_octane.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CH3OH.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CH4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CL2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CO.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/CO2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/F2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/H2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/H2O.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/He.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/N2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/N2O.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NH3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NO.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/NO2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/Ne.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/O2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/SO2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/SingleGases/SO3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/IdealGases/singleEquations.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/BalanceEquations1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/Demo.mo Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/EnergyBalance1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/EnergyBalance2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/mediumBalanceInit.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/UsersGuide/mediumMenu.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/Water Added : /trunk/libraries/msl32/Modelica/Resources/Images/Media/Water/if97.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Arrow.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Arrow2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Bodies.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Body.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyBox.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyCylinder.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/BodyShape.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.DoublePendulum.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.FreeBody.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.Pendulum.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.PendulumWithSpringDamper.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.SpringDamperSystem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.SpringMassSystem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Chains.ThreeSprings.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Colors.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulum.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulumInitTip.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/DoublePendulumSmall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceAndTorque_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ForceWithMasses.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/FreeBody.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/FreeBody_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/InitSpringConstant.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/InitSpringConstant_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Pendulum.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithContact.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Pendulum_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravity.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses2_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/PointGravity_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheelSetDriving.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/RollingWheelSetPulling.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringDamperSystem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringDamperSystem_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringMassSystem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringMassSystem_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringWithMass.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/SpringWithMass_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Surfaces.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/Surfaces_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ThreeSprings.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/ThreeSprings_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Elementary/snap.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Engine.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_CAD_smaller.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/EngineV6_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar1_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar2_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar_analytic.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/Fourbar_analytic_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Loops/PlanarLoops_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/r3_fullRobot.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/r3_fullRobot_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Examples/Systems/robot_kr15.bmp Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Fixed.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedFrame.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedFrame2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedLines.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedLines2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedRotation.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedShape.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/FixedTranslation.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowForce.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowForce2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowTorque.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ArrowTorque2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Damper.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Damper2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Force1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Force2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ForceAndTorque1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/ForceAndTorque2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForce1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForce2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForceAndTorque1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameForceAndTorque2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameTorque1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/FrameTorque2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/LineForceWithMass.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/LineForceWithTwoMasses.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Spring2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Torque1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/Torque2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForce1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForce2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForceAndTorque1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldForceAndTorque2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldTorque1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Forces/WorldTorque2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/InertialSystem.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Cylindrical.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/FreeMotion.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointRRP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointRRR.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointSSP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointSSR.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUPS.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUSP.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/JointUSR.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Planar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Prismatic.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Revolute.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Spherical.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/SphericalSpherical.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/Universal.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Joints/UniversalSpherical.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/MultiBody.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts/PointMass.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Parts/Rotor1D.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/AbsoluteSensor.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutForce.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutForceAndTorque.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/CutTorque.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/Distance.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Sensors/RelativeSensor.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Shape.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/ShapeSize.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/ShapeSize2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumAnimation.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumAnimationSmall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumDiagram.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/DoublePendulumDiagramSmall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/ActuatedRevolute.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/Body.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/Pendulum.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/PenulumSchematic1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/FirstExample/PenulumSchematic2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/EngineV6_4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/Fourbar1a.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/Fourbar1b.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/FourbarAnalytic1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/FourbarAnalytic2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Tutorial/LoopStructures/MacPherson1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/ThreeSprings2DiagramLayer.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/ThreeSpringsDiagramLayer.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_engine.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_excavator.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_freeBody.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/UsersGuide/small_robot.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Arrow.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/ColorMaps.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/autumn.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/gray.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/hot.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/jet.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/spring.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/summer.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Colors/winter.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/DoubleArrow.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Ground.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/GroundSmall.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarField-ColorMap.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarField.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/PipeWithScalarFieldIcon.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/SpecularCoefficient.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Surface.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Surface_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/Torus.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/TorusIcon.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/VoluminousWheel.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/Visualizers/VoluminousWheelIcon.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/MultiBody/world.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/bearing.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/bearing2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/drive1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/drive2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/drive3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/drive4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveAxis.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveConnections3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/driveExample.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/elastoBacklash1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/inertias.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Rotational/relativeStates.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks1_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/ControlledTanks2_small.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/Examples/Thumbs.db Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/CompositeStep1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Parallel3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/StepAndTransition4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/StateGraph/UsersGuide/Thumbs.db Added : /trunk/libraries/msl32/Modelica/Resources/Images/Thermal Added : /trunk/libraries/msl32/Modelica/Resources/Images/Thermal/HeatTransfer Added : /trunk/libraries/msl32/Modelica/Resources/Images/Thermal/HeatTransfer/driveWithHeatTransfer.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational/ElastoGap1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational/Fig.translational.examples.InitialConditions.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad3.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational/PreLoad4.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational/Stribeck.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/Translational/relativeStates2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i1_polar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i1_rect.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i2_polar.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i2_rect.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations/fourier.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations/sample.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Digital.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/ElectricalPins.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/ElectricalPlugs.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/FluidHeatFlowPorts.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/FluidPorts.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/HydraulicPorts.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Blocks1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Blocks2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Digital.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Electrical.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Fluid.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-FluxTubes.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Machines.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Media.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-MultiBody1.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-MultiBody2.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Rotational.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-StateGraph.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Thermal.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Lib-Translational.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/MagneticPorts.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/ModelicaLibraries.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/MultiBodyFrames.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/PneumaticPorts.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/RotationalFlanges.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/Signals.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/SpacePhasor.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/StateGraphPorts.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/ThermalHeatPorts.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/UsersGuide/TranslationalFlanges.png Added : /trunk/libraries/msl32/Modelica/Resources/Images/_readme.txt Added : /trunk/libraries/msl32/Modelica/Resources/Scripts Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_1.6_to_2.1.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_2.1Beta1_to_2.1.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/ConvertModelica_from_2.2.2_to_3.0.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/AST_BatchPlant_StandardWater Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/AST_BatchPlant_StandardWater/plot level.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/BranchingDynamicPipes Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/BranchingDynamicPipes/plotResults.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ControlledTanks Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ControlledTanks/plot level and ports.m_flow.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/EmptyTanks Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/EmptyTanks/plot level and port.p.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/IncompressibleFluidNetwork Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/IncompressibleFluidNetwork/plotJunctionPressuresAndValves.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/InverseParameterization Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/InverseParameterization/plotResults.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/MomentumBalanceFittings Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/MomentumBalanceFittings/Plot the model results.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank/plot level and port.p.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/OneTank/plot level, port.p and port.m_flow.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2 Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2/plotConcentrations.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2WithControls Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/RoomCO2WithControls/plotStatesWithControl.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1 Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1/plot level and port.p.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1/plot level, port.p and port.m_flow.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe2 Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe2/plot level and port.p.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe1 Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe1/plot level, port.p and port.m_flow.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe2 Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe2/plot level and port.m_flow.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TwoTanks Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Fluid/TwoTanks/plot level and port.p.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/Run.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/fullRobotPlot.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/oneAxisPlot.mos Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/Rotational Added : /trunk/libraries/msl32/Modelica/Resources/Scripts/Dymola/Mechanics/Rotational/CoupledClutches.mos Added : /trunk/libraries/msl32/Modelica/SIunits.mo Added : /trunk/libraries/msl32/Modelica/StateGraph.mo Added : /trunk/libraries/msl32/Modelica/Thermal Added : /trunk/libraries/msl32/Modelica/Thermal/FluidHeatFlow.mo Added : /trunk/libraries/msl32/Modelica/Thermal/HeatTransfer.mo Added : /trunk/libraries/msl32/Modelica/Thermal/package.mo Added : /trunk/libraries/msl32/Modelica/Thermal/package.order Added : /trunk/libraries/msl32/Modelica/Utilities Added : /trunk/libraries/msl32/Modelica/Utilities/Examples.mo Added : /trunk/libraries/msl32/Modelica/Utilities/Files.mo Added : /trunk/libraries/msl32/Modelica/Utilities/Internal.mo Added : /trunk/libraries/msl32/Modelica/Utilities/Streams.mo Added : /trunk/libraries/msl32/Modelica/Utilities/Strings.mo Added : /trunk/libraries/msl32/Modelica/Utilities/System.mo Added : /trunk/libraries/msl32/Modelica/Utilities/Types.mo Added : /trunk/libraries/msl32/Modelica/Utilities/data Added : /trunk/libraries/msl32/Modelica/Utilities/data/Examples_readRealParameters.txt Added : /trunk/libraries/msl32/Modelica/Utilities/package.mo Added : /trunk/libraries/msl32/Modelica/Utilities/package.order Added : /trunk/libraries/msl32/Modelica/package.mo Added : /trunk/libraries/msl32/Modelica/package.order Added : /trunk/libraries/msl32/Modelica/readme.txt Added : /trunk/libraries/msl32/ModelicaReference Added : /trunk/libraries/msl32/ModelicaReference/Images Added : /trunk/libraries/msl32/ModelicaReference/Images/acos.png Added : /trunk/libraries/msl32/ModelicaReference/Images/acosh.png Added : /trunk/libraries/msl32/ModelicaReference/Images/asin.png Added : /trunk/libraries/msl32/ModelicaReference/Images/asinh.png Added : /trunk/libraries/msl32/ModelicaReference/Images/atan.png Added : /trunk/libraries/msl32/ModelicaReference/Images/atan2.png Added : /trunk/libraries/msl32/ModelicaReference/Images/change.png Added : /trunk/libraries/msl32/ModelicaReference/Images/cos.png Added : /trunk/libraries/msl32/ModelicaReference/Images/cosh.png Added : /trunk/libraries/msl32/ModelicaReference/Images/delay.png Added : /trunk/libraries/msl32/ModelicaReference/Images/edge.png Added : /trunk/libraries/msl32/ModelicaReference/Images/exp.png Added : /trunk/libraries/msl32/ModelicaReference/Images/function.png Added : /trunk/libraries/msl32/ModelicaReference/Images/log.png Added : /trunk/libraries/msl32/ModelicaReference/Images/log10.png Added : /trunk/libraries/msl32/ModelicaReference/Images/pre.png Added : /trunk/libraries/msl32/ModelicaReference/Images/sample.png Added : /trunk/libraries/msl32/ModelicaReference/Images/sin.png Added : /trunk/libraries/msl32/ModelicaReference/Images/sinh.png Added : /trunk/libraries/msl32/ModelicaReference/Images/tan.png Added : /trunk/libraries/msl32/ModelicaReference/Images/tanh.png Added : /trunk/libraries/msl32/ModelicaReference/package.mo Added : /trunk/libraries/msl32/ModelicaReference/package.order Added : /trunk/libraries/msl32/ModelicaServices-Variants Added : /trunk/libraries/msl32/ModelicaServices-Variants/Default Added : /trunk/libraries/msl32/ModelicaServices-Variants/Default/ModelicaServices Added : /trunk/libraries/msl32/ModelicaServices-Variants/Default/ModelicaServices/package.mo Added : /trunk/libraries/msl32/ModelicaServices-Variants/Default/ModelicaServices/package.order Added : /trunk/libraries/msl32/ModelicaServices-Variants/Dymola Added : /trunk/libraries/msl32/ModelicaServices-Variants/Dymola/ModelicaServices Added : /trunk/libraries/msl32/ModelicaServices-Variants/Dymola/ModelicaServices/package.mo Added : /trunk/libraries/msl32/ModelicaServices-Variants/Dymola/ModelicaServices/package.order Added : /trunk/libraries/msl32/ModelicaServices-Variants/DymolaAndDLRVisualization Added : /trunk/libraries/msl32/ModelicaServices-Variants/DymolaAndDLRVisualization/ModelicaServices Added : /trunk/libraries/msl32/ModelicaServices-Variants/DymolaAndDLRVisualization/ModelicaServices/package.mo Added : /trunk/libraries/msl32/ModelicaServices-Variants/DymolaAndDLRVisualization/ModelicaServices/package.order Added : /trunk/libraries/msl32/ModelicaServices-Variants/readme.txt Added : /trunk/libraries/msl32/ModelicaTest Added : /trunk/libraries/msl32/ModelicaTest/Blocks.mo Added : /trunk/libraries/msl32/ModelicaTest/ComplexMath.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid Added : /trunk/libraries/msl32/ModelicaTest/Fluid/BaseClasses.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestJunctionIdeal.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestJunctionTraceSubstances.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestJunctionVolume.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestMultiPort.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestMultiPortTraceSubstances.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestPressureLossDerivatives.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestSharpEdgedOrifice.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestSimpleGenericOrifice.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestSuddenExpansion.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/TestWallFriction.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Fittings/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestControlledPump.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestSweptVolume.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpCheckValve.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpDCMotor.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpDCMotorHeatTransfer.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpDefault.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpDefaultLV.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpNPSH.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpPowerCharacteristic.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpRecirculation.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/TestWaterPumpVariableSpeed.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Machines/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/NewFittings.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Pipes Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Pipes/DynamicPipeWithNominalLaminarFlow.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Pipes/DynamicPipesAndFittings.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Pipes/DynamicPipesWithTraceSubstances.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Pipes/StaticPipe.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Pipes/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Pipes/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestDensity.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestFlowRate.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestOnePortSensors1.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestOnePortSensors2.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestPressure.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestSpecificEnthalpy.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestSpecificEntropy.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestTemperatureSensor.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/TestTraceSubstances.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sensors/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sources Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sources/TestSources.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sources/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Sources/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Utilities Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Utilities/TestRegFunctions.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Utilities/TestRegRoot2Derivatives.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Utilities/TestRegRootDerivative.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Utilities/TestRegSquare2Derivatives.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Utilities/TestRegStep.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Utilities/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Utilities/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestCheckValve.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestDelayedValve.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestValveCharacteristics.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestValveCoefficients.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestValveCompressible.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestValveDiscrete.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestValveIncompressible.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestValveLinear.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestValveVaporizing.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/TestValvesReverse.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Valves/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels/TestInitialization.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels/TestMixingVolumes.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels/TestMixingVolumesPressureStates.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels/TestSimpleTank.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels/TestTankWithTopPorts.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels/TestVolume.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/Vessels/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestComponents/package.order Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestCriticalCases.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/TestOverdeterminedInitial.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/package.mo Added : /trunk/libraries/msl32/ModelicaTest/Fluid/package.order Added : /trunk/libraries/msl32/ModelicaTest/FluidDissipation.mo Added : /trunk/libraries/msl32/ModelicaTest/Math.mo Added : /trunk/libraries/msl32/ModelicaTest/Media.mo Added : /trunk/libraries/msl32/ModelicaTest/MultiBody.mo Added : /trunk/libraries/msl32/ModelicaTest/Resources Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/channel Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapLaminar.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapLaminar_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapOverall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapOverall_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapTurbulent.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapTurbulent_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/general Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/general/kc_approxForcedConvection.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/general/kc_approxForcedConvection_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/heatExchanger Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/heatExchanger/kc_flatTube.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/heatExchanger/kc_flatTube_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/heatExchanger/kc_roundTube.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/heatExchanger/kc_roundTube_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/helicalPipe Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_laminar.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_laminar_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_overall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_overall_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_turbulent.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_turbulent_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/plate Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/plate/kc_laminar.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/plate/kc_laminar_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/plate/kc_overall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/plate/kc_overall_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/plate/kc_turbulent.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/plate/kc_turbulent_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/straightPipe Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_laminar.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_laminar_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_overall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_overall_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_turbulent.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_turbulent_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_twoPhaseOverall_KC.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/bend Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/bend/dp_curvedOverall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/bend/dp_curvedOverall_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/bend/dp_edgedOverall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/bend/dp_edgedOverall_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/channel Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/channel/dp_internalFlowOverall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/channel/dp_internalFlowOverall_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_idealGas.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_idealGas_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_nominalDensityViscosity.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_nominalDensityViscosity_DPMFLOw.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_nominalPressureLossLawDensity.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_nominalPressureLossLawDensity_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_pressureLossCoefficient.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_pressureLossCoefficient_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_volumeFlowRate.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/general/dp_volumeFlowRate_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/orifice Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/orifice/dp_suddenChange.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/orifice/dp_suddenChange_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/orifice/dp_thickEdgedOverall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/orifice/dp_thickEdgedOverall_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_laminar.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_laminar_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_overall.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_overall_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_turbulent.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_turbulent_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_twoPhaseOverall_DP.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_twoPhaseOverall_DP_H20.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_twoPhase_Chisholm.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_twoPhase_Friedel.mos Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/valve Added : /trunk/libraries/msl32/ModelicaTest/Resources/Scripts/Dymola/pressureLoss/valve/dp_severalGeometryOverall_DPMFLOW.mos Added : /trunk/libraries/msl32/ModelicaTest/Rotational.mo Added : /trunk/libraries/msl32/ModelicaTest/Translational.mo Added : /trunk/libraries/msl32/ModelicaTest/Utilities.mo Added : /trunk/libraries/msl32/ModelicaTest/package.mo Added : /trunk/libraries/msl32/ModelicaTest/package.order Added : /trunk/libraries/msl32/ObsoleteModelica3.mo Added : /trunk/libraries/msl32/README.txt (Copy from path: /trunk/libraries/msl31/README.txt, Revision, 6207) Revision: 6211 Author: sjoelund.se Date: 14:25:34, den 24 september 2010 Message: - Adding msl16 to /libraries ---- Added : /trunk/libraries/msl16 Added : /trunk/libraries/msl16/Modelica Added : /trunk/libraries/msl16/Modelica/Blocks Added : /trunk/libraries/msl16/Modelica/Blocks/Continuous.mo Added : /trunk/libraries/msl16/Modelica/Blocks/Examples.mo Added : /trunk/libraries/msl16/Modelica/Blocks/Interfaces.mo Added : /trunk/libraries/msl16/Modelica/Blocks/Math.mo Added : /trunk/libraries/msl16/Modelica/Blocks/Nonlinear.mo Added : /trunk/libraries/msl16/Modelica/Blocks/Sources.mo Added : /trunk/libraries/msl16/Modelica/Blocks/package.mo Added : /trunk/libraries/msl16/Modelica/Constants.mo Added : /trunk/libraries/msl16/Modelica/Electrical Added : /trunk/libraries/msl16/Modelica/Electrical/Analog Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Basic.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/CauerFilter.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/NandGate.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/Rectifier.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/Utilities Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/Utilities/Nand.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/Utilities/RealSwitch.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/Utilities/Transistor.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/Utilities/package.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Examples/package.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Ideal.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Interfaces.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Lines.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Semiconductors.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Sensors.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/Sources.mo Added : /trunk/libraries/msl16/Modelica/Electrical/Analog/package.mo Added : /trunk/libraries/msl16/Modelica/Electrical/MultiPhase.mo Added : /trunk/libraries/msl16/Modelica/Electrical/package.mo Added : /trunk/libraries/msl16/Modelica/Icons.mo Added : /trunk/libraries/msl16/Modelica/Images Added : /trunk/libraries/msl16/Modelica/Images/ControlledIdealIntermediateSwitch1.png Added : /trunk/libraries/msl16/Modelica/Images/ControlledIdealIntermediateSwitch2.png Added : /trunk/libraries/msl16/Modelica/Images/Fig.translational.examples.InitialConditions.png Added : /trunk/libraries/msl16/Modelica/Images/IdealIntermediateSwitch1.png Added : /trunk/libraries/msl16/Modelica/Images/IdealIntermediateSwitch2.png Added : /trunk/libraries/msl16/Modelica/Images/PreLoad.png Added : /trunk/libraries/msl16/Modelica/Images/Preload2.png Added : /trunk/libraries/msl16/Modelica/Images/Preload3.png Added : /trunk/libraries/msl16/Modelica/Images/Preload4.png Added : /trunk/libraries/msl16/Modelica/Images/Stribeck.png Added : /trunk/libraries/msl16/Modelica/Images/_readme.txt Added : /trunk/libraries/msl16/Modelica/Images/bearing.png Added : /trunk/libraries/msl16/Modelica/Images/bearing2.png Added : /trunk/libraries/msl16/Modelica/Images/drive1.png Added : /trunk/libraries/msl16/Modelica/Images/drive2.png Added : /trunk/libraries/msl16/Modelica/Images/drive3.png Added : /trunk/libraries/msl16/Modelica/Images/drive4.png Added : /trunk/libraries/msl16/Modelica/Images/driveAxis.png Added : /trunk/libraries/msl16/Modelica/Images/driveConnections.png Added : /trunk/libraries/msl16/Modelica/Images/driveConnections2.png Added : /trunk/libraries/msl16/Modelica/Images/driveWithHeatTransfer.png Added : /trunk/libraries/msl16/Modelica/Images/inertias.png Added : /trunk/libraries/msl16/Modelica/Images/norm.png Added : /trunk/libraries/msl16/Modelica/Images/relativeStates.png Added : /trunk/libraries/msl16/Modelica/Images/relativeStates2.png Added : /trunk/libraries/msl16/Modelica/Math Added : /trunk/libraries/msl16/Modelica/Math/package.mo Added : /trunk/libraries/msl16/Modelica/Mechanics Added : /trunk/libraries/msl16/Modelica/Mechanics/CoupledClutches.mos Added : /trunk/libraries/msl16/Modelica/Mechanics/Rotational.mo Added : /trunk/libraries/msl16/Modelica/Mechanics/Translational.mo Added : /trunk/libraries/msl16/Modelica/Mechanics/package.mo Added : /trunk/libraries/msl16/Modelica/SIunits.mo Added : /trunk/libraries/msl16/Modelica/Thermal Added : /trunk/libraries/msl16/Modelica/Thermal/HeatTransfer.mo Added : /trunk/libraries/msl16/Modelica/Thermal/package.mo Added : /trunk/libraries/msl16/Modelica/package.mo Revision: 6210 Author: sjoelund.se Date: 13:33:27, den 24 september 2010 Message: - Updated README.Cygwin.or.Linux.txt ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 6209 Author: adrpo Date: 13:33:05, den 24 september 2010 Message: - small change to get rid of the Linux warnings. ---- Modified : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3filestream.c Revision: 6208 Author: sjoelund.se Date: 13:21:50, den 24 september 2010 Message: - Added support for if-equations in match-expressions - Added some error messages when an equation that is not valid in the context of match-expressions is found ---- Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/MatchIfEquation1.mo Added : /trunk/testsuite/meta/MatchIfEquation1.mos (Copy from path: /trunk/testsuite/meta/MatchElse1.mos, Revision, 6204) Revision: 6207 Author: adrpo Date: 12:47:29, den 24 september 2010 Message: Fixes for #1294 - in MinGW/MSVC/Windows open the parsed file in "rt" mode Parser/antlr-3.2/runtime/C/src/antlr3filestream.c - in MinGW/MSVC/Windows open the written file in "wt" mode Compiler/runtime/printimpl.c Compiler/runtime/systemimpl.c ---- Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3filestream.c Revision: 6206 Author: adrpo Date: 12:10:04, den 24 september 2010 Message: - fixes for testsuite/mofiles/ComponentNamesRedecl.mo, get rid of the newline at the end. ---- Modified : /trunk/testsuite/mofiles/ComponentNamesRedecl.mo Revision: 6205 Author: sjoelund.se Date: 12:01:22, den 24 september 2010 Message: - Fix rtest on MinGW, when running biochem ---- Modified : /trunk/testsuite/rtest Revision: 6204 Author: sjoelund.se Date: 09:39:25, den 24 september 2010 Message: - Added MatchElse1.mos to meta/Makefile - Removed non-referenced testcase meta/DefaultArgs.mo (it didn't test any MetaModelica extensions) ---- Deleted : /trunk/testsuite/meta/DefaultArgs.mo Deleted : /trunk/testsuite/meta/DefaultArgs.mos Modified : /trunk/testsuite/meta/Makefile Revision: 6203 Author: sjoelund.se Date: 08:29:36, den 24 september 2010 Message: - Moving CyclicBinding{Const,Param} and FlatParse to failing testcases - The cyclic binding tests don't test anything useful and produce a lot of crap in the logs - FlatParse.mof is just... wrong. It's not supposed to work, and we're not 100% certain what syntax should be used anyway ---- Modified : /trunk/testsuite/mofiles/Makefile Revision: 6202 Author: sjoelund.se Date: 08:11:02, den 24 september 2010 Message: - Add time usage to the MetaModelica Course testcases ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 6201 Author: sjoelund.se Date: 06:42:21, den 24 september 2010 Message: - Add dependency.log to fast.logs dependencies, since otherwise the automatic build system fails ---- Modified : /trunk/testsuite/Makefile Revision: 6200 Author: sjoelund.se Date: 21:39:12, den 23 september 2010 Message: - add -fPIC if uname -m is x86_64 in the testsuite - This should fix issues on 64-bit Debian-Stable (which uses old GCC) ---- Modified : /trunk/testsuite/mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/records/EmptyRecordTestConstructor.mos Modified : /trunk/testsuite/records/NestedRecordTestConstructor.mos Modified : /trunk/testsuite/records/SimpleRecordTestConstructor.mos Revision: 6199 Author: sjoelund.se Date: 21:01:02, den 23 september 2010 Message: - Guard parser/ParseModel files from svn-eol-style script ---- Modified : /trunk/Makefile.in Modified : /trunk/testsuite/dependency/DependencyChecking.mo Modified : /trunk/testsuite/dependency/DependencyChecking.mos Modified : /trunk/testsuite/dependency/Makefile Modified : /trunk/testsuite/mofiles/ComponentNames2.mo Modified : /trunk/testsuite/mofiles/ComponentNamesRedecl.mo Modified : /trunk/testsuite/mofiles/InnerOuterWithExtends.mo Revision: 6198 Author: sjoelund.se Date: 18:25:25, den 23 september 2010 Message: - Fixed else for match expressions ---- Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Patternm.mo Added : /trunk/testsuite/meta/MatchElse1.mo Added : /trunk/testsuite/meta/MatchElse1.mos (Copy from path: /trunk/testsuite/meta/MatchCase12.mos, Revision, 6191) Revision: 6197 Author: AlexeyLebedev Date: 16:06:48, den 23 september 2010 Message: Added a check whether component's name is the same as its type specifier. Modified the testsuite correspondingly. Added a couple more test cases. ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/mofiles/ComponentNames.mo Added : /trunk/testsuite/mofiles/ComponentNames2.mo Added : /trunk/testsuite/mofiles/ComponentNamesRedecl.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mofiles/InvertedPendulumTotal.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Revision: 6196 Author: sjoelund.se Date: 16:03:13, den 23 september 2010 Message: - svn:ignore on some generated files ---- Modified : /trunk/Compiler/susan_codegen/SimCode Modified : /trunk/OMNotebook/OMNotebookQT4 Modified : /trunk/OMNotebook/ext Modified : /trunk/OMShell Modified : /trunk/c_runtime/ModelicaExternalC Revision: 6195 Author: sjoelund.se Date: 15:59:42, den 23 september 2010 Message: - Fix dependency/Makefile clean (works now that the mos-file is there) ---- Modified : /trunk/testsuite/dependency/Makefile Revision: 6194 Author: sjoelund.se Date: 15:58:36, den 23 september 2010 Message: - Update dependency/Makefile ---- Modified : /trunk/testsuite/dependency/Makefile Revision: 6193 Author: sjoelund.se Date: 15:57:24, den 23 september 2010 Message: - Move msl31/ObsoleteModelica3.mo from testsuite to libraries ---- Added : /trunk/libraries/msl31/ObsoleteModelica3.mo (Copy from path: /trunk/testsuite/libraries/msl31/ObsoleteModelica3.mo, Revision, 6191) Added : /trunk/libraries/msl31/README.txt (Copy from path: /trunk/testsuite/libraries/msl31/README.txt, Revision, 6191) Deleted : /trunk/testsuite/libraries/msl31/ObsoleteModelica3.mo Deleted : /trunk/testsuite/libraries/msl31/README.txt Revision: 6192 Author: adrpo Date: 15:56:12, den 23 september 2010 Message: - added missing testsuite/dependency/DependencyChecking.mos ---- Added : /trunk/testsuite/dependency/DependencyChecking.mos Revision: 6191 Author: sjoelund.se Date: 15:45:22, den 23 september 2010 Message: - Fix dependency makefile in the testsuite (so it doesn't cause the testsuite to fail) ---- Modified : /trunk/testsuite/dependency/Makefile Modified : /trunk/testsuite/libraries/biochem/Makefile Revision: 6190 Author: sjoelund.se Date: 12:22:39, den 23 september 2010 Message: - Fix biochem testcases on Linux ---- Modified : /trunk/testsuite/libraries/biochem/EnzMM.mos Modified : /trunk/testsuite/libraries/biochem/Glycolysis.mos Modified : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /trunk/testsuite/libraries/biochem/UniBi.mos Modified : /trunk/testsuite/libraries/biochem/UniUni.mos Modified : /trunk/testsuite/rtest Revision: 6189 Author: sjoelund.se Date: 12:03:52, den 23 september 2010 Message: - Disable LossyGearDemo1 testcase (spins until memory runs out) - Fix refactorGraphAnn2.mos ---- Modified : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/mosfiles-msl22/FuncCross.mos Modified : /trunk/testsuite/mosfiles-msl22/Makefile Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mos Modified : /trunk/testsuite/parser/ParseCompilerSources.mos Revision: 6188 Author: sjoelund.se Date: 11:23:47, den 23 september 2010 Message: - More int/modelica_integer fixes ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/testsuite/mosfiles-msl22/LossyGear1.mos Revision: 6187 Author: sjoelund.se Date: 09:51:41, den 23 september 2010 Message: - Changed int, unsigned char in the simulation runtime to modelica_integer, modelica_boolean ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/simulation_runtime.h Revision: 6186 Author: sjoelund.se Date: 09:51:04, den 23 september 2010 Message: - Split testsuite/mosfiles-msl22/simulation3.mos into several simulations - Removed testsuite/mosfiles-msl22/Modelica.mo; the testcases use loadModel instead ---- Added : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Added : /trunk/testsuite/mosfiles-msl22/FuncCross.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Added : /trunk/testsuite/mosfiles-msl22/InitTest.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Added : /trunk/testsuite/mosfiles-msl22/InputOutput.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Added : /trunk/testsuite/mosfiles-msl22/LossyGear1.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Modified : /trunk/testsuite/mosfiles-msl22/Makefile Added : /trunk/testsuite/mosfiles-msl22/MatrixTest.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Deleted : /trunk/testsuite/mosfiles-msl22/Modelica.mo Added : /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Added : /trunk/testsuite/mosfiles-msl22/avg.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssystems.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation2.mos Deleted : /trunk/testsuite/mosfiles-msl22/simulation3.mos Added : /trunk/testsuite/mosfiles-msl22/tupleTest.mos (Copy from path: /trunk/testsuite/mosfiles-msl22/simulation3.mos, Revision, 6184) Revision: 6185 Author: sjoelund.se Date: 08:39:39, den 23 september 2010 Message: - Fix compilation of errorext.cpp (rml-trunk mk_scon doesn't accept const char*) ---- Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 6184 Author: adrpo Date: 03:04:00, den 23 september 2010 Message: - Fixes for bug #1285 #1286 ErrorExt.mo - added ErrorExt.isTopCheckpoint to ErrorExt.mo and errorext.cpp + used in Inst.mo to check if we should rollback or not. Inst.mo - moved the case for basic type instantiation from Inst.instClassdef2 into its own function: Inst.instClassdefBasicType and added checkpoint/rollback to it to get rid of the "wrong errors/warnings" due to instantiation as a basic type. - replaced equality(x = y)/failure(equality(x = y)) with true = stringEqual(x, y) respectively false = stringEqual(x, y) - propagated prefix to more functions - added Inst.checkExtendsForTypeRestiction to check for extends restrictions in Modelica 3.1, but is unused for now as it will get rid of some of the error reporting. InstExtends.mo - propagated prefix to more functions - propagate the final prefix to the component modifier. - the problem with InstExtends.mo is that when we only copy the classes/components from an extends clause we loose the scope information and the errors become less localized: For example, see the changes in testsuite/mosfiles-nosim/FinalTests.mos We should fix this by propagating more information inside the modifiers (i.e. the scope where they were created). Lookup.mo - small changes due to propagation of prefix to more functions System.mo - added System.refEqual to check for reference (pointer) equality Exp.mo - the current Exp.crefEqual was moved to Exp.crefEqualStringCompare to be easier to switch between crefEqual with/without string comparison - checks for pointer equality via Static.equalCref in some of the object comparison functions. SCode.mo - SCode.printClassdefStr now handles ALL alternatives and has better printing of enumerations ConnectionGraph.mo - small documentation update - use Exp.crefEqualNoStringCompare instead of Exp.crefEqual Compiler/omc_release/Makefile.omdev.mingw - make omc.exe Large Address Aware via -Wl,-large-address-aware flag - this will give omc the possibility of allocating more memory testsuite/dependency - added tests for +d=usedep so at least we know when we break them because MathCore uses the dependency all the time. - also tests fixes of bug 1286. testsuite/mofiles/InnerOuterWithExtends.mo - tests for bug 1285 (this one) testsuite/libraries/msl221/OneWayRectifierBG.mos testsuite/libraries/msl221/TestNand.mos testsuite/mosfiles-nosim/interactive_api_attributes.mos - these tests are different now when we suppress the errors/warnings from instantiation as basic type. - the tests are more correct now as for example in OneWayRectifierBG we had a warning that parameter does not have a default value *even* if it *does* (well, a recursive one, but still it does). - in TestNand.mos the warning about the use of == on reals is gone but anyway is used in an algorithm, so it had no value. - in interactive_api_attributes.mos the "inner" warning is gone now and it should be. testsuite/mosfiles-nosim/FinalTests.mos - this test produces less errors which in this case is a bit bad as the missing error messages pointed you in the right direction. - however, these error messages were generated while we tried to instantiate the class as a basic type (which was wrong anyway). - we should fix this test by adding source information (the scope/prefix) to modifiers and then when we try to merge them (final vs. modification) we can output this information. testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos - fixes for loading of ModelicaServices - also check that the instantiation of Modelica.Mechanics.MultiBody.Visualizers.Advanced.Shape works. testsuite/libraries/multibody/elementary/RollingWheel.mos - small equation migration due to changes in sorting of inner/outer. ---- Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/dependency Added : /trunk/testsuite/dependency/DependencyChecking.mo Added : /trunk/testsuite/dependency/Makefile Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Added : /trunk/testsuite/mofiles/InnerOuterWithExtends.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles-nosim/FinalTests.mos Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_attributes.mos Revision: 6183 Author: adrpo Date: 01:23:37, den 23 september 2010 Message: - fixes so we can compile with MinGW GCC 4.5 also. ---- Modified : /trunk/c_runtime/sendData/include/QtCore/qatomic_windows.h Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 6182 Author: adrpo Date: 01:22:13, den 23 september 2010 Message: - got rid of an unnecessary stringAppend. ---- Modified : /trunk/Compiler/Dump.mo Revision: 6181 Author: adrpo Date: 00:09:04, den 23 september 2010 Message: Fixes for #1294 - System.writeFile and Print.writeBuf now open the file in *binary* mode with "wb". Otherwise, if you open the file with "w" it opens it in text mode and when you write \r\n into the file it writes \r\r\n because \n on Windows is \r\n! - added testsuite/parser/ParseModel.mos to test that Parse-Write-Parse cycle works. - maybe we should also force stdout and stderr to be opened in *binary* mode because they are opened in text mode by default which means that writing \r\n to them will write \r\r\n. Something like: setmode(fileno(stdout), O_BINARY); ---- Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/ParseModel-saved.mo Added : /trunk/testsuite/parser/ParseModel.mo Added : /trunk/testsuite/parser/ParseModel.mos Revision: 6180 Author: sjoelund.se Date: 20:53:34, den 22 september 2010 Message: - Fix for ModelicaExternalC - Compile with "-Dstatic=", to remove static keywords everywhere. - Static functions are not exported, but all functions were declared static. - Compile with -D_POSIX_ so OSX works ---- Modified : /trunk/c_runtime/ModelicaExternalC/Makefile.in Revision: 6179 Author: sjoelund.se Date: 18:07:42, den 22 september 2010 Message: - Added /libraries - a common place for the Modelica libraries we test OpenModelica against - It is possible to switch between Modelica versions using the following environments: - OPENMODELICALIBRARY=/libraries/msl221:/libraries/common - OPENMODELICALIBRARY=/libraries/msl31:/libraries/common - (Separate with ; on Windows platforms) - Moved /libraries/testsuite/libraries/ ... msl221 msl31 BioChem to /libraries - Added ModelicaAdditions, SimpleFluid to /libraries - Updated testcases to reflect these changes (testcases that load MSL now use loadModel) ---- Modified : /trunk/Makefile.in Added : /trunk/libraries Added : /trunk/libraries/common Added : /trunk/libraries/common/BioChem (Copy from path: /trunk/testsuite/libraries/biochem/BioChem, Revision, 6175) Added : /trunk/libraries/common/ModelicaAdditions Added : /trunk/libraries/common/ModelicaAdditions/Blocks Added : /trunk/libraries/common/ModelicaAdditions/Blocks/Continuous.mo Added : /trunk/libraries/common/ModelicaAdditions/Blocks/Discrete.mo Added : /trunk/libraries/common/ModelicaAdditions/Blocks/Logical.mo Added : /trunk/libraries/common/ModelicaAdditions/Blocks/Multiplexer.mo Added : /trunk/libraries/common/ModelicaAdditions/Blocks/Nonlinear.mo Added : /trunk/libraries/common/ModelicaAdditions/Blocks/package.mo Added : /trunk/libraries/common/ModelicaAdditions/HeatFlow1D.mo Added : /trunk/libraries/common/ModelicaAdditions/Images Added : /trunk/libraries/common/ModelicaAdditions/Images/Pendulum1.gif Added : /trunk/libraries/common/ModelicaAdditions/Images/PetriNet1.gif Added : /trunk/libraries/common/ModelicaAdditions/Images/TwoLoops1.gif Added : /trunk/libraries/common/ModelicaAdditions/Images/TwoLoops2.gif Added : /trunk/libraries/common/ModelicaAdditions/Images/_readme.txt Added : /trunk/libraries/common/ModelicaAdditions/Images/r3Robot1.gif Added : /trunk/libraries/common/ModelicaAdditions/Images/r3Robot2.gif Added : /trunk/libraries/common/ModelicaAdditions/MultiBody Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/CutJoints.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/Engine1.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/Engine1.mos Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/Engine2.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/Engine2.mos Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/Fourbar1.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/Fourbar2.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/TwoLoop.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/TwoLoop.mos Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/Utilities.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Loops/package.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Pendulum-trace.txt Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Pendulum.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Pendulum.mos Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Robots Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Robots/package.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Robots/r3.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/Robots/r3.mos Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/all.txt Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Examples/package.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Forces.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Interfaces.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Joints.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Parts.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Sensors.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/Visualizers.mo Added : /trunk/libraries/common/ModelicaAdditions/MultiBody/package.mo Added : /trunk/libraries/common/ModelicaAdditions/PetriNets.mo Added : /trunk/libraries/common/ModelicaAdditions/Tables.mo Added : /trunk/libraries/common/ModelicaAdditions/help Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Continuous.ButterLowD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Continuous.ButterLowI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Continuous.CritDampingD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Continuous.CritDampingI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.ContinuousI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.FirstOrderHoldD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.FirstOrderHoldI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.DiscreteBlockI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.DiscreteBlockIconI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.DiscreteMIMOD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.DiscreteMIMOI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.DiscreteMIMOsD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.DiscreteMIMOsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.DiscreteSISOD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.DiscreteSISOI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.MVdiscreteD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.MVdiscreteI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.SVdiscreteD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.Interfaces.SVdiscreteI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.InterfacesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.SamplerD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.SamplerI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.StateSpaceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.StateSpaceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.TransferFunctionD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.TransferFunctionI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.TriggeredMaxD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.TriggeredMaxI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.TriggeredSamplerD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.TriggeredSamplerI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.UnitDelayD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.UnitDelayI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.ZeroOrderHoldD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Discrete.ZeroOrderHoldI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.DiscreteI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.ANDD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.ANDI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Boolean2RealD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Boolean2RealI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.CompareD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.CompareI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.GreaterEqualD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.GreaterEqualI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.GreaterThanD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.GreaterThanI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.HysteresisD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.HysteresisI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.BooleanMIRealMOsD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.BooleanMIRealMOsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.BooleanSI2SOD.pn Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.BooleanSI2SOI.pn Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.ComparisionD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.ComparisionI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.ComparisonD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.ComparisonI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.RealMIBooleanMOsD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.Interfaces.RealMIBooleanMOsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.InterfacesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.LessEqualD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.LessEqualI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.LessThanD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.LessThanI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.LogicalSwitchD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.LogicalSwitchI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.NANDD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.NANDI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.NORD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.NORI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.NOTD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.NOTI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.ORD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.ORI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.OnOffControllerD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.OnOffControllerI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.SwitchD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.SwitchI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.TriggeredTrapezoidD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.TriggeredTrapezoidI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.XORD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.XORI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.ZeroCrossingD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Logical.ZeroCrossingI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.LogicalI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex3D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex3I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex4D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex4I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex5D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex5I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex6D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.DeMultiplex6I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.ExtractSignalD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.ExtractSignalI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.ExtractorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.ExtractorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex3D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex3I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex4D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex4I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex5D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex5I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex6D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Multiplexer.Multiplex6I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.MultiplexerI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Nonlinear.FixedDelayD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Nonlinear.FixedDelayI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Nonlinear.PadeDelayD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Nonlinear.PadeDelayI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Nonlinear.VarDelayD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.Nonlinear.VarDelayI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Blocks.NonlinearI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.BlocksI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.ConvectionD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.ConvectionI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Examples.HeatedRodD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Examples.HeatedRodI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.ExamplesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.HeatCapacitanceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.HeatCapacitanceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.HeatResistanceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.HeatResistanceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.HeatedRodD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.HeatedRodI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Interfaces.AbsoluteSensorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Interfaces.AbsoluteSensorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Interfaces.RelativeSensorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Interfaces.RelativeSensorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Interfaces.Surface_aD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Interfaces.Surface_aI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Interfaces.Surface_bD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Interfaces.Surface_bI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.InterfacesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Sensors.HeatFluxD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Sensors.HeatFluxI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Sensors.RelativeTemperatureD.pn Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Sensors.RelativeTemperatureI.pn Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Sensors.TemperatureD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Sensors.TemperatureI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Sensors.Temperature_CD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.Sensors.Temperature_CI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.SensorsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.TemperatureSourceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.TemperatureSourceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.TemperatureSource_CD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1D.TemperatureSource_CI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.HeatFlow1DI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.ConnectingRod2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.ConnectingRod2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.ConnectingRodD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.ConnectingRodI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.Prismatic2DloopD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.Prismatic2DloopI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.PrismaticD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.PrismaticI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.Revolute2DloopD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.Revolute2DloopI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.RevoluteD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.RevoluteI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.SphericalD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJoints.SphericalI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.CutJointsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Engine1D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Engine1I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Engine2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Engine2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Fourbar1D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Fourbar1I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Fourbar2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Fourbar2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.TwoLoopD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.TwoLoopI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Utilities.EngineD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Utilities.EngineI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Utilities.GasForceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.Utilities.GasForceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Loops.UtilitiesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.LoopsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.PendulumD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.PendulumI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.AxisType1D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.AxisType1I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.AxisType2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.AxisType2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.ControlD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.ControlI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.FullRobotD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.FullRobotI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.GearType1D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.GearType1I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.GearType2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.GearType2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.MechanicalStructureD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.MechanicalStructureI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.MotorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.MotorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.SimpleControlD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.SimpleControlI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.TwoPulsD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.Components.TwoPulsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.ComponentsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.axisType1D.pn Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.axisType1I.pn Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.axisType2D.pn Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.axisType2I.pn Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.inverseDynamicsD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.inverseDynamicsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.robotD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3.robotI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.Robots.r3I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Examples.RobotsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.ExamplesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.DamperD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.DamperI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.ExtForceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.ExtForceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.ExtLineForceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.ExtLineForceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.ExtLineTorqueD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.ExtLineTorqueI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.ExtTorqueD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.ExtTorqueI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.SpringD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.SpringDamperParD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.SpringDamperParI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.SpringDamperSerD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.SpringDamperSerI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Forces.SpringI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.ForcesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.BodyBaseD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.BodyBaseI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.CutJointD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.CutJointI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.ExtForceBaseD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.ExtForceBaseI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.ExtTorqueBaseD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.ExtTorqueBaseI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.ForceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.ForceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.FrameBaseD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.FrameBaseI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.FrameI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.Frame_aD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.Frame_aI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.Frame_bD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.Frame_bI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.Interact2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.Interact2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.InteractI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.LineForceD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.LineForceI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.OneFrame_aD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.OneFrame_aI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.OneFrame_bD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.OneFrame_bI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.TreeJointD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.TreeJointI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.TwoNoTreeFramesD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.TwoNoTreeFramesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.TwoTreeFramesD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.TwoTreeFramesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.axisRotationI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Interfaces.planarRotationI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.InterfacesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.CylindricalD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.CylindricalI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.FreeMotionD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.FreeMotionI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.PlanarD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.PlanarI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.PrismaticD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.PrismaticI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.RevoluteD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.RevoluteI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.ScrewD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.ScrewI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.SphericalD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.SphericalI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.UniversalD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Joints.UniversalI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.JointsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.Body2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.Body2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.BodyD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.BodyI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.BoxBodyD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.BoxBodyI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.CylinderBodyD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.CylinderBodyI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.FrameAnglesD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.FrameAnglesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.FrameAxesD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.FrameAxesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.FrameRotationD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.FrameRotationI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.FrameTranslationD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.FrameTranslationI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.InertialSystemD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.InertialSystemI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.ShapeBodyD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.ShapeBodyI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.ShapeD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Parts.ShapeI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.PartsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Sensors.LineSensorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Sensors.LineSensorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Sensors.SensorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Sensors.SensorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.SensorsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.AccelerationD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.AccelerationI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.AngularAccelerationD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.AngularAccelerationI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.AngularVelocityD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.AngularVelocityI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.ForceSensorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.ForceSensorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.ForceTorqueSensorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.ForceTorqueSensorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.TorqueSensorD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.TorqueSensorI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.VelocityD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.Visualizers.VelocityI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBody.VisualizersI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.MultiBodyI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Examples.ParallelD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Examples.ParallelI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.ExamplesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.FirePortI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.FirePortInD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.FirePortInI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.FirePortOutD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.FirePortOutI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.SetPortI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.SetPortInD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.SetPortInI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.SetPortOutD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Interfaces.SetPortOutI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.InterfacesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.ParallelD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.ParallelI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place01D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place01I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place10D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place10I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place11D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place11I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place12D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place12I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place21D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place21I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place22D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.Place22I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.SynchronizeD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.SynchronizeI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.TransitionD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNets.TransitionI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.PetriNetsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTable1DD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTable1DI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTable1DsD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTable1DsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTable2DD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTable2DI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTableTime2D.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTableTime2I.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTableTimeD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.CombiTableTimeI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.Examples.allTablesD.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.Examples.allTablesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.Tables.ExamplesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.TablesI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditionsI.png Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Blocks.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Blocks_Continuous.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Blocks_Discrete.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Blocks_Discrete_Interfaces.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Blocks_Logical.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Blocks_Logical_Interfaces.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Blocks_Multiplexer.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Blocks_Nonlinear.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_HeatFlow1D.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_HeatFlow1D_Examples.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_HeatFlow1D_Interfaces.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_HeatFlow1D_Sensors.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_CutJoints.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Loops.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Loops_Utilities.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Robots.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Robots_r3.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Robots_r3_Components.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Forces.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Interfaces.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Joints.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Parts.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Sensors.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Visualizers.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_PetriNets.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_PetriNets_Examples.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_PetriNets_Interfaces.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Tables.html Added : /trunk/libraries/common/ModelicaAdditions/help/ModelicaAdditions_Tables_Examples.html Added : /trunk/libraries/common/ModelicaAdditions/package.mo Added : /trunk/libraries/common/SimpleFluid Added : /trunk/libraries/common/SimpleFluid/Components.mo Added : /trunk/libraries/common/SimpleFluid/Examples.mo Added : /trunk/libraries/common/SimpleFluid/Interfaces.mo Added : /trunk/libraries/common/SimpleFluid/Media.mo Added : /trunk/libraries/common/SimpleFluid/Types.mo Added : /trunk/libraries/common/SimpleFluid/package.mo Added : /trunk/libraries/msl221 Added : /trunk/libraries/msl221/Modelica (Copy from path: /trunk/testsuite/libraries/msl221/Modelica, Revision, 6175) Modified : /trunk/libraries/msl221/Modelica/C-Sources/ModelicaInternal.c Modified : /trunk/libraries/msl221/Modelica/C-Sources/ModelicaStrings.c Modified : /trunk/libraries/msl221/Modelica/C-Sources/win32_dirent.c Modified : /trunk/libraries/msl221/Modelica/C-Sources/win32_dirent.h Added : /trunk/libraries/msl31 Added : /trunk/libraries/msl31/Modelica (Copy from path: /trunk/testsuite/libraries/msl31/Modelica, Revision, 6175) Modified : /trunk/libraries/msl31/Modelica/C-Sources/ModelicaInternal.c Modified : /trunk/libraries/msl31/Modelica/C-Sources/ModelicaStrings.c Modified : /trunk/libraries/msl31/Modelica/C-Sources/ModelicaTables.h Modified : /trunk/libraries/msl31/Modelica/C-Sources/ModelicaTables_Dymola.c Modified : /trunk/libraries/msl31/Modelica/C-Sources/win32_dirent.c Modified : /trunk/libraries/msl31/Modelica/C-Sources/win32_dirent.h Added : /trunk/libraries/msl31/ModelicaReference (Copy from path: /trunk/testsuite/libraries/msl31/ModelicaReference, Revision, 6175) Added : /trunk/libraries/msl31/ModelicaServices (Copy from path: /trunk/testsuite/libraries/msl31/ModelicaServices, Revision, 6175) Deleted : /trunk/testsuite/libraries/biochem/BioChem Modified : /trunk/testsuite/libraries/biochem/EnzMM.mos Modified : /trunk/testsuite/libraries/biochem/Glycolysis.mos Modified : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /trunk/testsuite/libraries/biochem/Makefile Modified : /trunk/testsuite/libraries/biochem/UniBi.mos Modified : /trunk/testsuite/libraries/biochem/UniUni.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl221/AIMS_start.mos Modified : /trunk/testsuite/libraries/msl221/Accelerate.mos Modified : /trunk/testsuite/libraries/msl221/BusUsage.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl221/ChuaCircuit.mos Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl221/DCEE_start.mos Modified : /trunk/testsuite/libraries/msl221/DCPM_start.mos Modified : /trunk/testsuite/libraries/msl221/DCSE_start.mos Modified : /trunk/testsuite/libraries/msl221/Damper.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /trunk/testsuite/libraries/msl221/ElasticBearing.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CharacteristicThyristors2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingNPN_OrGate2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingRectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/OvervoltageProtection2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowSaturatingInductor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/SwitchWithArc2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ThyristorBehaviourTest2.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl221/First.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl221/Friction.mos Modified : /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl221/HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl221/IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl221/InitialConditions.mos Modified : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/CoupledClutches2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/FrictionRotationalSim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/InitialConditions2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos Deleted : /trunk/testsuite/libraries/msl221/Modelica Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/Motor.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/OneMass.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/Oscillator.mos Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/ParallelCooling.mos Modified : /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad2.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl221/PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/Rectifier.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/Sensors.mos Modified : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/SignConvention.mos Modified : /trunk/testsuite/libraries/msl221/SimpleCooling.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYD.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYY.mos Modified : /trunk/testsuite/libraries/msl221/TwoMass.mos Modified : /trunk/testsuite/libraries/msl221/TwoMasses.mos Modified : /trunk/testsuite/libraries/msl221/WhyArrows.mos Deleted : /trunk/testsuite/libraries/msl31/Modelica Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Deleted : /trunk/testsuite/libraries/msl31/ModelicaReference Deleted : /trunk/testsuite/libraries/msl31/ModelicaServices Modified : /trunk/testsuite/mofiles/ModifierTypeError.mo Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/ParseFullModelica2.2.1.mos Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Modified : /trunk/testsuite/rtest Revision: 6178 Author: wbraun Date: 18:02:03, den 22 september 2010 Message: Correct small error for revision 6177 ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/simulation_init.cpp Revision: 6177 Author: wbraun Date: 17:47:12, den 22 september 2010 Message: Fixed memory error in initialitation after rev6171 ---- Modified : /trunk/c_runtime/simulation_init.cpp Revision: 6176 Author: sjoelund.se Date: 16:32:41, den 22 september 2010 Message: - Fix compilation on Linux ---- Modified : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/parse.c Revision: 6175 Author: sjoelund.se Date: 16:22:00, den 22 september 2010 Message: Fix #1294 - In the parser, we replace CRLF with LF in Windows. This is because fprint("\r\n") in MinGW is CRCRLF. - This is performed as backpatching because you can't set the text of a fragment rule (the STRING_GUTS is just the start/stop index in the instream). The alternative would be to lex strings by hand (including exception handling/error messages) - In Linux/OSX, the backpatching is not performed, since this issue is not present there - NO testcase was added for this because rtest ignores whitespace ---- Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/parse.c Revision: 6174 Author: perost Date: 14:22:23, den 22 september 2010 Message: - Added test case libraries/msl31/Modelica.Electrical.Digital (not yet enabled). ---- Added : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos Revision: 6173 Author: perost Date: 14:03:47, den 22 september 2010 Message: Fix for bug #1133: - Added support for reinit in DAELow.lowerStatementInputsOutputs. - Added test case libraries/msl31/Modelica.Mechanics. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/testsuite/libraries/msl31/Makefile Added : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos Revision: 6172 Author: perost Date: 13:03:41, den 22 september 2010 Message: Test case for bug #1124: - Added test case for Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve. - Fixed mistake in Modelica.Blocks test case comment. ---- Modified : /trunk/testsuite/libraries/msl31/Makefile Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Added : /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos Revision: 6171 Author: wbraun Date: 12:29:51, den 22 september 2010 Message: - Added support for Boolean and Integer Variables in c_runtime - simulation_result changed only for plt output - Fixed some minor bugs in the EventHandling (reinit, helpvars, zeroCrossing check) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles/when_sorting.mos Revision: 6170 Author: perost Date: 12:28:04, den 22 september 2010 Message: Bug #1243: - Added test cases for Modelica.Magnetic.FluxTubes. ---- Modified : /trunk/testsuite/libraries/msl31/Makefile Added : /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos Revision: 6169 Author: perost Date: 11:43:40, den 22 september 2010 Message: Partial fix for bug #1287: - Fixed code generation for algorithm with single output variable. ---- Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/SimCode.mo Revision: 6168 Author: sjoelund.se Date: 11:22:40, den 22 september 2010 Message: - Added support for parsing class Code - cref's can't use the CODE token due to parsing conflicts with expressions, but the MSL 3.2 beta now parses - Added testcase parser/Code.mo to test this as it's not needed to add the whole MSL 3.2 to the repository yet ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/parser/Class4.mo Added : /trunk/testsuite/parser/Code.mo Deleted : /trunk/testsuite/parser/FullModelica3.1.mo Modified : /trunk/testsuite/parser/Makefile Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Added : /trunk/testsuite/parser/ParseFullModelica3.2.mos (Copy from path: /trunk/testsuite/parser/ParseFullModelica3.1.mos, Revision, 6165) Revision: 6167 Author: sjoelund.se Date: 11:19:53, den 22 september 2010 Message: - Updated testcases IntDiv and Real2Integer1; they are working correctly after r6164 ---- Modified : /trunk/testsuite/mofiles/IntDiv.mo Modified : /trunk/testsuite/mofiles/Real2Integer1.mo Revision: 6166 Author: Frenkel TUD Date: 09:15:09, den 22 september 2010 Message: update RedesignBackendOMC.doc ---- Modified : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6165 Author: Frenkel TUD Date: 00:35:51, den 22 september 2010 Message: - update RedesignBackendOMC.doc - Util.mo - add listMapFlat and listMapFlat1, this is the same as listMap and listFlatten, but with less memory consumption - DAELow.mo and Algorithm.mo - add functions to traverse all expressions of an DAELow object/ algorithm - SimCode.mo - reimplement extractDelayedExpressions with less memory cunsumption and speedup ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6164 Author: perost Date: 17:09:24, den 21 september 2010 Message: Fix for bug #1286: - Added error message for modifier type errors. - Added test case mofiles/ModifierTypeError. - Fixed some error messages in InstSection, and updated some tests to reflect these fixes. ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/ConnectFlowEffort.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ModifierTypeError.mo Modified : /trunk/testsuite/mofiles/RedeclareFlowEffort.mo Modified : /trunk/testsuite/mofiles/Units2.mo Revision: 6163 Author: sjoelund.se Date: 16:20:01, den 21 september 2010 Message: - Added new module InstSection.mo. It handles instantiation of algorithm and equation sections (including connect-equations) - The split is rather well defined (for loops sometimes need to declare a new loop variable, so it still needs to import Inst) - Combined compilation time is the same (split 67/33) - ~40 seconds faster to compile omcd with a single-line change in Inst.mo ---- Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Added : /trunk/Compiler/InstSection.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/dynload_try.cpp Revision: 6162 Author: dhedberg Date: 14:25:44, den 21 september 2010 Message: Added dynload_try.obj to VC makefile. ---- Modified : /trunk/Compiler/runtime/Makefile.vc Revision: 6161 Author: perost Date: 14:13:59, den 21 september 2010 Message: - Updated workplan. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 6160 Author: perost Date: 14:05:28, den 21 september 2010 Message: Fixes for bug #1272: - Fixed checkModel of for-loop with unbound parameter range. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Revision: 6159 Author: sjoelund.se Date: 12:34:58, den 21 september 2010 Message: - Fix svn-eol-style on Makefiles ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/Compiler/doc/Makefile Modified : /trunk/Compiler/modpar/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/report/Makefile Modified : /trunk/Compiler/rml2sig/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/susan_codegen/Makefile Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/Makefile Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Modified : /trunk/Compiler/test_codegen/Makefile.in Modified : /trunk/Makefile.in Modified : /trunk/Parser/Makefile.in Modified : /trunk/Parser/antlr-3.2/runtime/C/Makefile.in Modified : /trunk/c_runtime/Makefile.in Modified : /trunk/c_runtime/interactive/Makefile.in Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/test/lexer/Makefile.in Modified : /trunk/modelica_parser/test/parser/Makefile.in Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/difftool/Makefile Modified : /trunk/testsuite/java/Makefile Modified : /trunk/testsuite/libraries/Makefile Modified : /trunk/testsuite/libraries/biochem/Makefile Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/libraries/msl221/Mechanics/Makefile Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Makefile Modified : /trunk/testsuite/libraries/msl31/Makefile Modified : /trunk/testsuite/libraries/multibody/Makefile Modified : /trunk/testsuite/libraries/multibody/checkingModels/Makefile Modified : /trunk/testsuite/libraries/multibody/elementary/Makefile Modified : /trunk/testsuite/libraries/multibody/loops/Makefile Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/Makefile Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mofiles/msl/Makefile Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles-msl22/Makefile Modified : /trunk/testsuite/mosfiles-nosim/Makefile Modified : /trunk/testsuite/mytest/Makefile Modified : /trunk/testsuite/parser/Makefile Modified : /trunk/testsuite/records/Makefile Modified : /trunk/tools/Makefile.in Modified : /trunk/tools/rml2mod/Makefile Modified : /trunk/tools/xml/flatmodelicaxml/Makefile Modified : /trunk/tools/xml/modelicaxml/Makefile Revision: 6158 Author: sjoelund.se Date: 12:13:14, den 21 september 2010 Message: Fix #1291 - Propagate Absyn.MatchType to SCode, DAE and finally code generation - Use throw instead of break when calling "fail()" in the then clause of a case - Don't catch exceptions in match expressions (pattern matching failures break instead of throw) - Added testcase MatchCase12.mos ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/MatchCase12.mo (Copy from path: /trunk/testsuite/meta/MatchCase11.mo, Revision, 6156) Added : /trunk/testsuite/meta/MatchCase12.mos (Copy from path: /trunk/testsuite/meta/MatchCase11.mos, Revision, 6156) Revision: 6157 Author: perost Date: 12:01:58, den 21 september 2010 Message: Fixes for bug #1272: - Fixed several checkModel issues with parameters without bindings. - Removed dummy dimensions phase from CevalScript that was introduced in r6142. - Disabled "unbound parameter"-warning when doing checkModel, because we can't know whether a parameter would have been given a binding when instantiated or not. - Cleaned up the handling of dimensions a bit: - Renamed DAE.DIM_NONE to DAE.DIM_UNKNOWN and DAE.DIM_SUBSCRIPT to DAE.DIM_EXP, to better tell what they represent. - Use DAE.DIM_UNKNOWN instead of previously used DAE.DIM_SUBSCRIPT(DAE.WHOLEDIM) (a subscript is not a dimensions). - Updated tests Modelica.Math and Modelica.Blocks in libraries/msl31, and enabled Modelica.Blocks.Continuous.StateSpace in Modelica.Blocks. ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Revision: 6156 Author: sjoelund.se Date: 10:52:52, den 21 september 2010 Message: Fix #1290 - Functions that fail() now return that as a value, so we can distinguish between those and cases when code generation/ceval failed - More make fix-svn-eol-style ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/runtime/IOStreamExt.c Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/dynload.c Added : /trunk/Compiler/runtime/dynload.cpp (Copy from path: /trunk/Compiler/runtime/dynload.c, Revision, 6151) Modified : /trunk/Compiler/runtime/dynload_stub.c Added : /trunk/Compiler/runtime/dynload_try.cpp Added : /trunk/Compiler/runtime/dynload_try.h Modified : /trunk/Compiler/runtime/error_reporting.h Modified : /trunk/Compiler/runtime/errorext.h Modified : /trunk/Compiler/runtime/lpsolve/lp_Hash.h Modified : /trunk/Compiler/runtime/lpsolve/lp_SOS.h Modified : /trunk/Compiler/runtime/lpsolve/lp_lib.h Modified : /trunk/Compiler/runtime/lpsolve/lp_matrix.h Modified : /trunk/Compiler/runtime/lpsolve/lp_mipbb.h Modified : /trunk/Compiler/runtime/lpsolve/lp_types.h Modified : /trunk/Compiler/runtime/lpsolve/lp_utils.h Modified : /trunk/Compiler/runtime/omc_communication_impl.h Modified : /trunk/Compiler/runtime/omc_msvc.h Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/rtclock.c Modified : /trunk/Compiler/runtime/rtclock.h Modified : /trunk/Compiler/runtime/rtopts.h Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/socketimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/systemimpl.h Modified : /trunk/Compiler/runtime/systemimplmisc.h Modified : /trunk/Compiler/runtime/unitparser.h Modified : /trunk/Compiler/test_codegen/main.c Modified : /trunk/Makefile.in Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MatchCase10.mos Added : /trunk/testsuite/meta/MatchCase11.mo (Copy from path: /trunk/testsuite/meta/MatchCase10.mo, Revision, 6151) Added : /trunk/testsuite/meta/MatchCase11.mos (Copy from path: /trunk/testsuite/meta/MatchCase10.mos, Revision, 6151) Modified : /trunk/testsuite/mofiles/EnumConnectArray.mo Modified : /trunk/testsuite/mofiles/Skew.mo Modified : /trunk/testsuite/mofiles/Sum.mo Revision: 6155 Author: sjoelund.se Date: 09:33:52, den 21 september 2010 Message: Fix #1293 - Enable MetaModelica grammar when +c=mdt is given ---- Modified : /trunk/Compiler/runtime/rtopts.c Revision: 6154 Author: sjoelund.se Date: 09:19:17, den 21 september 2010 Message: Fix #1292 - Changed ModelicaExternalC makefile so that it does not use the CFLAGS env.var when compiling in Unix. Instead, we use the CFLAGS specified when configuring. This solves the issue of -ansi -pedantic being added to a file that cannot be compiled -ansi -pedantic. ---- Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/Makefile.in Modified : /trunk/c_runtime/Makefile.omdev.mingw Deleted : /trunk/c_runtime/ModelicaExternalC/Makefile Added : /trunk/c_runtime/ModelicaExternalC/Makefile.in (Copy from path: /trunk/c_runtime/ModelicaExternalC/Makefile, Revision, 6152) Added : /trunk/c_runtime/ModelicaExternalC/Makefile.omdev.mingw (Copy from path: /trunk/c_runtime/ModelicaExternalC/Makefile, Revision, 6152) Modified : /trunk/configure Modified : /trunk/configure.in Revision: 6153 Author: sjoelund.se Date: 08:54:07, den 21 september 2010 Message: - Ran make fix-svn-eol-style ---- Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaInternal.c Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaStrings.c Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaTables.h Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaTablesImpl.c Modified : /trunk/c_runtime/ModelicaExternalC/win32_dirent.c Modified : /trunk/c_runtime/ModelicaExternalC/win32_dirent.h Modified : /trunk/c_runtime/ModelicaUtilities.c Modified : /trunk/c_runtime/ModelicaUtilities.h Modified : /trunk/c_runtime/base_array.c Modified : /trunk/c_runtime/base_array.h Modified : /trunk/c_runtime/bigden.c Modified : /trunk/c_runtime/biglag.c Modified : /trunk/c_runtime/blaswrap.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/compat.h Modified : /trunk/c_runtime/daux.c Modified : /trunk/c_runtime/ddasrt.c Modified : /trunk/c_runtime/ddassl.c Modified : /trunk/c_runtime/dgesv_aux.c Modified : /trunk/c_runtime/division.c Modified : /trunk/c_runtime/division.h Modified : /trunk/c_runtime/dlamch.c Modified : /trunk/c_runtime/dlinpk.c Modified : /trunk/c_runtime/dogleg.c Modified : /trunk/c_runtime/dpmpar.c Modified : /trunk/c_runtime/enorm.c Modified : /trunk/c_runtime/f2c.h Modified : /trunk/c_runtime/fdjac1.c Modified : /trunk/c_runtime/fortran_types.h Modified : /trunk/c_runtime/hybrd.c Modified : /trunk/c_runtime/hybrd1.c Modified : /trunk/c_runtime/hybrj.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/inline.h Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/interactive/omi_Calculation.h Modified : /trunk/c_runtime/interactive/omi_Control.h Modified : /trunk/c_runtime/interactive/omi_ResultManager.h Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.h Modified : /trunk/c_runtime/interactive/omi_Transfer.h Modified : /trunk/c_runtime/interactive/socket.h Modified : /trunk/c_runtime/interactive/thread.h Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/java_interface.h Modified : /trunk/c_runtime/jni.h Modified : /trunk/c_runtime/jni_md.h Modified : /trunk/c_runtime/jni_md_solaris.h Modified : /trunk/c_runtime/jni_md_windows.h Modified : /trunk/c_runtime/libf2c/abort_.c Modified : /trunk/c_runtime/libf2c/arithchk.c Modified : /trunk/c_runtime/libf2c/backspac.c Modified : /trunk/c_runtime/libf2c/c_abs.c Modified : /trunk/c_runtime/libf2c/c_cos.c Modified : /trunk/c_runtime/libf2c/c_div.c Modified : /trunk/c_runtime/libf2c/c_exp.c Modified : /trunk/c_runtime/libf2c/c_log.c Modified : /trunk/c_runtime/libf2c/c_sin.c Modified : /trunk/c_runtime/libf2c/c_sqrt.c Modified : /trunk/c_runtime/libf2c/cabs.c Modified : /trunk/c_runtime/libf2c/close.c Modified : /trunk/c_runtime/libf2c/d_abs.c Modified : /trunk/c_runtime/libf2c/d_acos.c Modified : /trunk/c_runtime/libf2c/d_asin.c Modified : /trunk/c_runtime/libf2c/d_atan.c Modified : /trunk/c_runtime/libf2c/d_atn2.c Modified : /trunk/c_runtime/libf2c/d_cnjg.c Modified : /trunk/c_runtime/libf2c/d_cos.c Modified : /trunk/c_runtime/libf2c/d_cosh.c Modified : /trunk/c_runtime/libf2c/d_dim.c Modified : /trunk/c_runtime/libf2c/d_exp.c Modified : /trunk/c_runtime/libf2c/d_imag.c Modified : /trunk/c_runtime/libf2c/d_int.c Modified : /trunk/c_runtime/libf2c/d_lg10.c Modified : /trunk/c_runtime/libf2c/d_log.c Modified : /trunk/c_runtime/libf2c/d_mod.c Modified : /trunk/c_runtime/libf2c/d_nint.c Modified : /trunk/c_runtime/libf2c/d_prod.c Modified : /trunk/c_runtime/libf2c/d_sign.c Modified : /trunk/c_runtime/libf2c/d_sin.c Modified : /trunk/c_runtime/libf2c/d_sinh.c Modified : /trunk/c_runtime/libf2c/d_sqrt.c Modified : /trunk/c_runtime/libf2c/d_tan.c Modified : /trunk/c_runtime/libf2c/d_tanh.c Modified : /trunk/c_runtime/libf2c/derf_.c Modified : /trunk/c_runtime/libf2c/derfc_.c Modified : /trunk/c_runtime/libf2c/dfe.c Modified : /trunk/c_runtime/libf2c/dolio.c Modified : /trunk/c_runtime/libf2c/dtime_.c Modified : /trunk/c_runtime/libf2c/due.c Modified : /trunk/c_runtime/libf2c/ef1asc_.c Modified : /trunk/c_runtime/libf2c/ef1cmc_.c Modified : /trunk/c_runtime/libf2c/endfile.c Modified : /trunk/c_runtime/libf2c/erf_.c Modified : /trunk/c_runtime/libf2c/erfc_.c Modified : /trunk/c_runtime/libf2c/err.c Modified : /trunk/c_runtime/libf2c/etime_.c Modified : /trunk/c_runtime/libf2c/exit_.c Modified : /trunk/c_runtime/libf2c/f2c.h Modified : /trunk/c_runtime/libf2c/f77_aloc.c Modified : /trunk/c_runtime/libf2c/f77vers.c Modified : /trunk/c_runtime/libf2c/fio.h Modified : /trunk/c_runtime/libf2c/fmt.c Modified : /trunk/c_runtime/libf2c/fmt.h Modified : /trunk/c_runtime/libf2c/fmtlib.c Modified : /trunk/c_runtime/libf2c/fp.h Modified : /trunk/c_runtime/libf2c/ftell64_.c Modified : /trunk/c_runtime/libf2c/ftell_.c Modified : /trunk/c_runtime/libf2c/getarg_.c Modified : /trunk/c_runtime/libf2c/getenv_.c Modified : /trunk/c_runtime/libf2c/h_abs.c Modified : /trunk/c_runtime/libf2c/h_dim.c Modified : /trunk/c_runtime/libf2c/h_dnnt.c Modified : /trunk/c_runtime/libf2c/h_indx.c Modified : /trunk/c_runtime/libf2c/h_len.c Modified : /trunk/c_runtime/libf2c/h_mod.c Modified : /trunk/c_runtime/libf2c/h_nint.c Modified : /trunk/c_runtime/libf2c/h_sign.c Modified : /trunk/c_runtime/libf2c/hl_ge.c Modified : /trunk/c_runtime/libf2c/hl_gt.c Modified : /trunk/c_runtime/libf2c/hl_le.c Modified : /trunk/c_runtime/libf2c/hl_lt.c Modified : /trunk/c_runtime/libf2c/i77vers.c Modified : /trunk/c_runtime/libf2c/i_abs.c Modified : /trunk/c_runtime/libf2c/i_dim.c Modified : /trunk/c_runtime/libf2c/i_dnnt.c Modified : /trunk/c_runtime/libf2c/i_indx.c Modified : /trunk/c_runtime/libf2c/i_len.c Modified : /trunk/c_runtime/libf2c/i_mod.c Modified : /trunk/c_runtime/libf2c/i_nint.c Modified : /trunk/c_runtime/libf2c/i_sign.c Modified : /trunk/c_runtime/libf2c/iargc_.c Modified : /trunk/c_runtime/libf2c/iio.c Modified : /trunk/c_runtime/libf2c/ilnw.c Modified : /trunk/c_runtime/libf2c/inquire.c Modified : /trunk/c_runtime/libf2c/l_ge.c Modified : /trunk/c_runtime/libf2c/l_gt.c Modified : /trunk/c_runtime/libf2c/l_le.c Modified : /trunk/c_runtime/libf2c/l_lt.c Modified : /trunk/c_runtime/libf2c/lbitbits.c Modified : /trunk/c_runtime/libf2c/lbitshft.c Modified : /trunk/c_runtime/libf2c/lio.h Modified : /trunk/c_runtime/libf2c/lread.c Modified : /trunk/c_runtime/libf2c/lwrite.c Modified : /trunk/c_runtime/libf2c/main.c Modified : /trunk/c_runtime/libf2c/open.c Modified : /trunk/c_runtime/libf2c/pow_ci.c Modified : /trunk/c_runtime/libf2c/pow_dd.c Modified : /trunk/c_runtime/libf2c/pow_di.c Modified : /trunk/c_runtime/libf2c/pow_hh.c Modified : /trunk/c_runtime/libf2c/pow_ii.c Modified : /trunk/c_runtime/libf2c/pow_qq.c Modified : /trunk/c_runtime/libf2c/pow_ri.c Modified : /trunk/c_runtime/libf2c/pow_zi.c Modified : /trunk/c_runtime/libf2c/pow_zz.c Modified : /trunk/c_runtime/libf2c/qbitbits.c Modified : /trunk/c_runtime/libf2c/qbitshft.c Modified : /trunk/c_runtime/libf2c/r_abs.c Modified : /trunk/c_runtime/libf2c/r_acos.c Modified : /trunk/c_runtime/libf2c/r_asin.c Modified : /trunk/c_runtime/libf2c/r_atan.c Modified : /trunk/c_runtime/libf2c/r_atn2.c Modified : /trunk/c_runtime/libf2c/r_cnjg.c Modified : /trunk/c_runtime/libf2c/r_cos.c Modified : /trunk/c_runtime/libf2c/r_cosh.c Modified : /trunk/c_runtime/libf2c/r_dim.c Modified : /trunk/c_runtime/libf2c/r_exp.c Modified : /trunk/c_runtime/libf2c/r_imag.c Modified : /trunk/c_runtime/libf2c/r_int.c Modified : /trunk/c_runtime/libf2c/r_lg10.c Modified : /trunk/c_runtime/libf2c/r_log.c Modified : /trunk/c_runtime/libf2c/r_mod.c Modified : /trunk/c_runtime/libf2c/r_nint.c Modified : /trunk/c_runtime/libf2c/r_sign.c Modified : /trunk/c_runtime/libf2c/r_sin.c Modified : /trunk/c_runtime/libf2c/r_sinh.c Modified : /trunk/c_runtime/libf2c/r_sqrt.c Modified : /trunk/c_runtime/libf2c/r_tan.c Modified : /trunk/c_runtime/libf2c/r_tanh.c Modified : /trunk/c_runtime/libf2c/rawio.h Modified : /trunk/c_runtime/libf2c/rdfmt.c Modified : /trunk/c_runtime/libf2c/rewind.c Modified : /trunk/c_runtime/libf2c/rsfe.c Modified : /trunk/c_runtime/libf2c/rsli.c Modified : /trunk/c_runtime/libf2c/rsne.c Modified : /trunk/c_runtime/libf2c/s_cat.c Modified : /trunk/c_runtime/libf2c/s_cmp.c Modified : /trunk/c_runtime/libf2c/s_copy.c Modified : /trunk/c_runtime/libf2c/s_paus.c Modified : /trunk/c_runtime/libf2c/s_rnge.c Modified : /trunk/c_runtime/libf2c/s_stop.c Modified : /trunk/c_runtime/libf2c/sfe.c Modified : /trunk/c_runtime/libf2c/sig_die.c Modified : /trunk/c_runtime/libf2c/signal_.c Modified : /trunk/c_runtime/libf2c/signbit.c Modified : /trunk/c_runtime/libf2c/sue.c Modified : /trunk/c_runtime/libf2c/system_.c Modified : /trunk/c_runtime/libf2c/typesize.c Modified : /trunk/c_runtime/libf2c/uio.c Modified : /trunk/c_runtime/libf2c/uninit.c Modified : /trunk/c_runtime/libf2c/util.c Modified : /trunk/c_runtime/libf2c/wref.c Modified : /trunk/c_runtime/libf2c/wrtfmt.c Modified : /trunk/c_runtime/libf2c/wsfe.c Modified : /trunk/c_runtime/libf2c/wsle.c Modified : /trunk/c_runtime/libf2c/wsne.c Modified : /trunk/c_runtime/libf2c/xwsne.c Modified : /trunk/c_runtime/libf2c/z_abs.c Modified : /trunk/c_runtime/libf2c/z_cos.c Modified : /trunk/c_runtime/libf2c/z_div.c Modified : /trunk/c_runtime/libf2c/z_exp.c Modified : /trunk/c_runtime/libf2c/z_log.c Modified : /trunk/c_runtime/libf2c/z_sin.c Modified : /trunk/c_runtime/libf2c/z_sqrt.c Modified : /trunk/c_runtime/lsame.c Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/nelmead.c Modified : /trunk/c_runtime/newuoa.c Modified : /trunk/c_runtime/newuob.c Modified : /trunk/c_runtime/options.h Modified : /trunk/c_runtime/qform.c Modified : /trunk/c_runtime/qrfac.c Modified : /trunk/c_runtime/r1mpyq.c Modified : /trunk/c_runtime/r1updt.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/ringbuffer.h Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/include/QtCore/qalgorithms.h Modified : /trunk/c_runtime/sendData/include/QtCore/qatomic.h Modified : /trunk/c_runtime/sendData/include/QtCore/qatomic_arch.h Modified : /trunk/c_runtime/sendData/include/QtCore/qatomic_windows.h Modified : /trunk/c_runtime/sendData/include/QtCore/qbuffer.h Modified : /trunk/c_runtime/sendData/include/QtCore/qbytearray.h Modified : /trunk/c_runtime/sendData/include/QtCore/qchar.h Modified : /trunk/c_runtime/sendData/include/QtCore/qcolor.h Modified : /trunk/c_runtime/sendData/include/QtCore/qconfig.h Modified : /trunk/c_runtime/sendData/include/QtCore/qdatastream.h Modified : /trunk/c_runtime/sendData/include/QtCore/qdebug.h Modified : /trunk/c_runtime/sendData/include/QtCore/qdir.h Modified : /trunk/c_runtime/sendData/include/QtCore/qfeatures.h Modified : /trunk/c_runtime/sendData/include/QtCore/qfile.h Modified : /trunk/c_runtime/sendData/include/QtCore/qfileinfo.h Modified : /trunk/c_runtime/sendData/include/QtCore/qglobal.h Modified : /trunk/c_runtime/sendData/include/QtCore/qhash.h Modified : /trunk/c_runtime/sendData/include/QtCore/qiodevice.h Modified : /trunk/c_runtime/sendData/include/QtCore/qiterator.h Modified : /trunk/c_runtime/sendData/include/QtCore/qlist.h Modified : /trunk/c_runtime/sendData/include/QtCore/qmap.h Modified : /trunk/c_runtime/sendData/include/QtCore/qmetatype.h Modified : /trunk/c_runtime/sendData/include/QtCore/qnamespace.h Modified : /trunk/c_runtime/sendData/include/QtCore/qobject.h Modified : /trunk/c_runtime/sendData/include/QtCore/qobjectdefs.h Modified : /trunk/c_runtime/sendData/include/QtCore/qpair.h Modified : /trunk/c_runtime/sendData/include/QtCore/qplatformdefs.h Modified : /trunk/c_runtime/sendData/include/QtCore/qprocess.h Modified : /trunk/c_runtime/sendData/include/QtCore/qregexp.h Modified : /trunk/c_runtime/sendData/include/QtCore/qset.h Modified : /trunk/c_runtime/sendData/include/QtCore/qsettings.h Modified : /trunk/c_runtime/sendData/include/QtCore/qstring.h Modified : /trunk/c_runtime/sendData/include/QtCore/qstringlist.h Modified : /trunk/c_runtime/sendData/include/QtCore/qstringlistmodel.h Modified : /trunk/c_runtime/sendData/include/QtCore/qstringmatcher.h Modified : /trunk/c_runtime/sendData/include/QtCore/qtemporaryfile.h Modified : /trunk/c_runtime/sendData/include/QtCore/qtextstream.h Modified : /trunk/c_runtime/sendData/include/QtCore/qthread.h Modified : /trunk/c_runtime/sendData/include/QtCore/qvariant.h Modified : /trunk/c_runtime/sendData/include/QtCore/qvector.h Modified : /trunk/c_runtime/sendData/include/QtGui/qrgb.h Modified : /trunk/c_runtime/sendData/include/QtNetwork/qabstractsocket.h Modified : /trunk/c_runtime/sendData/include/QtNetwork/qhostaddress.h Modified : /trunk/c_runtime/sendData/include/QtNetwork/qtcpsocket.h Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/simulation_delay.h Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_init.h Modified : /trunk/c_runtime/simulation_inline_solver.h Modified : /trunk/c_runtime/simulation_input.h Modified : /trunk/c_runtime/simulation_result.h Modified : /trunk/c_runtime/simulation_result_bin.h Modified : /trunk/c_runtime/simulation_result_csv.h Modified : /trunk/c_runtime/simulation_result_empty.h Modified : /trunk/c_runtime/simulation_result_mat.h Modified : /trunk/c_runtime/simulation_result_plt.h Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.h Modified : /trunk/c_runtime/solver_main.h Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/string_array.h Modified : /trunk/c_runtime/tables.h Modified : /trunk/c_runtime/trsapp.c Modified : /trunk/c_runtime/update.c Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Continuous.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Discrete.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Interfaces.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Logical.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Math.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Nonlinear.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Routing.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Sources.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Tables.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Types.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Blocks/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Constants.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Basic.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/AmplifierWithOpAmpDetailed.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CompareTransformers.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingResistor.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/NandGate.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/OvervoltageProtection.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Rectifier.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/SwitchWithArc.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ThyristorBehaviourTest.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/Nand.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/RealSwitch.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/Transistor.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Ideal.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Interfaces.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Lines.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Semiconductors.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Sensors.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Sources.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Digital.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Machines.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/MultiPhase.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Electrical/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/AST_BatchPlant.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/BranchingDynamicPipes.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/ControlledTankSystem.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/DrumBoiler.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/Explanatory.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/HeatExchanger.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/HeatingSystem.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/IncompressibleFluidNetwork.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/InverseParameterization.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/PumpingSystem.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/Tanks.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/TraceSubstances.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Fittings.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Icons.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Interfaces.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Machines.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Pipes.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Sensors.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Sources.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/System.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Types.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Utilities.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Valves.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Vessels.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Fluid/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Icons.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/UsersGuide/Demo.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Magnetic/FluxTubes.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Magnetic/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Math/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulum.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/FreeBody.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/Pendulum.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/PendulumWithSpringDamper.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravity.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheel.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetDriving.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetPulling.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringMassSystem.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1a.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b_analytic.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar1.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar2.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar_analytic.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/PlanarLoops_analytic.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Utilities.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Rotational3DEffects.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/Run.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/fullRobotPlot.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/oneAxisPlot.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Forces.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Frames.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Interfaces.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Joints.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Sensors.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Types.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Visualizers.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/parts.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/Rotational.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/Translational.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/Air.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/CompressibleLiquids.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/Common/FluidData.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/Common/SingleGasesData.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/Common/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/MixtureGases.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/SingleGases.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/Incompressible.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/Water/IF97_Utilities.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/Water/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Media/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/SIunits.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/ConvertModelica_from_1.6_to_2.1.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/ConvertModelica_from_2.1Beta1_to_2.1.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/ConvertModelica_from_2.2.2_to_3.0.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/BranchingDynamicPipes/plotResults.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/HeatingSystem/plotResults.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/IncompressibleFluidNetwork/plotJunctionPressuresAndValves.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/InverseParameterization/plotResults.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/RoomCO2/plotConcentrations.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/RoomCO2WithControls/plotStatesWithControl.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/Scripts/__Dymola_CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl31/Modelica/StateGraph.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Thermal/FluidHeatFlow.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Thermal/HeatTransfer.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Thermal/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Examples.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Files.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Internal.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Streams.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Strings.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Utilities/System.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Types.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/Utilities/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica/package.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Modified : /trunk/testsuite/libraries/msl31/ModelicaReference/package.mo Modified : /trunk/testsuite/libraries/msl31/ModelicaServices/package.mo Modified : /trunk/testsuite/libraries/msl31/ObsoleteModelica3.mo Revision: 6152 Author: Frenkel TUD Date: 22:26:42, den 20 september 2010 Message: - update RedesignBackendOMC.doc ---- Modified : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6151 Author: sjoelund.se Date: 11:10:08, den 20 september 2010 Message: - Changed default optimization level from -O0 to -O3. MODELICAUSERCFLAGS may override this. - Testsuite runs ~0.2% slower than earlier (our testcases only simulate for 4 or 5 time steps, which means the additional cost of GCC optimizations is higher than the gain) - Actual simulations see a 5~25% improvement due to GCC optimizations ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 6150 Author: ppriv Date: 15:34:20, den 17 september 2010 Message: - Susan's text rendering improved performance; now using Print.printBuf instead stringAppend ( approx. 4x faster Text -> String conversion; resulting to approx. 3x faster template evaluation for tested models; with the cost O(n+s) where n is number of strings and s is their overall length; previously it was O(n^2*m) where m is average string length! ) - template based generation of simulation initial data file; the new type SimulationSettings added to SimCode TODO: complete initial values elaboration for enumerations; now, algebraic enumeration start values won't work (e.g.,discrete enum vaiable) -> see DAEUtil.mo comments - timeCodeGen time in SimulationResult record is now separated into timeSimCode and timeTemplates for SimCode structure building and templates evaluation - fixed non-working optional parameter fileNamePrefix in script commands simulate() and buildModel() - added 2 external helper functions to Print to support fast template rendering (Adrian, please, check it if they are OK) - changed SimCode.ModelInfo.name to Absyn.Path - fixed a bug in SimCode.cre2simvar to correctly deal with derivatives - added SimCode.derComponentRef to support der(cref) handling in templates -> TODO: this is only a workaround; there should be nothing like der(cref) in as an input expression - C# codegen improvements ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/Tpl.mo Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 6148 Author: perost Date: 14:23:36, den 17 september 2010 Message: - Reverted some changes from r6146, since they broke some Modelica.Math functions. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Revision: 6147 Author: perost Date: 14:12:06, den 17 september 2010 Message: Fixes for bug #1272: - Allowed Inst.elabComponentArraydimFromEnv to fetch dimensions from the component declaration if a component doesn't have a modification. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Revision: 6145 Author: Frenkel TUD Date: 23:22:14, den 16 september 2010 Message: - update RedesignBackendOMC.doc ---- Modified : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6144 Author: sjoelund.se Date: 22:03:48, den 16 september 2010 Message: Trunkate integers in the interval 30~31 bit like the old parser did. ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/parser/IntegerLiterals32.mo Revision: 6143 Author: perost Date: 13:56:48, den 16 september 2010 Message: - Fixed wrong path in test case libraries/msl31/Modelica.Blocks. ---- Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Revision: 6142 Author: perost Date: 13:47:02, den 16 september 2010 Message: Fixed for bug #1272: - Added phase before instantiation when doing checkModel that inserts dummy dimensions where needed. - Added working models in Modelica.Blocks to test suite. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/msl31/Makefile Modified : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Revision: 6141 Author: sjoelund.se Date: 22:45:25, den 15 september 2010 Message: - Fix parsing of if-expressions in mos-files ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Revision: 6140 Author: sjoelund.se Date: 22:16:01, den 15 september 2010 Message: Fix #1284 - Fixes a bug where "No viable alternative near token: " would result in a segfault ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Parser/parse.c Revision: 6139 Author: sjoelund.se Date: 21:48:59, den 15 september 2010 Message: - Change error message for assignments using (=) instead of (:=) ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/parser/Assign1.mo Revision: 6137 Author: perost Date: 15:58:02, den 15 september 2010 Message: - Updated test cases due to r6135. ---- Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/mofiles/ParameterDeclConnector.mo Modified : /trunk/testsuite/mofiles/ParameterDeclRecord.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo Revision: 6136 Author: Frenkel TUD Date: 14:30:37, den 15 september 2010 Message: update RedesignBackendOMC.doc ---- Modified : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6135 Author: petar Date: 14:13:06, den 15 september 2010 Message: -Changed error messages for unbound parameters. ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Static.mo Revision: 6134 Author: perost Date: 14:10:48, den 15 september 2010 Message: Fixes for bug #1275: - Allow arrays in instBuiltinAttribute when checkModel is used, so that checkModel can be used on array types with modifications. - Added test case libraries/msl31/Modelica.Mechanics.MultiBody. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/msl31/Makefile Added : /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos Revision: 6133 Author: perost Date: 11:46:56, den 15 september 2010 Message: Fix for bug #1237: - Added special case for Modelica.Electrical.Analog.Lines.M_OLine.segment in Static.elabSubscriptType, to allow that model to use Real as array index. - Updated test case libraries/msl31/Modelica.Electrical.Analog. - Replaced Absyn.pathPrefixOf with a function of less algorithmic complexity. - Renamed Absyn.stringPath2 to Absyn.stringListPath and made it public. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Revision: 6132 Author: perost Date: 09:56:08, den 15 september 2010 Message: - Fixed missing semicolon when printing STMT_NORETCALL in DAEDump.ppStmtStr. ---- Modified : /trunk/Compiler/DAEDump.mo Revision: 6131 Author: adrpo Date: 06:39:45, den 15 september 2010 Message: Speed improvements #1264 - System.mo/systemimpl.c: added System.stringAppendList and improved checking for file writing - Print.mo/printimpl.c: improved file handling and buffer filling + new functions for Template Codegen - CevalScript.mo: check also partial classes in CevalScript.checkAllModelsRecursive and do not filter libs. - Util.mo: call System.stringAppendList in Util.stringAppendList ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 6130 Author: Frenkel TUD Date: 23:45:55, den 14 september 2010 Message: - fix else path of functionODE_inline - cast conditional expressions to modelica_bools avoid warnings ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 6129 Author: perost Date: 20:16:35, den 14 september 2010 Message: Fixes for bug #1274: - Implemented calls on the form min|max(function returning multiple values), which may or may not be valid Modelica but which is used in Modelica.Math. - Unified elabBuiltinMax and elabBuiltinMin, since they do the same thing anyway. - Added Static.makeBuiltinCall, to make it easier to create builtin calls. - Added fixed models to test case libaries/msl31/Modelica.Math.mos. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Revision: 6128 Author: perost Date: 18:43:05, den 14 september 2010 Message: Fixes for bug #1274: - Replaced Static.dimSize with Types.getDimensionNth. - Rewrite Static.computeReturnType to allow unknown dimension in matrix multiplications when checkModel is used. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Revision: 6127 Author: adrpo Date: 16:51:19, den 14 september 2010 Message: Fixes for #1273 #1282 - allow partial classes to be fully instantiated via checkModel and issue a warning about it. - update testsuite/libraries/msl31/Modelica.Electrical.Analog.mos - update msl31/Makefile - make sure msl31.log is always generated in testsuite/libraries/Makefile ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/libraries/Makefile Modified : /trunk/testsuite/libraries/msl31/Makefile Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Revision: 6126 Author: adrpo Date: 16:33:18, den 14 september 2010 Message: #1266 - do memory profile only when MEMORY_PROFILE is defined - use $CLAGS in Makefile.common - more comments in Makefile.vc - ensure that variable declarations are first in a block in Modelica.g (for Visual Studio CL crap compiler) - do not use void inside macros in ModelicaParserCommon.h (for Visual Studio CL crap compiler) - ensure that variable declarations are first in a block in parse.c (for Visual Studio CL crap compiler) ---- Modified : /trunk/Parser/Makefile.common Modified : /trunk/Parser/Makefile.vc Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3defs.h Modified : /trunk/Parser/parse.c Revision: 6125 Author: adrpo Date: 15:53:49, den 14 september 2010 Message: - a makefile that works with Visual Studio nmake. ---- Added : /trunk/Parser/Makefile.vc Revision: 6124 Author: perost Date: 15:13:25, den 14 september 2010 Message: - Added printing of class comments and annotations to DAEDump. - Updated test cases. ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/testsuite/mofiles/DocString.mo Modified : /trunk/testsuite/mofiles/Extends4.mo Modified : /trunk/testsuite/mofiles/Extends7.mo Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Modified : /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo Modified : /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo Revision: 6123 Author: perost Date: 13:29:28, den 14 september 2010 Message: - Fixed expansion of sum(param with fixed=false). - Added test case mofiles/Sum. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Sum.mo Revision: 6122 Author: perost Date: 13:04:40, den 14 september 2010 Message: - Fixed type of skew function. - Added test case mofiles/Skew. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Skew.mo Revision: 6121 Author: perost Date: 12:42:17, den 14 september 2010 Message: - Fixed connect statements of array with enum dimensions. - Added test case mofiles/EnumConnectArray.mo. - Removed unnecessary parentheses around annotations in DAEDump. - Modified msl31/Makefile so that the parallell test script can parse it correctly. ---- Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/msl31/Makefile Added : /trunk/testsuite/mofiles/EnumConnectArray.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6120 Author: adrpo Date: 10:58:22, den 14 september 2010 Message: #1272 - added testsuite/libraries/msl31/Modelica.Blocks.mos as a test for bug 1272 - not yet run by default as some models fail to check/instantiate. add to the full testsuite when ready. ---- Added : /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos Revision: 6119 Author: adrpo Date: 10:41:47, den 14 september 2010 Message: Fixes for bugs: #1273 #1156 - OMC will now use the start value for a parameter during instantiation if the parameter does not have a default value and report a warning about it. This is widely used in Modelica 3.1. - DAE.mo + added BindingSource to DAE.Binding records DAE.EQBOUND and DAE.VALBOUND to know weather this binding came from a start value or default value. - DAEUtil.mo + added functions to set the DAE.BindingSource in DAE.Binding and to print DAE.Binding - Static.mo + Static.elabBuiltinDelay delay(x, variable, variable) generates only a warning now as is used inside Modelica.Electrical.Analog.Lines.TLine* (where a variable that is an expression of parameters is used) + Static.elabCref2 if the parameter binding came from a start value, issue a warning. - Inst.mo + send prefix and component name to Inst.makeBinding and Inst.elabArraydimType for better error messages + Inst.makeBinding will use the start value to generate a DAE.Binding as DAE.EQBOUND if the parameter does not have a default value. - Main.mo + added commented out debug statements using System Timer - Types.mo + improved the display of variables (now it displays where the binding came from start/default) - All other .mo files + fixes due to changes in DAE.mo - testsuite/* + fixes to the test models due to changes in the error/warning messages. + now run testsuite/libraries/msl31/* tests by default. ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/libraries/Makefile Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl31/README.txt Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/mofiles/Delay5.mo Modified : /trunk/testsuite/mofiles/Delay7.mo Modified : /trunk/testsuite/mofiles/ParameterDeclConnector.mo Modified : /trunk/testsuite/mofiles/ParameterDeclRecord.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo Revision: 6118 Author: adrpo Date: 10:18:41, den 14 september 2010 Message: #1273 - added testsuite/libraries/msl31/Modelica.Electrical.Analog.mos as a test for bug 1273 ---- Modified : /trunk/testsuite/libraries/msl31/Makefile Added : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos Revision: 6117 Author: adrpo Date: 09:33:42, den 14 september 2010 Message: #1274 - added tests for bug 1274 ---- Modified : /trunk/testsuite/libraries/msl31/Makefile Added : /trunk/testsuite/libraries/msl31/Modelica.Math.mos Revision: 6116 Author: adrpo Date: 08:42:51, den 14 september 2010 Message: - small modification for tests of BUG #1156 ---- Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Modified : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Revision: 6115 Author: adrpo Date: 08:10:14, den 14 september 2010 Message: - added Modelica 3.1 to the testsuite/libraries/msl31 This is a copy from: https://svn.modelica.org/projects/Modelica/branches/maintenance/3.1 - added tests for bug: #1156 Modelica.Electrical.Machines.Examples.mos Modelica.Electrical.MultiPhase.Examples.mos ---- Added : /trunk/testsuite/libraries/msl31 Added : /trunk/testsuite/libraries/msl31/Makefile Added : /trunk/testsuite/libraries/msl31/Modelica Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Continuous.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Discrete.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Interfaces.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Logical.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Math.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Nonlinear.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Routing.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Sources.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Tables.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/Types.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Blocks/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/C-Sources Added : /trunk/testsuite/libraries/msl31/Modelica/C-Sources/ModelicaInternal.c Added : /trunk/testsuite/libraries/msl31/Modelica/C-Sources/ModelicaStrings.c Added : /trunk/testsuite/libraries/msl31/Modelica/C-Sources/ModelicaTables.h Added : /trunk/testsuite/libraries/msl31/Modelica/C-Sources/ModelicaTables_Dymola.c Added : /trunk/testsuite/libraries/msl31/Modelica/C-Sources/win32_dirent.c Added : /trunk/testsuite/libraries/msl31/Modelica/C-Sources/win32_dirent.h Added : /trunk/testsuite/libraries/msl31/Modelica/Constants.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Basic.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/AmplifierWithOpAmpDetailed.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/CompareTransformers.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mat Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingNPN_OrGate.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/HeatingResistor.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/NandGate.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/OvervoltageProtection.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Rectifier.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/SwitchWithArc.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/ThyristorBehaviourTest.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/Nand.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/RealSwitch.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/Transistor.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/Utilities/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Examples/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Ideal.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Interfaces.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Lines.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Semiconductors.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Sensors.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/Sources.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Analog/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Digital.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/Machines.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/MultiPhase.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Electrical/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/AST_BatchPlant.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/BranchingDynamicPipes.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/ControlledTankSystem.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/DrumBoiler.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/Explanatory.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/HeatExchanger.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/HeatingSystem.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/IncompressibleFluidNetwork.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/InverseParameterization.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/PumpingSystem.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/Tanks.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/TraceSubstances.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Examples/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Fittings.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Icons.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Interfaces.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Machines.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Pipes.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Sensors.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Sources.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/System.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Types.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Utilities.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Valves.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/Vessels.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Fluid/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Icons.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Images Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/BusUsage.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/BusUsage2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/BusUsage3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Butterworth.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/ConvertAllUnits.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/CriticalDampingNonNormalized.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/CriticalDampingNormalized.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/InverseModel.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/InverseModelSchematic.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/LogicalNetwork1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/PID_controller.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/PID_controller2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/BooleanConstant.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/BooleanPulse.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/BooleanStep.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/BooleanTable.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/Clock.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/CombiTimeTable.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/Constant.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/ExpSine.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/Exponentials.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/IntegerConstant.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/IntegerStep.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/KinematicPTP.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/KinematicPTP2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/Pulse.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/Ramp.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/SampleTrigger.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/SawTooth.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/Sine.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/Step.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/TimeTable.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Blocks/Sources/Trapezoid.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/ControlledIdealIntermediateSwitch1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/ControlledIdealIntermediateSwitch2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog/OLine.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog/Schaltbild_OLine.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog/Schaltbild_ULine.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog/ULine.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog/arrangement.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog/segment.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog/segment_first.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Electrical/Analog/segment_last.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/PipeFriction1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/PipeFriction2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/PipeFrictionStaticHead_case-a.PNG Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/PipeFrictionStaticHead_case-b.PNG Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/Tank_PipeAboveTankLevel.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/regFun3_a.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/regFun3_b.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/regRoot2_a.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/regRoot2_b.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/regRoot2_c.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/regSquare2_b.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Components/regSquare2_c.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/AST_BatchPlant1.jpg Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/AST_BatchPlant2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/BatchPlant_StandardWater.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/BranchingDynamicPipes.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/ControlledTanks.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/DrumBoiler.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/EmptyTanks.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/HeatExchanger.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/HeatingSystem.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/IncompressibleFluidNetwork.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/InverseParametrization.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/MeasuringTemperature1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/MeasuringTemperature2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/MomentumBalanceFittings.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/PumpingSystem.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/RoomCO2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/RoomCO2WithControls.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/TanksWithOverflow.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/ThreeTanks.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/ThreeTanksResult1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/ThreeTanksResult2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/ThreeTanksResult3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/Examples/ThreeTanksResult4.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/PipeFriction1_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/BalanceEquations1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/ControlledTanks.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/DrumBoiler.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/HeatingSystem.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/MixingConnections.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/ThreeTanks.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/energyBalance1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/energyBalance2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/massBalance.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/momentumBalance.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/pipeFriction.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Fluid/UsersGuide/sqrt.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/IdealIntermediateSwitch1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/IdealIntermediateSwitch2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Basic Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Basic/LeakageWithCoefficient.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Examples Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_PermeanceModel.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_dimensions.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Examples/SolenoidActuator Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/AdvancedSolenoidModel_fluxTubePartitioning.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/SimpleSolenoidModel_fluxTubePartitioning.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/Solenoid_dimensions.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Material Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Material/HardMagnetic Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Material/HardMagnetic/HardMagneticMaterials.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Material/SoftMagnetic Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Material/SoftMagnetic/ElectricSheet.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Miscellaneous.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Steel.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Material/SoftMagnetic/eq_mu_rApprox.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/CuboidOrthogonalFlux.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/CuboidParallelFlux.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/HollowCylinderAxialFlux.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/HollowCylinderRadialFlux.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/CoaxCylindersEndFaces.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfHollowSphere.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfSphere.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfCylinder.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfHollowCylinder.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterCylinder.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowCylinder.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowSphere.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterSphere.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/Shapes/LeakageAroundPoles.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_MaxwellConstitutive.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctanceFromAverageGeometry.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_general.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_prismatic.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_transition_reluctance_flowAcross_IntegralQuantities.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/magnetic_flux_tube_schematic.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_CoEnergy_general.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromPermeance_network.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromReluctance_network.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_transition_forceReluctancePermeance.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Magnetic/readme.txt Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/acos.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/acosh.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/asin.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/asinh.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/atan.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/atan2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/atan3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/cos.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/cosh.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/exp.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/log.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/log10.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/sin.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/sinh.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/tan.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/tanh.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/vectorNorm.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Math/vectorNorm.ppt Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/Air Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/Air/Mollier.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/Air/PsycroChart.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/Air.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/Ar.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C2H2_vinylidene.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C2H4.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C2H5OH.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C2H6.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C3H6_propylene.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C3H8.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C3H8O_1propanol.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C4H10_n_butane.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C4H8_1_butene.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C5H10_1_pentene.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C5H12_n_pentane.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C6H12_1_hexene.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C6H14_n_hexane.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C6H6.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C7H14_1_heptene.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C7H16_n_heptane.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C8H10_ethylbenz.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/C8H18_n_octane.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/CH3OH.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/CH4.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/CL2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/CO.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/CO2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/F2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/H2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/H2O.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/He.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/N2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/N2O.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/NH3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/NO.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/NO2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/Ne.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/O2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/SO2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/SingleGases/SO3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/IdealGases/singleEquations.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/UsersGuide Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/UsersGuide/BalanceEquations1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/UsersGuide/Demo.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/UsersGuide/EnergyBalance1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/UsersGuide/EnergyBalance2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/UsersGuide/mediumBalanceInit.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/UsersGuide/mediumMenu.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/Water Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Media/Water/if97.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Arrow.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Arrow2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Bodies.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Body.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/BodyBox.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/BodyCylinder.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/BodyShape.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Chains.DoublePendulum.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Chains.FreeBody.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Chains.Pendulum.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Chains.PendulumWithSpringDamper.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Chains.SpringDamperSystem.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Chains.SpringMassSystem.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Chains.ThreeSprings.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Colors.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/DoublePendulum.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/DoublePendulumSmall.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/ForceAndTorque.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/ForceAndTorque1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/ForceAndTorque2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/ForceAndTorque_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/ForceWithMasses.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/FreeBody.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/FreeBody_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/InitSpringConstant.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/InitSpringConstant_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/Pendulum.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PendulumWithContact.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/Pendulum_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PointGravity.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses2_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PointGravityWithPointMasses_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/PointGravity_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/RollingWheel.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/RollingWheelSetDriving.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/RollingWheelSetPulling.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/SpringDamperSystem.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/SpringDamperSystem_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/SpringMassSystem.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/SpringMassSystem_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/SpringWithMass.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/SpringWithMass_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/ThreeSprings.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/ThreeSprings_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Elementary/snap.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/Engine.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/EngineV6.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/EngineV6_CAD.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/EngineV6_CAD_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/EngineV6_CAD_smaller.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/EngineV6_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/Fourbar1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/Fourbar1_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/Fourbar2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/Fourbar2_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/Fourbar3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/Fourbar_analytic.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/Fourbar_analytic_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/PlanarLoops.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/PlanarLoops2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Loops/PlanarLoops_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Systems Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Systems/r3_fullRobot.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Systems/r3_fullRobot_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Examples/Systems/robot_kr15.bmp Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Fixed.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/FixedFrame.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/FixedFrame2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/FixedLines.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/FixedLines2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/FixedRotation.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/FixedShape.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/FixedTranslation.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/ArrowForce.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/ArrowForce2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/ArrowTorque.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/ArrowTorque2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/Damper.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/Damper2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/Force1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/Force2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/ForceAndTorque1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/ForceAndTorque2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/FrameForce1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/FrameForce2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/FrameForceAndTorque1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/FrameForceAndTorque2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/FrameTorque1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/FrameTorque2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/LineForceWithMass.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/LineForceWithTwoMasses.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/Spring2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/Torque1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/Torque2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/WorldForce1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/WorldForce2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/WorldForceAndTorque1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/WorldForceAndTorque2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/WorldTorque1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Forces/WorldTorque2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/InertialSystem.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/Cylindrical.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/FreeMotion.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/JointRRP.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/JointRRR.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/JointSSP.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/JointSSR.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/JointUPS.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/JointUSP.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/JointUSR.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/Planar.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/Prismatic.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/Revolute.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/Spherical.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/SphericalSpherical.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/Universal.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Joints/UniversalSpherical.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/MultiBody.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Parts Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Parts/PointMass.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Parts/Rotor1D.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Sensors Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Sensors/AbsoluteSensor.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Sensors/CutForce.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Sensors/CutForceAndTorque.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Sensors/CutTorque.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Sensors/Distance.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Sensors/RelativeSensor.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Shape.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/ShapeSize.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/ShapeSize2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/DoublePendulumAnimation.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/DoublePendulumAnimationSmall.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/DoublePendulumDiagram.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/DoublePendulumDiagramSmall.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/FirstExample Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/FirstExample/ActuatedRevolute.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/FirstExample/Body.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/FirstExample/Pendulum.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/FirstExample/PenulumSchematic1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/FirstExample/PenulumSchematic2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/EngineV6_1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/EngineV6_2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/EngineV6_3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/EngineV6_4.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/Fourbar1a.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/Fourbar1b.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/FourbarAnalytic1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/FourbarAnalytic2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Tutorial/LoopStructures/MacPherson1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/UsersGuide Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/UsersGuide/small_engine.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/UsersGuide/small_excavator.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/UsersGuide/small_freeBody.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/UsersGuide/small_robot.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Visualizers Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Visualizers/Arrow.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Visualizers/DoubleArrow.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/Visualizers/SpecularCoefficient.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/MultiBody/world.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/bearing.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/bearing2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/drive1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/drive2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/drive3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/drive4.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/driveAxis.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/driveConnections1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/driveConnections2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/driveConnections3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/driveExample.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/elastoBacklash1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/inertias.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Rotational/relativeStates.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/Examples Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/Examples/ControlledTanks1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/Examples/ControlledTanks1_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/Examples/ControlledTanks2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/Examples/ControlledTanks2_small.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/Examples/Thumbs.db Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/CompositeStep1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/Parallel1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/Parallel2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/Parallel3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/StepAndTransition1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/StepAndTransition2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/StepAndTransition3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/StepAndTransition4.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/StateGraph/UsersGuide/Thumbs.db Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational/ElastoGap1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational/Fig.translational.examples.InitialConditions.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational/PreLoad.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational/PreLoad2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational/PreLoad3.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational/PreLoad4.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational/Stribeck.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/Translational/relativeStates2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Digital.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/ElectricalPins.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/ElectricalPlugs.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/FluidHeatFlowPorts.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/FluidPorts.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/HydraulicPorts.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Blocks1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Blocks2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Digital.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Electrical.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Fluid.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-FluxTubes.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Machines.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Media.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-MultiBody1.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-MultiBody2.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Rotational.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-StateGraph.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Thermal.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Lib-Translational.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/MagneticPorts.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/ModelicaLibraries.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/MultiBodyFrames.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/PneumaticPorts.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/RotationalFlanges.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/Signals.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/SpacePhasor.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/StateGraphPorts.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/ThermalHeatPorts.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/UsersGuide/TranslationalFlanges.png Added : /trunk/testsuite/libraries/msl31/Modelica/Images/_readme.txt Added : /trunk/testsuite/libraries/msl31/Modelica/Images/driveWithHeatTransfer.png Added : /trunk/testsuite/libraries/msl31/Modelica/Magnetic Added : /trunk/testsuite/libraries/msl31/Modelica/Magnetic/FluxTubes.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Magnetic/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Magnetic/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Math Added : /trunk/testsuite/libraries/msl31/Modelica/Math/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Math/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulum.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/FreeBody.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/Pendulum.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/PendulumWithSpringDamper.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravity.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheel.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetDriving.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetPulling.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringMassSystem.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Elementary/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/1.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/2.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/3.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1a.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Engine1b_analytic.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar1.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar2.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Fourbar_analytic.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/PlanarLoops_analytic.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/Utilities.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Loops/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Rotational3DEffects.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/0.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/1.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/2.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/3.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/4.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/5.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/6.dxf Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/Run.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/fullRobotPlot.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/oneAxisPlot.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/Systems/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Examples/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Forces.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Frames.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Interfaces.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Joints.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Sensors.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Types.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/Visualizers.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/MultiBody/parts.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/Rotational.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/Translational.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Mechanics/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Media Added : /trunk/testsuite/libraries/msl31/Modelica/Media/Air.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/CompressibleLiquids.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/Common Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/Common/FluidData.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/Common/SingleGasesData.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/Common/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/Common/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/MixtureGases.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/SingleGases.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/IdealGases/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Media/Incompressible.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/Water Added : /trunk/testsuite/libraries/msl31/Modelica/Media/Water/IF97_Utilities.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/Water/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/Water/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Media/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Media/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Media/req_changes.txt Added : /trunk/testsuite/libraries/msl31/Modelica/ModelicaLicense2.html Added : /trunk/testsuite/libraries/msl31/Modelica/SIunits.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/ConvertModelica_from_1.6_to_2.1.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/ConvertModelica_from_2.1Beta1_to_2.1.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/ConvertModelica_from_2.2.2_to_3.0.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/AST_BatchPlant_StandardWater Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/AST_BatchPlant_StandardWater/plot level.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/BranchingDynamicPipes Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/BranchingDynamicPipes/plotResults.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/ControlledTanks Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/ControlledTanks/plot level and ports.m_flow.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/EmptyTanks Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/EmptyTanks/plot level and port.p.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/HeatingSystem Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/HeatingSystem/plotResults.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/IncompressibleFluidNetwork Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/IncompressibleFluidNetwork/plotJunctionPressuresAndValves.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/InverseParameterization Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/InverseParameterization/plotResults.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/MomentumBalanceFittings Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/MomentumBalanceFittings/Plot the model results.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/OneTank Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/OneTank/plot level and port.p.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/OneTank/plot level, port.p and port.m_flow.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/RoomCO2 Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/RoomCO2/plotConcentrations.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/RoomCO2WithControls Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/RoomCO2WithControls/plotStatesWithControl.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TankWithEmptyingPipe1 Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TankWithEmptyingPipe1/plot level and port.p.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TankWithEmptyingPipe1/plot level, port.p and port.m_flow.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TankWithEmptyingPipe2 Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TankWithEmptyingPipe2/plot level and port.p.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TanksWithEmptyingPipe1 Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TanksWithEmptyingPipe1/plot level, port.p and port.m_flow.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TanksWithEmptyingPipe2 Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TanksWithEmptyingPipe2/plot level and port.m_flow.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TanksWithOverflow Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TanksWithOverflow/plot level and port.m_flow.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/ThreeTanks Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/ThreeTanks/plot level and port.m_flow.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TwoTanks Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/Fluid/TwoTanks/plot level and port.p.mos Added : /trunk/testsuite/libraries/msl31/Modelica/Scripts/__Dymola_CoupledClutches.mos Added : /trunk/testsuite/libraries/msl31/Modelica/StateGraph.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Thermal Added : /trunk/testsuite/libraries/msl31/Modelica/Thermal/FluidHeatFlow.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Thermal/HeatTransfer.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Thermal/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Thermal/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Examples.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Files.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Internal.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Streams.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Strings.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/System.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/Types.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/data Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/data/Examples_readRealParameters.txt Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/Utilities/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/help Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Differences-Modelica-221-222.html Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Differences-Modelica-301-31.html Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Figure_PlanarLoopAnalytic.ppt Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Fluid Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Fluid/FiniteVolume.doc Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Fluid/Stream-Connectors-Overview-Rationale.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Fluid/Stream-Connectors-Overview-Rationale.ppt Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation/Back3.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation/IF97.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation/crits.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation/meltsub.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation/phs.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation/surf.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation/thcond.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/IF97documentation/visc.pdf Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Modelica-Documentation-Template.doc Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Modelica-Documentation-Template.ott Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Modelica-ReleaseNotes-Template.doc Added : /trunk/testsuite/libraries/msl31/Modelica/help/Documentation/Modelica-ReleaseNotes-Template.ott Added : /trunk/testsuite/libraries/msl31/Modelica/package.mo Added : /trunk/testsuite/libraries/msl31/Modelica/package.order Added : /trunk/testsuite/libraries/msl31/Modelica/readme.txt Added : /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos Added : /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos Added : /trunk/testsuite/libraries/msl31/ModelicaReference Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/acos.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/acosh.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/asin.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/asinh.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/atan.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/atan2.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/change.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/cos.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/cosh.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/delay.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/edge.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/exp.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/function.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/log.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/log10.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/pre.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/sample.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/sin.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/sinh.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/tan.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/Images/tanh.png Added : /trunk/testsuite/libraries/msl31/ModelicaReference/package.mo Added : /trunk/testsuite/libraries/msl31/ModelicaServices Added : /trunk/testsuite/libraries/msl31/ModelicaServices/package.mo Added : /trunk/testsuite/libraries/msl31/ObsoleteModelica3.mo Added : /trunk/testsuite/libraries/msl31/README.txt Revision: 6114 Author: asodja Date: 20:04:54, den 13 september 2010 Message: Fixed error in c_runtime/Makefile.common regarding libModelicaExternalC.a. ---- Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/tables.cpp Revision: 6113 Author: asodja Date: 19:31:11, den 13 september 2010 Message: libModelicaExternalC.a is now compiled from Modelica/C-Sources/*c. ---- Modified : /trunk/c_runtime/ModelicaExternalC/Makefile Deleted : /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.cpp Added : /trunk/c_runtime/ModelicaExternalC/ModelicaInternal.c Added : /trunk/c_runtime/ModelicaExternalC/ModelicaStrings.c Added : /trunk/c_runtime/ModelicaExternalC/ModelicaTables.h Added : /trunk/c_runtime/ModelicaExternalC/ModelicaTablesImpl.c Added : /trunk/c_runtime/ModelicaExternalC/win32_dirent.c Added : /trunk/c_runtime/ModelicaExternalC/win32_dirent.h Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/c_runtime/tables.h Revision: 6112 Author: sjoelund.se Date: 16:44:49, den 13 september 2010 Message: - make fix-svn-eol-style ---- Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinderTotal.mo Modified : /trunk/testsuite/mofiles/ArrayAssignWholeDim.mo Modified : /trunk/testsuite/mofiles/ArrayIndex.mo Modified : /trunk/testsuite/mofiles/ArrayIndex2.mo Modified : /trunk/testsuite/mofiles/BlockResult.mo Modified : /trunk/testsuite/mofiles/ConstantLogicalRelations.mo Modified : /trunk/testsuite/mofiles/ConstantSize.mo Modified : /trunk/testsuite/mofiles/Enum11.mo Modified : /trunk/testsuite/mofiles/EnumDimSum.mo Modified : /trunk/testsuite/mofiles/EnumFor.mo Modified : /trunk/testsuite/mofiles/EnumRange.mo Modified : /trunk/testsuite/mofiles/ExtendsModWithImport.mo Modified : /trunk/testsuite/mofiles/ForIf.mo Modified : /trunk/testsuite/mofiles/Reductions.mo Modified : /trunk/testsuite/mofiles/ReinitArray.mo Modified : /trunk/testsuite/mofiles/TupleSingleAssign.mo Modified : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mo Modified : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles/ArraySlice.mo Modified : /trunk/testsuite/mosfiles/ArraySlice.mos Modified : /trunk/testsuite/mosfiles/DerivativeCodeGeneration.mo Modified : /trunk/testsuite/mosfiles/EnumArray.mo Modified : /trunk/testsuite/mosfiles/EnumArray.mos Modified : /trunk/testsuite/mosfiles/EquationCallIntegerArray.mo Modified : /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles/ExtObjStringParam.mo Modified : /trunk/testsuite/mosfiles/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles/FunctionInReinit.mo Modified : /trunk/testsuite/mosfiles/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles/SemiLinear.mo Modified : /trunk/testsuite/mosfiles/SemiLinear.mos Modified : /trunk/testsuite/mosfiles/SimResultScripting.mo Modified : /trunk/testsuite/mosfiles/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles/SliceAssignment.mo Modified : /trunk/testsuite/mosfiles/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles/TupleReturn.mo Modified : /trunk/testsuite/mosfiles/TupleReturn.mos Modified : /trunk/testsuite/mosfiles-nosim/RunScript.mos Modified : /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mo Modified : /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mos Modified : /trunk/testsuite/parser/DocumentationBackslash.mo Modified : /trunk/testsuite/parser/DotName.mo Modified : /trunk/testsuite/parser/DotName.mos Modified : /trunk/testsuite/parser/EmptyWithin.mo Modified : /trunk/testsuite/parser/FullModelica3.1.mo Modified : /trunk/testsuite/parser/MetaModelicaMatchElse.mo Modified : /trunk/testsuite/parser/MetaModelicaStringOpModelicaLexer.mo Modified : /trunk/testsuite/parser/MissingSemicolon.mo Modified : /trunk/testsuite/parser/OptionalOutput.mo Modified : /trunk/testsuite/parser/OptionalOutput.mos Modified : /trunk/testsuite/parser/ParseCompilerSources.mos Modified : /trunk/testsuite/parser/ParseElementReplaceable.mo Modified : /trunk/testsuite/parser/RealOpLexerMetaModelica.mo Modified : /trunk/testsuite/parser/RealOpLexerModelica.mo Modified : /trunk/testsuite/parser/WildLexerMetaModelica.mo Modified : /trunk/testsuite/parser/WildLexerModelica.mo Revision: 6111 Author: perost Date: 16:32:45, den 13 september 2010 Message: Fix for bug #1274: - Modified Static.elabBuiltinIdentity to work on arrays of unknown size when checking a model. ---- Modified : /trunk/Compiler/Static.mo Revision: 6110 Author: perost Date: 16:00:30, den 13 september 2010 Message: Fix for bug #1274: - Changed Types.matchTypeTupleCall to allow tuple calls where the LHS has fewer components than the RHS. ---- Modified : /trunk/Compiler/Types.mo Revision: 6109 Author: sjoelund.se Date: 15:51:03, den 13 september 2010 Message: - Add -lrt to LDFLAGS when needed ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 6107 Author: sjoelund.se Date: 15:36:56, den 13 september 2010 Message: - Add missing #include in rtclock.c ---- Modified : /trunk/Compiler/runtime/rtclock.c Revision: 6106 Author: sjoelund.se Date: 15:02:57, den 13 september 2010 Message: - Updated code for rtclock.{c,h}. The new stopwatch uses a clock index outside the range of the user-accessible clocks instead of 13. ---- Modified : /trunk/Compiler/runtime/rtclock.c Modified : /trunk/Compiler/runtime/rtclock.h Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 6105 Author: perost Date: 15:02:37, den 13 september 2010 Message: Fixes for bug #1274: - Changed Static.elabBuiltinSize so that the resulting expression is not a constant if we don't know the dimensions yet. - Added check for checkModel in Static.elabBuiltinCat2, in case the dimension is not known. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Revision: 6104 Author: sjoelund.se Date: 15:01:49, den 13 september 2010 Message: - Fixed compilation of ModelicaExternalC.cpp (missing errno.h header) ---- Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.cpp Revision: 6103 Author: adrpo Date: 14:41:17, den 13 september 2010 Message: - add a cumulative timer in System: + System.resetTimer() -> set the time to 0 + System.startTimer() -> starts counting + System.stopTimer() -> stops counting and adds the elapsed time since System.startTimer() to the cumulated internal time + System.getTimerTime() -> retrieves the internal time. ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 6102 Author: adrpo Date: 14:03:19, den 13 september 2010 Message: - include more functionality in ModelicaExternalC.cpp needed for Modelcia.Electrical.Machines. ---- Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/ModelicaExternalC/Makefile Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.cpp Modified : /trunk/c_runtime/ModelicaUtilities.h Revision: 6101 Author: adrpo Date: 13:54:29, den 13 september 2010 Message: - transform an integer literal into an enumeration literal if the requested type is an enumeration. - used in Modelica.Electrical.Machines and Modelica.Electrical.Digital. ---- Modified : /trunk/Compiler/Types.mo Revision: 6100 Author: adrpo Date: 13:51:03, den 13 september 2010 Message: - allow enumeration type to be used as a connector as is used in Modelica.Electrical.Digital. ---- Modified : /trunk/Compiler/ClassInf.mo Revision: 6099 Author: sjoelund.se Date: 13:49:55, den 13 september 2010 Message: - Fix for parsing element_replaceable ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/ParseElementReplaceable.mo Revision: 6098 Author: sjoelund.se Date: 12:54:33, den 13 september 2010 Message: - Transform strings that contain \ not followed by a proper escape char with \\ - We print a warning whenever we do this. It is not in the specification; only for compatibility with Dymola. - Fixes bug #1143, add testcase testsuite/parser/DocumentationBackslash.mo ---- Modified : /trunk/Compiler/runtime/errorext.h Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/Parser/Modelica.g Added : /trunk/testsuite/parser/DocumentationBackslash.mo Modified : /trunk/testsuite/parser/Makefile Revision: 6097 Author: perost Date: 12:06:40, den 13 september 2010 Message: - Fixed bug in ceval of <>, same problem as fixed in r6093 for ==. - Added test case mofiles/ConstantLogicalRelations. ---- Modified : /trunk/Compiler/Ceval.mo Added : /trunk/testsuite/mofiles/ConstantLogicalRelations.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6096 Author: perost Date: 11:32:59, den 13 september 2010 Message: - Fixed test cases that started to fail when the difftool started to correctly report errors due to r6095. ---- Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Modified : /trunk/testsuite/parser/Assign1.mo Modified : /trunk/testsuite/parser/Assign2.mo Modified : /trunk/testsuite/parser/Assign3.mo Revision: 6095 Author: sjoelund.se Date: 10:38:29, den 13 september 2010 Message: - Fix difftool ---- Modified : /trunk/testsuite/difftool/omc-diff.l Revision: 6094 Author: perost Date: 10:18:34, den 13 september 2010 Message: - Implemented assignments on the form cref := function_returning_tuple(...), which is possibly needed for bug #1274. - Added test case mofiles/TupleSingleAssign. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/TupleSingleAssign.mo Revision: 6093 Author: petar Date: 10:09:22, den 13 september 2010 Message: -Fixed bug in ceval of false == true, introduced in -r 5993 ---- Modified : /trunk/Compiler/Ceval.mo Revision: 6092 Author: vasaie_p Date: 22:41:29, den 12 september 2010 Message: 1.7.3. Start an interactive Simulation Session Operation: setfilter#tank1.h#3#source.flowLevel#end has been corrected to "setfilter#3#tank1.h#source.flowLevel#end" ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 6091 Author: Frenkel TUD Date: 17:23:01, den 11 september 2010 Message: - add RedesignBackendOMC.doc concept paper ---- Added : /trunk/doc/backend Added : /trunk/doc/backend/RedesignBackendOMC.doc Revision: 6090 Author: adrpo Date: 15:37:12, den 10 september 2010 Message: - got rid of an left out debug print in Compiler/runtime/errorext.cpp - give more memory to ANTLR3 by default in Parser/antlr-3.2/runtime/C/include/antlr3defs.h - use NULL instead of 0 in Parser/parse.c ---- Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3defs.h Modified : /trunk/Parser/parse.c Revision: 6089 Author: Frenkel TUD Date: 14:31:33, den 10 september 2010 Message: - speedUp again the backend for handle the division by zero problem therefor Exp.printExp2Str have two new inputs. This inputs are functionpointers. One for how ComponentRef should be printed and one for how DAE.CALL should be printed - Inline.mo - remove unused import ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 6088 Author: sjoelund.se Date: 12:18:58, den 10 september 2010 Message: - Workplan update ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 6087 Author: adrpo Date: 12:12:36, den 10 september 2010 Message: - ClassInf.mo: handle all cases in ClassInf.getStateName - Exp.mo: minor edit - CevalScript.mo library filtering for checkAllModelsRecursive (disabled for now) we should make possible to specify a filter in this API. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/Exp.mo Revision: 6086 Author: sjoelund.se Date: 11:35:06, den 10 september 2010 Message: - Allow the parser to treat list[:] as valid MetaModelica code, since that's the syntax used in the compiler. - Fix a bug when a generic parser error got as the previous token. - Added testcase for this - Added a testcase that loads all the Compiler/*.mo sources and parses them - None of them give error messages using the new parser ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/MissingSemicolon.mo Added : /trunk/testsuite/parser/ParseCompilerSources.mos Revision: 6085 Author: Frenkel TUD Date: 11:30:38, den 10 september 2010 Message: - speedUp the backend for handle the division by zero problem therefor Exp.printExp2Str have two new inputs. This inputs are functionpointers. One for how ComponentRef should be printed and one for how DAE.CALL should be printed ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 6084 Author: petar Date: 11:25:14, den 10 september 2010 Message: -Fixed compilation of rtclock.c for visual studio. ---- Modified : /trunk/Compiler/runtime/Makefile.vc Modified : /trunk/Compiler/runtime/rtclock.c Revision: 6083 Author: perost Date: 11:02:19, den 10 september 2010 Message: - Use fake dimensions when vectorizing a function if checkModel is used. - partial fix for bug #1274 ---- Modified : /trunk/Compiler/Static.mo Revision: 6082 Author: perost Date: 11:01:19, den 10 september 2010 Message: Updated workplan. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 6081 Author: petar Date: 09:07:37, den 10 september 2010 Message: -Removed some newlines in the debug print of expressions ---- Modified : /trunk/Compiler/Exp.mo Revision: 6080 Author: sjoelund.se Date: 06:38:59, den 10 september 2010 Message: - Fix parser compilation with GNU C++ headers (involves #undef __cplusplus to prevent the unintended use of C++ features) ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/parse.c Revision: 6079 Author: adrpo Date: 00:03:35, den 10 september 2010 Message: - use g++ for now to compile the generated parser/lexeer code until MetaModelica problems with the alignment of double is solved. - fix compilation errors and warnings due to compilation using g++ vs. gcc. ---- Modified : /trunk/Parser/Makefile.common Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/parse.c Revision: 6078 Author: asodja Date: 23:25:56, den 9 september 2010 Message: Fixed a bug in tables.cpp, when table is not read from file - in that case it is passed to table-intialization function as an array (which is a local variable in a wrapper function). Previously the code did not copy that array (just the pointer value). ---- Modified : /trunk/c_runtime/tables.cpp Revision: 6077 Author: sjoelund.se Date: 23:00:39, den 9 september 2010 Message: - Update the type of SimulationResult ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 6076 Author: sjoelund.se Date: 22:12:52, den 9 september 2010 Message: - Fix rtclock.o compilation on OMDev ---- Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/rtclock.c Revision: 6075 Author: sjoelund.se Date: 21:55:29, den 9 september 2010 Message: - Adding Compiler/runtime/rtclock.c; a part of the System module - Contains functions for _accurate_ timing (the Linux timer reports a 1-nanosecond resolution) - Added extra fields to the SimulationResult record returned by simulate() - totalTime, timeFrontend, timeBackend, timeCodegen, timeCompile, timeSimulation - The fields are disabled when running omc through rtest - Added new flag to omc, --running-testsuite flag (note that you need to use -- --running-testsuite in order to prevent the RML runtime from eating the flag) ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/Makefile.in Added : /trunk/Compiler/runtime/rtclock.c Added : /trunk/Compiler/runtime/rtclock.h Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/rtest Revision: 6074 Author: perost Date: 17:23:15, den 9 september 2010 Message: - Implemented option to output annotations in flat modelica. - Cleaned up Interactive.evaluateGraphicalApi to make it easier to maintain. - Updated some msl221 test cases that are normally not run, due to Martins recent changes. ---- Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CharacteristicThyristors2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingRectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/CoupledClutches2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/InitialConditions2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos Revision: 6073 Author: sjoelund.se Date: 14:44:42, den 9 september 2010 Message: - Remove readFile("output.log"); from simulation testcases as it is now redundant ---- Modified : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/AppendElement.mos Modified : /trunk/testsuite/mosfiles/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/ArraySlice.mos Modified : /trunk/testsuite/mosfiles/AssertTest1.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/ColorPixel.mos Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/Concat3.mos Modified : /trunk/testsuite/mosfiles/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/DimConvert.mos Modified : /trunk/testsuite/mosfiles/DimSize.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/Enum8.mos Modified : /trunk/testsuite/mosfiles/EnumArray.mos Modified : /trunk/testsuite/mosfiles/Epidemics1.mos Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles/EquationCall.mos Modified : /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles/EventIteration.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/IfEquation3.mos Modified : /trunk/testsuite/mosfiles/InOutRecord.mos Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/MRFcall.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/MoonLanding.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles/Oscillator.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles/RangeVector.mos Modified : /trunk/testsuite/mosfiles/Reductions.mos Modified : /trunk/testsuite/mosfiles/SemiLinear.mos Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles/StatementCall.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mosfiles/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/TempResistor3.mos Modified : /trunk/testsuite/mosfiles/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles/TupleReturn.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles/WhenPriority.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles/WillowForest.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/simulation_template.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/when_sorting.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssystems.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos Revision: 6072 Author: sjoelund.se Date: 14:32:37, den 9 september 2010 Message: - Changed the output of simulate() - Two fields: resultFile and messages - If the command fails, only messages will be present - If the command succeeds, the messages field is the contents of output.log - More fields will be added (for time measurements; to be disabled by a compiler flag so we can run the testsuite) ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/meta/BuiltinArray.mos Modified : /trunk/testsuite/meta/BuiltinBoolean.mos Modified : /trunk/testsuite/meta/BuiltinInteger.mos Modified : /trunk/testsuite/meta/BuiltinReal.mos Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/meta/OptionInteractive.mos Modified : /trunk/testsuite/meta/PartialFn1.mos Modified : /trunk/testsuite/meta/PartialFn10.mos Modified : /trunk/testsuite/meta/PartialFn11.mos Modified : /trunk/testsuite/meta/PartialFn12.mos Modified : /trunk/testsuite/meta/PartialFn13.mos Modified : /trunk/testsuite/meta/PartialFn2.mos Modified : /trunk/testsuite/meta/PartialFn4.mos Modified : /trunk/testsuite/meta/PartialFn5.mos Modified : /trunk/testsuite/meta/PartialFn6.mos Modified : /trunk/testsuite/meta/PartialFn7.mos Modified : /trunk/testsuite/meta/PartialFn8.mos Modified : /trunk/testsuite/meta/Recursive.mos Modified : /trunk/testsuite/meta/TupleInteractive.mos Modified : /trunk/testsuite/meta/Uniontype1.mos Modified : /trunk/testsuite/meta/Uniontype14.mos Modified : /trunk/testsuite/meta/Uniontype2.mos Modified : /trunk/testsuite/meta/Uniontype3.mos Modified : /trunk/testsuite/meta/Uniontype4.mos Modified : /trunk/testsuite/meta/Uniontype5.mos Modified : /trunk/testsuite/meta/Uniontype6.mos Modified : /trunk/testsuite/meta/Uniontype7.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.empty.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/ArraySlice.mos Modified : /trunk/testsuite/mosfiles/BooleanArray.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/EnumArray.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles/EventIteration.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles/HeatTank.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/IfEquation3.mos Modified : /trunk/testsuite/mosfiles/InOutRecord.mos Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles/Reductions.mos Modified : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/Sample1.mos Modified : /trunk/testsuite/mosfiles/SemiLinear.mos Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/SimResultScripting.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/SliceAssignment.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/Time.mos Modified : /trunk/testsuite/mosfiles/TupleReturn.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/when_sorting.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssystems.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation2.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation3.mos Revision: 6071 Author: sjoelund.se Date: 14:25:48, den 9 september 2010 Message: - Fix parse.c when parsedebug is used ---- Modified : /trunk/Parser/parse.c Revision: 6070 Author: sjoelund.se Date: 13:24:32, den 9 september 2010 Message: - Moved inverted pendulum test from mosfiles to mofiles as it didn't test simulation ---- Added : /trunk/testsuite/mofiles/InvertedPendulumTotal.mo (Copy from path: /trunk/testsuite/mosfiles/invertedPendulumTotal.mo, Revision, 6062) Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles/Makefile Deleted : /trunk/testsuite/mosfiles/invertedPendulum.mos Deleted : /trunk/testsuite/mosfiles/invertedPendulumTotal.mo Revision: 6069 Author: adrpo Date: 12:55:38, den 9 september 2010 Message: - make .depends first before diving into omc_* directory. ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 6068 Author: sjoelund.se Date: 12:07:00, den 9 september 2010 Message: - Added testcase for getting values from records in the interactive API. The following now works: - x := rec.field; - rec.field; ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/SimResultScripting.mo Added : /trunk/testsuite/mosfiles/SimResultScripting.mos Revision: 6067 Author: sjoelund.se Date: 11:59:36, den 9 september 2010 Message: - Fix testcase parser/IntegerLiterals64.mo ---- Modified : /trunk/testsuite/parser/IntegerLiterals64.mo Revision: 6066 Author: perost Date: 11:59:10, den 9 september 2010 Message: - Fixed so that iterators in for loops get correct type, instead of assuming that the iterator is an integer. This fixes enumerations in for loop ranges. - Updated test cases and added test case mofiles/EnumFor. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Enum2.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/EnumDimSum.mo Added : /trunk/testsuite/mofiles/EnumFor.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6064 Author: perost Date: 09:19:50, den 9 september 2010 Message: - Made all enumeration names fully qualified. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Enum1.mo Modified : /trunk/testsuite/mofiles/Enum10.mo Modified : /trunk/testsuite/mofiles/Enum11.mo Modified : /trunk/testsuite/mofiles/Enum2.mo Modified : /trunk/testsuite/mofiles/Enum3.mo Modified : /trunk/testsuite/mofiles/Enum4.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/Enum8.mo Modified : /trunk/testsuite/mofiles/Enum9.mo Modified : /trunk/testsuite/mofiles/EnumDimSum.mo Modified : /trunk/testsuite/mofiles/EnumRange.mo Revision: 6063 Author: asodja Date: 08:49:13, den 9 september 2010 Message: - Removed unnecessary VarTransform.VariableReplacements from DAELow.removeSimpleEquations. - Changed type of aliasVariables in DAELow.DAELOW (currently ignored in trunk). ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCode.mo Revision: 6062 Author: adrpo Date: 07:25:40, den 9 september 2010 Message: - handling task #1269 - partial implementation of stream connectors + connection of stream connectors works now - remains to implement support for inStream and actualStream operators (see Inst.evalActualStream and Inst.evalInStream) - the handling of inStream and actualStream operators is disable for now, to enable, uncomment the call to: Inst.handleStreamConnectors inside Inst.instClass ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Revision: 6061 Author: Frenkel TUD Date: 01:34:11, den 9 september 2010 Message: - fix bug (more than one tearing variable) for relaxation algorithm ---- Modified : /trunk/Compiler/SimCode.mo Revision: 6060 Author: wbraun Date: 22:35:19, den 8 september 2010 Message: - fixed bug [#1263] ---- Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/solver_main.cpp Revision: 6059 Author: Frenkel TUD Date: 20:48:40, den 8 september 2010 Message: - speedup updateAlgorithm ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Revision: 6058 Author: sjoelund.se Date: 14:37:44, den 8 september 2010 Message: - Fixed IntegerLiterals32.mo on OMDev ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/parser/IntegerLiterals32.mo Revision: 6057 Author: sjoelund.se Date: 14:25:25, den 8 september 2010 Message: - Also sort files in a directory when using the class loader - Fixed some compiler warnings (unused imports) ---- Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Revision: 6056 Author: sjoelund.se Date: 14:13:26, den 8 september 2010 Message: - ClassLoader change: Sort subdirectories so list() output is the same in Linux and Windows - Add (preliminary) parser support for fully-qualified names and crefs - Absyn was not updated with CREF_FULLYQUALIFIED; a warning is output - pathString was not updated to print the initial dot for fully-qualified paths, since the function is used in so many places - Added testcase for empty within statements ---- Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Parser/Makefile.common Modified : /trunk/Parser/Modelica.g Added : /trunk/testsuite/parser/DotName.mo Added : /trunk/testsuite/parser/DotName.mos Added : /trunk/testsuite/parser/EmptyWithin.mo Modified : /trunk/testsuite/parser/Makefile Modified : /trunk/testsuite/parser/RealOpLexerModelica.mo Revision: 6055 Author: sjoelund.se Date: 11:57:16, den 8 september 2010 Message: - Fix parser for empty within statements (within ;) ---- Modified : /trunk/Parser/Modelica.g Revision: 6054 Author: sjoelund.se Date: 11:35:47, den 8 september 2010 Message: - Added parsing support for empty tuples, and Modelica wildcard matching in tuples: (a,,c) is (a,Absyn__WILD,c). It's the same as writing (a,_,c) with a MetaModelica lexer. ---- Modified : /trunk/Parser Modified : /trunk/Parser/Makefile.common Modified : /trunk/Parser/Modelica.g Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/OptionalOutput.mo Added : /trunk/testsuite/parser/OptionalOutput.mos Revision: 6053 Author: perost Date: 11:33:41, den 8 september 2010 Message: - Implemented reduction of enumeration ranges so that the enumeration literals are preserved. - Added utility function Util.listSub. - Added test case mofiles/EnumRange.mo. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Added : /trunk/testsuite/mofiles/EnumRange.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6052 Author: sjoelund.se Date: 10:37:26, den 8 september 2010 Message: - Removed antlr dependency from OMShell-terminal ---- Modified : /trunk/mosh/src/Makefile.in Revision: 6050 Author: sjoelund.se Date: 08:55:45, den 8 september 2010 Message: - Update parser makefile ---- Modified : /trunk/Parser/Makefile.common Revision: 6049 Author: sjoelund.se Date: 08:40:58, den 8 september 2010 Message: - Updated expected output of FunctionInReinit.mos (Willi fixed reinit in r6047) ---- Modified : /trunk/testsuite/mosfiles/FunctionInReinit.mos Revision: 6048 Author: sjoelund.se Date: 06:04:32, den 8 september 2010 Message: - Fix integer overflow problem warning on 32-bit systems ---- Modified : /trunk/Parser/Modelica.g Revision: 6047 Author: wbraun Date: 03:55:20, den 8 september 2010 Message: add reinit support for euler, rungekutta, dassl2 ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Revision: 6046 Author: adrpo Date: 00:08:19, den 8 september 2010 Message: - fixed model extends X end X; ---- Modified : /trunk/Parser/Modelica.g Revision: 6045 Author: Frenkel TUD Date: 21:41:19, den 7 september 2010 Message: - handle also inputs from DAELow.ALGORITHM in remove simple equations - check if all inputs/outputs still used in algorithms - more information in case of an error for lowerWhenEqn ---- Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/DAELow.mo Revision: 6044 Author: sjoelund.se Date: 18:39:06, den 7 september 2010 Message: - Fix compiler makefile dependencies of subdirs ---- Modified : /trunk/Compiler/Makefile.compiler_subdirs.common Revision: 6043 Author: sjoelund.se Date: 17:56:42, den 7 september 2010 Message: - Changed default parser from ANTLR2 to ANTLR3 - All testcases except flat modelica parsing works ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.compiler_subdirs.common Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Parser Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/Parser/FlatModelica_Lexer.g Deleted : /trunk/Parser/Makefile Added : /trunk/Parser/Makefile.common (Copy from path: /trunk/Parser/Makefile, Revision, 6039) Added : /trunk/Parser/Makefile.in (Copy from path: /trunk/Parser/Makefile, Revision, 6039) Added : /trunk/Parser/Makefile.omdev.mingw (Copy from path: /trunk/Parser/Makefile, Revision, 6039) Modified : /trunk/Parser/Modelica.g Deleted : /trunk/Parser/Modelica.tokens Modified : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/parse.c Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/testsuite/mofiles/Algorithm2.mo Modified : /trunk/testsuite/mofiles/ConnectFlowEffort.mo Modified : /trunk/testsuite/mofiles/FlatParse.mof Modified : /trunk/testsuite/mofiles/Function7.mo Modified : /trunk/testsuite/mofiles/InOutArray.mo Modified : /trunk/testsuite/mofiles/Makefile Deleted : /trunk/testsuite/mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mofiles/Real2Integer2.mo Modified : /trunk/testsuite/mofiles/RedeclareFlowEffort.mo Deleted : /trunk/testsuite/mofiles/SimpleIntegrator4.mo Modified : /trunk/testsuite/mofiles/Units2.mo Modified : /trunk/testsuite/mofiles/WhenElseNested.mo Modified : /trunk/testsuite/mofiles/WhenNested.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type10.mo Modified : /trunk/testsuite/mofiles/prtest.mo Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/parser/Assign1.mo Modified : /trunk/testsuite/parser/Assign2.mo Modified : /trunk/testsuite/parser/Assign3.mo Modified : /trunk/testsuite/parser/Class3.mo Modified : /trunk/testsuite/parser/Class4.mo Modified : /trunk/testsuite/parser/ConstructParameters1.mo Modified : /trunk/testsuite/parser/Declaration1.mo Modified : /trunk/testsuite/parser/Declaration2.mo Modified : /trunk/testsuite/parser/Declaration3.mo Modified : /trunk/testsuite/parser/Identifier.mo Modified : /trunk/testsuite/parser/Makefile Modified : /trunk/testsuite/parser/MetaModelicaStringOpModelicaLexer.mo Added : /trunk/testsuite/parser/ModifyConstant3.mo (Copy from path: /trunk/testsuite/mofiles/ModifyConstant3.mo, Revision, 6039) Modified : /trunk/testsuite/parser/ParseError1.mo Modified : /trunk/testsuite/parser/ParseError2.mo Modified : /trunk/testsuite/parser/RealOpLexerModelica.mo Added : /trunk/testsuite/parser/SimpleIntegrator4.mo (Copy from path: /trunk/testsuite/mofiles/SimpleIntegrator4.mo, Revision, 6039) Modified : /trunk/testsuite/parser/WildLexerMetaModelica.mo Revision: 6042 Author: perost Date: 15:48:24, den 7 september 2010 Message: - Fixed elaboration of sum of array with enumeration dimensions. - Expanded test case mofiles/EnumDimSum to test the new functionality. - Changed Util.listMap1_tail and Util.listMap1r_tail so that they use listReverse instead of listAppend. - Added function Util.listMapAndFold. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/testsuite/mofiles/EnumDimSum.mo Revision: 6041 Author: sjoelund.se Date: 13:34:52, den 7 september 2010 Message: - Updated MetaModelica testcases (uses rtest cflags instead of changing env vars before the rtest call) ---- Modified : /trunk/testsuite/meta/BuiltinArray.mos Modified : /trunk/testsuite/meta/BuiltinBoolean.mos Modified : /trunk/testsuite/meta/BuiltinInteger.mos Modified : /trunk/testsuite/meta/BuiltinList.mos Modified : /trunk/testsuite/meta/BuiltinMisc.mos Modified : /trunk/testsuite/meta/BuiltinReal.mos Modified : /trunk/testsuite/meta/BuiltinString.mos Modified : /trunk/testsuite/meta/ComplicatedInteractive.mos Modified : /trunk/testsuite/meta/EqPatternm.mos Modified : /trunk/testsuite/meta/Equality.mos Modified : /trunk/testsuite/meta/Failure.mos Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/List4.mos Modified : /trunk/testsuite/meta/ListInteractive.mos Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive1.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive3.mos Modified : /trunk/testsuite/meta/OptionInteractive.mos Modified : /trunk/testsuite/meta/PartialFn1.mos Modified : /trunk/testsuite/meta/PartialFn10.mos Modified : /trunk/testsuite/meta/PartialFn14.mos Modified : /trunk/testsuite/meta/PartialFn2.mos Modified : /trunk/testsuite/meta/PartialFn4.mos Modified : /trunk/testsuite/meta/PartialFn5.mos Modified : /trunk/testsuite/meta/PartialFn6.mos Modified : /trunk/testsuite/meta/PartialFn7.mos Modified : /trunk/testsuite/meta/Polymorphic.mos Modified : /trunk/testsuite/meta/Recursive.mos Modified : /trunk/testsuite/meta/Shadowing1.mos Modified : /trunk/testsuite/meta/Shadowing2.mos Modified : /trunk/testsuite/meta/TupleInteractive.mos Modified : /trunk/testsuite/meta/Uniontype1.mos Modified : /trunk/testsuite/meta/Uniontype10.mos Modified : /trunk/testsuite/meta/Uniontype11.mos Modified : /trunk/testsuite/meta/Uniontype12.mos Modified : /trunk/testsuite/meta/Uniontype13.mos Modified : /trunk/testsuite/meta/Uniontype14.mos Modified : /trunk/testsuite/meta/Uniontype2.mos Modified : /trunk/testsuite/meta/Uniontype3.mos Modified : /trunk/testsuite/meta/Uniontype4.mos Modified : /trunk/testsuite/meta/Uniontype5.mos Modified : /trunk/testsuite/meta/Uniontype6.mos Modified : /trunk/testsuite/meta/Uniontype7.mos Modified : /trunk/testsuite/meta/Uniontype8.mos Modified : /trunk/testsuite/meta/Uniontype9.mos Revision: 6040 Author: asodja Date: 12:27:11, den 7 september 2010 Message: Reverted checking for stricly-monotonous time samples in c_runtime/tables.cpp. It turned out that having only monatonous time samples is not the smartest idea, since CombiTimeTable does not raise any events. ---- Modified : /trunk/c_runtime/tables.cpp Revision: 6039 Author: asodja Date: 11:39:59, den 7 september 2010 Message: Fixed bug where InterpolationTable::extrapolate() expects enumeration indices to begin with 0. ---- Modified : /trunk/c_runtime/tables.cpp Revision: 6038 Author: asodja Date: 11:32:58, den 7 september 2010 Message: In c_runtime/tables.cpp, fixed modulo divison in extrapolation and add zero-division guarding in interpolation (since time samples do not need to be strictly monotonous anymore). Also fixed incorrectly swapped min-time and max-time function in libModelicaExternalC. ---- Modified : /trunk/c_runtime/ModelicaExternalC/Makefile Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.cpp Modified : /trunk/c_runtime/tables.cpp Revision: 6037 Author: perost Date: 11:08:36, den 7 september 2010 Message: - Fixed vectorization of crefs so that enumeration dimensions are preserved. - Added test case mofiles/EnumDimSum. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mofiles/EnumDimSum.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6035 Author: asodja Date: 23:32:53, den 6 september 2010 Message: Allowed time samples to be only monotonous (before strictly monotonous) in c_runtime/tables.cpp. ---- Modified : /trunk/c_runtime/tables.cpp Revision: 6034 Author: adrpo Date: 22:38:10, den 6 september 2010 Message: - added missing c_runtime/ModelicaExternalC/Makefile - fixed ö from Linköping in ModelicaExternalC.cpp and included "../tables.h" instead of "tables.h" ---- Added : /trunk/c_runtime/ModelicaExternalC/Makefile Modified : /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.cpp Revision: 6033 Author: Frenkel TUD Date: 22:32:23, den 6 september 2010 Message: - handle also inputs from DAELow.ALGORITHM in remove simple equations - remove negation sign, - remove equal inputs - TODO: check if all inputs still used in algorithm ---- Modified : /trunk/Compiler/BackendVarTransform.mo Revision: 6032 Author: asodja Date: 22:15:35, den 6 september 2010 Message: Added wrappers for table-manipulation functions (defined in c_runtime/tables.h) to libModelicaExternalC. All other functions remain unimplemented. ---- Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.cpp (Copy from path: /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.h, Revision, 6029) Deleted : /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.h Revision: 6031 Author: Frenkel TUD Date: 21:16:16, den 6 september 2010 Message: - handle also inputs from DAELow.ALGORITHM in remove simple equations - TODO: remove negation sign, remove equal inputs, check if all inputs still used in algorithm ---- Modified : /trunk/Compiler/BackendVarTransform.mo Revision: 6030 Author: sjoelund.se Date: 17:06:38, den 6 september 2010 Message: - Simplified parsing of identifiers - _ is now a valid identifier when lexing as Modelica 3 - It is Absyn.WILD when lexing as MetaModelica ---- Modified : /trunk/Parser/BaseModelica_Lexer.g Added : /trunk/Parser/FlatModelica_Lexer.g (Copy from path: /trunk/Parser/Modelica_3_Lexer.g, Revision, 6024) Modified : /trunk/Parser/Makefile Modified : /trunk/Parser/MetaModelica_Lexer.g Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/Modelica.tokens Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/WildLexerMetaModelica.mo Added : /trunk/testsuite/parser/WildLexerModelica.mo Revision: 6029 Author: asodja Date: 16:18:11, den 6 september 2010 Message: In Modelica Standard Library 3.1, certain external functions are lined with library ModelicaExternalC, which is currently missing in OpenModelica. Directory c_runtime/ModelicaExternalC was added and a header file with all needed external functions which will need to be implemented (mostly are they just a wrapper to Standard C Library or libc_runtime.a). ---- Added : /trunk/c_runtime/ModelicaExternalC Added : /trunk/c_runtime/ModelicaExternalC/ModelicaExternalC.h Revision: 6028 Author: sjoelund.se Date: 14:54:33, den 6 september 2010 Message: - Handle $Code in ANTLR2 and ANTLR3 parsers; in preparation of MSL 3.2 support - Tools are recommended to use $Code instead, but for now Code is also supported ---- Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_param.mos Revision: 6027 Author: sjoelund.se Date: 14:46:31, den 6 september 2010 Message: - ANTLR3 parser - Handle code expressions as in ANTLR2 (never output as VARIABLENAME or TYPENAME) - Commented Absyn.mo to reflect that the parser shouldn't consider these - Handle integer overflow in the parser (64-bit versions now get up to 63-bit integers; this may cause differences in test models - if so, simply force them to be real numbers) ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/parse.c Revision: 6026 Author: sjoelund.se Date: 13:04:33, den 6 september 2010 Message: - Changed testcase parser/IntegerLiterals.mo into one for 32-bit versions of OMC and one for 64-bit. ---- Deleted : /trunk/testsuite/parser/IntegerLiterals.mo Added : /trunk/testsuite/parser/IntegerLiterals32.mo (Copy from path: /trunk/testsuite/parser/IntegerLiterals.mo, Revision, 6024) Added : /trunk/testsuite/parser/IntegerLiterals64.mo (Copy from path: /trunk/testsuite/parser/IntegerLiterals.mo, Revision, 6024) Modified : /trunk/testsuite/parser/Makefile Revision: 6025 Author: perost Date: 11:52:05, den 6 september 2010 Message: - Implemented simplification of size calls. - Added test case mofiles/ConstantSize and updated mofiles/DiagonalBlock. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mofiles/ConstantSize.mo Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6024 Author: sjoelund.se Date: 11:21:43, den 6 september 2010 Message: - Added support for Parse.parsestring and parsestring in the ANTLR3 parser - Now clients like OMNotebook and OMShell work fine with it - Added testcase for parsing "else" in matchcontinue expressions - TODO: Flat Modelica ---- Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/Modelica.tokens Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/MetaModelicaMatchElse.mo Revision: 6023 Author: perost Date: 11:18:02, den 6 september 2010 Message: - Updated parallell test scripts to handle RunScript. ---- Modified : /trunk/testsuite/partest/runtest.pl Revision: 6022 Author: perost Date: 11:14:11, den 6 september 2010 Message: - Fixed mistake in parser test Makefile. ---- Modified : /trunk/testsuite/parser/Makefile Revision: 6021 Author: sjoelund.se Date: 11:08:29, den 6 september 2010 Message: - Updated ErrorExt runtime - The C version now has a function rollBackAndPrint, which does a rollBack to an ID, and returns the strings of all errors that were removed from the stack. - To be used by the new parser for handling the weird output of Parse.parsestring ---- Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/errorext.h Revision: 6020 Author: sjoelund.se Date: 10:35:53, den 6 september 2010 Message: - Expected output runscript ---- Modified : /trunk/testsuite/mosfiles-nosim/RunScript.mos Revision: 6019 Author: Frenkel TUD Date: 10:31:24, den 6 september 2010 Message: - speedup backend function addDivExpErrorMsgtoExp ---- Modified : /trunk/Compiler/DAELow.mo Revision: 6018 Author: perost Date: 09:40:13, den 6 september 2010 Message: - Fixed bug #1255 by also fixing submods in InstExtends. - Added test case mofiles/ExtendsModWithImport. ---- Modified : /trunk/Compiler/InstExtends.mo Added : /trunk/testsuite/mofiles/ExtendsModWithImport.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 6017 Author: sjoelund.se Date: 09:09:55, den 6 september 2010 Message: - Added testcase for runScript() API ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/testsuite/mosfiles-nosim/Makefile Added : /trunk/testsuite/mosfiles-nosim/RunScript.mos Revision: 6015 Author: sjoelund.se Date: 07:35:15, den 6 september 2010 Message: - Updated ParseFullModelica3.1.mos expected output ---- Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Revision: 6014 Author: sjoelund.se Date: 07:33:13, den 6 september 2010 Message: - Remove svn properties from ParseFullModelica3.1.mos ---- Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Revision: 6013 Author: Frenkel TUD Date: 23:09:19, den 5 september 2010 Message: - do not replace outputs of algorithms ---- Modified : /trunk/Compiler/DAELow.mo Revision: 6012 Author: Frenkel TUD Date: 18:08:30, den 5 september 2010 Message: - do simple replace also for algorithms - TODO: add algorithm outputs to BinTree of DAELow.removeSimpleEquations ---- Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/DAELow.mo Revision: 6011 Author: petar Date: 16:03:24, den 3 september 2010 Message: - Changed Exp.subscriptDimension to return list of DAE.Dimension ---- Modified : /trunk/Compiler/Exp.mo Revision: 6010 Author: sjoelund.se Date: 09:57:30, den 3 september 2010 Message: - Updated ANTLR3 parser (match/matchcontinue/else) - Most of the testsuite now passes (virtually only error messages are different) ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/meta/ListInteractive.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo Revision: 6009 Author: sjoelund.se Date: 08:20:18, den 3 september 2010 Message: - Removed Parser/FullModelica.3.1.mo, as it is part of the testsuite instead ---- Deleted : /trunk/Parser/FullModelica3.1.mo Revision: 6008 Author: sjoelund.se Date: 07:41:11, den 3 september 2010 Message: - Remove svn:keywords from parser/ParseFullModelica3.1.mos so it doesn't change expected output every commit ---- Modified : /trunk/testsuite/parser/ParseFullModelica3.1.mos Revision: 6007 Author: sjoelund.se Date: 00:27:46, den 3 september 2010 Message: - Added testcase for parsing/unparsing of FullModelica3.1.mo ---- Modified : /trunk/testsuite/difftool/omc-diff.l Added : /trunk/testsuite/parser/FullModelica3.1.mo (Copy from path: /trunk/Parser/FullModelica3.1.mo, Revision, 6006) Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/ParseFullModelica3.1.mos (Copy from path: /trunk/testsuite/parser/Declaration1.mo, Revision, 6006) Modified : /trunk/testsuite/rtest Revision: 6006 Author: sjoelund.se Date: 23:26:24, den 2 september 2010 Message: - Modified some old testcases that used MetaModelica grammar (+., +& operators) even though they were Modelica testcases - Fixed some issues with the ANTLR3 parser crashing when the lexer was fed bad input - Fixed parser errors in testsuite/mosfiles/BouncingBall.mos (non-backtracking parsers can't see the difference between if-expressions and if-statements; it needs parenthesis or to be part of an assignment statement in order to work properly) - Fixed rtest (erroneous testcases now always print "erroneous" regardless if they fail or not) ---- Modified : /trunk/Parser/BaseModelica_Lexer.g Modified : /trunk/Parser/Makefile Modified : /trunk/Parser/MetaModelica_Lexer.g Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/Modelica_3_Lexer.g Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/mofiles/InOutArray2.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles-nosim/FuncNamespace.mo Modified : /trunk/testsuite/mosfiles-nosim/Overloading3.mo Modified : /trunk/testsuite/mosfiles-nosim/Overloading4.mo Modified : /trunk/testsuite/mosfiles-nosim/OverloadingFunc.mos Modified : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/MetaModelicaStringOpModelicaLexer.mo (Copy from path: /trunk/testsuite/parser/RealOpLexerModelica.mo, Revision, 6005) Modified : /trunk/testsuite/rtest Revision: 6005 Author: sjoelund.se Date: 16:55:47, den 2 september 2010 Message: - Disabled failing testcases in testsuite/parser (they work with the ANTLR3 parser) - Added 3 new testcases for handling parser errors in assignment statements ---- Added : /trunk/testsuite/parser/Assign1.mo (Copy from path: /trunk/testsuite/parser/ParseError1.mo, Revision, 6003) Added : /trunk/testsuite/parser/Assign2.mo (Copy from path: /trunk/testsuite/parser/ParseError1.mo, Revision, 6003) Added : /trunk/testsuite/parser/Assign3.mo (Copy from path: /trunk/testsuite/parser/ParseError1.mo, Revision, 6003) Modified : /trunk/testsuite/parser/Makefile Revision: 6004 Author: perost Date: 16:53:11, den 2 september 2010 Message: - Implemented expansion of reduction calls sum and product, which are now expanded when possible. - Added test case mofiles/Reductions. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Reductions.mo Revision: 6003 Author: sjoelund.se Date: 14:30:23, den 2 september 2010 Message: - ANTLR3 parser now compiles lexers in separate object-files, and can switch between them at runtime. No MetaModelica tokens will be generated from the Modelica3 lexer. There is also a Modelica2 lexer if someone wants it. ---- Added : /trunk/Parser/BaseModelica_Lexer.g (Copy from path: /trunk/Parser/Modelica.g, Revision, 5999) Modified : /trunk/Parser/Makefile Added : /trunk/Parser/MetaModelica_Lexer.g (Copy from path: /trunk/Parser/Modelica.g, Revision, 5999) Replacing : /trunk/Parser/Modelica.g Modified : /trunk/Parser/Modelica.tokens Added : /trunk/Parser/Modelica_2_Lexer.g (Copy from path: /trunk/Parser/Modelica.g, Revision, 5999) Added : /trunk/Parser/Modelica_3_Lexer.g (Copy from path: /trunk/Parser/Modelica.g, Revision, 5999) Modified : /trunk/Parser/main.c Modified : /trunk/Parser/parse.c Revision: 6002 Author: adrpo Date: 11:51:33, den 2 september 2010 Message: - revert (left-by-mistake) changes ---- Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Revision: 6001 Author: perost Date: 11:21:54, den 2 september 2010 Message: - Simplified elaboration of reduction iterators due to general changes in iterator elaboration. ---- Modified : /trunk/Compiler/Static.mo Revision: 6000 Author: sjoelund.se Date: 11:15:12, den 2 september 2010 Message: - Added omc.exe omcd.exe targets to the Parser/Makefile, to link and use ANTLR3 instead of ANTLR2 ---- Modified : /trunk/Parser/Makefile Revision: 5999 Author: sjoelund.se Date: 11:10:00, den 2 september 2010 Message: - Fixed some more issues in the ANTLR3 parser (97 of 1036 testcases failing now) - Still needs to be able to work as string parser (CORBA communication, etc) - Needs to be checked for performance issues (loadFile() is faster, but instantiateModel() is slower when working on the generated data structures) - Needs to have two (or three) different lexers (for Modelica, MetaModelica, maybe flat Modelica modes) - Currently, there are some special macros for MetaModelica stuff, but these are ugly - Moved around in the testsuite: created a parser library strictly for testing lexing/parsing/unparsing - One of the new testcases does not work with the ANTLR2 parser, because it can't switch between MetaModelica and Modelica mode ---- Modified : /trunk/Compiler/runtime/rtopts.c Added : /trunk/Compiler/runtime/rtopts.h Modified : /trunk/Parser/Makefile Modified : /trunk/Parser/Modelica.g Added : /trunk/Parser/ModelicaParserCommon.h Modified : /trunk/Parser/parse.c Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Deleted : /trunk/testsuite/mofiles/Class3.mo Deleted : /trunk/testsuite/mofiles/Class4.mo Deleted : /trunk/testsuite/mofiles/ConstructParameters1.mo Deleted : /trunk/testsuite/mofiles/Declaration1.mo Deleted : /trunk/testsuite/mofiles/Declaration2.mo Deleted : /trunk/testsuite/mofiles/Declaration3.mo Deleted : /trunk/testsuite/mofiles/Identifier.mo Deleted : /trunk/testsuite/mofiles/IntegerLiterals.mo Modified : /trunk/testsuite/mofiles/Makefile Deleted : /trunk/testsuite/mofiles/ParseError1.mo Deleted : /trunk/testsuite/mofiles/ParseError2.mo Deleted : /trunk/testsuite/mofiles/RealOpLexer.mo Added : /trunk/testsuite/parser Added : /trunk/testsuite/parser/Class3.mo Added : /trunk/testsuite/parser/Class4.mo Added : /trunk/testsuite/parser/ConstructParameters1.mo Added : /trunk/testsuite/parser/Declaration1.mo Added : /trunk/testsuite/parser/Declaration2.mo Added : /trunk/testsuite/parser/Declaration3.mo Added : /trunk/testsuite/parser/Identifier.mo Added : /trunk/testsuite/parser/IntegerLiterals.mo Added : /trunk/testsuite/parser/Makefile Added : /trunk/testsuite/parser/ParseError1.mo Added : /trunk/testsuite/parser/ParseError2.mo Added : /trunk/testsuite/parser/RealOpLexerMetaModelica.mo Added : /trunk/testsuite/parser/RealOpLexerModelica.mo Revision: 5998 Author: perost Date: 09:58:01, den 2 september 2010 Message: - Fixed bug 1241, wrong array index in expanded multidim equation. - Added test case mofiles/ArrayIndex2 to test the fix. - Updated test case mosfiles/SliceAssignment with bug id. ---- Modified : /trunk/Compiler/Exp.mo Added : /trunk/testsuite/mofiles/ArrayIndex2.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles/SliceAssignment.mo Modified : /trunk/testsuite/mosfiles/SliceAssignment.mos Revision: 5997 Author: Frenkel TUD Date: 09:51:46, den 2 september 2010 Message: - fix bug in DAELow.traversingextendArrExp ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5995 Author: perost Date: 14:43:18, den 1 september 2010 Message: - Commented out case in DAELow.traversingextendArrExp that converted component references belonging to blocks to empty calls. - Added test case mofiles/BlockResult. ---- Modified : /trunk/Compiler/DAELow.mo Added : /trunk/testsuite/mofiles/BlockResult.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5994 Author: perost Date: 13:45:29, den 1 september 2010 Message: - Fixed bug 1249 by relaxing the condition in crefHasScalarSubscripts, so that crefs can have less dimensions than subscripts. - Added test case mosfiles/SliceAssignment. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/SliceAssignment.mo Added : /trunk/testsuite/mosfiles/SliceAssignment.mos Revision: 5993 Author: perost Date: 12:32:49, den 1 september 2010 Message: - Introduced a new Exp type, ENUM_LITERAL, that represents enumeration literals. - Enumerations in array dimensions and array subscripts are now kept in the flat Modelica output. - Replaced DAE.ArrayDim and Inst.DimExp with DAE.Dimension. - Added type constants to Builtin.mo to make it easier to change type representations. - Changed Exp.printExp2Str to take a string delimiter as input, so that DAEQuery and XMLDump don't need their own copies of printExp2Str. - Fixed a lot of type errors in Static, Exp and ValueUtil. - Updated the code generator to handle enumeration literals and the new dimension type. - Updated the parallel test script to handle erronous test cases. - Updated a couple of test cases due to changes in the flat Modelica output. - Added a test case to test enumeration dimensions in array equations. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/runtime/dynload.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/mofiles/ArraySizeFromFunc.mo Modified : /trunk/testsuite/mofiles/Enum1.mo Modified : /trunk/testsuite/mofiles/Enum10.mo Modified : /trunk/testsuite/mofiles/Enum2.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/FillSize.mo Modified : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo Added : /trunk/testsuite/mosfiles/EnumArray.mo Added : /trunk/testsuite/mosfiles/EnumArray.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/partest/runtest.pl Revision: 5992 Author: sjoelund.se Date: 11:39:12, den 1 september 2010 Message: - Updated ANTLR3 grammar slightly (if-expressions). It can now handle ~623 of the testcases, and many of the "failing" ones are just old ones but with improved error messages. ---- Modified : /trunk/Parser/Modelica.g Revision: 5991 Author: sjoelund.se Date: 11:24:46, den 1 september 2010 Message: - Update handling of Absyn.IFEXP in the old parser and Static (we now have support for else-if branches in elabExp) ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/absyn_builder/walker.g Revision: 5990 Author: sjoelund.se Date: 10:03:48, den 1 september 2010 Message: - Updated ANTLR3 grammar slightly. It can now handle ~572 of the testcases. - Improved error handling in the new parser. ---- Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/errorext.h Modified : /trunk/Parser/Makefile Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/parse.c Revision: 5989 Author: sjoelund.se Date: 17:06:11, den 31 augusti 2010 Message: - Add some error handling to the ANTLR3 grammar ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/parse.c Revision: 5988 Author: otto@mathcore.com Date: 14:46:41, den 31 augusti 2010 Message: Quote the path so that it works if it contains parenthesis. ---- Modified : /trunk/Makefile.omdev.mingw Revision: 5987 Author: niklwors Date: 13:22:04, den 31 augusti 2010 Message: updated project plan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5986 Author: sjoelund.se Date: 13:02:56, den 31 augusti 2010 Message: - Updated ANTLR3 grammar slightly. It can now handle ~485 of the testcases. ---- Modified : /trunk/Parser/Modelica.g Revision: 5985 Author: sjoelund.se Date: 12:39:46, den 31 augusti 2010 Message: - Updated ANTLR3 grammar slightly. It can now handle ~399 of the testcases. ---- Modified : /trunk/Parser/Modelica.g Revision: 5984 Author: sjoelund.se Date: 11:56:35, den 31 augusti 2010 Message: - More fixes to the ANTLR3 grammar (~308 working testcases) ---- Modified : /trunk/Parser/Modelica.g Revision: 5983 Author: sjoelund.se Date: 09:57:42, den 31 augusti 2010 Message: - More fixes to the ANTLR3 grammar (~264 working testcases) ---- Modified : /trunk/Parser/Modelica.g Revision: 5982 Author: sjoelund.se Date: 08:45:42, den 31 augusti 2010 Message: - More fixes to the ANTLR3 grammar (~165 working testcases) ---- Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Parser/Modelica.g Revision: 5981 Author: sjoelund.se Date: 07:29:11, den 31 augusti 2010 Message: - Add missing parse.c to the ANTLR3 parser ---- Added : /trunk/Parser/parse.c Revision: 5979 Author: sjoelund.se Date: 21:39:07, den 30 augusti 2010 Message: - Updated ANTLR3 grammar slightly. It can now handle ~140 of the testcases. ---- Modified : /trunk/Parser/Modelica.g Revision: 5978 Author: asodja Date: 17:55:47, den 30 augusti 2010 Message: Replaced isblank() with isspace(), because the former was added with C99 standard and it seems not every compiler supports it. ---- Modified : /trunk/c_runtime/tables.cpp Revision: 5977 Author: sjoelund.se Date: 17:12:46, den 30 augusti 2010 Message: - ANTLR3 rules almost done. Can now link it with the omc executable, but it crashes for most input :) ---- Modified : /trunk/Parser/Makefile Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/main.c Revision: 5976 Author: sjoelund.se Date: 13:16:24, den 30 augusti 2010 Message: - More actions to the ANTLR3 parser - Now initializes like an RML module so we can use real RML calls and see how slow the parser is using lots of malloc() ---- Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/main.c Revision: 5975 Author: asodja Date: 19:54:21, den 29 augusti 2010 Message: Reimplemented tables.{h,cpp} (and hopefully made code more clear) and also added support to load tables form MAT-file ver4. ---- Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/c_runtime/tables.h Revision: 5973 Author: sjoelund.se Date: 14:55:35, den 29 augusti 2010 Message: - More actions to the ANTLR3 parser ---- Modified : /trunk/Parser/Modelica.g Revision: 5972 Author: sjoelund.se Date: 17:18:04, den 28 augusti 2010 Message: - More actions to the ANTLR3 parser ---- Modified : /trunk/Parser/Makefile Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/main.c Revision: 5971 Author: sjoelund.se Date: 21:26:09, den 27 augusti 2010 Message: - File encoding UTF-8 to 8859-10 (c_runtime/solver_main.cpp) ---- Modified : /trunk/c_runtime/solver_main.cpp Revision: 5970 Author: sjoelund.se Date: 21:13:27, den 27 augusti 2010 Message: - Fixed RK allocation issues once and for all (alloca doesn't work in mingw, so we use a global malloc instead) ---- Modified : /trunk/c_runtime/simulation_delay.cpp Modified : /trunk/c_runtime/simulation_inline_solver.h Modified : /trunk/c_runtime/solver_main.cpp Revision: 5969 Author: sjoelund.se Date: 20:42:10, den 27 augusti 2010 Message: - Guard some macros in f2c.h so they don't mess with C++ headers ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/f2c.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/modelica.h Revision: 5968 Author: sjoelund.se Date: 19:45:57, den 27 augusti 2010 Message: - Changed RK allocation method to alloca instead of variable-length arrays, since Visual Studio doesn't support those... ---- Modified : /trunk/c_runtime/solver_main.cpp Revision: 5967 Author: sjoelund.se Date: 18:25:59, den 27 augusti 2010 Message: - Another memory leak in rungekutta_step fixed ---- Modified : /trunk/c_runtime/solver_main.cpp Revision: 5966 Author: sjoelund.se Date: 18:19:31, den 27 augusti 2010 Message: - Fix rungekutta memory leak ---- Modified : /trunk/c_runtime/solver_main.cpp Revision: 5965 Author: otto@mathcore.com Date: 16:19:29, den 27 augusti 2010 Message: Re-enabled the general handling of import in Cevalfunc. ---- Modified : /trunk/Compiler/Cevalfunc.mo Revision: 5964 Author: sjoelund.se Date: 15:50:43, den 27 augusti 2010 Message: - Added some actions to the ANTLR3 grammar ---- Modified : /trunk/Parser/Makefile Modified : /trunk/Parser/Modelica.g Revision: 5962 Author: petar Date: 09:49:37, den 27 augusti 2010 Message: -Added Util.arrayMap and Util.arrayMapNoCopy for mapping functions over arrays. ---- Modified : /trunk/Compiler/Util.mo Revision: 5961 Author: sjoelund.se Date: 08:34:33, den 27 augusti 2010 Message: - Fix building ANTLR3 parser prototype on Linux (ignore the directory recursion in the executable as it is written in Win32 API) ---- Modified : /trunk/Parser/Makefile Modified : /trunk/Parser/Modelica.g Modified : /trunk/Parser/Modelica.tokens Modified : /trunk/Parser/main.c Modified : /trunk/Parser/runantlr.sh Revision: 5960 Author: sjoelund.se Date: 17:34:31, den 26 augusti 2010 Message: - Updated rtest script to check error messages if omc fails to execute ---- Modified : /trunk/testsuite/meta/PartialFn3.mos Modified : /trunk/testsuite/meta/Shadowing1.mos Modified : /trunk/testsuite/meta/Shadowing2.mos Modified : /trunk/testsuite/mofiles/Abs2.mo Modified : /trunk/testsuite/mofiles/Algorithm2.mo Modified : /trunk/testsuite/mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mofiles/Array_builtin.mo Modified : /trunk/testsuite/mofiles/Class3.mo Modified : /trunk/testsuite/mofiles/Class4.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo Modified : /trunk/testsuite/mofiles/ConnectFlowEffort.mo Modified : /trunk/testsuite/mofiles/ConnectorIllegal.mo Modified : /trunk/testsuite/mofiles/Constant9.mo Modified : /trunk/testsuite/mofiles/CyclicBindingConst.mo Modified : /trunk/testsuite/mofiles/CyclicBindingParam.mo Modified : /trunk/testsuite/mofiles/Delay5.mo Modified : /trunk/testsuite/mofiles/Delay7.mo Modified : /trunk/testsuite/mofiles/DependsRecursive.mo Modified : /trunk/testsuite/mofiles/DerConstant3.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance3.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mofiles/DoubleDeclaration.mo Modified : /trunk/testsuite/mofiles/Encapsulated2.mo Modified : /trunk/testsuite/mofiles/Encapsulated3.mo Modified : /trunk/testsuite/mofiles/Enum5.mo Modified : /trunk/testsuite/mofiles/Function3.mo Modified : /trunk/testsuite/mofiles/Function7.mo Modified : /trunk/testsuite/mofiles/Function8.mo Added : /trunk/testsuite/mofiles/Identifier.mo (Copy from path: /trunk/testsuite/mosfiles-nosim/Identifier.mo, Revision, 5958) Modified : /trunk/testsuite/mofiles/Import2.mo Modified : /trunk/testsuite/mofiles/IntDiv.mo Modified : /trunk/testsuite/mofiles/IntegerLiterals.mo Modified : /trunk/testsuite/mofiles/Lookup3.mo Modified : /trunk/testsuite/mofiles/Lookup7.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/Modification4.mo Modified : /trunk/testsuite/mofiles/Modification9.mo Modified : /trunk/testsuite/mofiles/ModifyConstant4.mo Modified : /trunk/testsuite/mofiles/ModifyConstant5.mo Modified : /trunk/testsuite/mofiles/ModifyConstant6.mo Modified : /trunk/testsuite/mofiles/ModifyUnknown1.mo Modified : /trunk/testsuite/mofiles/ModifyUnknown2.mo Modified : /trunk/testsuite/mofiles/MultipleDeclarations.mo Modified : /trunk/testsuite/mofiles/Overwriting4.mo Modified : /trunk/testsuite/mofiles/Partial1.mo Modified : /trunk/testsuite/mofiles/Protected1.mo Modified : /trunk/testsuite/mofiles/ProtectedAccess.mo Modified : /trunk/testsuite/mofiles/Real2Integer1.mo Modified : /trunk/testsuite/mofiles/Real2Integer2.mo Modified : /trunk/testsuite/mofiles/RedeclareFlowEffort.mo Modified : /trunk/testsuite/mofiles/ScopeModification2.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator3.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator4.mo Modified : /trunk/testsuite/mofiles/SimpleTypeExtend.mo Modified : /trunk/testsuite/mofiles/Terminal2.mo Modified : /trunk/testsuite/mofiles/Type1.mo Modified : /trunk/testsuite/mofiles/Type3.mo Modified : /trunk/testsuite/mofiles/Type7.mo Modified : /trunk/testsuite/mofiles/Type8.mo Modified : /trunk/testsuite/mofiles/TypeClass2.mo Modified : /trunk/testsuite/mofiles/Units2.mo Modified : /trunk/testsuite/mofiles/WhenElseNested.mo Modified : /trunk/testsuite/mofiles/WhenNested.mo Modified : /trunk/testsuite/mofiles/drmodelica/AccessDemoIllegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraysInitIllegal.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type10.mo Modified : /trunk/testsuite/mofiles/partial-s-1.mo Modified : /trunk/testsuite/mofiles/prtest.mo Modified : /trunk/testsuite/mosfiles-nosim/ForStatement5fail.mos Deleted : /trunk/testsuite/mosfiles-nosim/Identifier.mo Deleted : /trunk/testsuite/mosfiles-nosim/Identifier.mos Modified : /trunk/testsuite/mosfiles-nosim/IfStatementIllegal.mos Modified : /trunk/testsuite/mosfiles-nosim/Makefile Modified : /trunk/testsuite/mosfiles-nosim/WhileStatementIllegal.mos Deleted : /trunk/testsuite/mosfiles-nosim/checkparseerror.c Modified : /trunk/testsuite/rtest Revision: 5959 Author: sjoelund.se Date: 16:16:12, den 26 augusti 2010 Message: - Changed output of a flat class from fclass to class (omc a.mo > a.mof; omc a.mof no longer causes a parsing error) - All testcases have been updated ---- Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/testsuite/libraries/biochem/EnzMM.mos Modified : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /trunk/testsuite/libraries/biochem/UniBi.mos Modified : /trunk/testsuite/libraries/biochem/UniUni.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl221/AIMS_start.mos Modified : /trunk/testsuite/libraries/msl221/Accelerate.mos Modified : /trunk/testsuite/libraries/msl221/BusUsage.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl221/ChuaCircuit.mos Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl221/DCEE_start.mos Modified : /trunk/testsuite/libraries/msl221/DCPM_start.mos Modified : /trunk/testsuite/libraries/msl221/DCSE_start.mos Modified : /trunk/testsuite/libraries/msl221/Damper.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /trunk/testsuite/libraries/msl221/ElasticBearing.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl221/First.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl221/Friction.mos Modified : /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl221/HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl221/IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl221/InitialConditions.mos Modified : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/Motor.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/OneMass.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/Oscillator.mos Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/ParallelCooling.mos Modified : /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl221/PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/Rectifier.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/Sensors.mos Modified : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/SignConvention.mos Modified : /trunk/testsuite/libraries/msl221/SimpleCooling.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYD.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYY.mos Modified : /trunk/testsuite/libraries/msl221/TwoMass.mos Modified : /trunk/testsuite/libraries/msl221/TwoMasses.mos Modified : /trunk/testsuite/libraries/msl221/WhyArrows.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/meta/PartialFn1.mo Modified : /trunk/testsuite/meta/PartialFn11.mo Modified : /trunk/testsuite/meta/PartialFn12.mo Modified : /trunk/testsuite/meta/PartialFn13.mo Modified : /trunk/testsuite/meta/PartialFn2.mo Modified : /trunk/testsuite/meta/PartialFn7.mo Modified : /trunk/testsuite/mofiles/Abs.mo Modified : /trunk/testsuite/mofiles/Abs1.mo Modified : /trunk/testsuite/mofiles/Abs2.mo Modified : /trunk/testsuite/mofiles/Acos.mo Modified : /trunk/testsuite/mofiles/AddReal1.mo Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/Algorithm3.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor1.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor2.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor3.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor4.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor5.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor6.mo Modified : /trunk/testsuite/mofiles/And.mo Modified : /trunk/testsuite/mofiles/Array1.mo Modified : /trunk/testsuite/mofiles/Array10.mo Modified : /trunk/testsuite/mofiles/Array11.mo Modified : /trunk/testsuite/mofiles/Array12.mo Modified : /trunk/testsuite/mofiles/Array13.mo Modified : /trunk/testsuite/mofiles/Array14.mo Modified : /trunk/testsuite/mofiles/Array15.mo Modified : /trunk/testsuite/mofiles/Array2.mo Modified : /trunk/testsuite/mofiles/Array3.mo Modified : /trunk/testsuite/mofiles/Array4.mo Modified : /trunk/testsuite/mofiles/Array7.mo Modified : /trunk/testsuite/mofiles/Array8.mo Modified : /trunk/testsuite/mofiles/Array9.mo Modified : /trunk/testsuite/mofiles/ArrayAccess.mo Modified : /trunk/testsuite/mofiles/ArrayAddition.mo Modified : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo Modified : /trunk/testsuite/mofiles/ArrayAssignWholeDim.mo Modified : /trunk/testsuite/mofiles/ArrayBrackets.mo Modified : /trunk/testsuite/mofiles/ArrayCurlyBrackets.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration1.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration2.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration3.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration4.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration5.mo Modified : /trunk/testsuite/mofiles/ArrayDivision.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps1.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps2.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps3.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps4.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps5.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval1.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval2.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval3.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval4.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval5.mo Modified : /trunk/testsuite/mofiles/ArrayExtend.mo Modified : /trunk/testsuite/mofiles/ArrayExtendsUnknown.mo Modified : /trunk/testsuite/mofiles/ArrayIndex.mo Modified : /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayModification1.mo Modified : /trunk/testsuite/mofiles/ArrayModification10.mo Modified : /trunk/testsuite/mofiles/ArrayModification11.mo Modified : /trunk/testsuite/mofiles/ArrayModification12.mo Modified : /trunk/testsuite/mofiles/ArrayModification2.mo Modified : /trunk/testsuite/mofiles/ArrayModification3.mo Modified : /trunk/testsuite/mofiles/ArrayModification4.mo Modified : /trunk/testsuite/mofiles/ArrayModification5.mo Modified : /trunk/testsuite/mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mofiles/ArrayModification7.mo Modified : /trunk/testsuite/mofiles/ArrayModification8.mo Modified : /trunk/testsuite/mofiles/ArrayModification9.mo Modified : /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayMultiplication.mo Modified : /trunk/testsuite/mofiles/ArrayOperators.mo Modified : /trunk/testsuite/mofiles/ArrayRange.mo Modified : /trunk/testsuite/mofiles/ArrayReduce2.mo Modified : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/ArraySizeFromFunc.mo Modified : /trunk/testsuite/mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mofiles/ArraySubtraction.mo Modified : /trunk/testsuite/mofiles/Array_builtin.mo Modified : /trunk/testsuite/mofiles/Asin.mo Modified : /trunk/testsuite/mofiles/AssignmentFunction.mo Modified : /trunk/testsuite/mofiles/AssignmentFunctionMultiple1.mo Modified : /trunk/testsuite/mofiles/AssignmentSimple.mo Modified : /trunk/testsuite/mofiles/Atan.mo Modified : /trunk/testsuite/mofiles/Atan2.mo Modified : /trunk/testsuite/mofiles/BlockComponents.mo Modified : /trunk/testsuite/mofiles/BlockIllegal.mo Modified : /trunk/testsuite/mofiles/BlockSimple.mo Modified : /trunk/testsuite/mofiles/BoolArrayTest.mo Modified : /trunk/testsuite/mofiles/BooleanLiterals.mo Modified : /trunk/testsuite/mofiles/Break.mo Modified : /trunk/testsuite/mofiles/Cardinality.mo Modified : /trunk/testsuite/mofiles/Ceil.mo Modified : /trunk/testsuite/mofiles/Circle.mo Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/Class1.mo Modified : /trunk/testsuite/mofiles/Class2.mo Modified : /trunk/testsuite/mofiles/Class4.mo Modified : /trunk/testsuite/mofiles/ClassExtends1.mo Modified : /trunk/testsuite/mofiles/ClassExtends2.mo Modified : /trunk/testsuite/mofiles/ClassExtends3.mo Modified : /trunk/testsuite/mofiles/Comment1.mo Modified : /trunk/testsuite/mofiles/Comment2.mo Modified : /trunk/testsuite/mofiles/ComponentNames.mo Modified : /trunk/testsuite/mofiles/CondDeclaration.mo Modified : /trunk/testsuite/mofiles/CondOperators.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression2.mo Modified : /trunk/testsuite/mofiles/ConditionalComponent.mo Modified : /trunk/testsuite/mofiles/Connect1.mo Modified : /trunk/testsuite/mofiles/Connect12.mo Modified : /trunk/testsuite/mofiles/Connect13.mo Modified : /trunk/testsuite/mofiles/Connect14.mo Modified : /trunk/testsuite/mofiles/Connect15.mo Modified : /trunk/testsuite/mofiles/Connect2.mo Modified : /trunk/testsuite/mofiles/Connect4.mo Modified : /trunk/testsuite/mofiles/Connect5.mo Modified : /trunk/testsuite/mofiles/Connect6.mo Modified : /trunk/testsuite/mofiles/Connect7.mo Modified : /trunk/testsuite/mofiles/Connect8.mo Modified : /trunk/testsuite/mofiles/Connect9.mo Modified : /trunk/testsuite/mofiles/ConnectConst1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mofiles/ConnectInnerOuter.mo Modified : /trunk/testsuite/mofiles/ConnectInnerOuter2.mo Modified : /trunk/testsuite/mofiles/ConnectInnerOuter3.mo Modified : /trunk/testsuite/mofiles/ConnectTypes.mo Modified : /trunk/testsuite/mofiles/ConnectorComponents.mo Modified : /trunk/testsuite/mofiles/ConnectorSimple.mo Modified : /trunk/testsuite/mofiles/Constant1.mo Modified : /trunk/testsuite/mofiles/Constant10.mo Modified : /trunk/testsuite/mofiles/Constant11.mo Modified : /trunk/testsuite/mofiles/Constant2.mo Modified : /trunk/testsuite/mofiles/Constant3.mo Modified : /trunk/testsuite/mofiles/Constant4.mo Modified : /trunk/testsuite/mofiles/Constant5.mo Modified : /trunk/testsuite/mofiles/Constant6.mo Modified : /trunk/testsuite/mofiles/Constant7.mo Modified : /trunk/testsuite/mofiles/Constant8.mo Modified : /trunk/testsuite/mofiles/ConstantDeclConnector.mo Modified : /trunk/testsuite/mofiles/ConstantDeclRecord.mo Modified : /trunk/testsuite/mofiles/ConstantDeclType.mo Modified : /trunk/testsuite/mofiles/ConstantReductions.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mofiles/ConstructParameters.mo Modified : /trunk/testsuite/mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mofiles/ConstructParameters2.mo Modified : /trunk/testsuite/mofiles/Cos.mo Modified : /trunk/testsuite/mofiles/Cosh.mo Modified : /trunk/testsuite/mofiles/Cross.mo Modified : /trunk/testsuite/mofiles/Declaration1.mo Modified : /trunk/testsuite/mofiles/Declaration2.mo Modified : /trunk/testsuite/mofiles/Declaration3.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation1.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation2.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation3.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder1.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mofiles/DefaultRecordParameters.mo Modified : /trunk/testsuite/mofiles/Delay.mo Modified : /trunk/testsuite/mofiles/Delay2.mo Modified : /trunk/testsuite/mofiles/Delay3.mo Modified : /trunk/testsuite/mofiles/Delay4.mo Modified : /trunk/testsuite/mofiles/Delay6.mo Modified : /trunk/testsuite/mofiles/DependsMutual.mo Modified : /trunk/testsuite/mofiles/DerConstant1.mo Modified : /trunk/testsuite/mofiles/DerConstant2.mo Modified : /trunk/testsuite/mofiles/Derivative1.mo Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/Discrete1.mo Modified : /trunk/testsuite/mofiles/Discrete2.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclConnector.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclRecord.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclType.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance3.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mofiles/Div.mo Modified : /trunk/testsuite/mofiles/DocString.mo Modified : /trunk/testsuite/mofiles/Each1.mo Modified : /trunk/testsuite/mofiles/Encapsulated1.mo Modified : /trunk/testsuite/mofiles/EngineSAAB95Total.mo Modified : /trunk/testsuite/mofiles/Enum1.mo Modified : /trunk/testsuite/mofiles/Enum10.mo Modified : /trunk/testsuite/mofiles/Enum11.mo Modified : /trunk/testsuite/mofiles/Enum2.mo Modified : /trunk/testsuite/mofiles/Enum3.mo Modified : /trunk/testsuite/mofiles/Enum4.mo Modified : /trunk/testsuite/mofiles/Enum5.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/Enum8.mo Modified : /trunk/testsuite/mofiles/Enum9.mo Modified : /trunk/testsuite/mofiles/Equals.mo Modified : /trunk/testsuite/mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mofiles/EquationComponent2.mo Modified : /trunk/testsuite/mofiles/EquationComponent3.mo Modified : /trunk/testsuite/mofiles/EquationComponent4.mo Modified : /trunk/testsuite/mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mofiles/EquationFor1.mo Modified : /trunk/testsuite/mofiles/EquationFor2.mo Modified : /trunk/testsuite/mofiles/EquationFor3.mo Modified : /trunk/testsuite/mofiles/EquationFor4.mo Modified : /trunk/testsuite/mofiles/EquationFor5.mo Modified : /trunk/testsuite/mofiles/EquationFor6.mo Modified : /trunk/testsuite/mofiles/EquationFor7.mo Modified : /trunk/testsuite/mofiles/EquationIf1.mo Modified : /trunk/testsuite/mofiles/EquationIf2.mo Modified : /trunk/testsuite/mofiles/EquationIf3.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/EventFunctions.mo Modified : /trunk/testsuite/mofiles/Exp.mo Modified : /trunk/testsuite/mofiles/Expressions.mo Modified : /trunk/testsuite/mofiles/Extends1.mo Modified : /trunk/testsuite/mofiles/Extends10.mo Modified : /trunk/testsuite/mofiles/Extends11.mo Modified : /trunk/testsuite/mofiles/Extends2.mo Modified : /trunk/testsuite/mofiles/Extends3.mo Modified : /trunk/testsuite/mofiles/Extends4.mo Modified : /trunk/testsuite/mofiles/Extends5.mo Modified : /trunk/testsuite/mofiles/Extends6.mo Modified : /trunk/testsuite/mofiles/Extends7.mo Modified : /trunk/testsuite/mofiles/Extends8.mo Modified : /trunk/testsuite/mofiles/Extends9.mo Modified : /trunk/testsuite/mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mofiles/ExternalFunction4.mo Modified : /trunk/testsuite/mofiles/Faculty1.mo Modified : /trunk/testsuite/mofiles/Faculty2.mo Modified : /trunk/testsuite/mofiles/Faculty3.mo Modified : /trunk/testsuite/mofiles/Faculty5.mo Modified : /trunk/testsuite/mofiles/FillSize.mo Modified : /trunk/testsuite/mofiles/FinalParameterModification.mo Modified : /trunk/testsuite/mofiles/FixedFinalParameter.mo Modified : /trunk/testsuite/mofiles/FlatParse.mof Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/FloatingPoint.mo Modified : /trunk/testsuite/mofiles/Floor.mo Modified : /trunk/testsuite/mofiles/FlowDeclConnector.mo Modified : /trunk/testsuite/mofiles/FlowDeclRecord.mo Modified : /trunk/testsuite/mofiles/FlowDeclType.mo Modified : /trunk/testsuite/mofiles/ForIf.mo Modified : /trunk/testsuite/mofiles/ForIterator1.mo Modified : /trunk/testsuite/mofiles/ForIterator2.mo Modified : /trunk/testsuite/mofiles/ForNested.mo Modified : /trunk/testsuite/mofiles/ForSimple.mo Modified : /trunk/testsuite/mofiles/ForceAndTorque.mo Modified : /trunk/testsuite/mofiles/Function1.mo Modified : /trunk/testsuite/mofiles/Function10.mo Modified : /trunk/testsuite/mofiles/Function11.mo Modified : /trunk/testsuite/mofiles/Function12.mo Modified : /trunk/testsuite/mofiles/Function5.mo Modified : /trunk/testsuite/mofiles/Function5_test.mo Modified : /trunk/testsuite/mofiles/Function6.mo Modified : /trunk/testsuite/mofiles/Function9.mo Modified : /trunk/testsuite/mofiles/FunctionBreak.mo Modified : /trunk/testsuite/mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mofiles/FunctionCall.mo Modified : /trunk/testsuite/mofiles/FunctionDefaultArgs.mo Modified : /trunk/testsuite/mofiles/FunctionEval1.mo Modified : /trunk/testsuite/mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mofiles/FunctionEval4.mo Modified : /trunk/testsuite/mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/FunctionReturn.mo Modified : /trunk/testsuite/mofiles/FunctionSimple.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/GreaterThan.mo Modified : /trunk/testsuite/mofiles/GreaterThanEqual.mo Modified : /trunk/testsuite/mofiles/IconsRecursiveTest.mo Modified : /trunk/testsuite/mofiles/Import1.mo Modified : /trunk/testsuite/mofiles/Import3.mo Modified : /trunk/testsuite/mofiles/Import4.mo Modified : /trunk/testsuite/mofiles/Import5.mo Modified : /trunk/testsuite/mofiles/Import6.mo Modified : /trunk/testsuite/mofiles/InOutArray.mo Modified : /trunk/testsuite/mofiles/InOutArray2.mo Modified : /trunk/testsuite/mofiles/InOutBool.mo Modified : /trunk/testsuite/mofiles/Influenza.mo Modified : /trunk/testsuite/mofiles/InheritanceClassMod.mo Modified : /trunk/testsuite/mofiles/InheritanceDiamond.mo Modified : /trunk/testsuite/mofiles/InheritanceMultiple.mo Modified : /trunk/testsuite/mofiles/InheritanceProtected.mo Modified : /trunk/testsuite/mofiles/InheritancePublic.mo Modified : /trunk/testsuite/mofiles/InheritanceSeveral.mo Modified : /trunk/testsuite/mofiles/InheritanceSimple.mo Modified : /trunk/testsuite/mofiles/Inline1.mo Modified : /trunk/testsuite/mofiles/Inline2.mo Modified : /trunk/testsuite/mofiles/Inline3.mo Modified : /trunk/testsuite/mofiles/Inline4.mo Modified : /trunk/testsuite/mofiles/Inline5.mo Modified : /trunk/testsuite/mofiles/Inline6.mo Modified : /trunk/testsuite/mofiles/InnerClass1.mo Modified : /trunk/testsuite/mofiles/InnerOuter1.mo Modified : /trunk/testsuite/mofiles/InnerOuter2.mo Modified : /trunk/testsuite/mofiles/InnerOuterSystem.mo Modified : /trunk/testsuite/mofiles/InputDeclConnector.mo Modified : /trunk/testsuite/mofiles/InputDeclRecord.mo Modified : /trunk/testsuite/mofiles/InputDeclType.mo Modified : /trunk/testsuite/mofiles/IntAdd.mo Modified : /trunk/testsuite/mofiles/IntMul.mo Modified : /trunk/testsuite/mofiles/IntPow.mo Modified : /trunk/testsuite/mofiles/IntSub.mo Modified : /trunk/testsuite/mofiles/Integer.mo Modified : /trunk/testsuite/mofiles/Integer2Real.mo Modified : /trunk/testsuite/mofiles/LessThan.mo Modified : /trunk/testsuite/mofiles/LessThanEqual.mo Modified : /trunk/testsuite/mofiles/Log.mo Modified : /trunk/testsuite/mofiles/Log10.mo Modified : /trunk/testsuite/mofiles/Lookup1.mo Modified : /trunk/testsuite/mofiles/Lookup10.mo Modified : /trunk/testsuite/mofiles/Lookup2.mo Modified : /trunk/testsuite/mofiles/Lookup4.mo Modified : /trunk/testsuite/mofiles/Lookup5.mo Modified : /trunk/testsuite/mofiles/Lookup6.mo Modified : /trunk/testsuite/mofiles/Lookup8.mo Modified : /trunk/testsuite/mofiles/Lookup9.mo Modified : /trunk/testsuite/mofiles/LookupArray.mo Modified : /trunk/testsuite/mofiles/MathematicalFunctions.mo Modified : /trunk/testsuite/mofiles/Matrix1.mo Modified : /trunk/testsuite/mofiles/MatrixAddition.mo Modified : /trunk/testsuite/mofiles/MatrixBrackets.mo Modified : /trunk/testsuite/mofiles/MatrixPow.mo Modified : /trunk/testsuite/mofiles/MatrixRowIndexing.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Modified : /trunk/testsuite/mofiles/Mod.mo Modified : /trunk/testsuite/mofiles/ModelAccess.mo Modified : /trunk/testsuite/mofiles/ModelSimple.mo Modified : /trunk/testsuite/mofiles/Modification1.mo Modified : /trunk/testsuite/mofiles/Modification10.mo Modified : /trunk/testsuite/mofiles/Modification11.mo Modified : /trunk/testsuite/mofiles/Modification12.mo Modified : /trunk/testsuite/mofiles/Modification13.mo Modified : /trunk/testsuite/mofiles/Modification14.mo Modified : /trunk/testsuite/mofiles/Modification2.mo Modified : /trunk/testsuite/mofiles/Modification3.mo Modified : /trunk/testsuite/mofiles/Modification4.mo Modified : /trunk/testsuite/mofiles/Modification5.mo Modified : /trunk/testsuite/mofiles/Modification6.mo Modified : /trunk/testsuite/mofiles/Modification7.mo Modified : /trunk/testsuite/mofiles/ModifierClass.mo Modified : /trunk/testsuite/mofiles/ModifierExtends.mo Modified : /trunk/testsuite/mofiles/ModifierProblem.mo Modified : /trunk/testsuite/mofiles/ModifierRedeclare.mo Modified : /trunk/testsuite/mofiles/ModifierVariable.mo Modified : /trunk/testsuite/mofiles/ModifyConstant1.mo Modified : /trunk/testsuite/mofiles/ModifyConstant2.mo Modified : /trunk/testsuite/mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mofiles/MultipleDeclarations2.mo Modified : /trunk/testsuite/mofiles/MyPointsInst1.mo Modified : /trunk/testsuite/mofiles/MyPointsInst2.mo Modified : /trunk/testsuite/mofiles/NamedArguments.mo Modified : /trunk/testsuite/mofiles/NestedClasses.mo Modified : /trunk/testsuite/mofiles/NoEvent1.mo Modified : /trunk/testsuite/mofiles/Not.mo Modified : /trunk/testsuite/mofiles/NotEquals.mo Modified : /trunk/testsuite/mofiles/NumericFunctions.mo Modified : /trunk/testsuite/mofiles/Operators.mo Modified : /trunk/testsuite/mofiles/Or.mo Modified : /trunk/testsuite/mofiles/OutputDeclConnector.mo Modified : /trunk/testsuite/mofiles/OutputDeclRecord.mo Modified : /trunk/testsuite/mofiles/OutputDeclType.mo Modified : /trunk/testsuite/mofiles/OverrideFinalTest.mo Modified : /trunk/testsuite/mofiles/Overwriting1.mo Modified : /trunk/testsuite/mofiles/Overwriting2.mo Modified : /trunk/testsuite/mofiles/Overwriting3.mo Modified : /trunk/testsuite/mofiles/PEXPipeTotal.mo Modified : /trunk/testsuite/mofiles/PackageComponents.mo Modified : /trunk/testsuite/mofiles/PackageIllegal.mo Modified : /trunk/testsuite/mofiles/PackageSimple.mo Modified : /trunk/testsuite/mofiles/ParameterDeclConnector.mo Modified : /trunk/testsuite/mofiles/ParameterDeclRecord.mo Modified : /trunk/testsuite/mofiles/ParameterDeclType.mo Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/ParseError2.mo Modified : /trunk/testsuite/mofiles/Philosopher.mo Modified : /trunk/testsuite/mofiles/Philosopher2.mo Modified : /trunk/testsuite/mofiles/Pow.mo Modified : /trunk/testsuite/mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mofiles/ProtectedAccess2.mo Modified : /trunk/testsuite/mofiles/PublicAccess.mo Modified : /trunk/testsuite/mofiles/Range1.mo Modified : /trunk/testsuite/mofiles/Real2Integer1.mo Modified : /trunk/testsuite/mofiles/Real2Integer3.mo Modified : /trunk/testsuite/mofiles/RealAdd.mo Modified : /trunk/testsuite/mofiles/RealDiv.mo Modified : /trunk/testsuite/mofiles/RealMul.mo Modified : /trunk/testsuite/mofiles/RealOpLexer.mo Modified : /trunk/testsuite/mofiles/RealPow.mo Modified : /trunk/testsuite/mofiles/RealSub.mo Modified : /trunk/testsuite/mofiles/Record1.mo Modified : /trunk/testsuite/mofiles/RecordAssignment.mo Modified : /trunk/testsuite/mofiles/RecordConnections.mo Modified : /trunk/testsuite/mofiles/RecordConstructorVectorization.mo Modified : /trunk/testsuite/mofiles/RecordConstructors.mo Modified : /trunk/testsuite/mofiles/RecordNonPublic.mo Modified : /trunk/testsuite/mofiles/RecordPrefixes.mo Modified : /trunk/testsuite/mofiles/RecordSimple.mo Modified : /trunk/testsuite/mofiles/RecursiveFunctionCall.mo Modified : /trunk/testsuite/mofiles/Redeclare1.mo Modified : /trunk/testsuite/mofiles/Redeclare2.mo Modified : /trunk/testsuite/mofiles/Redeclare3.mo Modified : /trunk/testsuite/mofiles/Redeclare4.mo Modified : /trunk/testsuite/mofiles/Redeclare5.mo Modified : /trunk/testsuite/mofiles/ReinitArray.mo Modified : /trunk/testsuite/mofiles/Rem.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration1.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration2.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration3.mo Modified : /trunk/testsuite/mofiles/ScopeModification1.mo Modified : /trunk/testsuite/mofiles/Sequence.mo Modified : /trunk/testsuite/mofiles/Shadow1.mo Modified : /trunk/testsuite/mofiles/ShortClassDef.mo Modified : /trunk/testsuite/mofiles/Sign.mo Modified : /trunk/testsuite/mofiles/SimpleInheritance.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator1.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator2.mo Modified : /trunk/testsuite/mofiles/Simplify.mo Modified : /trunk/testsuite/mofiles/Sin.mo Modified : /trunk/testsuite/mofiles/Sinh.mo Modified : /trunk/testsuite/mofiles/SmallLinsys.mo Modified : /trunk/testsuite/mofiles/Sqrt.mo Modified : /trunk/testsuite/mofiles/StringBoolean.mo Modified : /trunk/testsuite/mofiles/StringConcatenation.mo Modified : /trunk/testsuite/mofiles/StringConversion.mo Modified : /trunk/testsuite/mofiles/StringInteger.mo Modified : /trunk/testsuite/mofiles/StringLiterals.mo Modified : /trunk/testsuite/mofiles/StringReal.mo Modified : /trunk/testsuite/mofiles/StructuralParameter1.mo Modified : /trunk/testsuite/mofiles/SubScript1.mo Modified : /trunk/testsuite/mofiles/SubScript2.mo Modified : /trunk/testsuite/mofiles/Switch.mo Modified : /trunk/testsuite/mofiles/Tan.mo Modified : /trunk/testsuite/mofiles/Tanh.mo Modified : /trunk/testsuite/mofiles/Terminal1.mo Modified : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Modified : /trunk/testsuite/mofiles/Transpose.mo Modified : /trunk/testsuite/mofiles/Transpose2.mo Modified : /trunk/testsuite/mofiles/Type10.mo Modified : /trunk/testsuite/mofiles/Type4.mo Modified : /trunk/testsuite/mofiles/Type5.mo Modified : /trunk/testsuite/mofiles/Type6.mo Modified : /trunk/testsuite/mofiles/Type9.mo Modified : /trunk/testsuite/mofiles/TypeArray.mo Modified : /trunk/testsuite/mofiles/TypeClass1.mo Modified : /trunk/testsuite/mofiles/TypeDeclArray.mo Modified : /trunk/testsuite/mofiles/TypeEnumeration.mo Modified : /trunk/testsuite/mofiles/TypeSimple.mo Modified : /trunk/testsuite/mofiles/Units1.mo Modified : /trunk/testsuite/mofiles/UsertypeModifications.mo Modified : /trunk/testsuite/mofiles/VectorBuiltin.mo Modified : /trunk/testsuite/mofiles/VectorDimension.mo Modified : /trunk/testsuite/mofiles/VectorTest.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mofiles/Vectorizable2.mo Modified : /trunk/testsuite/mofiles/Vectorizable3.mo Modified : /trunk/testsuite/mofiles/Vectorizable4.mo Modified : /trunk/testsuite/mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mofiles/Vectorizable6.mo Modified : /trunk/testsuite/mofiles/VectorizeExtendedType.mo Modified : /trunk/testsuite/mofiles/WaveEquationSample.mo Modified : /trunk/testsuite/mofiles/WhenSemantics1.mo Modified : /trunk/testsuite/mofiles/While.mo Modified : /trunk/testsuite/mofiles/WillowForest.mo Modified : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo Modified : /trunk/testsuite/mofiles/drmodelica/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/ActivateWhenEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mo Modified : /trunk/testsuite/mofiles/drmodelica/AppendElement.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAddEmpty.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayConstruct1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim4.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayEmpty.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayMult.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraysInitLegal.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest1.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest2.mo Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColorPixel.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/Colors.mo Modified : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo Modified : /trunk/testsuite/mofiles/drmodelica/Concat3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConcatArr1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConcatArr2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConcatArr4.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConnectForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo Modified : /trunk/testsuite/mofiles/drmodelica/DAEexample.mo Modified : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mo Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mo Modified : /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo Modified : /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo Modified : /trunk/testsuite/mofiles/drmodelica/EqualityEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mofiles/drmodelica/EquationCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/Equations.mo Modified : /trunk/testsuite/mofiles/drmodelica/ErrorNestedWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mo Modified : /trunk/testsuite/mofiles/drmodelica/FiveForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/FlatTank.mo Modified : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo Modified : /trunk/testsuite/mofiles/drmodelica/FuncDer.mo Modified : /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo Modified : /trunk/testsuite/mofiles/drmodelica/HeatTank.mo Modified : /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mo Modified : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo Modified : /trunk/testsuite/mofiles/drmodelica/HideVariableForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo Modified : /trunk/testsuite/mofiles/drmodelica/IfEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo Modified : /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo Modified : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Modified : /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mo Modified : /trunk/testsuite/mofiles/drmodelica/MRFcall.mo Modified : /trunk/testsuite/mofiles/drmodelica/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mofiles/drmodelica/MoonLanding.mo Modified : /trunk/testsuite/mofiles/drmodelica/MultFuncCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo Modified : /trunk/testsuite/mofiles/drmodelica/Oscillator.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mofiles/drmodelica/RangeVector.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Modified : /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mofiles/drmodelica/StatementCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo Modified : /trunk/testsuite/mofiles/drmodelica/SubArrayIndex.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumForLoop.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/drmodelica/Summation.mo Modified : /trunk/testsuite/mofiles/drmodelica/Tank.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankPI.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankPID.mo Modified : /trunk/testsuite/mofiles/drmodelica/TanksConnectedPI.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempResistor3.mo Modified : /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo Modified : /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeSumVec.mo Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenPriority.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/XPowers1.mo Modified : /trunk/testsuite/mofiles/drmodelica/XPowers2.mo Modified : /trunk/testsuite/mofiles/drmodelica/XPowers3.mo Modified : /trunk/testsuite/mofiles/if_then_elseif_else.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Array9.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Function10.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type11.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type9.mo Modified : /trunk/testsuite/mofiles/modifyOuter.mo Modified : /trunk/testsuite/mofiles/modifyOuter2.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM12.mo Modified : /trunk/testsuite/mofiles/msl/BM13.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM16.mo Modified : /trunk/testsuite/mofiles/msl/BM17.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM24.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM27.mo Modified : /trunk/testsuite/mofiles/msl/BM28.mo Modified : /trunk/testsuite/mofiles/msl/BM3.mo Modified : /trunk/testsuite/mofiles/msl/BM4.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS13.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS15.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/package-s-1.mo Modified : /trunk/testsuite/mofiles/packages1.mo Modified : /trunk/testsuite/mofiles/packages2.mo Modified : /trunk/testsuite/mofiles/prtest.mo Modified : /trunk/testsuite/mofiles/reinit.mo Modified : /trunk/testsuite/mofiles/translation_template.mo Modified : /trunk/testsuite/mofiles/tupleSubset.mo Modified : /trunk/testsuite/mosfiles/ABCDsystem.mo Modified : /trunk/testsuite/mosfiles/ActivateWhenEquation.mo Modified : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mo Modified : /trunk/testsuite/mosfiles/AppendElement.mo Modified : /trunk/testsuite/mosfiles/ArrayAddEmpty.mo Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mo Modified : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mo Modified : /trunk/testsuite/mosfiles/ArrayEmpty.mo Modified : /trunk/testsuite/mosfiles/ArrayIndex.mo Modified : /trunk/testsuite/mosfiles/ArrayMult.mo Modified : /trunk/testsuite/mosfiles/ArrayReduce.mo Modified : /trunk/testsuite/mosfiles/ArraySlice.mo Modified : /trunk/testsuite/mosfiles/AssertTest.mo Modified : /trunk/testsuite/mosfiles/AssertTest1.mo Modified : /trunk/testsuite/mosfiles/AssertTest2.mo Modified : /trunk/testsuite/mosfiles/BouncingBall2.mo Modified : /trunk/testsuite/mosfiles/ColorPixel.mo Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mo Modified : /trunk/testsuite/mosfiles/Concat3.mo Modified : /trunk/testsuite/mosfiles/ConcatArr1.mo Modified : /trunk/testsuite/mosfiles/ConcatArr2.mo Modified : /trunk/testsuite/mosfiles/ConcatArr4.mo Modified : /trunk/testsuite/mosfiles/ConnectForEquations.mo Modified : /trunk/testsuite/mosfiles/DAEexample.mo Modified : /trunk/testsuite/mosfiles/DAEexample2.mo Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mo Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mo Modified : /trunk/testsuite/mosfiles/Enum8.mo Modified : /trunk/testsuite/mosfiles/Enum8.mos Modified : /trunk/testsuite/mosfiles/Epidemics1.mo Modified : /trunk/testsuite/mosfiles/EqualityEquations.mo Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mosfiles/EquationCall.mo Modified : /trunk/testsuite/mosfiles/ErrorNestedWhen.mo Modified : /trunk/testsuite/mosfiles/FiveForEquations.mo Modified : /trunk/testsuite/mosfiles/FlatParse.mof Modified : /trunk/testsuite/mosfiles/FlatTank.mo Modified : /trunk/testsuite/mosfiles/ForIterator1.mo Modified : /trunk/testsuite/mosfiles/ForIterator2.mo Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mosfiles/FuncDer.mo Modified : /trunk/testsuite/mosfiles/FuncMultResults.mo Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mo Modified : /trunk/testsuite/mosfiles/HelloWorld.mo Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mo Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mo Modified : /trunk/testsuite/mosfiles/IfEquation.mo Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mo Modified : /trunk/testsuite/mosfiles/MRFcall.mo Modified : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/ModelBalance1.mo Modified : /trunk/testsuite/mosfiles/ModelBalance2.mo Modified : /trunk/testsuite/mosfiles/ModelBalance3.mo Modified : /trunk/testsuite/mosfiles/MoonLanding.mo Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mo Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mo Modified : /trunk/testsuite/mosfiles/Oscillator.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mosfiles/RangeVector.mo Modified : /trunk/testsuite/mosfiles/Reductions.mo Modified : /trunk/testsuite/mosfiles/Sign.mo Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mosfiles/StatementCall.mo Modified : /trunk/testsuite/mosfiles/StepAdvanced.mo Modified : /trunk/testsuite/mosfiles/SubArrayIndex.mo Modified : /trunk/testsuite/mosfiles/SumForLoop.mo Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mo Modified : /trunk/testsuite/mosfiles/Switch.mo Modified : /trunk/testsuite/mosfiles/Tank.mo Modified : /trunk/testsuite/mosfiles/TankHybridPI.mo Modified : /trunk/testsuite/mosfiles/TankHybridPID.mo Modified : /trunk/testsuite/mosfiles/TankPI.mo Modified : /trunk/testsuite/mosfiles/TankPID.mo Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mo Modified : /trunk/testsuite/mosfiles/TempResistor3.mo Modified : /trunk/testsuite/mosfiles/Time.mo Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mo Modified : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mosfiles/VectorizeSumVec.mo Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mo Modified : /trunk/testsuite/mosfiles/WhenEquation.mo Modified : /trunk/testsuite/mosfiles/WhenEquation1.mo Modified : /trunk/testsuite/mosfiles/WhenNotValid.mo Modified : /trunk/testsuite/mosfiles/WhenStatement1.mo Modified : /trunk/testsuite/mosfiles/WhenStatement2.mo Modified : /trunk/testsuite/mosfiles/WhenStatement3.mo Modified : /trunk/testsuite/mosfiles/WhenValidResult.mo Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mosfiles/WillowForest.mo Modified : /trunk/testsuite/mosfiles/Xpowers1.mo Modified : /trunk/testsuite/mosfiles/Xpowers2.mo Modified : /trunk/testsuite/mosfiles/Xpowers3.mo Modified : /trunk/testsuite/mosfiles/invertedPendulum.mos Modified : /trunk/testsuite/mosfiles-nosim/BaseClass1.mos Modified : /trunk/testsuite/mosfiles-nosim/EnzMM.mos Modified : /trunk/testsuite/mosfiles-nosim/ExtendsOrder.mos Modified : /trunk/testsuite/mosfiles-nosim/ModifierProblem.mo Modified : /trunk/testsuite/mosfiles-nosim/ModifierProblem.mos Modified : /trunk/testsuite/mosfiles-nosim/NotbasicType.mos Modified : /trunk/testsuite/mosfiles-nosim/NotbasicType2.mos Modified : /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mos Modified : /trunk/testsuite/mosfiles-nosim/matrices.mos Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mo Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mo Modified : /trunk/testsuite/mytest/MyHelloWorld.mo Modified : /trunk/testsuite/mytest/translation_template.mo Modified : /trunk/testsuite/records/Derived1.mo Modified : /trunk/testsuite/records/Derived2.mo Modified : /trunk/testsuite/records/RecordFuncParam.mo Modified : /trunk/testsuite/records/RecordModifications.mo Modified : /trunk/testsuite/records/RecordVariability.mo Revision: 5958 Author: sjoelund.se Date: 15:33:38, den 26 augusti 2010 Message: - Fix and add testcase for Integer() of enum - Fixes bug #1250 ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/mofiles/Enum11.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5957 Author: sjoelund.se Date: 14:31:16, den 26 augusti 2010 Message: - Fixed the copyright information displayed to the user when running omc,mosh,OMShell or OMNotebook (years were outdated, etc) ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/OMNotebook/OMNotebookQT4/Makefile.unix.in Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMShell/Makefile.unix.in Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/oms.h Modified : /trunk/mosh/src/mosh.cpp Revision: 5956 Author: sjoelund.se Date: 13:42:50, den 26 augusti 2010 Message: - Simulation runtime change: - The cref defines also define $P$old<%cref%> (and old2) - This is a replacement for the old() old2() functions and is a lot faster ---- Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_inline_solver.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles/DerivativeCodeGeneration.mo Revision: 5955 Author: sjoelund.se Date: 12:50:19, den 26 augusti 2010 Message: workplan update ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5953 Author: ppriv Date: 19:50:33, den 25 augusti 2010 Message: - fixed a bug in SimCodeC.daeExpAsub() in the last case where context condition should be FUNCTION_CONTEXT vs. other contexts (did not work for OTHER context) - removed a redundant case (repetitive code) with Susan's "or case" feature in SimCodeC.daeExpMatrix() - a new version of C# code generator (better array support in functions, mainly 2D slicing) ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Revision: 5951 Author: sjoelund.se Date: 10:02:05, den 24 augusti 2010 Message: - Improved the rungekutta implementation (call functionODE n times per loop instead of n+1) ---- Modified : /trunk/c_runtime/simulation_inline_solver.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Revision: 5949 Author: AlexeyLebedev Date: 16:50:54, den 23 augusti 2010 Message: Improved error messages in Static.mo - added Prefix information into them. Modified test files where needed. See http://openmodelica.ida.liu.se:8080/cb/issue/1235?navigation=true ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Revision: 5948 Author: adrpo Date: 06:43:51, den 23 augusti 2010 Message: - updates to the Workplan-status-estimates.xls ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5947 Author: sjoelund.se Date: 16:32:46, den 20 augusti 2010 Message: - Updated workplan (missed one line: inline) ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5946 Author: sjoelund.se Date: 15:44:55, den 20 augusti 2010 Message: - Backup algebraics in functionDAE_res, as per bug #1176 ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5945 Author: perost Date: 15:02:46, den 20 augusti 2010 Message: - Updated workplan. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5944 Author: sjoelund.se Date: 14:54:40, den 20 augusti 2010 Message: - workplan update ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5943 Author: sjoelund.se Date: 14:23:20, den 20 augusti 2010 Message: - Added runtime support for array equations "cref = fn()", where the cref is an integer array - Solves bug #1242 ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Added : /trunk/testsuite/mosfiles/EquationCallIntegerArray.mo Added : /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5942 Author: sjoelund.se Date: 12:02:37, den 20 augusti 2010 Message: - Changed the inline implementation slightly so that it works properly with events - Added functionODE_inline in the runtime (only called by the inline solver) - Now uses RK order 4 properly (was order 1 previously) - Verified that RK produces correct results with der(z) = time - The inlined code now updates the global time instead of the solver routine ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/simulation_inline_solver.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles/DerivativeCodeGeneration.mo Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Revision: 5940 Author: adrpo Date: 01:09:25, den 20 augusti 2010 Message: - updates to release files ---- Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.vcxproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/ext/generatedfiles/qtres.cpp Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.exe Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.pdb Deleted : /trunk/OMShell/Release/OMShell.pdb Revision: 5939 Author: adrpo Date: 23:56:38, den 19 augusti 2010 Message: - fixed setting the compilation command on Windows for Inline solvers - fixed test name in InlineSolverCodeGenerationRK.mos ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Revision: 5938 Author: perost Date: 13:46:41, den 19 augusti 2010 Message: - Fixed simplification of min and max so that a value of the right type is returned. This fixed the mosfiles-nosim/matrices test case. ---- Modified : /trunk/Compiler/Exp.mo Revision: 5937 Author: sjoelund.se Date: 13:43:07, den 19 augusti 2010 Message: - simulate(..., method="inline-...") now sets the environment variables required during compilation ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/c_runtime/simulation_inline_solver.h Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos Revision: 5936 Author: sjoelund.se Date: 12:38:47, den 19 augusti 2010 Message: - Added "inline-rungekutta" solver - Uses C preprocessor, and for now "inline-euler" and "inline-rungekutta" requires adding environment variables so that the executable compiles code for the inlining ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/simulation_inline_solver.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles/DerivativeCodeGeneration.mo Modified : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Added : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos (Copy from path: /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos, Revision, 5929) Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5933 Author: sjoelund.se Date: 16:26:34, den 17 augusti 2010 Message: - Only use EQUATION_GENERIC_FAILURE if no other error message was output during instantiation of the equation ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Revision: 5932 Author: sjoelund.se Date: 15:44:43, den 17 augusti 2010 Message: - Add line numbers to error messages in Inst.checkConnectTypes ---- Modified : /trunk/Compiler/Inst.mo Revision: 5931 Author: petar Date: 13:56:47, den 17 augusti 2010 Message: -Added extra guard to Exp.solve so it doesn't solve equations like a*b=0 w.r.t. a. (a is not necessarily zero) ---- Modified : /trunk/Compiler/Exp.mo Revision: 5930 Author: petar Date: 13:14:25, den 17 augusti 2010 Message: -Made DAE.transformIfEqToExpr public again since MathCore uses it in their backend. ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 5929 Author: sjoelund.se Date: 11:57:23, den 17 augusti 2010 Message: - Added new solver "inline-euler" - Works for all equation blocks OpenModelica currently can generate derivative assignments for - Does not generate callback functions for all the blocks (which means it can't be used to implement inline-rungekutta) - Mixed equation systems inline the solver in each iteration, which is not optimal performance - Does not require any API calls or flags to use this solver - simulate(..., method="inline-euler") works ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/c_runtime/solver_main.h Added : /trunk/testsuite/mosfiles/DerivativeCodeGeneration.mo Added : /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5927 Author: sjoelund.se Date: 13:38:10, den 16 augusti 2010 Message: - Changed SimCode.SES_SIMPLE_ASSIGN.cref to a ComponentRef instead of Exp ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Deleted : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5926 Author: perost Date: 11:57:52, den 16 augusti 2010 Message: - Added failtrace to DAELow.lowerStatementInputsOutputs. - Fixed correct type of DAE.STMT_ASSIGN_ARR in Algorithm.makeAssignment2. - Fixed code generation for array equations in algorithm sections in models. ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Added : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mo Added : /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5925 Author: sjoelund.se Date: 11:01:23, den 16 augusti 2010 Message: - Removed the SIMVAR to String to function from the template; the cref stored in it is sufficient to create the string ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5923 Author: sjoelund.se Date: 21:00:39, den 13 augusti 2010 Message: - Fix a configure issue when using sendData-Qt on OSX ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5922 Author: sjoelund.se Date: 15:01:56, den 13 augusti 2010 Message: - Added a generic error message for failing to instantiate an equation - There are many ways that the equations can fail, and only error messages for some; it's important to at least print something - Closing bug #1239 (which had 2 errors in it; neither of which were caught) ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Revision: 5921 Author: Ariel.Liebman Date: 03:26:27, den 13 augusti 2010 Message: Fixed minor bug in notebook.cpp introduced in new message window string concatenation. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Revision: 5919 Author: perost Date: 15:12:38, den 12 augusti 2010 Message: - Added getVectorizationLimit to complement the previously added setVectorizationLimit API call. ---- Modified : /trunk/Compiler/Interactive.mo Revision: 5918 Author: perost Date: 13:41:32, den 12 augusti 2010 Message: - Removed check for DAE.VARIABLE in SimCode.daeInOutSimVar so that it doesn't fail for parameters in functions. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5917 Author: sjoelund.se Date: 12:55:48, den 12 augusti 2010 Message: - Updated OMC lexers to use look-ahead that detects if +. is supposed to be PLUS followed by some text, or realAdd (i.e. PLUS) - Fixed bug #1148, and added testcase RealOpLexer.mo ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/RealOpLexer.mo Revision: 5916 Author: sjoelund.se Date: 12:48:57, den 12 augusti 2010 Message: - Refactoring MetaModelica Real operations - The source code now contains a space after each real oepration (e.g. a*. 0.4) - The RML and OMC parsers will be updated to require a space after these operations in order to avoid ambiguity with regular Modelica code ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/HashTableStringToPath.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TplMain.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/ValuesUtil.mo Revision: 5915 Author: perost Date: 11:50:24, den 12 augusti 2010 Message: - Added setVectorizationLimit as an API command. - Cleaned up implementation of vectorization limit in RTOpts, and sprinkled some comments on it. ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/rtopts.c Revision: 5914 Author: perost Date: 10:55:40, den 12 augusti 2010 Message: - Unlifts both sides of the equation in Inst.instArrayElEq, so that their type is correct. - Added testcase mosfiles/ArraySlice. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Added : /trunk/testsuite/mosfiles/ArraySlice.mo Added : /trunk/testsuite/mosfiles/ArraySlice.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5911 Author: sjoelund.se Date: 12:48:55, den 11 augusti 2010 Message: - Fixed mofiles/Circle.mo (Per pointed out that it did not define a Circle, as it should have) ---- Modified : /trunk/testsuite/mofiles/Circle.mo Revision: 5910 Author: sjoelund.se Date: 11:33:23, den 11 augusti 2010 Message: - Backend: Better error messages when if-equation to if-expression fails. - Backend: Ignore assert() and terminate() in if-equations, and print a warning. We need to do this to get some MSL models to generate code since OpenModelica doesn't fully support if-equations. ---- Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Error.mo Revision: 5909 Author: perost Date: 10:27:33, den 11 augusti 2010 Message: - Moved an failtrace guard in instElement so that error messages are printed correctly. ---- Modified : /trunk/Compiler/Inst.mo Revision: 5908 Author: petar Date: 06:39:45, den 11 augusti 2010 Message: -Fixed bug with prefixing of expressions inside subscripts of component references (Bug reported by Hannes Edinger). (testcase in ArrayIndex.mo) ---- Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mofiles/ArrayIndex.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5907 Author: sjoelund.se Date: 15:51:30, den 10 augusti 2010 Message: - Enforce that function calls with multiple output have a tuple of crefs on the left side of an equality equation. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Revision: 5906 Author: sjoelund.se Date: 11:48:18, den 10 augusti 2010 Message: - Added output String name to lookupVar functions, so it's possible to create the correct FQ path from the output - Testcase Import6 tests this (import a=X.b would previously get FQ path X.a) ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mofiles/Import6.mo (Copy from path: /trunk/testsuite/mofiles/Import5.mo, Revision, 5905) Modified : /trunk/testsuite/mofiles/Makefile Revision: 5905 Author: perost Date: 09:38:41, den 10 augusti 2010 Message: - Added the new vectorization limit switch to the help text of OMC. ---- Modified : /trunk/Compiler/Main.mo Revision: 5904 Author: perost Date: 09:32:10, den 10 augusti 2010 Message: - Added command-line switch to set the vectorization limit used by Static.crefVectorize. ---- Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/optmanager.cpp Modified : /trunk/Compiler/runtime/rtopts.c Revision: 5903 Author: sjoelund.se Date: 09:20:04, den 10 augusti 2010 Message: - Fix XmlDump; escape comments (bug #1101) - Fixed the rtest script, so that it is possible to have output that starts with "xmlNameSpace:..." or similar ---- Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/testsuite/mosfiles-nosim/Makefile Added : /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mo Added : /trunk/testsuite/mosfiles-nosim/XmlDumpComment.mos Modified : /trunk/testsuite/rtest Revision: 5902 Author: perost Date: 08:33:06, den 10 augusti 2010 Message: - Readded changes made in revision 5900 that were removed in revision 5901, since they seem to be working anyway. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5901 Author: perost Date: 16:33:48, den 9 augusti 2010 Message: - Undid revision 5900, since it caused some testcases in mofiles to fail. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5900 Author: perost Date: 16:21:04, den 9 augusti 2010 Message: - Fixed code generation of functions returning tuples. - Added testcase that tests the above fix. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/TupleReturn.mo Added : /trunk/testsuite/mosfiles/TupleReturn.mos Revision: 5899 Author: sjoelund.se Date: 15:41:08, den 9 augusti 2010 Message: - Changed elaboration of cat() to ignore checking that the dimension we concatenate over is always identical - Fixes bug #112 ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mosfiles-nosim/matrices.mos Revision: 5897 Author: sjoelund.se Date: 14:28:26, den 9 augusti 2010 Message: - Fix year on copyright notice in the "About OMNotebook" dialog ---- Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Revision: 5896 Author: sjoelund.se Date: 14:03:38, den 9 augusti 2010 Message: - Fixed the DAE function cache when elaborating the expression in a reinit() statement - Added simulation testcase FunctionReinit.mos - Closing bug #1023 ---- Modified : /trunk/Compiler/Inst.mo Added : /trunk/testsuite/mosfiles/FunctionInReinit.mo Added : /trunk/testsuite/mosfiles/FunctionInReinit.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5895 Author: sjoelund.se Date: 12:21:52, den 9 augusti 2010 Message: - Use $(MAKE) in c_runtime Makefiles, to suppress warnings ---- Modified : /trunk/c_runtime/Makefile.common Revision: 5894 Author: sjoelund.se Date: 12:17:32, den 9 augusti 2010 Message: - Added runtime code for semiLinear(), and added simulation testcases for it ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/SemiLinear.mo Added : /trunk/testsuite/mosfiles/SemiLinear.mos Revision: 5893 Author: sjoelund.se Date: 11:52:09, den 9 augusti 2010 Message: - Improve the error message when trying to use a non-linear system of equations in a when-equation ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5892 Author: perost Date: 10:49:07, den 9 augusti 2010 Message: - Commented out cases for arrays in writeLhsCref in SimCodeC.tpl. - Changed the type of return variables for the size operator to modelica_integer instead of size_t, so that min works on arrays of unknown dimensions. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5891 Author: sjoelund.se Date: 08:57:22, den 9 augusti 2010 Message: - In errorext.cpp, fix the error message when a mismatched delCheckpoint is detected (id and top of stack used to be switched around, making you debug the wrong piece of code) - Added checkpoint rollback for "instArray", and renamed it "instArray Real[0]" ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 5889 Author: asodja Date: 20:20:06, den 6 augusti 2010 Message: Corrected SimCode.getInitalValue(), so it check that variable's initial value is a constant. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5888 Author: asodja Date: 16:32:40, den 6 augusti 2010 Message: Added additional fields to SimCode.SIMVAR structure: - String unit, displayUnit - Option initialValue (from modified SimCodegen.generataInitData{3,4}) (This fields are currently unused in the `trunk'.) ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5886 Author: Frenkel TUD Date: 21:07:44, den 30 juli 2010 Message: - Exp.mo - add function expLastSubs - DAELow.mo and VarTransform.mo - extend arrays if elements of the array has to be replaced ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Revision: 5881 Author: ppriv Date: 19:01:17, den 26 juli 2010 Message: - fixes to make slicing like a[1,:] := a[:]; and/or a[2:3,2] := x[2:3]; work: - fixed code in indexed_assign_real_array(), index_real_array() and index_alloc_real_array() - fixed daeExpCrefRhsIndexSpec() template to generate "zero" dimension size for scalar subscripts for INDEX case: (0), make_index_array(1, <%expPart%>), 'S' - added test ArrayAssignWholeDim.mo; but it should be moved to mosfiles to ensure C-runtime invocation TODO: the same should be done for integer_array.c; then the character slice coding, i.e. 'S','A','W', can be removed entirely; or, perhaps, the slicing operation can be generated inline as appropriate nested for loops (I'll do that for C# generator, then it may be ported back to C++) - fixed daeExpAsub() template for _get_1D() .. _get_4D() constant index cases ... decremented indexes, because the _get_#D() functions works with zero based indexes - commented out #include "utility.h" in simulation_events.cpp to enable debugging in Visual Studio - added NO_INTERACTIVE_DEPENDENCY macro switch used in simulation_runtime.cpp for simpler compilation of simulation runtime in Visual Studio - added SimCode.cref2simvar(ComponentRef,SimCode)->SimVar function and daeLow field into SimCode.SIMCODE record to enable lookup of representation arrays in templates (C#); note that only cref2simvar() is visible from templates, but not the daeLow field which is not added to SimCodeTV.mo; the function needs a SimCode value as a whole, so the implementation is effectively hidden from templates' viewpoint; BUT, this is only a workaround for the lack of the needed information in component references themselves (hope they will have it in the future); see usage of cref2simvar() in SimCodeCSharp.tpl - added extern int const specifiers in functionStoreDelayed C++ template to resolve a link problem in VC++ - renamed local identifiers named cref to cr or ecr (ecr when of type DAE.Exp) in the C++ templates to disambiguate them from cref() template name (will be checked in the future; now value binding names and template names has separate name scopes, but that will be changed in the next versions of Susan); maybe the cref() template should be renamed to compRef() because there exist fields named cref in SimCodeTV.mo - simplified several constructs like '<%val%>' to just val and/or like (libs |> lib => lib) to just (libs) in C++ templates - re-factored some case clauses when they shared the same then part (Susan can have "or" cases,e.g.: case PAT1 case PAT2 case PAT3 then tplExpr ... where the same tplExpr is lexically used for every given case) - renamed subscriptsTpl() and subscriptTpl() templates to more suitable names subscriptsStr() and subscriptStr() - added many improvements in C# code generator - changed some make commands for Susan/C# codegen testing - added testmo make command to Makefile.common ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/Makefile Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Compiler/susan_codegen/SusanGrammar.txt Modified : /trunk/Compiler/susan_codegen/test.tpl Modified : /trunk/Makefile.common Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Added : /trunk/testsuite/mofiles/ArrayAssignWholeDim.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5880 Author: asodja Date: 13:06:30, den 23 juli 2010 Message: Added output of results into a MAT-file that Dymola is able to read, so Dymola's variables' browser can be used. Specifications of Dymola's output format are described in Dymola User's Guide. Currently is this outputFormat designated as "mat", but should be changed (as there is no need to have output to MAT-file only formatted according to Dymola). ---- Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/simulation_result_mat.cpp Added : /trunk/c_runtime/simulation_result_mat.h Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 5877 Author: sjoelund.se Date: 15:04:52, den 22 juli 2010 Message: - 08_pam: Disable Input.read due to OpenModelica trying to ceval the external function ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo Revision: 5876 Author: perost Date: 10:45:08, den 22 juli 2010 Message: - Fixed constant evaluation of for iterators. - Added test case ForIf. ---- Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mofiles/ForIf.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5875 Author: perost Date: 17:20:14, den 21 juli 2010 Message: - Fixed expected output of test case PID_Controller. ---- Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Revision: 5874 Author: perost Date: 13:53:04, den 21 juli 2010 Message: - Added testcase ReinitArray from mathcore. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ReinitArray.mo Revision: 5873 Author: petar Date: 11:28:07, den 21 juli 2010 Message: -removed __inline when compiling with visual studio, because it can not cope so well with inline in combination with extern, causing linking error. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5872 Author: perost Date: 09:39:22, den 21 juli 2010 Message: - Fixed small mistake in instantation of reinit statements. ---- Modified : /trunk/Compiler/Inst.mo Revision: 5871 Author: petar Date: 17:20:00, den 20 juli 2010 Message: -Fixed bug with infinite recursion when trying to constant evaluate parameter that has no binding (must be allowed when e.g. checking models). Testcase in multibody/checkingModels/BodyCylinder.mos ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ConnectUtil.mo Added : /trunk/testsuite/libraries/multibody/checkingModels Added : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos Added : /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinderTotal.mo Added : /trunk/testsuite/libraries/multibody/checkingModels/Makefile Revision: 5870 Author: petar Date: 17:05:58, den 20 juli 2010 Message: -Added error message for structurally singular equation (e.g. 0=0). Before we only had message for structurally singular system. ---- Modified : /trunk/Compiler/Error.mo Revision: 5869 Author: petar Date: 11:22:40, den 20 juli 2010 Message: -Added ClassInf.State to the Prefix information so at least the state is part of ET_COMPLEX information in DAE.VAR. Note that list of variables in ET_COMPLEX is still missing (this is a little bit of the chicken and egg problem, since the type can not be properly filled in before the type of the class is known). However, by at least having ClassInf.State in ET_COMPLEX one can distinguish between e.g. connector variables and other variables in the backend. Also note that for expressions in equations and algorithm the ExpType is correctly filled with type information, since those are elaborated first when the components have been instantiated (and their types are known), so the above is only concerning DAE.VAR objects. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/Static.mo Revision: 5868 Author: perost Date: 15:01:56, den 19 juli 2010 Message: - Fixed test case AlgorithmForInClass that was broken by commit 5859 by fixing the lowering of for statements. - Fixed bug #1236, constant evaluation of product in nested for iterators. - Implemented constant evaluation of empty ranges in reductions. - Extended sum reductions to also handle vectors, matrices and strings. - Use correct type for the iterator variable. - Extended the ConstantReductions test case to also test the new functionality. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/ConstantReductions.mo Revision: 5867 Author: adrpo Date: 22:59:28, den 18 juli 2010 Message: - new releases of qt clients OM* and some other small changes ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/ext/generatedfiles/qtres.cpp Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.exe Modified : /trunk/OMNotebook/ext/release/OMPlotWindow.pdb Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/Release/OMShell.pdb Revision: 5865 Author: Frenkel TUD Date: 19:32:11, den 18 juli 2010 Message: - SimCode.mo -collate crefs of arrays before template code generation - DAELow.mo -add function collateAlgorithm, collateArrExpm, traversingcollateArrExp - SimCode/SimCodeC.tpl - improve template algStmtTupleAssign to generate code for functions return arrays ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5864 Author: Ariel.Liebman Date: 07:08:24, den 16 juli 2010 Message: changed #include to #include . Caused problem in compilation of OMNotebook ---- Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Revision: 5863 Author: Frenkel TUD Date: 17:00:51, den 15 juli 2010 Message: - Exp.mo - simplify array of array * array with simplifyScalarProduct ---- Modified : /trunk/Compiler/Exp.mo Revision: 5859 Author: Frenkel TUD Date: 23:00:53, den 14 juli 2010 Message: - DAELow.mo - extend arrays in algorithms - fix bug DAE.STMT_ASSIGN_ARR results in error " Too few equations, underdetermined system. The.." - SimCode.mo - check index of array to test singleAlgorithmSection - ToDo: SimCodeC.tpl array = f(...), (array,array) = f(...) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5857 Author: perost Date: 16:58:22, den 13 juli 2010 Message: - Moved valueExp from Static to ValuesUtil. - Added a new cevalIfConstant function to Ceval, and removed the old one from Static. - Removed calls to cevalIfConstant in Static, and added calls to cevalIfConstant to Inst, Interactive and Mod where appropriate. - Updated testcases due to changes in constant evaluation. ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor2.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor4.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor5.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor6.mo Modified : /trunk/testsuite/mofiles/Break.mo Modified : /trunk/testsuite/mofiles/Constant11.mo Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/ForNested.mo Modified : /trunk/testsuite/mofiles/ForSimple.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/invertedPendulum.mos Modified : /trunk/testsuite/partest/runtest.pl Revision: 5852 Author: adrpo Date: 05:02:31, den 13 juli 2010 Message: - update MultiBody tests ---- Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Revision: 5849 Author: adrpo Date: 04:19:24, den 13 juli 2010 Message: - install the lapack mingw libs in the build/lib/omc directory ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 5848 Author: adrpo Date: 04:12:30, den 13 juli 2010 Message: - link of Lapack on mingw to the correct libraries. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5847 Author: adrpo Date: 04:09:58, den 13 juli 2010 Message: - external lapack libraries for mingw ---- Added : /trunk/c_runtime/ExternalLibraries Added : /trunk/c_runtime/ExternalLibraries/mingw Added : /trunk/c_runtime/ExternalLibraries/mingw/libblas-mingw.a Added : /trunk/c_runtime/ExternalLibraries/mingw/liblapack-mingw.a Added : /trunk/c_runtime/ExternalLibraries/mingw/libtmglib-mingw.a Revision: 5846 Author: Frenkel TUD Date: 23:21:30, den 12 juli 2010 Message: - SimCode/SimCodeC.tpl - use "int" for enumeration type for external functions ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5844 Author: adrpo Date: 22:45:58, den 11 juli 2010 Message: - updates to System guides. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Revision: 5843 Author: adrpo Date: 23:49:44, den 10 juli 2010 Message: - small fix ---- Modified : /trunk/Compiler/Lookup.mo Revision: 5842 Author: sjoelund.se Date: 18:21:13, den 10 juli 2010 Message: - Propagate Absyn.Info from every equation and algorithm up to the DAE AST - One exception: The parser segfauls on Absyn.Algorithm in mosfiles, so dummyInfo is provided for most algorithm sections. ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5841 Author: Frenkel TUD Date: 17:05:24, den 10 juli 2010 Message: - Builtin.mo - add function isCross, isMax, isMin, isTranspose, isSkew - DAEDump.mo - add in function dumpDebugElement some elements - DAELow.mo - if initialarrayequation is lowered add it to initalarrayequations - uncomment case for DUMMY_STATE in function statesDaelow2 because this is not a state - add variables with kind STATE to BinTree "states" to avoid removing of states in function removesimpleequations - if complex equations are lowered and extendet to its elements add array equations to list of array equations - remove functions extendAllRecordEqns, extendRecordArray, extendRecordEqOpt and extendExp because the are now unused (topic above) - add cases for matrix expressions to lowerMultidimeqns2 - remove simple equations in function matchingAlgorithm after index reduction because multibody models have a lot of simple equations after index reduction - Derive.mo - use Builtin to check if builtin function - Exp.mo - add case for functions min and max to function simplifyBuiltinConstantCalls - to more simplifacation in case of array expressions - add case for matrix + array of array to function simplifyMatrixBinary because function identity generates array of arrays - SimCode.mo - dump also components with bltdump in function translateModel - improve createSingleArrayEqnCode ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5840 Author: sjoelund.se Date: 06:14:05, den 10 juli 2010 Message: - configure searches also for omniidl in the specified place ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5839 Author: sjoelund.se Date: 06:04:12, den 10 juli 2010 Message: - configure for mico in custom directory, not on path ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5836 Author: adrpo Date: 18:52:32, den 9 juli 2010 Message: - test commit in the new server ---- Modified : /trunk/README-WIN32.txt Revision: 5835 Author: sjoelund.se Date: 11:08:34, den 8 juli 2010 Message: - systemimpl CFLAGS for OSX ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5834 Author: Frenkel TUD Date: 11:01:19, den 8 juli 2010 Message: - Exp.mo - try to simplify exp in ASUB in simplifyAsub if all other cases not true ---- Modified : /trunk/Compiler/Exp.mo Revision: 5833 Author: sjoelund.se Date: 09:32:26, den 8 juli 2010 Message: - Syntax error ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5832 Author: sjoelund.se Date: 09:30:01, den 8 juli 2010 Message: - Add check for -ffloat-store in the configure script. That also solves dassl runtime issues. ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5831 Author: sjoelund.se Date: 08:08:37, den 8 juli 2010 Message: - Change -msse to -msse2 as we need to use SSE on doubles, not floats ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5830 Author: sjoelund.se Date: 07:19:13, den 8 juli 2010 Message: - Set -msse in configure in case the instruction set does not have it enabled ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5829 Author: sjoelund.se Date: 07:09:26, den 8 juli 2010 Message: - Running autoconf ---- Modified : /trunk/configure Revision: 5828 Author: sjoelund.se Date: 07:03:24, den 8 juli 2010 Message: - It's called -mfpmath, not -fpmath.... ---- Modified : /trunk/configure.in Revision: 5827 Author: sjoelund.se Date: 06:48:00, den 8 juli 2010 Message: - Force -fpmath=sse on Linux platforms, as otherwise simulations spin forever (32-bit) ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5826 Author: sjoelund.se Date: 06:14:47, den 8 juli 2010 Message: - Fix configure on OSX ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5825 Author: Frenkel TUD Date: 15:06:03, den 7 juli 2010 Message: - SimCode.mo - fix bug in derVarFromStateVar to avoid redefinition of macros in generated code ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5824 Author: sjoelund.se Date: 12:25:07, den 7 juli 2010 Message: - Updated RollingWheel.mos expected output so the whole testsuite passes ---- Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Revision: 5823 Author: sjoelund.se Date: 12:24:44, den 7 juli 2010 Message: - Updated rtest script to show a unified diff since that is more human-readable ---- Modified : /trunk/testsuite/rtest Revision: 5822 Author: Frenkel TUD Date: 11:55:00, den 7 juli 2010 Message: - SimCode.mo - bugfix code generation for arrays in function createNonlinearResidualEquations ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5821 Author: sjoelund.se Date: 11:54:21, den 7 juli 2010 Message: - Added Absyn.Info field to Absyn.{Equation,Algorithm}Item - Renamed SCode.Algorithm to SCode.AlgorithmSection since that is what it is - Added new datatype SCode.Statement, which is what an AlgorithmSection contains lists of - All statements have comment and info fields preserved so they can be used by Inst/Error ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Dependency.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Makefile.in Revision: 5819 Author: sjoelund.se Date: 10:23:19, den 7 juli 2010 Message: - Updated checkSettings() to also post "uname -a" output - Compiler/runtime/Makefile no longer sets -O3 twice ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/runtime/Makefile.in Revision: 5818 Author: sjoelund.se Date: 10:05:56, den 7 juli 2010 Message: - Updated c_runtime/Makefile to use the CFLAGS set by the configure script - OMDev is still always -msse2 - Default Unix is -O3 -march=native, which means it's tuned for your CPU regardless of what kind you are using - To override, specify any CFLAGS (CFLAGS=-O2 ./configure, ./configure CFLAGS=-O2, etc) ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/Makefile.in Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5817 Author: Frenkel TUD Date: 08:24:26, den 7 juli 2010 Message: - Update Workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5816 Author: petfr Date: 07:12:51, den 7 juli 2010 Message: Also added Anton Sodja as co-author. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 5815 Author: petfr Date: 07:02:15, den 7 juli 2010 Message: Slight update. Added Rickard Lindberg as co-author. Also mentioned ModelicaMl UML-Modelica modeling. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 5814 Author: petfr Date: 00:07:10, den 7 juli 2010 Message: Final version of System documentation and Users Guide for OpenModelica 1.5. Updated acknoqledgement and contribution and authors section. Added a few smaller technical sections. Resolved a problematic section numbering problem in the Users Guide. Updated the big figure in the Systems doc. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 5813 Author: wbraun Date: 18:46:39, den 6 juli 2010 Message: update dassl2 in main_solver + change step calculation + and some minor changes regards error treatment ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_dasrt.h Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/c_runtime/solver_main.h Revision: 5812 Author: Frenkel TUD Date: 17:07:48, den 6 juli 2010 Message: - Derive.mo - add der(der(cref)) to traversingcrefOrDerCrefFinder - derivative of functions max, min, sqrt, cross, transpose, array*scalar, ... - derivative of matrix - DAELow.mo - add number to dumpArrayEqns - use Exp.traverse for replaceDummyDerOthersExp - extend expressions in complex equations --> now multibody elementary examples PendulumWithSpringDamper simulates ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Revision: 5811 Author: petar Date: 16:12:12, den 6 juli 2010 Message: -Fixed copy paste bug introduced in r5807 (in isZero) ---- Modified : /trunk/Compiler/Exp.mo Revision: 5809 Author: wbraun Date: 20:40:36, den 5 juli 2010 Message: update dassl2 - add warm-start functionality when no event occuors - work faster than dassl ---- Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/c_runtime/solver_main.h Revision: 5808 Author: wbraun Date: 16:35:21, den 5 juli 2010 Message: correct two testcases to pass testsuite - when_sorting.mo - PartialFn12.mo ---- Modified : /trunk/testsuite/meta/PartialFn12.mo Modified : /trunk/testsuite/mosfiles/when_sorting.mos Revision: 5807 Author: Frenkel TUD Date: 16:19:29, den 5 juli 2010 Message: - DAELow.mo - makeMatrix: check if exp is scalar - use SUB_ARR because Exp.isConst work now for arrays and matrix - calculateJacobian: make array equations singular with all possible subscripts - Exp.mo - isZero implement Matrix - isConst implement Array and Matrix - SimCode.mo - dlowEqToExp: make array equations singular with all possible subscripts - SimCodeC.tpl - implement built in function cross --> now multibody elementary examples DoublePendulum,InitSpringConstant,Pendulum,PointGravityWithPointMasses,World simulates ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5806 Author: sjoelund.se Date: 14:38:32, den 5 juli 2010 Message: - Fix configure script so include flags in qmake are set correctly (does not expect -I input as gcc does) ---- Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.config.in Modified : /trunk/OMShell/OMShell.config.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5796 Author: sjoelund.se Date: 12:11:28, den 5 juli 2010 Message: - Added new field to DAE.ElementSource - A list so we can propagate line numbers for equations/algorithms further - Absyn.mo does not yet contain this information, so the list is empty for now - Changed code generation of functions without outputs - They now have void as return type, and we generate a lot less code when calling them - Added support for using builtin functions as function pointers - PartialFn14.mos tests this functionality - So far only print() is implemented in the runtime - SimCode.getCalledFunctionsInFunction was updated slightly to work better with the new DAE structure - DAEUtil.getNamedFunction now also looks in the FunctionTree structure ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/PartialFn14.mo (Copy from path: /trunk/testsuite/meta/PartialFn12.mo, Revision, 5785) Added : /trunk/testsuite/meta/PartialFn14.mos (Copy from path: /trunk/testsuite/meta/PartialFn12.mos, Revision, 5785) Revision: 5792 Author: sjoelund.se Date: 08:27:51, den 5 juli 2010 Message: - Adding new tests to API checkSettings() - In the CWD: try to create a file, then remove it ---- Modified : /trunk/Compiler/Interactive.mo Revision: 5791 Author: Frenkel TUD Date: 20:39:55, den 4 juli 2010 Message: - DAELow.mo - bugfix calculateIndexes now all arrays close together - Derive.mo - use type if componentref is derived ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Revision: 5790 Author: Frenkel TUD Date: 10:02:53, den 4 juli 2010 Message: - DAELow.mo - extend all records in array equations so remove simple equations will work - Inline.mo - case for inlining functions with record constructors as arguments --> DoublePendulum oscilates now with model Revolute( constant Real e[3] and constant Modelica.Mechanics.MultiBody.Types.Axis n instead of parameter) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5789 Author: adrpo Date: 01:54:31, den 3 juli 2010 Message: - no need to call generateFunctions2 in createFunctions anymore ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5788 Author: sjoelund.se Date: 12:47:36, den 2 juli 2010 Message: - Moved elaboration of NONE into elabCref to reduce the failtrace generated by MetaModelica files ---- Modified : /trunk/Compiler/Static.mo Revision: 5785 Author: sjoelund.se Date: 10:38:24, den 2 juli 2010 Message: - Call instantiateDaeFunction when elaborating a cref that is a function reference ---- Modified : /trunk/Compiler/Static.mo Revision: 5783 Author: sjoelund.se Date: 08:46:08, den 2 juli 2010 Message: - Spelling error omshell ---- Modified : /trunk/Makefile.common Revision: 5782 Author: Frenkel TUD Date: 00:16:00, den 2 juli 2010 Message: - DAELow.mo - extend all unextended array componentref so the rest of the backen would work right - SimCode.mo - replace der operator also in multidimequations now multibody double pendulum model generates compilable code ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5781 Author: sjoelund.se Date: 21:16:58, den 1 juli 2010 Message: - matrix.h: Fix off-by-one error ---- Modified : /trunk/c_runtime/matrix.h Revision: 5780 Author: sjoelund.se Date: 21:16:33, den 1 juli 2010 Message: - SimCode makefile update for OSX (cp -u is not valid in BSD Unix) ---- Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Revision: 5779 Author: wbraun Date: 17:58:06, den 1 juli 2010 Message: - update workplan again due to forgot svn update ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5777 Author: Frenkel TUD Date: 15:43:31, den 1 juli 2010 Message: - DAELow.mo - function statesAndVarsExp add special Case for unextended arrays - remove unneeded listreverses from calculateJacobian - SimCode.mo - createOdeSystem: - because listVar orders the elements not like listEquation the pairs of (var is solved in equation) is twisted, simple reverse one list --> now multibody simple pendulum model oscillate ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5776 Author: sjoelund.se Date: 15:42:38, den 1 juli 2010 Message: - make install no longer tries to install qtclients if they were not compiled ---- Modified : /trunk/Makefile.common Modified : /trunk/OMNotebook/OMNotebookQT4/Makefile.unix.in Modified : /trunk/OMShell/Makefile.unix.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5775 Author: wbraun Date: 15:36:37, den 1 juli 2010 Message: update workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5774 Author: otto@mathcore.com Date: 13:07:06, den 1 juli 2010 Message: Added option to collect ZC from smooth. ---- Modified : /trunk/Compiler/runtime/optmanager.cpp Revision: 5773 Author: Frenkel TUD Date: 12:22:54, den 1 juli 2010 Message: - bugfix createOdeSystem2 for arrays ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5772 Author: donida Date: 11:35:12, den 1 juli 2010 Message: The "Boolean asInSimulationCode" parameter of the dumpXMLDAE() API method was changed in "String translationLevel". Allowed strings are: flat, optimiser, backEnd. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Static.mo Revision: 5771 Author: Frenkel TUD Date: 10:09:25, den 1 juli 2010 Message: - fix errors from last commit 5765 ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5770 Author: adrpo Date: 03:42:19, den 1 juli 2010 Message: - replace equality(x = y) with stringEqual/intEq/realEq - added more comments and updated some of the formatting - use Exp.crefEqualNoStringCompare in ConnectUtil.setsEqual as we cannot have stringified crefs there. - proper dimension printing in PrefixUtil.printPrefixStr - removed some debug prints from SCodeUtil.mo to make it faster ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/TplMain.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitChecker.mo Modified : /trunk/Compiler/ValuesUtil.mo Revision: 5769 Author: adrpo Date: 03:23:52, den 1 juli 2010 Message: - minor formatting changes for improved readability ---- Modified : /trunk/Compiler/MetaUtil.mo Revision: 5768 Author: adrpo Date: 03:19:17, den 1 juli 2010 Message: - proper error messages including the correct package name. ---- Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/HashTableStringToPath.mo Revision: 5767 Author: adrpo Date: 03:17:56, den 1 juli 2010 Message: - faster Util.listSetDifference* functions. Empty - B = Empty. ---- Modified : /trunk/Compiler/Util.mo Revision: 5766 Author: adrpo Date: 03:04:44, den 1 juli 2010 Message: - Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum now simulates - fixes to handle code generation for world.gravityAcceleration function - code generation for functions now take the functions from the DAE.FunctionTree instead of re-instantiate them - some problems appeared with partial functions (i fixed some of them but more debugging is needed to fix all) SimCode.mo - SimCode.createFunctions now uses the functions already present in DAE.FunctionTree - some more comments - small fixes (functions can contain multiple definitions if they have a derivative annotations) SimCodeC.tpl - handle enumeration comparison and types - replace "." in identifiers with "_" in underscorePath DAELow.mo - use basic type equality functions instead of polymorphic one DAEUtil.mo - added DAEUtil.getFunctionNames to return the paths of all functions in the DAE - use basic type equality functions instead of polymorphic one DAEDump.mo - DAEDump.unparseDimensions is now public ---- Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5765 Author: Frenkel TUD Date: 23:11:33, den 30 juni 2010 Message: - bugfix linearSystems with array equations ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5764 Author: adrpo Date: 20:47:47, den 30 juni 2010 Message: - updated OMCMonitor to work on Windows Vista and 7. - updated the project to VS2010 - you can find a binary version here: http://www.ida.liu.se/~adrpo/omc/OMCMonitor/ ---- Modified : /trunk/tools/OMCMonitor/OMCMonitor.c Modified : /trunk/tools/OMCMonitor/OMCMonitor.sln Added : /trunk/tools/OMCMonitor/OMCMonitor.vcxproj Added : /trunk/tools/OMCMonitor/OMCMonitor.vcxproj.filters Revision: 5763 Author: Frenkel TUD Date: 19:26:26, den 30 juni 2010 Message: - fix SimCodeC.tpl for records(containing arrays) pushed to functions ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5761 Author: sjoelund.se Date: 16:49:48, den 30 juni 2010 Message: - Fix testcase expected output ---- Modified : /trunk/testsuite/mofiles/ParameterDeclConnector.mo Modified : /trunk/testsuite/mofiles/ParameterDeclRecord.mo Revision: 5760 Author: AlexeyLebedev Date: 16:08:59, den 30 juni 2010 Message: - Added an error for components having bindings of variabilty higher than their own (see http://openmodelica.ida.liu.se:8080/cb/issue/1040); - Fixed a bug in lookupVarF returning wrong properties; - Improved error messages for non-processed modifications of built-in types; - Modified testsuite accordingly. ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/mofiles/ParameterDeclConnector.mo Modified : /trunk/testsuite/mofiles/ParameterDeclRecord.mo Modified : /trunk/testsuite/mofiles/Philosopher.mo Modified : /trunk/testsuite/mofiles/Philosopher2.mo Revision: 5759 Author: Frenkel TUD Date: 13:27:25, den 30 juni 2010 Message: - delete unneeded code ---- Modified : /trunk/Compiler/Exp.mo Revision: 5758 Author: Frenkel TUD Date: 12:37:24, den 30 juni 2010 Message: - bugfix expStripLastIdent ---- Modified : /trunk/Compiler/Exp.mo Revision: 5757 Author: Frenkel TUD Date: 11:43:42, den 30 juni 2010 Message: - Derive.mo - div ADD_ARR, SUB_ARR - DAELow.mo - simpleEquation for Arrays - do inlining of Array equations in lowerArrEqn - bugfix calculation Jacobian for arrays - bugfix equationToResidualForm for arrays - bugfix extendExp for CREF Exptype - Inst.mo - bugfix ExpType for expand record equations - SimCode.mo - bugfix dlowEqs for arrays - Exp.mo - bugfix for arrays, to not use typeBuiltin to detect arrays use DAEUtil.expTypeArray - simplifyUnary also for arrays ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5756 Author: adrpo Date: 10:37:11, den 30 juni 2010 Message: IOStreamExt.c - fail and print a message in IOStreamExt__printReversedList if we cannot allocate the string. SimulationResults.c - minor formatting for improved readability systemimpl.c - same implementation of System__hash for all platforms - inline the System__hash function (should become part of MMC/RML) - better hash implementation. RollingWheel.mos - updates due to new string hash function (System__hash). _LoopsTotal.mo - added a big engine model (BigEngineModel) of about 4 400 000 vars/equations to be used for performance testing testsuite/libraries/multibody/loops/Makefile - minor text change ---- Modified : /trunk/Compiler/runtime/IOStreamExt.c Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/loops/Makefile Modified : /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo Revision: 5755 Author: adrpo Date: 10:30:04, den 30 juni 2010 Message: - make the boundaries of functions more visible ---- Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 5754 Author: adrpo Date: 10:28:04, den 30 juni 2010 Message: - replace equality(x = y) with stringEqual/intEq/realEq - added more comments and updated some of the formatting ---- Modified : /trunk/Compiler/Util.mo Revision: 5753 Author: sjoelund.se Date: 10:22:16, den 30 juni 2010 Message: - Removed the global variable numpoints from the simulation runtime, as it was used before set. - Instead we use the number of output steps as an initial guess for the size plt needs to allocate for result variables ---- Modified : /trunk/c_runtime/simulation_result_plt.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_main.cpp Revision: 5752 Author: adrpo Date: 10:02:29, den 30 juni 2010 Message: - faster Exp.crefPrefixOf - replace equality(x = y) with stringEqual/intEq/realEq - added more comments and updated some of the formatting ---- Modified : /trunk/Compiler/Exp.mo Revision: 5751 Author: adrpo Date: 09:47:41, den 30 juni 2010 Message: - replace equality(x = y) with stringEqual/intEq/realEq - added Absyn.pathEqual - added more comments and updated some of the formatting ---- Modified : /trunk/Compiler/Absyn.mo Revision: 5750 Author: adrpo Date: 09:39:25, den 30 juni 2010 Message: - get rid of the warning. ---- Modified : /trunk/c_runtime/interactive/omi_Transfer.cpp Revision: 5749 Author: sjoelund.se Date: 08:21:36, den 30 juni 2010 Message: - Updated SimCode Makefile: Always set OPENMODELICAHOME to the build directory ---- Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Revision: 5748 Author: sjoelund.se Date: 16:35:37, den 29 juni 2010 Message: - Update for code generation of abs() - Is fabs() for non-Integer - Is std::abs() for Integer because on OSX __gnu_cxx::abs() is a candidate ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5747 Author: sjoelund.se Date: 15:52:30, den 29 juni 2010 Message: - Added function printTypeOfAny function to c_runtime for GDB debugging of MetaModelica code - Simply use the command "out printTypeOfAny(exp)" (or printAny()) in GDB to print the data structure's type or value - Fixed a problem with mmc_mk_rcon on 64-bit architectures ---- Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Revision: 5746 Author: sjoelund.se Date: 14:06:21, den 29 juni 2010 Message: - Ran Valgrind on some simulation executables: - Updated simulation runtime/code generation to free more of the allocated structures - Didn't update c_runtime/interactive/, which has the majority of memory leaks now ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/simulation_delay.cpp Modified : /trunk/c_runtime/simulation_delay.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 5745 Author: sjoelund.se Date: 11:43:38, den 29 juni 2010 Message: - Changed code generation for when external object constructors are called - It is now done after the input file has been read - Ext.objs can now depend on (fixed) parameters, including strings - Added code to support string parameters - Added testcase ExtObjStringParam.mos based on bug https://openmodelica.org:8443/cb/issue/1163 ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/compat.h Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Added : /trunk/testsuite/mosfiles/ExtObjStringParam.ext.c Added : /trunk/testsuite/mosfiles/ExtObjStringParam.ext.h Added : /trunk/testsuite/mosfiles/ExtObjStringParam.mo Added : /trunk/testsuite/mosfiles/ExtObjStringParam.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5743 Author: sjoelund.se Date: 09:48:27, den 29 juni 2010 Message: - Updated code generation for min/max/abs builtin functions - Previously, they would always return a double - Now, integers are produced if both arguments are integers - This fixes ExternalFunction4 (will allocate 2 elements instead of 66187348) ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/modelica.h Revision: 5742 Author: sjoelund.se Date: 09:44:33, den 29 juni 2010 Message: - Remove duplicate SimCodeC.mo from svn ---- Deleted : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Revision: 5740 Author: adrpo Date: 08:10:33, den 29 juni 2010 Message: - update the Visual Studio projects to VS2010 - it seems vcproj has a vcxproj counterpart and there are some other new files too - renamed ext.exe and ext.pdb to OMPlotWindow.exe and OMPlotWindow.pdb - rebuild all Qt clients: OMShell, OMNotebook, OMPlotWindow ---- Added : /trunk/OMNotebook/3Dpkg/3Dpkg.vcxproj Added : /trunk/OMNotebook/3Dpkg/3Dpkg.vcxproj.filters Added : /trunk/OMNotebook/NotebookParser/NotebookParser.vcxproj Added : /trunk/OMNotebook/NotebookParser/NotebookParser.vcxproj.filters Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.sln Added : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.vcxproj Added : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.vcxproj.filters Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Added : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcxproj Added : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcxproj.filters Modified : /trunk/OMNotebook/ext/OMPlotWindow.vcproj Added : /trunk/OMNotebook/ext/OMPlotWindow.vcxproj Added : /trunk/OMNotebook/ext/OMPlotWindow.vcxproj.filters Modified : /trunk/OMNotebook/ext/generatedfiles/qtres.cpp Added : /trunk/OMNotebook/ext/release/OMPlotWindow.exe Added : /trunk/OMNotebook/ext/release/OMPlotWindow.pdb Deleted : /trunk/OMNotebook/ext/release/ext.exe Deleted : /trunk/OMNotebook/ext/release/ext.pdb Modified : /trunk/OMShell/OMShell.sln Added : /trunk/OMShell/OMShell.vcxproj Added : /trunk/OMShell/OMShell.vcxproj.filters Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/Release/OMShell.pdb Revision: 5739 Author: Frenkel TUD Date: 00:06:27, den 29 juni 2010 Message: - DAELow.mo - extend multidimeqn after inlining if it is possible - Exp.mo, SimCode.mo - fix some bugs relatet to arrays ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5738 Author: mohsen Date: 00:04:37, den 29 juni 2010 Message: release 1.5 ,fixing minor spelling error ---- Modified : /trunk/doc/OpenModelicaSystem.doc Revision: 5737 Author: sjoelund.se Date: 17:28:01, den 28 juni 2010 Message: - Added arument to simulate: outputFormat= - Default is "plt", which is the old format. It's the only format currently capable of using simulation results within OMC. Other formats need external tools. - "csv" is another textual format. It's roughly twice as fast and uses no additional memory (plt uses several GB for large simulations). - "empty" does the same thing as interactive simulations - it disables result file generation. Useful for benchmarking. - "bin" is experimental and should not be used. It basically measures the overhead of converting doubles to strings (speed is 50x times faster than CSV) - Model_init.txt has a new field for the output format - The c_runtime contains the interface used for result file generation. - Added testcases for "csv", "plt" and "empty" simulation results. - Added these options to OMNotebook/OMShell commands.xml. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/interactive/Makefile.in Modified : /trunk/c_runtime/interactive/omi_Calculation.cpp Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_input.h Deleted : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_result.h Added : /trunk/c_runtime/simulation_result_bin.cpp (Copy from path: /trunk/c_runtime/simulation_result.cpp, Revision, 5736) Added : /trunk/c_runtime/simulation_result_bin.h (Copy from path: /trunk/c_runtime/simulation_result.h, Revision, 5736) Added : /trunk/c_runtime/simulation_result_csv.cpp (Copy from path: /trunk/c_runtime/simulation_result.cpp, Revision, 5736) Added : /trunk/c_runtime/simulation_result_csv.h (Copy from path: /trunk/c_runtime/simulation_result.h, Revision, 5736) Added : /trunk/c_runtime/simulation_result_empty.h (Copy from path: /trunk/c_runtime/simulation_result.h, Revision, 5736) Added : /trunk/c_runtime/simulation_result_plt.cpp (Copy from path: /trunk/c_runtime/simulation_result.cpp, Revision, 5736) Added : /trunk/c_runtime/simulation_result_plt.h (Copy from path: /trunk/c_runtime/simulation_result.h, Revision, 5736) Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/mosfiles/ABCDsystem.csv.mos Added : /trunk/testsuite/mosfiles/ABCDsystem.empty.mos Deleted : /trunk/testsuite/mosfiles/ABCDsystem.mos Added : /trunk/testsuite/mosfiles/ABCDsystem.plt.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5736 Author: sjoelund.se Date: 09:01:07, den 28 juni 2010 Message: - Updated testsuite/libraries/multibody: More equations are now trivial ---- Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Revision: 5735 Author: sjoelund.se Date: 08:44:30, den 28 juni 2010 Message: - Fix for rtest script - return an error if the setup_command fails ---- Modified : /trunk/testsuite/rtest Revision: 5734 Author: Frenkel TUD Date: 21:37:19, den 27 juni 2010 Message: - CevalScript.mo, Main.mo, SimCode.mo - do late inlining earlier to avoid generade code for unused functions - Exp.mo - bugfix expStriplastSubs - isZero for UNARY_ARR - getTermsContainingX also for arrays ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5733 Author: sjoelund.se Date: 20:01:44, den 26 juni 2010 Message: - Install OMNotebookHelp.onb when building OMNotebook ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Makefile.unix.in Revision: 5732 Author: sjoelund.se Date: 19:57:32, den 26 juni 2010 Message: - Install DrModelica files when building OMNotebook ---- Modified : /trunk/Makefile.common Modified : /trunk/OMNotebook/OMNotebookQT4/Makefile.unix.in Revision: 5731 Author: sjoelund.se Date: 18:24:28, den 26 juni 2010 Message: - Update makefiles for qtclients. - Added Makefile.unix.in in each client's directory - Should be easier to customize behaviour now - Now copies the binary from OSX .app's into the build dir when doing a Unix build ---- Modified : /trunk/Makefile.in Added : /trunk/OMNotebook/OMNotebookQT4/Makefile.unix.in Added : /trunk/OMNotebook/ext/Makefile.unix.in Added : /trunk/OMShell/Makefile.unix.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5730 Author: sjoelund.se Date: 16:25:27, den 26 juni 2010 Message: - make install needs to use -r flag on OSX (*.app are directories) ---- Modified : /trunk/Makefile.common Revision: 5729 Author: sjoelund.se Date: 14:02:44, den 26 juni 2010 Message: - Spelling ifdef ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Revision: 5728 Author: sjoelund.se Date: 10:57:36, den 26 juni 2010 Message: - Fix testsuite if OPENMODELICAHOME is not set ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/common.omc Revision: 5727 Author: sjoelund.se Date: 20:03:52, den 25 juni 2010 Message: - ifdef APPLE_CC on r5726 ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Revision: 5726 Author: sjoelund.se Date: 19:41:34, den 25 juni 2010 Message: - Fix OMNotebook crashing on OSX - Some text boxes are now a bit too large, but it's still usable ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Revision: 5725 Author: Frenkel TUD Date: 18:42:59, den 25 juni 2010 Message: - bugfix simplify ---- Modified : /trunk/Compiler/Exp.mo Revision: 5723 Author: Frenkel TUD Date: 16:34:05, den 25 juni 2010 Message: - SimCode.mo - do lateInline - Inline.mo - also inline start expressions - SimCodeC - implement more cases for daeExpBinary ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5722 Author: sjoelund.se Date: 13:57:33, den 25 juni 2010 Message: - Fix spelling of OMNotebook ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Revision: 5721 Author: sjoelund.se Date: 09:57:55, den 25 juni 2010 Message: - make clean removes omc-diff.exe ---- Modified : /trunk/Makefile.common Revision: 5720 Author: sjoelund.se Date: 09:53:41, den 25 juni 2010 Message: - Makefile update for OSX .app extension ---- Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5719 Author: Frenkel TUD Date: 01:35:25, den 25 juni 2010 Message: - DAELow.mo - replace dummy der also in multidim equations - extend array equations for crefs ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5718 Author: Frenkel TUD Date: 20:38:23, den 24 juni 2010 Message: - VarTransform.mo - implement addMultiDimReplacements to replace arrays and records - Inline.mo - bugfix for records - Exp.mo - implement expStripLastIdent, is used from Vartransfrom.addMultiDimReplacements - extend isZero for arrays - simplify array_add and array_sub - Derive.mo - do simplify after derive equations - run inline functionality after derive functions - bugfix derive functions - DAELow.mo - use VarTransform.addMultiDimReplacements - remember derived arrays and multidimequations to avoid duplicate arrays and multidimeqations - bugfix incidenceRowExp for array variables - bugfix extendRecordEqns ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Revision: 5717 Author: perost Date: 21:31:03, den 23 juni 2010 Message: Fixed constant evaluation of all functions used in the multibody loops models, which gives large speedups (Engine1a.mos went from ~21 sec to ~9 sec, while EngineV6.mos went from ~10 min to ~8.5 min). The axesRotations function is currently not evaluated in Cevalfunc though, because for some reason it's much slower to constant evaluate it with cevalFunc than with dynamic loading. - Fixed correct dimensions in ValuesUtil.matrixStripFirstColumn so that ValuesUtil.multScalarProduct works correctly. - Added support for record variables in Cevalfunc.extendEnvWithInputArgs so that they are correctly added to the environment. - Added support for imports in Cevalfunc.extendEnvWithInputArgs (only SI-import at the moment, because other imports cause large slowdowns when evaluating the axesRotations function from MSL). - Added handling of DAE.WHOLEDIM in Ceval.cevalSubscriptValue. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ValuesUtil.mo Revision: 5716 Author: sjoelund.se Date: 14:08:53, den 23 juni 2010 Message: - Fix testsuite after commit r5715 ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Util.mo Revision: 5715 Author: Frenkel TUD Date: 02:04:12, den 23 juni 2010 Message: - removeSimpleEquations also for simple array equations ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Revision: 5714 Author: Frenkel TUD Date: 18:21:36, den 22 juni 2010 Message: - VarTransform spelling - Derive bugfix dimension of zero derivative - DAELow start to implement removeSimpleEquations also for arrays and records ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/VarTransform.mo Revision: 5713 Author: mohsen Date: 16:18:12, den 22 juni 2010 Message: Updated for the release 1.5 //Mohsen ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Revision: 5712 Author: mohsen Date: 15:57:59, den 22 juni 2010 Message: Updated the OSMC public license from Berkley for the Release 1.5 //Mohsen ---- Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Revision: 5711 Author: mohsen Date: 15:50:06, den 22 juni 2010 Message: Updated the UG for 1.5 Release //Mohsen ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 5710 Author: mohsen Date: 15:47:23, den 22 juni 2010 Message: Updated the system Guide for the 1.5 release //Mohsen ---- Modified : /trunk/doc/OpenModelicaSystem.pdf Revision: 5709 Author: mohsen Date: 15:46:54, den 22 juni 2010 Message: Updated System Guide for the 1.5 Release. Updated the table of content //Mohsen ---- Modified : /trunk/doc/OpenModelicaSystem.doc Revision: 5708 Author: mohsen Date: 15:28:27, den 22 juni 2010 Message: Updated UG for the release 1.5 afteer comments from Per, Martin and Kristian. New section about failtrace and debuging. //Mohsen ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 5707 Author: mohsen Date: 14:26:45, den 22 juni 2010 Message: The System Guide after comments from Kristian, Martin, Per. Removed SimCodeGen and inserted SimCode. Wrote about the new template Susan. The table of contents needs to be updated /Mohsen ---- Modified : /trunk/doc/OpenModelicaSystem.doc Revision: 5706 Author: Frenkel TUD Date: 10:11:42, den 22 juni 2010 Message: - fix bug in statesAndVarsExp for records ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Revision: 5705 Author: petar Date: 10:02:56, den 22 juni 2010 Message: -Fixed bug with stateSelect set to parameter not picked up due to limitation in type system (enumeration(:) not implemented. This is mostly used in new MultiBody library. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Revision: 5704 Author: petfr Date: 21:47:39, den 21 juni 2010 Message: - fix the compilation of absyn_builder lib ---- Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Revision: 5703 Author: adrpo Date: 15:59:51, den 21 juni 2010 Message: - odp for OpenOffice users ---- Added : /trunk/doc/performance/Performance.odp Revision: 5702 Author: sjoelund.se Date: 14:17:01, den 21 juni 2010 Message: - Updated elementary multibody models after inline changes ---- Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Revision: 5701 Author: Frenkel TUD Date: 13:24:42, den 21 juni 2010 Message: - add derivative for ARR_ADD, ARR_SUB, CREF array - lower MultiDimEquations to normal equations after inlining if it is possible ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Revision: 5700 Author: sjoelund.se Date: 11:42:32, den 21 juni 2010 Message: - Added LDFLAGS to LIBSENDDATA_LDFLAGS also for sendDataHumbug ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5699 Author: sjoelund.se Date: 11:37:47, den 21 juni 2010 Message: - Added flag -noemit to the simulation executable - Up to 10x faster than a simulation that stores results - Only useful to get performance of a simulation without taking file IO into account ---- Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Revision: 5698 Author: sjoelund.se Date: 10:02:03, den 21 juni 2010 Message: - Added missing space in configure script ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5697 Author: sjoelund.se Date: 09:59:39, den 21 juni 2010 Message: - Added some new examples to ModelQueryAPIexamples.onb ---- Modified : /trunk/Examples/ModelQueryAPIexamples.onb Revision: 5696 Author: sjoelund.se Date: 09:24:56, den 21 juni 2010 Message: - Added compilation check of the sendData dependencies to the configure scripts - Added support for LDFLAGS="-L/my/path/to/lib/" for LIBSENDDATA_LDFLAGS ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5695 Author: adrpo Date: 06:33:43, den 21 juni 2010 Message: - first draft of performance enhancement analysis and proposals ---- Added : /trunk/doc/performance Added : /trunk/doc/performance/Performance.pptx Revision: 5694 Author: Frenkel TUD Date: 22:38:36, den 20 juni 2010 Message: - start to add code for array equations to simcode ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5693 Author: sjoelund.se Date: 18:45:03, den 18 juni 2010 Message: - OMShell-terminal: Changed history file to ~/.mosh_history instead of ./mosh_history on Unix ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/options.cpp Modified : /trunk/mosh/src/options.h Revision: 5692 Author: Frenkel TUD Date: 14:32:50, den 18 juni 2010 Message: - bugfix inlining records ---- Modified : /trunk/Compiler/Inline.mo Revision: 5691 Author: Frenkel TUD Date: 10:43:10, den 18 juni 2010 Message: - Bugfix extend Complex Equations ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5690 Author: adrpo Date: 21:40:13, den 17 juni 2010 Message: - uncomment Static.cevalIfConstant as is was commented by mistake - replaced equality(x = y) with true = intEq/realEq/stringEqual(x, y) - replaced equality(x, y) with Exp.expEqual(x, y) in Static.eqSubscript ---- Modified : /trunk/Compiler/Static.mo Revision: 5689 Author: Frenkel TUD Date: 18:11:04, den 17 juni 2010 Message: - Activate function inlining after move it into lowering process. Now inlining should work and generate better results because remove simple equations is done after inlining. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/CevalScript.mo Revision: 5688 Author: perost Date: 16:42:39, den 17 juni 2010 Message: - Removed commented case from elabCallReduction (see commit 4787). ---- Modified : /trunk/Compiler/Static.mo Revision: 5687 Author: perost Date: 13:26:31, den 17 juni 2010 Message: - Fixed memory copy in solver_main.cpp (copying pointers does not copy data!). ---- Modified : /trunk/c_runtime/solver_main.cpp Revision: 5686 Author: sjoelund.se Date: 09:56:09, den 17 juni 2010 Message: - Added more files to svn:ignore on non-testsuite directories ---- Modified : /trunk Modified : /trunk/OMNotebook/OMNotebookQT4 Modified : /trunk/OMNotebook/ext Modified : /trunk/OMShell Modified : /trunk/Compiler/absyn_builder Modified : /trunk/c_runtime Modified : /trunk/mosh/src Modified : /trunk/c_runtime/interactive Modified : /trunk/c_runtime/java_interface Modified : /trunk/flat_modelica_parser/src Modified : /trunk/modelica_parser/src Revision: 5685 Author: perost Date: 09:49:40, den 17 juni 2010 Message: - Moved Codegen.getMatchingExpsList and Codegen.getMatchingExps to Exp. - Moved Codegen.getUniontypePaths to DAEUtil. - Removed Codegen. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CMakeLists.txt Deleted : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/Makefile.w32 Revision: 5684 Author: sjoelund.se Date: 22:10:56, den 16 juni 2010 Message: - Fixed compilation of OMShell.app on OSX ---- Modified : /trunk/OMShell/OMShell.config.in Revision: 5683 Author: sjoelund.se Date: 21:42:32, den 16 juni 2010 Message: - Fixed compilation of OMShell-terminal on OSX ---- Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/Compiler/Makefile.compiler_subdirs.common Modified : /trunk/mosh/src/Makefile.in Revision: 5682 Author: sjoelund.se Date: 21:22:17, den 16 juni 2010 Message: - Updated configure/Makefile to work using MacPorts on x86_64 - qmake-mac can be found, and used to generate sendData makefiles - omniORB can be found, and used to generate the CORBA communication - The qtclients were not updated - The following configure command needs to be provided in MacPorts: ./configure '--with-sendData-Qt' '--with-omniORB' 'LDFLAGS=-L/opt/local/lib/' 'CFLAGS=-I/opt/local/include/' - The following packages should be installed: antlr qt4-mac lp_solve omniorb autoconf and probably some more ---- Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Revision: 5681 Author: perost Date: 17:07:18, den 16 juni 2010 Message: - Rewrote templates for for-loops and reductions to share more code. - Implemented code generation for reductions where the range is not a RANGE. - Renamed the previously named member boolean in record DAE.STMT_FOR to the more descriptive name iterIsArray, and added a comment on what it does. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5680 Author: sjoelund.se Date: 16:30:06, den 16 juni 2010 Message: - System.os now returns "OSX" on OSX. ---- Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5679 Author: dhedberg Date: 16:27:28, den 16 juni 2010 Message: Built-in function fill is now simplified in Exp.simplifyBuiltinCalls() (used by MathCore). ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Revision: 5678 Author: sjoelund.se Date: 15:53:29, den 16 juni 2010 Message: - Updated configure/Makefile to handle qmake on OSX differently - Updated makefiles to check if qmake and idl exists before trying to compile qtclients - Don't try to clean qtclients if qmake does not exist (systems without qmake can now make clean again!) ---- Modified : /trunk/Makefile.common Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/c_runtime/Makefile.in Revision: 5677 Author: perost Date: 11:44:21, den 16 juni 2010 Message: - Added min of array to code generator. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5676 Author: adrpo Date: 11:34:58, den 16 juni 2010 Message: - fixes for list stream printing. ---- Modified : /trunk/Compiler/runtime/IOStreamExt.c Revision: 5675 Author: petfr Date: 11:16:12, den 16 juni 2010 Message: The OpenModelicaTemplateProgramming document is a users guide on the new OpenModelica text template language Susan. This version is from April 21 2010. ---- Added : /trunk/doc/OpenModelicaTemplateProgramming.doc Added : /trunk/doc/OpenModelicaTemplateProgramming.pdf Revision: 5674 Author: perost Date: 10:45:04, den 16 juni 2010 Message: - Added an alternate, more parallel way of running the testsuite. See comments in testsuite/partest/runtests.pl for instructions on how to use it. ---- Added : /trunk/testsuite/partest Added : /trunk/testsuite/partest/runtest.pl Added : /trunk/testsuite/partest/runtests.pl Revision: 5673 Author: sjoelund.se Date: 09:00:09, den 16 juni 2010 Message: - Fixed usage of sed on OSX (GNU sed handles -i differently) ---- Modified : /trunk/configure Modified : /trunk/configure.in Added : /trunk/configure-post.sh Revision: 5672 Author: sjoelund.se Date: 08:45:04, den 16 juni 2010 Message: - Add missing file config.unix.h.in ---- Added : /trunk/Compiler/runtime/config.unix.h.in Revision: 5671 Author: sjoelund.se Date: 08:44:13, den 16 juni 2010 Message: - Fix configure for OSX ---- Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5670 Author: adrpo Date: 18:10:49, den 15 juni 2010 Message: Inst.mo - first draft of the expandable connectors - return the environments in Inst.instClassdef2 and pass them along - return the new environments where needed and pass them along - changes due to Lookup.lookupVar* Lookup.mo - return also the component environment in Lookup.lookupVar* Static.mo - use the component environment in Static.canonCref - added api: setCommandLineOptions CevalScript.mo - added api: setCommandLineOptions Env.mo - added Env.getVariablesFrom* to retrieve all variables from an environment, frame, etc. VarTransform.mo - minor edit Changes to all other files due to changes to Lookup.lookupVar* ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/TplParser.mo Revision: 5669 Author: adrpo Date: 16:53:23, den 15 juni 2010 Message: - updated Workplan-status-estimates.xls (since 2010-04-15 for Adrian Pop) ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5667 Author: adrpo Date: 12:33:52, den 15 juni 2010 Message: - fixed compilation on Windows MSVC/OMDev ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5666 Author: adrpo Date: 12:33:12, den 15 juni 2010 Message: - fixed problems on Windows MSVC/OMDev ---- Modified : /trunk/Compiler/runtime/config.h Revision: 5665 Author: sjoelund.se Date: 11:32:30, den 15 juni 2010 Message: - Added new function call for interactive sessions: - checkSettings() : record OpenModelica.Diagnostics.ImportantValues - Add any information you constantly need to ask users for when debugging their problems - A single command that you can get a lot of useful information from that OMC doesn't always check - Updated System.regularFileExists, System.directoryExists to return Boolean instead of Integer - Updated System.systemCall to return the exit code rather than the exit status (which is platform-dependent) - For example, an application that returned 127 would show up as 32512 in Linux ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/runtime Modified : /trunk/Compiler/runtime/Makefile.in Added : /trunk/Compiler/runtime/config.h Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5664 Author: petar Date: 10:11:18, den 15 juni 2010 Message: -Added crefPrependIdent that prepends and identifier to a cref (also given type and subscript list) ---- Modified : /trunk/Compiler/Exp.mo Revision: 5663 Author: sjoelund.se Date: 07:49:35, den 15 juni 2010 Message: - Updated c_runtime/Makefile.in for building sendData on OSX (which won't link on x86_64 anyway) ---- Modified : /trunk/c_runtime/Makefile.in Revision: 5661 Author: sjoelund.se Date: 16:49:31, den 14 juni 2010 Message: - Added ringbuffer implementation for delay() - It is faster for large simulations, although not much so (the original impl. is O(log(n))). Note: The template code does not have access to delayMax for the store function, which is where the buffer should be cleared. Now it's done after binary search, but only if delayMax == delayTime. The SimCode really should have this information added. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/ringbuffer.h Modified : /trunk/c_runtime/simulation_delay.cpp Modified : /trunk/c_runtime/simulation_delay.h Revision: 5660 Author: dhedberg Date: 14:52:49, den 14 juni 2010 Message: Reverted most changes of error messages due to a huge number of tests failing. ---- Modified : /trunk/Compiler/Error.mo Revision: 5659 Author: dhedberg Date: 14:15:39, den 14 juni 2010 Message: Improved/corrected even more error messages (this should be the last commit). ---- Modified : /trunk/Compiler/Error.mo Revision: 5658 Author: dhedberg Date: 13:52:08, den 14 juni 2010 Message: Improved/corrected even more error messages. ---- Modified : /trunk/Compiler/Error.mo Revision: 5657 Author: dhedberg Date: 13:45:28, den 14 juni 2010 Message: Improved/corrected more error messages. ---- Modified : /trunk/Compiler/Error.mo Revision: 5656 Author: dhedberg Date: 12:56:23, den 14 juni 2010 Message: Improved/corrected error messages. ---- Modified : /trunk/Compiler/Error.mo Revision: 5655 Author: perost Date: 11:56:25, den 14 juni 2010 Message: - Fixed wrong path to typeview in SimCodeC.tpl. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5654 Author: perost Date: 09:18:03, den 14 juni 2010 Message: - Reverted removal of functions in Exp.mo and Util.mo from commit 5649 and 5650. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Util.mo Revision: 5653 Author: sjoelund.se Date: 08:30:31, den 14 juni 2010 Message: - Updated meta/PartialFn1.mos ---- Modified : /trunk/testsuite/meta/PartialFn1.mos Revision: 5652 Author: sjoelund.se Date: 08:27:25, den 14 juni 2010 Message: - Fixed meta/*.mos testcases using wrong loadFile() commands. - Fixed MetaModelicaDev/08_pam/Input.mo ---- Modified : /trunk/testsuite/meta/BuiltinArray.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Input.mo Modified : /trunk/testsuite/meta/PartialFn13.mos Modified : /trunk/testsuite/meta/PartialFn5.mos Modified : /trunk/testsuite/meta/PartialFn7.mos Modified : /trunk/testsuite/meta/Uniontype13.mos Revision: 5651 Author: sjoelund.se Date: 18:06:32, den 11 juni 2010 Message: - Changed the exit() function in c_runtime to an EXIT macro - This is aliased to _exit() on Unix because exit() always returned 0 - Fixed better handling of assertions in Euler and Dassl runtime - Updated StringTest.mos as it now prints that simulation failed ---- Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/compat.h Modified : /trunk/c_runtime/dummy_model.cpp Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/java_interface.h Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_main.cpp Modified : /trunk/testsuite/mosfiles/StringTest.mos Revision: 5650 Author: perost Date: 17:22:00, den 11 juni 2010 Message: - Removed more unneeded checks in Exp.crefEqual. ---- Modified : /trunk/Compiler/Exp.mo Revision: 5649 Author: perost Date: 17:02:47, den 11 juni 2010 Message: - Removed name mangling from DAELow, and implemented it in the template-based code generator instead. - Removed origVarName from DAELow.VAR, since varName is now the same. - Removed unused functions Util.modelicaStringToCStr and Util.cStrToModelicaString. - Removed unused stringify functions from Exp (Exp.stringifyComponentRef etc.). - Fixed remaining issues with the template-based code generator, such as external fortran calls, function pointers and returning records from functions. - Added unboxing of arrays to meta_modelica.h - Removed the old SimCodegen module and replaced it with the new SimCode module. - Removed printing before ASUB expressions in Exp.printExp. - Updated lots of testcases to comply with the changes made. - Fixed some spelling errors (Descrete => Discrete, Resudials => Residuals) ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Deleted : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Modified : /trunk/testsuite/libraries/msl221/ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/meta/BuiltinArray.mos Modified : /trunk/testsuite/meta/PartialFn1.mos Modified : /trunk/testsuite/meta/PartialFn13.mos Modified : /trunk/testsuite/meta/PartialFn5.mos Modified : /trunk/testsuite/meta/PartialFn7.mos Modified : /trunk/testsuite/meta/Uniontype13.mos Modified : /trunk/testsuite/mofiles/AlgorithmFor6.mo Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/ForNested.mo Modified : /trunk/testsuite/mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/InOutArray.mo Modified : /trunk/testsuite/mofiles/InOutArray2.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/invertedPendulum.mos Revision: 5648 Author: sjoelund.se Date: 16:52:27, den 11 juni 2010 Message: - ANTLR parsers updated ---- Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Revision: 5647 Author: sjoelund.se Date: 16:20:45, den 11 juni 2010 Message: - Fix bug in absyn_builder make target ---- Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Revision: 5645 Author: sjoelund.se Date: 14:15:32, den 11 juni 2010 Message: - Updated dummy_model.cpp ---- Modified : /trunk/c_runtime/dummy_model.cpp Revision: 5644 Author: sjoelund.se Date: 13:43:35, den 11 juni 2010 Message: - Don't compile main() into libf2c.a ---- Modified : /trunk/c_runtime/libf2c/makefile.u Revision: 5643 Author: sjoelund.se Date: 12:14:47, den 11 juni 2010 Message: - Added automatic regeneration of TplCodegen.mo if the template changes ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/susan_codegen/Makefile Revision: 5642 Author: sjoelund.se Date: 11:42:17, den 11 juni 2010 Message: - Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5641 Author: AlexeyLebedev Date: 10:14:48, den 11 juni 2010 Message: A little more to derivatives of constant expressions: Fixed the rule der(constant) = 0.0 in simplification: if the expression is an array, the result must also be an array. Moved makeZeroExpression from DAEUtil to Exp. ---- Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Revision: 5640 Author: wbraun Date: 09:46:22, den 11 juni 2010 Message: small bug fixes for solver_main ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/solver_main.cpp Revision: 5639 Author: sjoelund.se Date: 09:12:30, den 11 juni 2010 Message: - Fix for Makefile ANTLR dependencies with parallel makefiles - Now says "Nothing to be done for `all'." instead of running ANTLR regardless ---- Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Revision: 5638 Author: sjoelund.se Date: 08:23:25, den 11 juni 2010 Message: - Compiler/Makefile .depend target depends on a mo-file being changed. ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 5637 Author: sjoelund.se Date: 08:22:00, den 11 juni 2010 Message: - Fixed testsuite/mofiles/DerConstant{1,2,3}.mo. rtest expects endResult lines ---- Modified : /trunk/testsuite/mofiles/DerConstant1.mo Modified : /trunk/testsuite/mofiles/DerConstant2.mo Modified : /trunk/testsuite/mofiles/DerConstant3.mo Revision: 5636 Author: wbraun Date: 20:13:14, den 10 juni 2010 Message: add a brute-force approach for DASSL with synchronous event handling + usage with method=dassl2 + rename solver_euler* to solver_main + add s-stage runge-kutta method ---- Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Deleted : /trunk/c_runtime/solver_euler.cpp Deleted : /trunk/c_runtime/solver_euler.h Added : /trunk/c_runtime/solver_main.cpp Added : /trunk/c_runtime/solver_main.h Revision: 5635 Author: AlexeyLebedev Date: 16:11:37, den 10 juni 2010 Message: If expr is a constant or parametric expression, der(expr) is replaced during elaboration: by 0.0 if expr is Real or Integer; by an array of corresponding size filled by 0.0 if expr is an array of Real or Integer. See http://openmodelica.ida.liu.se:8080/cb/issue/1233 ---- Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/mofiles/DerConstant1.mo Added : /trunk/testsuite/mofiles/DerConstant2.mo Added : /trunk/testsuite/mofiles/DerConstant3.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5634 Author: petar Date: 13:58:27, den 8 juni 2010 Message: -Fixed bug in instantiation of external objects. Even thought they do not generate equations, the connection set must be propagated through it. Before it returned emtpy set. ---- Modified : /trunk/Compiler/Inst.mo Revision: 5633 Author: sjoelund.se Date: 09:49:05, den 8 juni 2010 Message: - Remove tab characters from Absyn.mo ---- Modified : /trunk/Compiler/Absyn.mo Revision: 5632 Author: adrpo Date: 10:13:56, den 7 juni 2010 Message: - updates to v6 engines due to removal of some parentheses ---- Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Revision: 5631 Author: adrpo Date: 09:40:42, den 7 juni 2010 Message: - first draft of testsuite/libraries/multibody/systems/RobotR3.mos containing tests for: + MultiBody.Examples.Systems.RobotR3.oneAxis + MultiBody.Examples.Systems.RobotR3.fullRobot - still left to do: + check why the balance is off and get rid of the error messages. ---- Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Revision: 5630 Author: petar Date: 08:55:45, den 7 juni 2010 Message: -Added simplification in Exp.simplify: der(c) => 0 for constant expression c. ---- Modified : /trunk/Compiler/Exp.mo Revision: 5629 Author: adrpo Date: 01:55:44, den 7 juni 2010 Message: - total model of MultiBody.Examples.Elementary with correct annotations. - changes to tests due to inline annotations. ---- Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo Revision: 5628 Author: sjoelund.se Date: 14:51:10, den 3 juni 2010 Message: - Fix for delay() when the time step taken was larger than the max delay - This is a problem because the next value from the buffer will be used even though it has not been initialized - Should possibly be fixed in the future by changing the assert to i+1, and changing the solver to never take a too large time step ---- Modified : /trunk/c_runtime/simulation_delay.cpp Revision: 5625 Author: adrpo Date: 21:15:03, den 1 juni 2010 Message: - updates to testsuite/libraries/multibody/*/*.mos files. - parentheses around multiplication are not displayed now. ---- Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Revision: 5624 Author: sjoelund.se Date: 15:59:34, den 1 juni 2010 Message: - Update makefiles to fail if we failed to generate simcode (and only try if omc is already compiled) ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 5623 Author: sjoelund.se Date: 15:40:19, den 1 juni 2010 Message: - Fixed line endings for the new .mo-files - Reverted accidental change to SimCodeC.tpl ---- Modified : /trunk/Makefile.in Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/DAEDump.mo Modified : /trunk/Compiler/IOStream.mo Modified : /trunk/Compiler/IOStreamExt.mo Revision: 5622 Author: adrpo Date: 14:55:54, den 1 juni 2010 Message: - change in the message for an outer variable that has no inner ---- Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_attributes.mos Revision: 5621 Author: dhedberg Date: 14:38:50, den 1 juni 2010 Message: Fixed a bug in simplifyAsub for binary operations with operator type DAE.DIV_ARRAY_SCALAR. ---- Modified : /trunk/Compiler/Exp.mo Revision: 5620 Author: otto@mathcore.com Date: 13:39:50, den 1 juni 2010 Message: Added /LTCG switch to the makefiles for visual studio. ---- Modified : /trunk/Compiler/absyn_builder/Makefile.vc Modified : /trunk/modelica_parser/src/Makefile.win Revision: 5618 Author: sjoelund.se Date: 09:08:27, den 1 juni 2010 Message: - Fix MetaModelicaDev/08_pam expected output ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/SCRIPT.mos Revision: 5617 Author: sjoelund.se Date: 08:53:53, den 1 juni 2010 Message: - Updates due to printing mosfile output to stdout directly - dynload.c - flush output buffers function call for deterministic behaviour - Testsuite updated - testcases that used stdout now prints lines in different positions than earlier ---- Modified : /trunk/Compiler/runtime/dynload.c Modified : /trunk/testsuite/meta/BuiltinMisc.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive3.mos Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mos Revision: 5616 Author: Frenkel TUD Date: 03:21:19, den 1 juni 2010 Message: - comment out extendAllRecordEqns until testsuite library uses inline annotation ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5615 Author: Frenkel TUD Date: 03:15:31, den 1 juni 2010 Message: - continue with extendRecords and function inlining ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5614 Author: adrpo Date: 20:53:59, den 31 maj 2010 Message: - fix the number of elements in Util.listFill call inside lowerComplexEqn. ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5613 Author: Frenkel TUD Date: 20:28:49, den 31 maj 2010 Message: - comment out extendAllRecordEqns until it does not work as expected ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5612 Author: adrpo Date: 18:07:31, den 31 maj 2010 Message: - new implementation of the inner outer to get rid of very expensive phases that are not needed, see Inst.instVar - got rid of phases: InnerOuter.checkMissingInnerDecl, InnerOuter.renameUniqueVarsInTopScope, InnerOuter.changeOuterReferences - phase InnerOuter.changeOuterReferences replaced with lighter phase: InnerOuter.changeInnerOuterInOuterConnect - prefixing of outer cref is now done directly with correct prefix of the corresponding inner cref. - Inst.sortInnerFirstTplLstElementMod is now called to correctly sort the inner components to be instantiated first even if they come from extends. - PrefixUtil.prefixExp now gets the instance hierarchy and uses it to prefix the outer crefs. - added Util.listMapMap0. - Main now runs a .mos file directly on the standard output. - updates to Makefiles to compile and link the new packages: IOStream.mo IOStreamExt.mo DAEDump.mo and the new C file: runtime/IOStreamExt.c - missing of the inner component declaration now generates only a warning. - updates to the tests due to changes of cref ordering in the connection sets and the instantiation order of inner components. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.frontend.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/Makefile.vc Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Makefile Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mofiles/ConnectInnerOuter.mo Modified : /trunk/testsuite/mofiles/ConnectInnerOuter3.mo Modified : /trunk/testsuite/mofiles/modifyOuter2.mo Revision: 5611 Author: adrpo Date: 17:52:58, den 31 maj 2010 Message: - added function evaluateToStdOut now used in Main to display the result of running a command in a .mos file directly on standard output instead of building strings. - send the instance hierarchy to Mod.elabMod as is now needed in prefixing crefs. ---- Modified : /trunk/Compiler/Interactive.mo Revision: 5610 Author: Frenkel TUD Date: 17:50:51, den 31 maj 2010 Message: - move function inlining previous to blt - start implementation of extend recordequations - ToDo: Test Records with array elements ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 5609 Author: adrpo Date: 17:50:41, den 31 maj 2010 Message: - use the faster crefEqualNoStringCompare instead of crefEqual in crefPrefixOf - use stringEqual(x, y) instead of equality(x = y) - unelab reductions back to an Absyn.CALL ---- Modified : /trunk/Compiler/Exp.mo Revision: 5608 Author: adrpo Date: 17:48:32, den 31 maj 2010 Message: - renamed fcallret to fcallret1 - added fcallret0 to be used when only printing and not returning values. - the new function is used in package Main for printing to standard output based on a debug flag. ---- Modified : /trunk/Compiler/Debug.mo Revision: 5607 Author: adrpo Date: 17:46:13, den 31 maj 2010 Message: - more comments. - better connection set printing. ---- Modified : /trunk/Compiler/ConnectUtil.mo Revision: 5606 Author: adrpo Date: 17:44:02, den 31 maj 2010 Message: - use the new DAEDump module. ---- Modified : /trunk/Compiler/ConnectionGraph.mo Revision: 5605 Author: adrpo Date: 17:43:01, den 31 maj 2010 Message: - use the new DAEDump module. ---- Modified : /trunk/Compiler/Codegen.mo Revision: 5604 Author: adrpo Date: 17:41:33, den 31 maj 2010 Message: - do not store the instantiated class in the Interactive Symbol Table as it takes too much memory and is not very useful. - use the new DAEDump.dumpStr to dump the DAE. ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 5603 Author: adrpo Date: 17:37:58, den 31 maj 2010 Message: - send in the instance hierarchy to Inst.getUsertypeDimensions as is now needed for prefixing. ---- Modified : /trunk/Compiler/Cevalfunc.mo Revision: 5602 Author: adrpo Date: 17:36:04, den 31 maj 2010 Message: - added more cases to Ceval.ceval to handle logical OR expressions. ---- Modified : /trunk/Compiler/Ceval.mo Revision: 5601 Author: adrpo Date: 17:33:57, den 31 maj 2010 Message: - changed the messaged for Error.MISSING_INNER_PREFIX to display more information. - also this error is now a warning instead of an error as we can use the outer object directly if no inner is present. ---- Modified : /trunk/Compiler/Error.mo Revision: 5600 Author: adrpo Date: 17:32:15, den 31 maj 2010 Message: - changed the inner outer implementation to handle all cases via the InnerOuter.mo instance hierarchy. - outer components are now *always* prefixed directly with the correct prefix of the inner using the information stored via InnerOuter.addOuterPrefixToIH into InnerOuter.TOP_INSTANCE.outerPrefixes - some of the code is now dead code, we leave it in the file for now. ---- Modified : /trunk/Compiler/InnerOuter.mo Revision: 5599 Author: adrpo Date: 17:27:23, den 31 maj 2010 Message: - now we are correctly displaying the terminate statement in the flattened code ---- Modified : /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo Revision: 5598 Author: adrpo Date: 17:24:54, den 31 maj 2010 Message: - changes due to move of dumping functions to DAEDump.mo ---- Modified : /trunk/Compiler/DAEQuery.mo Revision: 5597 Author: adrpo Date: 17:24:09, den 31 maj 2010 Message: - changes due to move of dumping functions to DAEDump.mo ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5595 Author: adrpo Date: 17:22:12, den 31 maj 2010 Message: - new module DAEDump.mo which contains the dumping functions for the DAE. these functions were moved from DAEUtil.mo. - corrected a bug which did not display the terminate statement in the flattened code. ---- Added : /trunk/Compiler/DAEDump.mo Revision: 5594 Author: adrpo Date: 17:20:24, den 31 maj 2010 Message: - dump functions moved to DAEDump.mo - function splitElements classifies elements into: variables, initial equations, initial algorithms, equations, algorithms, external objects. is it used in DAEDump.mo ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 5593 Author: adrpo Date: 17:15:54, den 31 maj 2010 Message: - added modifierAsAbsynExp to DAE.EqMod in the DAE.TYPED record. is it used to not call unelabMod functions when not needed. ---- Modified : /trunk/Compiler/DAE.mo Revision: 5592 Author: adrpo Date: 17:11:52, den 31 maj 2010 Message: - partially implemented IO Streams. - right now only list stream is complete. ---- Added : /trunk/Compiler/IOStream.mo Added : /trunk/Compiler/IOStreamExt.mo Added : /trunk/Compiler/runtime/IOStreamExt.c Revision: 5590 Author: otto@mathcore.com Date: 09:53:32, den 31 maj 2010 Message: Preserve noEvent around event triggering functions. ---- Modified : /trunk/Compiler/Exp.mo Revision: 5589 Author: sjoelund.se Date: 09:43:14, den 31 maj 2010 Message: - Added Unix make target "fix-svn-eol-style" - Fixed line ending for all .mo and .mos-files in Compiler/ and testsuite/ ---- Modified : /trunk/Makefile.in Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Input.mo Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Modified : /trunk/testsuite/libraries/msl221/ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Modified : /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/SCRIPT.mos Modified : /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.mo Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza.mo Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/TestRedCellsTotal.mo Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.mo Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/generate.mos Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/simulate.mos Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/generate.mos Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/generate.mos Modified : /trunk/Compiler/susan_codegen/SusanDump.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen.mo Modified : /trunk/Compiler/susan_codegen/TplCodegenTV.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen_handMade.mo Modified : /trunk/Compiler/susan_codegen/paper.mo Modified : /trunk/Compiler/susan_codegen/paper__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/test.mo Modified : /trunk/Compiler/susan_codegen/test__testShouldBe.mo Modified : /trunk/testsuite/java/GetDefinitions.mos Modified : /trunk/testsuite/java/JavaExt.mo Modified : /trunk/testsuite/java/JavaExt.mos Modified : /trunk/testsuite/java/JavaExtArrays.mos Modified : /trunk/testsuite/java/JavaExtInteractive.mos Modified : /trunk/testsuite/java/JavaExtParseProgram.mos Modified : /trunk/testsuite/java/JavaExtRecord.mos Modified : /trunk/testsuite/java/JavaExtUniontype.mos Modified : /trunk/testsuite/java/JavaTest.mo Modified : /trunk/testsuite/java/JavaTest.mos Modified : /trunk/testsuite/libraries/biochem/BioChem/Compartments/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Constants.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Examples/MassAction/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Examples/MultiCompartments/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Examples/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Compartments/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Nodes/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions/Basics/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions/Modifiers/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Substances/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Activation/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/BiSubstrate/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Hill/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/HyperbolicModifier/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Inhibition/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction/Irreversible/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction/Reversible/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MichaelisMenten/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Reactions/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Substances/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/Units/package.mo Modified : /trunk/testsuite/libraries/biochem/BioChem/package.mo Modified : /trunk/testsuite/libraries/biochem/EnzMM.mos Modified : /trunk/testsuite/libraries/biochem/Glycolysis.mos Modified : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /trunk/testsuite/libraries/biochem/UniBi.mos Modified : /trunk/testsuite/libraries/biochem/UniUni.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl221/AIMS_start.mos Modified : /trunk/testsuite/libraries/msl221/Accelerate.mos Modified : /trunk/testsuite/libraries/msl221/BusUsage.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl221/ChuaCircuit.mos Modified : /trunk/testsuite/libraries/msl221/DCEE_start.mos Modified : /trunk/testsuite/libraries/msl221/DCPM_start.mos Modified : /trunk/testsuite/libraries/msl221/DCSE_start.mos Modified : /trunk/testsuite/libraries/msl221/Damper.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifierTotal.mo Modified : /trunk/testsuite/libraries/msl221/ElasticBearing.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CharacteristicThyristors2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingNPN_OrGate2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingRectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/HeatingResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/OvervoltageProtection2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowSaturatingInductor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/SwitchWithArc2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ThyristorBehaviourTest2.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovementTotal.mo Modified : /trunk/testsuite/libraries/msl221/First.mos Modified : /trunk/testsuite/libraries/msl221/Friction.mos Modified : /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl221/HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl221/IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl221/InitialConditions.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/CoupledClutches2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/FrictionRotationalSim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/InitialConditions2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Continuous.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Discrete.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Interfaces.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Logical.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Math.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Nonlinear.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Routing.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Sources.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Tables.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Types.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Blocks/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Constants.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Basic.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/NandGate.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Rectifier.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/Nand.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/RealSwitch.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/Transistor.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Ideal.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Interfaces.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Lines.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Semiconductors.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Sensors.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Sources.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Digital.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Machines.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/MultiPhase.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Electrical/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Icons.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/UsersGuide/Demo.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Math/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Mechanics/Rotational.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Mechanics/Translational.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Mechanics/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/SIunits.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/StateGraph.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Thermal/FluidHeatFlow.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Thermal/HeatTransfer.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Thermal/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Examples.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Files.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Streams.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Strings.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Utilities/System.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Types.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/Utilities/package.mo Modified : /trunk/testsuite/libraries/msl221/Modelica/package.mo Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoadTotal.mo Modified : /trunk/testsuite/libraries/msl221/Motor.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/OneMass.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBGTotal.mo Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierTotal.mo Modified : /trunk/testsuite/libraries/msl221/Oscillator.mos Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/ParallelCooling.mos Modified : /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad2.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/PullinStrokeTotal.mo Modified : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl221/PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/Rectifier.mos Modified : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/Sensors.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/SignConvention.mos Modified : /trunk/testsuite/libraries/msl221/SimpleCooling.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/msl221/TestNandTotal.mo Modified : /trunk/testsuite/libraries/msl221/TransformerYD.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYY.mos Modified : /trunk/testsuite/libraries/msl221/TwoMass.mos Modified : /trunk/testsuite/libraries/msl221/TwoMasses.mos Modified : /trunk/testsuite/libraries/msl221/WhyArrows.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1Total.mo Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2Total.mo Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1Total.mo Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2Total.mo Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/PendulumTotal.mo Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoopTotal.mo Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/robotTotal.mo Modified : /trunk/testsuite/libraries/multibody/elementary/_UseThisTestToMakeANewOne.mos Modified : /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/_Rotational3DEffectsTotal.mo Modified : /trunk/testsuite/libraries/multibody/systems/_SystemsTotal.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Absyn.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseOMC.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Functions.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Types.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/ParseOMC.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseOMC.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Mcode.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Absyn.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCode.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/TCode.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo Modified : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo Modified : /trunk/testsuite/mofiles/drmodelica/AccessDemoIllegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/ActivateWhenEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mo Modified : /trunk/testsuite/mofiles/drmodelica/AppendElement.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAddEmpty.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayConstruct1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim4.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayEmpty.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayMult.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraySlice.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraysInitIllegal.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraysInitLegal.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest1.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest2.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Modified : /trunk/testsuite/mofiles/drmodelica/Circuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColorClasses.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColorPixel.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/Colors.mo Modified : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo Modified : /trunk/testsuite/mofiles/drmodelica/Concat3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConcatArr1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConcatArr2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConcatArr4.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConnectForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo Modified : /trunk/testsuite/mofiles/drmodelica/CyclicPerm.mo Modified : /trunk/testsuite/mofiles/drmodelica/DAEexample.mo Modified : /trunk/testsuite/mofiles/drmodelica/DimConvert.mo Modified : /trunk/testsuite/mofiles/drmodelica/DimSize.mo Modified : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mo Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mo Modified : /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo Modified : /trunk/testsuite/mofiles/drmodelica/EqualityEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mofiles/drmodelica/EquationCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/Equations.mo Modified : /trunk/testsuite/mofiles/drmodelica/ErrorNestedWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mo Modified : /trunk/testsuite/mofiles/drmodelica/FiveForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/FlatTank.mo Modified : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo Modified : /trunk/testsuite/mofiles/drmodelica/FuncDer.mo Modified : /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo Modified : /trunk/testsuite/mofiles/drmodelica/GenericMicroCircuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/HeatTank.mo Modified : /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mo Modified : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo Modified : /trunk/testsuite/mofiles/drmodelica/HideVariableForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo Modified : /trunk/testsuite/mofiles/drmodelica/IfEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo Modified : /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo Modified : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Modified : /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mo Modified : /trunk/testsuite/mofiles/drmodelica/MRFcall.mo Modified : /trunk/testsuite/mofiles/drmodelica/MicroCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/drmodelica/MicroCircuitValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mofiles/drmodelica/MoonLanding.mo Modified : /trunk/testsuite/mofiles/drmodelica/MultFuncCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo Modified : /trunk/testsuite/mofiles/drmodelica/Oscillator.mo Modified : /trunk/testsuite/mofiles/drmodelica/PointInst.mo Modified : /trunk/testsuite/mofiles/drmodelica/PointSum.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mofiles/drmodelica/RangeVector.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Modified : /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mofiles/drmodelica/StatementCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo Modified : /trunk/testsuite/mofiles/drmodelica/SubArrayIndex.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumForLoop.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/drmodelica/Summation.mo Modified : /trunk/testsuite/mofiles/drmodelica/Tank.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankPI.mo Modified : /trunk/testsuite/mofiles/drmodelica/TankPID.mo Modified : /trunk/testsuite/mofiles/drmodelica/TanksConnectedPI.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempResistor3.mo Modified : /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo Modified : /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeSumVec.mo Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenPriority.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/XPowers1.mo Modified : /trunk/testsuite/mofiles/drmodelica/XPowers2.mo Modified : /trunk/testsuite/mofiles/drmodelica/XPowers3.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM12.mo Modified : /trunk/testsuite/mofiles/msl/BM13.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM16.mo Modified : /trunk/testsuite/mofiles/msl/BM17.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM24.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM27.mo Modified : /trunk/testsuite/mofiles/msl/BM28.mo Modified : /trunk/testsuite/mofiles/msl/BM3.mo Modified : /trunk/testsuite/mofiles/msl/BM4.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS13.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS15.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mytest/MyHelloWorld.mo Modified : /trunk/testsuite/mytest/MyHelloWorld.mos Modified : /trunk/testsuite/mytest/PowerOf3.mo Modified : /trunk/testsuite/mytest/PowerOf3.mos Modified : /trunk/testsuite/mytest/PowerOf3_pkg.mo Modified : /trunk/testsuite/mytest/dyn1.mo Modified : /trunk/testsuite/mytest/dyn1.mos Modified : /trunk/testsuite/mytest/dyn2.mo Modified : /trunk/testsuite/mytest/dyn2.mos Modified : /trunk/testsuite/mytest/dyn2_pkg.mo Modified : /trunk/testsuite/mytest/rtest-mo Modified : /trunk/testsuite/mytest/rtest-mos Modified : /trunk/testsuite/mytest/simulation_failed_template.mos Modified : /trunk/testsuite/mytest/simulation_template.mos Modified : /trunk/testsuite/mytest/translation_failed_template.mo Modified : /trunk/testsuite/mytest/translation_template.mo Revision: 5588 Author: sjoelund.se Date: 09:27:36, den 31 maj 2010 Message: - Fixed testsuite/mosfiles/IfEquation3.mo ---- Modified : /trunk/testsuite/meta/PartialFn1.mos Modified : /trunk/testsuite/meta/BuiltinArray.mos Modified : /trunk/testsuite/meta/PartialFn13.mos Modified : /trunk/testsuite/meta/PartialFn5.mos Modified : /trunk/testsuite/meta/PartialFn7.mos Modified : /trunk/testsuite/meta/Uniontype13.mos Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mofiles/AlgorithmFor6.mo Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/ForNested.mo Modified : /trunk/testsuite/mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/InOutArray.mo Modified : /trunk/testsuite/mofiles/InOutArray2.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/invertedPendulum.mos Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_attributes.mos Modified : /trunk/testsuite/meta/BuiltinMisc.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive3.mos Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mos Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mofiles/ConnectInnerOuter.mo Modified : /trunk/testsuite/mofiles/ConnectInnerOuter3.mo Modified : /trunk/testsuite/mofiles/modifyOuter2.mo Modified : /trunk/testsuite/meta/BuiltinArray.mo Modified : /trunk/testsuite/meta/BuiltinBoolean.mo Modified : /trunk/testsuite/meta/BuiltinBoolean.mos Modified : /trunk/testsuite/meta/BuiltinInteger.mo Modified : /trunk/testsuite/meta/BuiltinInteger.mos Modified : /trunk/testsuite/meta/BuiltinList.mo Modified : /trunk/testsuite/meta/BuiltinList.mos Modified : /trunk/testsuite/meta/BuiltinMisc.mo Modified : /trunk/testsuite/meta/BuiltinReal.mo Modified : /trunk/testsuite/meta/BuiltinReal.mos Modified : /trunk/testsuite/meta/BuiltinString.mo Modified : /trunk/testsuite/meta/BuiltinString.mos Modified : /trunk/testsuite/meta/ComplicatedInteractive.mo Modified : /trunk/testsuite/meta/ComplicatedInteractive.mos Modified : /trunk/testsuite/meta/DefaultArgs.mo Modified : /trunk/testsuite/meta/DefaultArgs.mos Modified : /trunk/testsuite/meta/EqPatternm.mo Modified : /trunk/testsuite/meta/EqPatternm.mos Modified : /trunk/testsuite/meta/Equality.mo Modified : /trunk/testsuite/meta/Equality.mos Modified : /trunk/testsuite/meta/Failure.mo Modified : /trunk/testsuite/meta/Failure.mos Modified : /trunk/testsuite/meta/List1.mo Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mo Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mo Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/List4.mo Modified : /trunk/testsuite/meta/List4.mos Modified : /trunk/testsuite/meta/ListInteractive.mo Modified : /trunk/testsuite/meta/ListInteractive.mos Modified : /trunk/testsuite/meta/MatchCase1.mo Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase10.mo Modified : /trunk/testsuite/meta/MatchCase10.mos Modified : /trunk/testsuite/meta/MatchCase2.mo Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mo Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mo Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mo Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mo Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mo Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mo Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mo Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive1.mo Modified : /trunk/testsuite/meta/MatchCaseInteractive1.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mo Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive3.mo Modified : /trunk/testsuite/meta/OptionInteractive.mo Modified : /trunk/testsuite/meta/OptionInteractive.mos Modified : /trunk/testsuite/meta/PartialFn1.mo Modified : /trunk/testsuite/meta/PartialFn10.mo Modified : /trunk/testsuite/meta/PartialFn10.mos Modified : /trunk/testsuite/meta/PartialFn11.mo Modified : /trunk/testsuite/meta/PartialFn11.mos Modified : /trunk/testsuite/meta/PartialFn12.mo Modified : /trunk/testsuite/meta/PartialFn12.mos Modified : /trunk/testsuite/meta/PartialFn13.mo Modified : /trunk/testsuite/meta/PartialFn2.mo Modified : /trunk/testsuite/meta/PartialFn2.mos Modified : /trunk/testsuite/meta/PartialFn3.mo Modified : /trunk/testsuite/meta/PartialFn3.mos Modified : /trunk/testsuite/meta/PartialFn4.mo Modified : /trunk/testsuite/meta/PartialFn4.mos Modified : /trunk/testsuite/meta/PartialFn5.mo Modified : /trunk/testsuite/meta/PartialFn6.mo Modified : /trunk/testsuite/meta/PartialFn6.mos Modified : /trunk/testsuite/meta/PartialFn7.mo Modified : /trunk/testsuite/meta/PartialFn8.mo Modified : /trunk/testsuite/meta/PartialFn8.mos Modified : /trunk/testsuite/meta/PartialFn9.mo Modified : /trunk/testsuite/meta/PartialFn9.mos Modified : /trunk/testsuite/meta/Polymorphic.mo Modified : /trunk/testsuite/meta/Polymorphic.mos Modified : /trunk/testsuite/meta/Recursive.mo Modified : /trunk/testsuite/meta/Recursive.mos Modified : /trunk/testsuite/meta/Shadowing1.mo Modified : /trunk/testsuite/meta/Shadowing1.mos Modified : /trunk/testsuite/meta/Shadowing2.mo Modified : /trunk/testsuite/meta/Shadowing2.mos Modified : /trunk/testsuite/meta/TupleInteractive.mo Modified : /trunk/testsuite/meta/TupleInteractive.mos Modified : /trunk/testsuite/meta/Uniontype1.mo Modified : /trunk/testsuite/meta/Uniontype1.mos Modified : /trunk/testsuite/meta/Uniontype10.mo Modified : /trunk/testsuite/meta/Uniontype10.mos Modified : /trunk/testsuite/meta/Uniontype11.mo Modified : /trunk/testsuite/meta/Uniontype11.mos Modified : /trunk/testsuite/meta/Uniontype12.mo Modified : /trunk/testsuite/meta/Uniontype12.mos Modified : /trunk/testsuite/meta/Uniontype13.mo Modified : /trunk/testsuite/meta/Uniontype14.mo Modified : /trunk/testsuite/meta/Uniontype14.mos Modified : /trunk/testsuite/meta/Uniontype2.mo Modified : /trunk/testsuite/meta/Uniontype2.mos Modified : /trunk/testsuite/meta/Uniontype3.mo Modified : /trunk/testsuite/meta/Uniontype3.mos Modified : /trunk/testsuite/meta/Uniontype4.mo Modified : /trunk/testsuite/meta/Uniontype4.mos Modified : /trunk/testsuite/meta/Uniontype5.mo Modified : /trunk/testsuite/meta/Uniontype5.mos Modified : /trunk/testsuite/meta/Uniontype6.mo Modified : /trunk/testsuite/meta/Uniontype6.mos Modified : /trunk/testsuite/meta/Uniontype7.mo Modified : /trunk/testsuite/meta/Uniontype7.mos Modified : /trunk/testsuite/meta/Uniontype8.mo Modified : /trunk/testsuite/meta/Uniontype8.mos Modified : /trunk/testsuite/meta/Uniontype9.mo Modified : /trunk/testsuite/meta/Uniontype9.mos Modified : /trunk/testsuite/mofiles/Abs.mo Modified : /trunk/testsuite/mofiles/Abs1.mo Modified : /trunk/testsuite/mofiles/Abs2.mo Modified : /trunk/testsuite/mofiles/Acos.mo Modified : /trunk/testsuite/mofiles/AddReal1.mo Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/Algorithm2.mo Modified : /trunk/testsuite/mofiles/Algorithm3.mo Modified : /trunk/testsuite/mofiles/Algorithm4.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor1.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor2.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor3.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor4.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor5.mo Modified : /trunk/testsuite/mofiles/And.mo Modified : /trunk/testsuite/mofiles/Array1.mo Modified : /trunk/testsuite/mofiles/Array10.mo Modified : /trunk/testsuite/mofiles/Array11.mo Modified : /trunk/testsuite/mofiles/Array12.mo Modified : /trunk/testsuite/mofiles/Array13.mo Modified : /trunk/testsuite/mofiles/Array14.mo Modified : /trunk/testsuite/mofiles/Array15.mo Modified : /trunk/testsuite/mofiles/Array2.mo Modified : /trunk/testsuite/mofiles/Array3.mo Modified : /trunk/testsuite/mofiles/Array4.mo Modified : /trunk/testsuite/mofiles/Array5.mo Modified : /trunk/testsuite/mofiles/Array6.mo Modified : /trunk/testsuite/mofiles/Array7.mo Modified : /trunk/testsuite/mofiles/Array8.mo Modified : /trunk/testsuite/mofiles/Array9.mo Modified : /trunk/testsuite/mofiles/ArrayAccess.mo Modified : /trunk/testsuite/mofiles/ArrayAddition.mo Modified : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo Modified : /trunk/testsuite/mofiles/ArrayBrackets.mo Modified : /trunk/testsuite/mofiles/ArrayCurlyBrackets.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration1.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration2.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration3.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration4.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration5.mo Modified : /trunk/testsuite/mofiles/ArrayDivision.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps1.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps2.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps3.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps4.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps5.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval1.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval2.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval3.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval4.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval5.mo Modified : /trunk/testsuite/mofiles/ArrayExtend.mo Modified : /trunk/testsuite/mofiles/ArrayExtendsUnknown.mo Modified : /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayModification1.mo Modified : /trunk/testsuite/mofiles/ArrayModification10.mo Modified : /trunk/testsuite/mofiles/ArrayModification11.mo Modified : /trunk/testsuite/mofiles/ArrayModification12.mo Modified : /trunk/testsuite/mofiles/ArrayModification2.mo Modified : /trunk/testsuite/mofiles/ArrayModification3.mo Modified : /trunk/testsuite/mofiles/ArrayModification4.mo Modified : /trunk/testsuite/mofiles/ArrayModification5.mo Modified : /trunk/testsuite/mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mofiles/ArrayModification7.mo Modified : /trunk/testsuite/mofiles/ArrayModification8.mo Modified : /trunk/testsuite/mofiles/ArrayModification9.mo Modified : /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayMultiplication.mo Modified : /trunk/testsuite/mofiles/ArrayOperators.mo Modified : /trunk/testsuite/mofiles/ArrayRange.mo Modified : /trunk/testsuite/mofiles/ArrayReduce2.mo Modified : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/ArraySizeFromFunc.mo Modified : /trunk/testsuite/mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mofiles/ArraySubtraction.mo Modified : /trunk/testsuite/mofiles/Array_builtin.mo Modified : /trunk/testsuite/mofiles/Asin.mo Modified : /trunk/testsuite/mofiles/AssignmentFunction.mo Modified : /trunk/testsuite/mofiles/AssignmentFunctionMultiple1.mo Modified : /trunk/testsuite/mofiles/AssignmentFunctionMultiple2.mo Modified : /trunk/testsuite/mofiles/AssignmentSimple.mo Modified : /trunk/testsuite/mofiles/Atan.mo Modified : /trunk/testsuite/mofiles/Atan2.mo Modified : /trunk/testsuite/mofiles/BlockComponents.mo Modified : /trunk/testsuite/mofiles/BlockIllegal.mo Modified : /trunk/testsuite/mofiles/BlockSimple.mo Modified : /trunk/testsuite/mofiles/BoolArrayTest.mo Modified : /trunk/testsuite/mofiles/BooleanLiterals.mo Modified : /trunk/testsuite/mofiles/Break.mo Modified : /trunk/testsuite/mofiles/Cardinality.mo Modified : /trunk/testsuite/mofiles/Ceil.mo Modified : /trunk/testsuite/mofiles/Circle.mo Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/Class1.mo Modified : /trunk/testsuite/mofiles/Class2.mo Modified : /trunk/testsuite/mofiles/Class3.mo Modified : /trunk/testsuite/mofiles/Class4.mo Modified : /trunk/testsuite/mofiles/ClassExtends1.mo Modified : /trunk/testsuite/mofiles/ClassExtends2.mo Modified : /trunk/testsuite/mofiles/ClassExtends3.mo Modified : /trunk/testsuite/mofiles/Comment1.mo Modified : /trunk/testsuite/mofiles/Comment2.mo Modified : /trunk/testsuite/mofiles/ComponentNames.mo Modified : /trunk/testsuite/mofiles/CondDeclaration.mo Modified : /trunk/testsuite/mofiles/CondOperators.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression2.mo Modified : /trunk/testsuite/mofiles/ConditionalComponent.mo Modified : /trunk/testsuite/mofiles/Connect1.mo Modified : /trunk/testsuite/mofiles/Connect10.mo Modified : /trunk/testsuite/mofiles/Connect11.mo Modified : /trunk/testsuite/mofiles/Connect12.mo Modified : /trunk/testsuite/mofiles/Connect13.mo Modified : /trunk/testsuite/mofiles/Connect14.mo Modified : /trunk/testsuite/mofiles/Connect15.mo Modified : /trunk/testsuite/mofiles/Connect2.mo Modified : /trunk/testsuite/mofiles/Connect3.mo Modified : /trunk/testsuite/mofiles/Connect4.mo Modified : /trunk/testsuite/mofiles/Connect5.mo Modified : /trunk/testsuite/mofiles/Connect6.mo Modified : /trunk/testsuite/mofiles/Connect7.mo Modified : /trunk/testsuite/mofiles/Connect8.mo Modified : /trunk/testsuite/mofiles/Connect9.mo Modified : /trunk/testsuite/mofiles/ConnectConst1.mo Modified : /trunk/testsuite/mofiles/ConnectFlowEffort.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mofiles/ConnectInnerOuter2.mo Modified : /trunk/testsuite/mofiles/ConnectTypes.mo Modified : /trunk/testsuite/mofiles/ConnectorComponents.mo Modified : /trunk/testsuite/mofiles/ConnectorIllegal.mo Modified : /trunk/testsuite/mofiles/ConnectorSimple.mo Modified : /trunk/testsuite/mofiles/Constant1.mo Modified : /trunk/testsuite/mofiles/Constant10.mo Modified : /trunk/testsuite/mofiles/Constant11.mo Modified : /trunk/testsuite/mofiles/Constant2.mo Modified : /trunk/testsuite/mofiles/Constant3.mo Modified : /trunk/testsuite/mofiles/Constant4.mo Modified : /trunk/testsuite/mofiles/Constant5.mo Modified : /trunk/testsuite/mofiles/Constant6.mo Modified : /trunk/testsuite/mofiles/Constant7.mo Modified : /trunk/testsuite/mofiles/Constant8.mo Modified : /trunk/testsuite/mofiles/Constant9.mo Modified : /trunk/testsuite/mofiles/ConstantDeclConnector.mo Modified : /trunk/testsuite/mofiles/ConstantDeclRecord.mo Modified : /trunk/testsuite/mofiles/ConstantDeclType.mo Modified : /trunk/testsuite/mofiles/ConstantReductions.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mofiles/ConstrainingType2.mo Modified : /trunk/testsuite/mofiles/ConstrainingType3.mo Modified : /trunk/testsuite/mofiles/ConstructParameters.mo Modified : /trunk/testsuite/mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mofiles/ConstructParameters2.mo Modified : /trunk/testsuite/mofiles/Cos.mo Modified : /trunk/testsuite/mofiles/Cosh.mo Modified : /trunk/testsuite/mofiles/Cross.mo Modified : /trunk/testsuite/mofiles/CyclicBindingConst.mo Modified : /trunk/testsuite/mofiles/CyclicBindingParam.mo Modified : /trunk/testsuite/mofiles/Declaration1.mo Modified : /trunk/testsuite/mofiles/Declaration2.mo Modified : /trunk/testsuite/mofiles/Declaration3.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation1.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation2.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation3.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder1.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mofiles/DeclareConstant1.mo Modified : /trunk/testsuite/mofiles/DeclareConstant2.mo Modified : /trunk/testsuite/mofiles/DeclareConstant3.mo Modified : /trunk/testsuite/mofiles/DefaultRecordParameters.mo Modified : /trunk/testsuite/mofiles/Delay.mo Modified : /trunk/testsuite/mofiles/Delay2.mo Modified : /trunk/testsuite/mofiles/Delay3.mo Modified : /trunk/testsuite/mofiles/Delay4.mo Modified : /trunk/testsuite/mofiles/Delay5.mo Modified : /trunk/testsuite/mofiles/Delay6.mo Modified : /trunk/testsuite/mofiles/Delay7.mo Modified : /trunk/testsuite/mofiles/DependsMutual.mo Modified : /trunk/testsuite/mofiles/DependsRecursive.mo Modified : /trunk/testsuite/mofiles/Derivative1.mo Modified : /trunk/testsuite/mofiles/Discrete1.mo Modified : /trunk/testsuite/mofiles/Discrete2.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclConnector.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclRecord.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclType.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance1.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance2.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance3.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mofiles/Div.mo Modified : /trunk/testsuite/mofiles/DocString.mo Modified : /trunk/testsuite/mofiles/DoubleDeclaration.mo Modified : /trunk/testsuite/mofiles/Each1.mo Modified : /trunk/testsuite/mofiles/Encapsulated1.mo Modified : /trunk/testsuite/mofiles/Encapsulated2.mo Modified : /trunk/testsuite/mofiles/Encapsulated3.mo Modified : /trunk/testsuite/mofiles/EngineSAAB95Total.mo Modified : /trunk/testsuite/mofiles/Enum1.mo Modified : /trunk/testsuite/mofiles/Enum10.mo Modified : /trunk/testsuite/mofiles/Enum2.mo Modified : /trunk/testsuite/mofiles/Enum3.mo Modified : /trunk/testsuite/mofiles/Enum4.mo Modified : /trunk/testsuite/mofiles/Enum5.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/Enum8.mo Modified : /trunk/testsuite/mofiles/Enum9.mo Modified : /trunk/testsuite/mofiles/EnumInvalidLiteral.mo Modified : /trunk/testsuite/mofiles/Equals.mo Modified : /trunk/testsuite/mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mofiles/EquationComponent2.mo Modified : /trunk/testsuite/mofiles/EquationComponent3.mo Modified : /trunk/testsuite/mofiles/EquationComponent4.mo Modified : /trunk/testsuite/mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mofiles/EquationFor1.mo Modified : /trunk/testsuite/mofiles/EquationFor2.mo Modified : /trunk/testsuite/mofiles/EquationFor3.mo Modified : /trunk/testsuite/mofiles/EquationFor4.mo Modified : /trunk/testsuite/mofiles/EquationFor5.mo Modified : /trunk/testsuite/mofiles/EquationFor6.mo Modified : /trunk/testsuite/mofiles/EquationFor7.mo Modified : /trunk/testsuite/mofiles/EquationIf1.mo Modified : /trunk/testsuite/mofiles/EquationIf2.mo Modified : /trunk/testsuite/mofiles/EquationIf3.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/EventFunctions.mo Modified : /trunk/testsuite/mofiles/Exp.mo Modified : /trunk/testsuite/mofiles/Expressions.mo Modified : /trunk/testsuite/mofiles/Extends1.mo Modified : /trunk/testsuite/mofiles/Extends10.mo Modified : /trunk/testsuite/mofiles/Extends11.mo Modified : /trunk/testsuite/mofiles/Extends2.mo Modified : /trunk/testsuite/mofiles/Extends3.mo Modified : /trunk/testsuite/mofiles/Extends4.mo Modified : /trunk/testsuite/mofiles/Extends5.mo Modified : /trunk/testsuite/mofiles/Extends6.mo Modified : /trunk/testsuite/mofiles/Extends7.mo Modified : /trunk/testsuite/mofiles/Extends8.mo Modified : /trunk/testsuite/mofiles/Extends9.mo Modified : /trunk/testsuite/mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction2.mo Added : /trunk/testsuite/mofiles/ExternalFunction3-addmatrices.c (Copy from path: /trunk/testsuite/mofiles/ExternalFunction3_addmatrices.c, Revision, 5566) Deleted : /trunk/testsuite/mofiles/ExternalFunction3_addmatrices.c Modified : /trunk/testsuite/mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mofiles/ExternalFunction4.mo Modified : /trunk/testsuite/mofiles/Faculty1.mo Modified : /trunk/testsuite/mofiles/Faculty2.mo Modified : /trunk/testsuite/mofiles/Faculty3.mo Modified : /trunk/testsuite/mofiles/Faculty4.mo Modified : /trunk/testsuite/mofiles/Faculty5.mo Modified : /trunk/testsuite/mofiles/FillSize.mo Modified : /trunk/testsuite/mofiles/FinalParameterModification.mo Modified : /trunk/testsuite/mofiles/FixedFinalParameter.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/FloatingPoint.mo Modified : /trunk/testsuite/mofiles/Floor.mo Modified : /trunk/testsuite/mofiles/FlowDeclConnector.mo Modified : /trunk/testsuite/mofiles/FlowDeclRecord.mo Modified : /trunk/testsuite/mofiles/FlowDeclType.mo Modified : /trunk/testsuite/mofiles/ForIterator1.mo Modified : /trunk/testsuite/mofiles/ForIterator2.mo Modified : /trunk/testsuite/mofiles/ForSimple.mo Modified : /trunk/testsuite/mofiles/ForceAndTorque.mo Modified : /trunk/testsuite/mofiles/Function1.mo Modified : /trunk/testsuite/mofiles/Function10.mo Modified : /trunk/testsuite/mofiles/Function11.mo Modified : /trunk/testsuite/mofiles/Function12.mo Modified : /trunk/testsuite/mofiles/Function2.mo Modified : /trunk/testsuite/mofiles/Function3.mo Modified : /trunk/testsuite/mofiles/Function4.mo Modified : /trunk/testsuite/mofiles/Function5.mo Modified : /trunk/testsuite/mofiles/Function5_test.mo Modified : /trunk/testsuite/mofiles/Function6.mo Modified : /trunk/testsuite/mofiles/Function7.mo Modified : /trunk/testsuite/mofiles/Function8.mo Modified : /trunk/testsuite/mofiles/Function9.mo Modified : /trunk/testsuite/mofiles/FunctionBreak.mo Modified : /trunk/testsuite/mofiles/FunctionCall.mo Modified : /trunk/testsuite/mofiles/FunctionDefaultArgs.mo Modified : /trunk/testsuite/mofiles/FunctionEval1.mo Modified : /trunk/testsuite/mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mofiles/FunctionEval4.mo Modified : /trunk/testsuite/mofiles/FunctionEval5.mo Modified : /trunk/testsuite/mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/FunctionReturn.mo Modified : /trunk/testsuite/mofiles/FunctionSimple.mo Modified : /trunk/testsuite/mofiles/GreaterThan.mo Modified : /trunk/testsuite/mofiles/GreaterThanEqual.mo Modified : /trunk/testsuite/mofiles/IconsRecursiveTest.mo Modified : /trunk/testsuite/mofiles/Import1.mo Modified : /trunk/testsuite/mofiles/Import2.mo Modified : /trunk/testsuite/mofiles/Import3.mo Modified : /trunk/testsuite/mofiles/Import4.mo Modified : /trunk/testsuite/mofiles/Import5.mo Modified : /trunk/testsuite/mofiles/InOutBool.mo Modified : /trunk/testsuite/mofiles/Influenza.mo Modified : /trunk/testsuite/mofiles/InheritanceClassMod.mo Modified : /trunk/testsuite/mofiles/InheritanceDiamond.mo Modified : /trunk/testsuite/mofiles/InheritanceMultiple.mo Modified : /trunk/testsuite/mofiles/InheritanceProtected.mo Modified : /trunk/testsuite/mofiles/InheritancePublic.mo Modified : /trunk/testsuite/mofiles/InheritanceRestrictions.mo Modified : /trunk/testsuite/mofiles/InheritanceSeveral.mo Modified : /trunk/testsuite/mofiles/InheritanceSimple.mo Modified : /trunk/testsuite/mofiles/Inline1.mo Modified : /trunk/testsuite/mofiles/Inline2.mo Modified : /trunk/testsuite/mofiles/Inline3.mo Modified : /trunk/testsuite/mofiles/Inline4.mo Modified : /trunk/testsuite/mofiles/Inline5.mo Modified : /trunk/testsuite/mofiles/Inline6.mo Modified : /trunk/testsuite/mofiles/InnerClass1.mo Modified : /trunk/testsuite/mofiles/InnerOuter1.mo Modified : /trunk/testsuite/mofiles/InnerOuter2.mo Modified : /trunk/testsuite/mofiles/InnerOuterSystem.mo Modified : /trunk/testsuite/mofiles/InputDeclConnector.mo Modified : /trunk/testsuite/mofiles/InputDeclRecord.mo Modified : /trunk/testsuite/mofiles/InputDeclType.mo Modified : /trunk/testsuite/mofiles/IntAdd.mo Modified : /trunk/testsuite/mofiles/IntDiv.mo Modified : /trunk/testsuite/mofiles/IntMul.mo Modified : /trunk/testsuite/mofiles/IntPow.mo Modified : /trunk/testsuite/mofiles/IntSub.mo Modified : /trunk/testsuite/mofiles/Integer.mo Modified : /trunk/testsuite/mofiles/Integer2Real.mo Modified : /trunk/testsuite/mofiles/IntegerLiterals.mo Modified : /trunk/testsuite/mofiles/LessThan.mo Modified : /trunk/testsuite/mofiles/LessThanEqual.mo Modified : /trunk/testsuite/mofiles/ListTest.mo Modified : /trunk/testsuite/mofiles/Log.mo Modified : /trunk/testsuite/mofiles/Log10.mo Modified : /trunk/testsuite/mofiles/Lookup1.mo Modified : /trunk/testsuite/mofiles/Lookup10.mo Modified : /trunk/testsuite/mofiles/Lookup2.mo Modified : /trunk/testsuite/mofiles/Lookup3.mo Modified : /trunk/testsuite/mofiles/Lookup4.mo Modified : /trunk/testsuite/mofiles/Lookup5.mo Modified : /trunk/testsuite/mofiles/Lookup6.mo Modified : /trunk/testsuite/mofiles/Lookup7.mo Modified : /trunk/testsuite/mofiles/Lookup8.mo Modified : /trunk/testsuite/mofiles/Lookup9.mo Modified : /trunk/testsuite/mofiles/LookupArray.mo Modified : /trunk/testsuite/mofiles/Match1.mo Modified : /trunk/testsuite/mofiles/Match2.mo Modified : /trunk/testsuite/mofiles/Match3.mo Modified : /trunk/testsuite/mofiles/Match4.mo Modified : /trunk/testsuite/mofiles/Match5.mo Modified : /trunk/testsuite/mofiles/Match6.mo Modified : /trunk/testsuite/mofiles/Match7.mo Modified : /trunk/testsuite/mofiles/MathematicalFunctions.mo Modified : /trunk/testsuite/mofiles/Matrix1.mo Modified : /trunk/testsuite/mofiles/MatrixAddition.mo Modified : /trunk/testsuite/mofiles/MatrixBrackets.mo Modified : /trunk/testsuite/mofiles/MatrixPow.mo Modified : /trunk/testsuite/mofiles/MatrixRowIndexing.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Modified : /trunk/testsuite/mofiles/Mod.mo Modified : /trunk/testsuite/mofiles/ModelAccess.mo Modified : /trunk/testsuite/mofiles/ModelSimple.mo Modified : /trunk/testsuite/mofiles/Modification1.mo Modified : /trunk/testsuite/mofiles/Modification10.mo Modified : /trunk/testsuite/mofiles/Modification11.mo Modified : /trunk/testsuite/mofiles/Modification12.mo Modified : /trunk/testsuite/mofiles/Modification13.mo Modified : /trunk/testsuite/mofiles/Modification14.mo Modified : /trunk/testsuite/mofiles/Modification2.mo Modified : /trunk/testsuite/mofiles/Modification3.mo Modified : /trunk/testsuite/mofiles/Modification4.mo Modified : /trunk/testsuite/mofiles/Modification5.mo Modified : /trunk/testsuite/mofiles/Modification6.mo Modified : /trunk/testsuite/mofiles/Modification7.mo Modified : /trunk/testsuite/mofiles/Modification8.mo Modified : /trunk/testsuite/mofiles/Modification9.mo Modified : /trunk/testsuite/mofiles/ModifierClass.mo Modified : /trunk/testsuite/mofiles/ModifierExtends.mo Modified : /trunk/testsuite/mofiles/ModifierProblem.mo Modified : /trunk/testsuite/mofiles/ModifierRedeclare.mo Modified : /trunk/testsuite/mofiles/ModifierVariable.mo Modified : /trunk/testsuite/mofiles/ModifyConstant1.mo Modified : /trunk/testsuite/mofiles/ModifyConstant2.mo Modified : /trunk/testsuite/mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mofiles/ModifyConstant4.mo Modified : /trunk/testsuite/mofiles/ModifyConstant5.mo Modified : /trunk/testsuite/mofiles/ModifyConstant6.mo Modified : /trunk/testsuite/mofiles/ModifyUnknown1.mo Modified : /trunk/testsuite/mofiles/ModifyUnknown2.mo Modified : /trunk/testsuite/mofiles/MultipleDeclarations.mo Modified : /trunk/testsuite/mofiles/MultipleDeclarations2.mo Modified : /trunk/testsuite/mofiles/MyPointsInst1.mo Modified : /trunk/testsuite/mofiles/MyPointsInst2.mo Modified : /trunk/testsuite/mofiles/NamedArguments.mo Modified : /trunk/testsuite/mofiles/NestedClasses.mo Modified : /trunk/testsuite/mofiles/NoEvent1.mo Modified : /trunk/testsuite/mofiles/Not.mo Modified : /trunk/testsuite/mofiles/NotEquals.mo Modified : /trunk/testsuite/mofiles/NumericFunctions.mo Modified : /trunk/testsuite/mofiles/OperatorComponents.mo Modified : /trunk/testsuite/mofiles/OperatorFunction1.mo Modified : /trunk/testsuite/mofiles/OperatorFunction2.mo Modified : /trunk/testsuite/mofiles/OperatorIllegal.mo Modified : /trunk/testsuite/mofiles/OperatorSimple.mo Modified : /trunk/testsuite/mofiles/Operators.mo Modified : /trunk/testsuite/mofiles/Or.mo Modified : /trunk/testsuite/mofiles/OutputDeclConnector.mo Modified : /trunk/testsuite/mofiles/OutputDeclRecord.mo Modified : /trunk/testsuite/mofiles/OutputDeclType.mo Modified : /trunk/testsuite/mofiles/OverrideFinalTest.mo Modified : /trunk/testsuite/mofiles/Overwriting1.mo Modified : /trunk/testsuite/mofiles/Overwriting2.mo Modified : /trunk/testsuite/mofiles/Overwriting3.mo Modified : /trunk/testsuite/mofiles/Overwriting4.mo Modified : /trunk/testsuite/mofiles/PEXPipeTotal.mo Modified : /trunk/testsuite/mofiles/PackageComponents.mo Modified : /trunk/testsuite/mofiles/PackageIllegal.mo Modified : /trunk/testsuite/mofiles/PackageSimple.mo Modified : /trunk/testsuite/mofiles/ParameterDeclConnector.mo Modified : /trunk/testsuite/mofiles/ParameterDeclRecord.mo Modified : /trunk/testsuite/mofiles/ParameterDeclType.mo Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/ParseError2.mo Modified : /trunk/testsuite/mofiles/Partial1.mo Modified : /trunk/testsuite/mofiles/Philosopher.mo Modified : /trunk/testsuite/mofiles/Philosopher2.mo Modified : /trunk/testsuite/mofiles/Pow.mo Modified : /trunk/testsuite/mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mofiles/Protected1.mo Modified : /trunk/testsuite/mofiles/ProtectedAccess.mo Modified : /trunk/testsuite/mofiles/ProtectedAccess2.mo Modified : /trunk/testsuite/mofiles/PublicAccess.mo Modified : /trunk/testsuite/mofiles/Range1.mo Modified : /trunk/testsuite/mofiles/Real2Integer1.mo Modified : /trunk/testsuite/mofiles/Real2Integer2.mo Modified : /trunk/testsuite/mofiles/Real2Integer3.mo Modified : /trunk/testsuite/mofiles/RealAdd.mo Modified : /trunk/testsuite/mofiles/RealDiv.mo Modified : /trunk/testsuite/mofiles/RealMul.mo Modified : /trunk/testsuite/mofiles/RealPow.mo Modified : /trunk/testsuite/mofiles/RealSub.mo Modified : /trunk/testsuite/mofiles/Record1.mo Modified : /trunk/testsuite/mofiles/RecordAssignment.mo Modified : /trunk/testsuite/mofiles/RecordConnections.mo Modified : /trunk/testsuite/mofiles/RecordConstructorVectorization.mo Modified : /trunk/testsuite/mofiles/RecordConstructors.mo Modified : /trunk/testsuite/mofiles/RecordNonPublic.mo Modified : /trunk/testsuite/mofiles/RecordPrefixes.mo Modified : /trunk/testsuite/mofiles/RecordSimple.mo Modified : /trunk/testsuite/mofiles/RecursiveFunctionCall.mo Modified : /trunk/testsuite/mofiles/Redeclare1.mo Modified : /trunk/testsuite/mofiles/Redeclare2.mo Modified : /trunk/testsuite/mofiles/Redeclare3.mo Modified : /trunk/testsuite/mofiles/Redeclare4.mo Modified : /trunk/testsuite/mofiles/Redeclare5.mo Modified : /trunk/testsuite/mofiles/RedeclareFlowEffort.mo Modified : /trunk/testsuite/mofiles/Rem.mo Modified : /trunk/testsuite/mofiles/ReplaceFunction.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration1.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration2.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration3.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration4.mo Modified : /trunk/testsuite/mofiles/ScopeModification1.mo Modified : /trunk/testsuite/mofiles/ScopeModification2.mo Modified : /trunk/testsuite/mofiles/Sequence.mo Modified : /trunk/testsuite/mofiles/Shadow1.mo Modified : /trunk/testsuite/mofiles/ShortClassDef.mo Modified : /trunk/testsuite/mofiles/Sign.mo Modified : /trunk/testsuite/mofiles/SimpleInheritance.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator1.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator2.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator3.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator4.mo Modified : /trunk/testsuite/mofiles/SimpleTypeExtend.mo Modified : /trunk/testsuite/mofiles/Simplify.mo Modified : /trunk/testsuite/mofiles/Sin.mo Modified : /trunk/testsuite/mofiles/Sinh.mo Modified : /trunk/testsuite/mofiles/SmallLinsys.mo Modified : /trunk/testsuite/mofiles/SmallPlantModified.mo Modified : /trunk/testsuite/mofiles/Sqrt.mo Modified : /trunk/testsuite/mofiles/StringBoolean.mo Modified : /trunk/testsuite/mofiles/StringConcatenation.mo Modified : /trunk/testsuite/mofiles/StringConversion.mo Modified : /trunk/testsuite/mofiles/StringInteger.mo Modified : /trunk/testsuite/mofiles/StringLiterals.mo Modified : /trunk/testsuite/mofiles/StringReal.mo Modified : /trunk/testsuite/mofiles/StructuralParameter1.mo Modified : /trunk/testsuite/mofiles/SubScript1.mo Modified : /trunk/testsuite/mofiles/SubScript2.mo Modified : /trunk/testsuite/mofiles/Switch.mo Modified : /trunk/testsuite/mofiles/Tan.mo Modified : /trunk/testsuite/mofiles/Tanh.mo Modified : /trunk/testsuite/mofiles/Terminal1.mo Modified : /trunk/testsuite/mofiles/Terminal2.mo Modified : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Modified : /trunk/testsuite/mofiles/Transpose.mo Modified : /trunk/testsuite/mofiles/Transpose2.mo Modified : /trunk/testsuite/mofiles/Type1.mo Modified : /trunk/testsuite/mofiles/Type10.mo Modified : /trunk/testsuite/mofiles/Type2.mo Modified : /trunk/testsuite/mofiles/Type3.mo Modified : /trunk/testsuite/mofiles/Type4.mo Modified : /trunk/testsuite/mofiles/Type5.mo Modified : /trunk/testsuite/mofiles/Type6.mo Modified : /trunk/testsuite/mofiles/Type7.mo Modified : /trunk/testsuite/mofiles/Type8.mo Modified : /trunk/testsuite/mofiles/Type9.mo Modified : /trunk/testsuite/mofiles/TypeArray.mo Modified : /trunk/testsuite/mofiles/TypeClass1.mo Modified : /trunk/testsuite/mofiles/TypeClass2.mo Modified : /trunk/testsuite/mofiles/TypeDeclArray.mo Modified : /trunk/testsuite/mofiles/TypeEnumeration.mo Modified : /trunk/testsuite/mofiles/TypeSimple.mo Modified : /trunk/testsuite/mofiles/Units1.mo Modified : /trunk/testsuite/mofiles/Units2.mo Modified : /trunk/testsuite/mofiles/UsertypeModifications.mo Modified : /trunk/testsuite/mofiles/VectorBuiltin.mo Modified : /trunk/testsuite/mofiles/VectorDimension.mo Modified : /trunk/testsuite/mofiles/VectorTest.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mofiles/Vectorizable2.mo Modified : /trunk/testsuite/mofiles/Vectorizable3.mo Modified : /trunk/testsuite/mofiles/Vectorizable4.mo Modified : /trunk/testsuite/mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mofiles/Vectorizable6.mo Modified : /trunk/testsuite/mofiles/VectorizeExtendedType.mo Modified : /trunk/testsuite/mofiles/WaveEquationSample.mo Modified : /trunk/testsuite/mofiles/WhenElseNested.mo Modified : /trunk/testsuite/mofiles/WhenNested.mo Modified : /trunk/testsuite/mofiles/WhenSemantics1.mo Modified : /trunk/testsuite/mofiles/While.mo Modified : /trunk/testsuite/mofiles/WillowForest.mo Modified : /trunk/testsuite/mofiles/if_then_elseif_else.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Array9.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Function10.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type10.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type11.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type9.mo Modified : /trunk/testsuite/mofiles/modifyOuter.mo Modified : /trunk/testsuite/mofiles/package-s-1.mo Modified : /trunk/testsuite/mofiles/packages1.mo Modified : /trunk/testsuite/mofiles/packages2.mo Modified : /trunk/testsuite/mofiles/partial-s-1.mo Modified : /trunk/testsuite/mofiles/partials1.mo Modified : /trunk/testsuite/mofiles/prtest.mo Modified : /trunk/testsuite/mofiles/reinit.mo Modified : /trunk/testsuite/mofiles/translation_failed_template.mo Modified : /trunk/testsuite/mofiles/translation_template.mo Modified : /trunk/testsuite/mofiles/tupleSubset.mo Modified : /trunk/testsuite/mosfiles/ABCDsystem.mo Modified : /trunk/testsuite/mosfiles/ABCDsystem.mos Modified : /trunk/testsuite/mosfiles/ActivateWhenEquation.mo Modified : /trunk/testsuite/mosfiles/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles/Algorithm.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mo Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/AppendElement.mo Modified : /trunk/testsuite/mosfiles/AppendElement.mos Modified : /trunk/testsuite/mosfiles/ArrayAddEmpty.mo Modified : /trunk/testsuite/mosfiles/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mo Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mo Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles/ArrayDivError.mo Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/ArrayEmpty.mo Modified : /trunk/testsuite/mosfiles/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayEqn.mo Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mo Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles/ArrayFieldSlice.mo Modified : /trunk/testsuite/mosfiles/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles/ArrayIndex.mo Modified : /trunk/testsuite/mosfiles/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mo Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mo Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/AssertTest.mo Modified : /trunk/testsuite/mosfiles/AssertTest.mos Modified : /trunk/testsuite/mosfiles/AssertTest1.mo Modified : /trunk/testsuite/mosfiles/AssertTest1.mos Modified : /trunk/testsuite/mosfiles/AssertTest2.mo Modified : /trunk/testsuite/mosfiles/AssertTest2.mos Modified : /trunk/testsuite/mosfiles/Body.mo Modified : /trunk/testsuite/mosfiles/BooleanArray.mo Modified : /trunk/testsuite/mosfiles/BooleanArray.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall2.mo Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mo Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/BuiltinMath.mo Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/ColorPixel.mo Modified : /trunk/testsuite/mosfiles/ColorPixel.mos Modified : /trunk/testsuite/mosfiles/CombiTimeTableTest.mos Modified : /trunk/testsuite/mosfiles/CombiTimeTableTestAll.mo Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mo Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/Concat3.mo Modified : /trunk/testsuite/mosfiles/Concat3.mos Modified : /trunk/testsuite/mosfiles/ConcatArr1.mo Modified : /trunk/testsuite/mosfiles/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles/ConcatArr2.mo Modified : /trunk/testsuite/mosfiles/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles/ConcatArr4.mo Modified : /trunk/testsuite/mosfiles/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles/ConnectForEquations.mo Modified : /trunk/testsuite/mosfiles/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mo Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/Cross.mo Modified : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/CyclicPerm.mo Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mo Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mo Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/Delay.mo Modified : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/DimConvert.mo Modified : /trunk/testsuite/mosfiles/DimConvert.mos Modified : /trunk/testsuite/mosfiles/DimSize.mo Modified : /trunk/testsuite/mosfiles/DimSize.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mo Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mo Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/Enum8.mo Modified : /trunk/testsuite/mosfiles/Enum8.mos Modified : /trunk/testsuite/mosfiles/Epidemics1.mo Modified : /trunk/testsuite/mosfiles/Epidemics1.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mo Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles/EquationCall.mo Modified : /trunk/testsuite/mosfiles/EquationCall.mos Modified : /trunk/testsuite/mosfiles/ErrorNestedWhen.mo Modified : /trunk/testsuite/mosfiles/ErrorNestedWhen.mos Modified : /trunk/testsuite/mosfiles/EventIteration.mo Modified : /trunk/testsuite/mosfiles/EventIteration.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mo Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mo Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mo Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/FilterBlock1.mo Modified : /trunk/testsuite/mosfiles/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mo Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mo Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mo Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mo Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mo Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mo Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mo Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles/HeatTank.mo Modified : /trunk/testsuite/mosfiles/HeatTank.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mo Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mo Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mo Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mo Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Identity.mo Modified : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mo Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/IfEquation2.mo Modified : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/IfEquation3.mo Modified : /trunk/testsuite/mosfiles/IfEquation3.mos Modified : /trunk/testsuite/mosfiles/InOutRecord.mo Modified : /trunk/testsuite/mosfiles/InOutRecord.mos Modified : /trunk/testsuite/mosfiles/InOutStrings.mo Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/Initialization.mo Modified : /trunk/testsuite/mosfiles/Interpol2.mo Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/JoinThreeVectors2.mo Modified : /trunk/testsuite/mosfiles/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mo Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mo Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/MRFcall.mo Modified : /trunk/testsuite/mosfiles/MRFcall.mos Modified : /trunk/testsuite/mosfiles/Matrix.mo Modified : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/MissV.mo Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/ModelBalance1.mo Modified : /trunk/testsuite/mosfiles/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles/ModelBalance2.mo Modified : /trunk/testsuite/mosfiles/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles/ModelBalance3.mo Modified : /trunk/testsuite/mosfiles/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mo Modified : /trunk/testsuite/mosfiles/MoonAndEarth.mo Modified : /trunk/testsuite/mosfiles/MoonLanding.mo Modified : /trunk/testsuite/mosfiles/MoonLanding.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mo Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mo Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/OneArgBaseFunction.mo Modified : /trunk/testsuite/mosfiles/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles/Oscillator.mo Modified : /trunk/testsuite/mosfiles/Oscillator.mos Modified : /trunk/testsuite/mosfiles/ParameterModel.mo Modified : /trunk/testsuite/mosfiles/ParameterModel.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mo Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/PreAndAliasedVar.mo Modified : /trunk/testsuite/mosfiles/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles/RangeVector.mo Modified : /trunk/testsuite/mosfiles/RangeVector.mos Modified : /trunk/testsuite/mosfiles/Reductions.mo Modified : /trunk/testsuite/mosfiles/Reductions.mos Modified : /trunk/testsuite/mosfiles/Riccati.mo Modified : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/Sample1.mo Modified : /trunk/testsuite/mosfiles/Sample1.mos Modified : /trunk/testsuite/mosfiles/Sign.mo Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/SmallLinsys.mo Modified : /trunk/testsuite/mosfiles/StatementCall.mo Modified : /trunk/testsuite/mosfiles/StatementCall.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mo Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/StringTest.mo Modified : /trunk/testsuite/mosfiles/SubArrayIndex.mo Modified : /trunk/testsuite/mosfiles/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles/SumForLoop.mo Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mo Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles/Switch.mo Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/Tank.mo Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mo Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mo Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mo Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mo Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mo Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/TempResistor3.mo Modified : /trunk/testsuite/mosfiles/TempResistor3.mos Modified : /trunk/testsuite/mosfiles/Time.mo Modified : /trunk/testsuite/mosfiles/Time.mos Modified : /trunk/testsuite/mosfiles/TooManyPointsBug.mo Modified : /trunk/testsuite/mosfiles/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mo Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles/VectorizeSumVec.mo Modified : /trunk/testsuite/mosfiles/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mo Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mo Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenEquation1.mo Modified : /trunk/testsuite/mosfiles/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles/WhenNotValid.mo Modified : /trunk/testsuite/mosfiles/WhenNotValid.mos Modified : /trunk/testsuite/mosfiles/WhenPriority.mo Modified : /trunk/testsuite/mosfiles/WhenPriority.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mo Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mo Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mo Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/WhenValidResult.mo Modified : /trunk/testsuite/mosfiles/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles/WillowForest.mo Modified : /trunk/testsuite/mosfiles/WillowForest.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mo Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mo Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mo Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/dertest.mo Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/ideal_diode.mo Modified : /trunk/testsuite/mosfiles/invertedPendulumTotal.mo Modified : /trunk/testsuite/mosfiles/nonConstantParam.mo Modified : /trunk/testsuite/mosfiles/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/simulation_failed_template.mos Modified : /trunk/testsuite/mosfiles/simulation_template.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mo Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/testalgwhen.mo Modified : /trunk/testsuite/mosfiles/val.mo Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/when_sorting.mo Modified : /trunk/testsuite/mosfiles/when_sorting.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mo Modified : /trunk/testsuite/mosfiles-msl22/BooleanModel.mo Modified : /trunk/testsuite/mosfiles-msl22/FuncCross.mo Modified : /trunk/testsuite/mosfiles-msl22/InitTest.mo Modified : /trunk/testsuite/mosfiles-msl22/InputOutput.mo Modified : /trunk/testsuite/mosfiles-msl22/LargeSteps.mo Modified : /trunk/testsuite/mosfiles-msl22/LossyGear1.mo Modified : /trunk/testsuite/mosfiles-msl22/MatrixTest.mo Modified : /trunk/testsuite/mosfiles-msl22/Modelica.mo Modified : /trunk/testsuite/mosfiles-msl22/NonLinSys.mo Modified : /trunk/testsuite/mosfiles-msl22/NonLinSys2.mo Modified : /trunk/testsuite/mosfiles-msl22/NonLinSys3.mo Modified : /trunk/testsuite/mosfiles-msl22/NonLinSys4.mo Modified : /trunk/testsuite/mosfiles-msl22/Test3PhaseSystemTotal.mo Modified : /trunk/testsuite/mosfiles-msl22/TestModels.mo Modified : /trunk/testsuite/mosfiles-msl22/TimeVaryingLinsys.mo Modified : /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mo Modified : /trunk/testsuite/mosfiles-msl22/avg.mo Modified : /trunk/testsuite/mosfiles-msl22/blockssources.mos Modified : /trunk/testsuite/mosfiles-msl22/blockssystems.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation2.mos Modified : /trunk/testsuite/mosfiles-msl22/simulation3.mos Modified : /trunk/testsuite/mosfiles-msl22/tupleTest.mo Modified : /trunk/testsuite/mosfiles-nosim/AIMC_DOL.mos Modified : /trunk/testsuite/mosfiles-nosim/AIMC_DOLTotal.mo Modified : /trunk/testsuite/mosfiles-nosim/Array1.mos Modified : /trunk/testsuite/mosfiles-nosim/BaseClass1.mo Modified : /trunk/testsuite/mosfiles-nosim/BaseClass1.mos Modified : /trunk/testsuite/mosfiles-nosim/DefaultComponentName.mo Modified : /trunk/testsuite/mosfiles-nosim/DefaultComponentName.mos Modified : /trunk/testsuite/mosfiles-nosim/EnzMM.mos Modified : /trunk/testsuite/mosfiles-nosim/EnzMMTotal.mo Modified : /trunk/testsuite/mosfiles-nosim/ExtendsOrder.mo Modified : /trunk/testsuite/mosfiles-nosim/ExtendsOrder.mos Modified : /trunk/testsuite/mosfiles-nosim/ExternalFunctionResultOrder.mo Modified : /trunk/testsuite/mosfiles-nosim/ExternalFunctionResultOrder.mos Modified : /trunk/testsuite/mosfiles-nosim/FinalTests.mo Modified : /trunk/testsuite/mosfiles-nosim/FinalTests.mos Modified : /trunk/testsuite/mosfiles-nosim/ForStatement1.mos Modified : /trunk/testsuite/mosfiles-nosim/ForStatement2.mos Modified : /trunk/testsuite/mosfiles-nosim/ForStatement3.mos Modified : /trunk/testsuite/mosfiles-nosim/ForStatement4.mos Modified : /trunk/testsuite/mosfiles-nosim/ForStatement5fail.mos Modified : /trunk/testsuite/mosfiles-nosim/ForStatement6.mos Modified : /trunk/testsuite/mosfiles-nosim/ForStatement7.mos Modified : /trunk/testsuite/mosfiles-nosim/FuncNamespace.mo Modified : /trunk/testsuite/mosfiles-nosim/FuncNamespace.mos Modified : /trunk/testsuite/mosfiles-nosim/Identifier.mo Modified : /trunk/testsuite/mosfiles-nosim/Identifier.mos Modified : /trunk/testsuite/mosfiles-nosim/IfStatement.mos Modified : /trunk/testsuite/mosfiles-nosim/IfStatementIllegal.mos Modified : /trunk/testsuite/mosfiles-nosim/IntAddSubOverflow.mos Modified : /trunk/testsuite/mosfiles-nosim/IntDivOverflow.mos Modified : /trunk/testsuite/mosfiles-nosim/IntMulOverflow.mos Modified : /trunk/testsuite/mosfiles-nosim/IntPowOverflow.mos Modified : /trunk/testsuite/mosfiles-nosim/ModifierProblem.mo Modified : /trunk/testsuite/mosfiles-nosim/ModifierProblem.mos Modified : /trunk/testsuite/mosfiles-nosim/NotbasicType.mo Modified : /trunk/testsuite/mosfiles-nosim/NotbasicType.mos Modified : /trunk/testsuite/mosfiles-nosim/NotbasicType2.mo Modified : /trunk/testsuite/mosfiles-nosim/NotbasicType2.mos Modified : /trunk/testsuite/mosfiles-nosim/Overloading1.mo Modified : /trunk/testsuite/mosfiles-nosim/Overloading2.mo Modified : /trunk/testsuite/mosfiles-nosim/Overloading3.mo Modified : /trunk/testsuite/mosfiles-nosim/Overloading4.mo Modified : /trunk/testsuite/mosfiles-nosim/OverloadingFunc.mos Modified : /trunk/testsuite/mosfiles-nosim/Rename.mo Modified : /trunk/testsuite/mosfiles-nosim/Rename.mos Modified : /trunk/testsuite/mosfiles-nosim/Return.mo Modified : /trunk/testsuite/mosfiles-nosim/Return.mos Modified : /trunk/testsuite/mosfiles-nosim/TestNDims.mo Modified : /trunk/testsuite/mosfiles-nosim/TransformerYY.mos Modified : /trunk/testsuite/mosfiles-nosim/TransformerYYTotal.mo Modified : /trunk/testsuite/mosfiles-nosim/UnpOpPrecedence.mo Modified : /trunk/testsuite/mosfiles-nosim/UnpOpPrecedence.mos Modified : /trunk/testsuite/mosfiles-nosim/WhileStatement.mos Modified : /trunk/testsuite/mosfiles-nosim/WhileStatementIllegal.mos Modified : /trunk/testsuite/mosfiles-nosim/attributes.mo Modified : /trunk/testsuite/mosfiles-nosim/attributes.mos Modified : /trunk/testsuite/mosfiles-nosim/differentiate.mos Modified : /trunk/testsuite/mosfiles-nosim/func_bubble.mo Modified : /trunk/testsuite/mosfiles-nosim/func_bubble.mos Modified : /trunk/testsuite/mosfiles-nosim/func_explicit_typeconv.mo Modified : /trunk/testsuite/mosfiles-nosim/func_explicit_typeconv.mos Modified : /trunk/testsuite/mosfiles-nosim/func_factorial.mo Modified : /trunk/testsuite/mosfiles-nosim/func_factorial.mos Modified : /trunk/testsuite/mosfiles-nosim/func_multiple_return.mo Modified : /trunk/testsuite/mosfiles-nosim/func_multiple_return.mos Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_classes.mos Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_loadsave.mos Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_param.mos Modified : /trunk/testsuite/mosfiles-nosim/interactive_test.mo Modified : /trunk/testsuite/mosfiles-nosim/interactive_test.mos Modified : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualified.mo Modified : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualified.mos Modified : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualifiedInit.mo Modified : /trunk/testsuite/mosfiles-nosim/matrices.mos Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mo Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mos Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mo Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mos Modified : /trunk/testsuite/mosfiles-nosim/simplify.mos Modified : /trunk/testsuite/mosfiles-nosim/strings.mo Modified : /trunk/testsuite/mosfiles-nosim/strings.mos Modified : /trunk/testsuite/mosfiles-nosim/variables.mos Modified : /trunk/testsuite/records/Derived1.mo Modified : /trunk/testsuite/records/Derived2.mo Modified : /trunk/testsuite/records/EmptyRecordTestConstructor.mos Modified : /trunk/testsuite/records/EmptyRecordTestInput.mos Modified : /trunk/testsuite/records/NestedRecordTestConstructor.mos Modified : /trunk/testsuite/records/NestedRecordTestInput.mos Modified : /trunk/testsuite/records/RecordFuncParam.mo Modified : /trunk/testsuite/records/RecordFuncParam.mos Modified : /trunk/testsuite/records/RecordModifications.mo Modified : /trunk/testsuite/records/RecordParameters.mos Modified : /trunk/testsuite/records/RecordTest.mo Modified : /trunk/testsuite/records/RecordVariability.mo Modified : /trunk/testsuite/records/SimpleRecordTestConstructor.mos Modified : /trunk/testsuite/records/SimpleRecordTestInput.mos Revision: 5587 Author: AlexeyLebedev Date: 15:41:54, den 28 maj 2010 Message: Added a test for if-equations containing another if-equation in one of the branches ---- Added : /trunk/testsuite/mosfiles/IfEquation3.mo Added : /trunk/testsuite/mosfiles/IfEquation3.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5586 Author: stebr461 Date: 14:33:13, den 28 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest ---- Added : /trunk/testsuite/libraries/msl221/Electrical/ThyristorBehaviourTest2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5585 Author: stebr461 Date: 14:15:33, den 28 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.SwitchWithArc ---- Added : /trunk/testsuite/libraries/msl221/Electrical/SwitchWithArc2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5584 Author: stebr461 Date: 14:01:23, den 28 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.ShowVariableResistor ---- Added : /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5583 Author: stebr461 Date: 13:57:11, den 28 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.ShowSaturatingInductor ---- Added : /trunk/testsuite/libraries/msl221/Electrical/ShowSaturatingInductor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5582 Author: stebr461 Date: 13:32:21, den 28 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.OvervoltageProtection ---- Added : /trunk/testsuite/libraries/msl221/Electrical/OvervoltageProtection2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5581 Author: stebr461 Date: 13:21:17, den 28 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.HeatingRectifier ---- Added : /trunk/testsuite/libraries/msl221/Electrical/HeatingRectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5580 Author: stebr461 Date: 13:16:35, den 28 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.HeatingResistor ---- Added : /trunk/testsuite/libraries/msl221/Electrical/HeatingResistor2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5579 Author: stebr461 Date: 13:10:08, den 28 maj 2010 Message: - Added simulation test for "Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate" ---- Added : /trunk/testsuite/libraries/msl221/Electrical/HeatingNPN_OrGate2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5578 Author: otto@mathcore.com Date: 17:26:18, den 27 maj 2010 Message: Fixed bug in trimChar for empty strings and strings containing only one char that isn't trimmed away. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5577 Author: stebr461 Date: 14:28:38, den 26 maj 2010 Message: - Added simulation test for HeatingMOSInverter ---- Modified : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Added : /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Revision: 5572 Author: AlexeyLebedev Date: 14:50:24, den 24 maj 2010 Message: Implemented translation to equations with if-expressions for if-equations which contain other if-equations in their branches (see bug 1229). Also implemented correct equation count for such if-equations. ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 5571 Author: sjoelund.se Date: 15:13:44, den 22 maj 2010 Message: - Removed unused GCC -I directives from Compiler/runtime/Makefile ---- Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Revision: 5570 Author: sjoelund.se Date: 12:11:05, den 21 maj 2010 Message: - Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5569 Author: sjoelund.se Date: 12:07:23, den 21 maj 2010 Message: - Compiler/Makefile now calls susan to generate simcode (if omc is already compiled) ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 5567 Author: sjoelund.se Date: 14:40:35, den 20 maj 2010 Message: - Added code for generating time event hints in SimCodeC ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5566 Author: sjoelund.se Date: 13:35:27, den 20 maj 2010 Message: - Some mosfiles teardown commands now remove the executable also on Linux ---- Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/AssertTest.mos Modified : /trunk/testsuite/mosfiles/BooleanArray.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/ColorPixel.mos Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/DimSize.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/ParameterModel.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/Sample1.mos Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/val.mos Revision: 5565 Author: sjoelund.se Date: 12:17:08, den 20 maj 2010 Message: - Using teardown_command instead of system(rm -f) in more mosfiles tests ---- Modified : /trunk/testsuite/mosfiles/DimSize.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Revision: 5564 Author: sjoelund.se Date: 12:01:58, den 20 maj 2010 Message: - Using teardown_command instead of system(rm -f) in more mosfiles tests ---- Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/BooleanArray.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/ColorPixel.mos Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles/EventIteration.mos Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/ParameterModel.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/PreAndAliasedVar.mos Modified : /trunk/testsuite/mosfiles/Reductions.mos Modified : /trunk/testsuite/mosfiles/Sample1.mos Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/Time.mos Modified : /trunk/testsuite/mosfiles/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenEquation1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/when_sorting.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Revision: 5563 Author: ppriv Date: 11:49:55, den 20 maj 2010 Message: - polished Susan's operators precedence and associativity ... see SusanGrammar.txt (TplParser.mo) and .tpl files for changes - (generated) SimCode/SimCodeC.mo and SimCode/SimCodeCSharp.mo set svn:eol-style to LF ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SusanGrammar.txt Modified : /trunk/Compiler/susan_codegen/TplCodegen.tpl Modified : /trunk/Compiler/susan_codegen/paper.tpl Modified : /trunk/Compiler/susan_codegen/test.tpl Revision: 5562 Author: sjoelund.se Date: 11:29:29, den 20 maj 2010 Message: - Using teardown_command instead of system() in some mosfiles tests - This means you remove temp files when you run rtest - But not if you try to debug using omc - no need to change the test anymore ---- Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/AssertTest.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Revision: 5561 Author: sjoelund.se Date: 11:21:18, den 20 maj 2010 Message: - Fix so WaveEquationSample.mos and mosfiles/WillowForest.mos don't remove their .mo-files during teardown ---- Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles/WillowForest.mos Revision: 5560 Author: adrpo Date: 10:24:26, den 20 maj 2010 Message: - more clear variable names. - leave a newline between the omc output and diffs in the log file. ---- Modified : /trunk/testsuite/rtest Revision: 5559 Author: adrpo Date: 09:52:20, den 20 maj 2010 Message: - update to EngineV6_analytic.mos - Engines are disabled for now as they take a lot of time. ---- Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Makefile Revision: 5558 Author: adrpo Date: 09:51:24, den 20 maj 2010 Message: - added MultiBody.Examples.Rotational3DEffects tests to the testsuite ---- Added : /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos Added : /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos Added : /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos Added : /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos Modified : /trunk/testsuite/libraries/multibody/rotational3deffects/_Rotational3DEffectsTotal.mo Modified : /trunk/testsuite/libraries/multibody/Makefile Added : /trunk/testsuite/libraries/multibody/rotational3deffects/Makefile Revision: 5557 Author: adrpo Date: 08:57:33, den 20 maj 2010 Message: - first draft of RobotR3.mos test. only one axis works now, looking into the fullRobot. ---- Added : /trunk/testsuite/libraries/multibody/systems/RobotR3.mos Revision: 5556 Author: adrpo Date: 08:53:53, den 20 maj 2010 Message: - EngineV6.mos update ---- Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6.mos Revision: 5555 Author: adrpo Date: 08:52:38, den 20 maj 2010 Message: - feeding my need of alignment ---- Modified : /trunk/testsuite/difftool/omc-diff.l Revision: 5554 Author: petar Date: 07:57:55, den 20 maj 2010 Message: -Split System.userIsRoot to two separate implementations, one for windows and one for linux (not everyone is using the omc_msvc.h header) ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5553 Author: sjoelund.se Date: 17:45:21, den 19 maj 2010 Message: - More user-friendly omc-diff format - New expected: x got : y - Old < x > y ---- Modified : /trunk/testsuite/difftool/omc-diff.l Revision: 5552 Author: sjoelund.se Date: 17:08:12, den 19 maj 2010 Message: - Template-based code generation mostly working again. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/SimCodegen.mo Revision: 5551 Author: sjoelund.se Date: 16:54:38, den 19 maj 2010 Message: - Readme note about LAPACK ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 5550 Author: sjoelund.se Date: 16:47:17, den 19 maj 2010 Message: - Fix for make -j2 in c_runtime/Makefile.common ---- Modified : /trunk/c_runtime/Makefile.common Revision: 5549 Author: sjoelund.se Date: 15:06:38, den 19 maj 2010 Message: - Fixed LF eol-style on Compiler/*.mo - Made C code generated by Susan use const char* instead of char* ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/CompiledTemplates.mo Modified : /trunk/Compiler/Dependency.mo Modified : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTableStringToPath.mo Modified : /trunk/Compiler/TemplCG.mo Modified : /trunk/Compiler/Tpl.mo Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/TplCodegen.mo Modified : /trunk/Compiler/TplMain.mo Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Revision: 5547 Author: sjoelund.se Date: 14:30:25, den 19 maj 2010 Message: - Add System.userIsRoot() - If the user is root, omc prints an error message and exits. ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/omc_msvc.h Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5546 Author: adrpo Date: 14:02:12, den 19 maj 2010 Message: - use project location instead of workspace/OpenModelica because the top directory might have a different name and one could build an older project by mistake. - there is a downsize to this as if nothing is selected in the package browser the build will fail, but in general that doesn't happen. ---- Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample Revision: 5545 Author: stebr461 Date: 13:56:04, den 18 maj 2010 Message: - fixed an error in previous commit ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Revision: 5544 Author: stebr461 Date: 13:33:45, den 18 maj 2010 Message: - 2 new targets have been added to msl221/Makefile: sim and simfailingtest ---- Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/CharacteristicThyristors2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Modified : /trunk/testsuite/libraries/msl221/Electrical/Makefile Modified : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/CoupledClutches2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/FrictionRotationalSim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/InitialConditions2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Makefile Modified : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Modified : /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos Revision: 5543 Author: stebr461 Date: 12:23:36, den 18 maj 2010 Message: - Moved the simulation tests in msl into separate directories ---- Deleted : /trunk/testsuite/libraries/msl221/Accelerate2.mos Deleted : /trunk/testsuite/libraries/msl221/CauerLowPassOPV2.mos Deleted : /trunk/testsuite/libraries/msl221/CauerLowPassSC2.mos Deleted : /trunk/testsuite/libraries/msl221/CharacteristicThyristors2.mos Deleted : /trunk/testsuite/libraries/msl221/ChuaCircuit2.mos Deleted : /trunk/testsuite/libraries/msl221/CoupledClutches2.mos Deleted : /trunk/testsuite/libraries/msl221/Damper2.mos Deleted : /trunk/testsuite/libraries/msl221/ElasticBearing2.mos Added : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos Added : /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos Added : /trunk/testsuite/libraries/msl221/Electrical/CharacteristicThyristors2.mos Added : /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos Added : /trunk/testsuite/libraries/msl221/Electrical/Makefile Added : /trunk/testsuite/libraries/msl221/Electrical/Rectifier2.mos Deleted : /trunk/testsuite/libraries/msl221/First2.mos Deleted : /trunk/testsuite/libraries/msl221/Friction2.mos Deleted : /trunk/testsuite/libraries/msl221/FrictionRotationalSim.mos Deleted : /trunk/testsuite/libraries/msl221/InitialConditions2.mos Deleted : /trunk/testsuite/libraries/msl221/LossyGearDemo1Sim.mos Deleted : /trunk/testsuite/libraries/msl221/LossyGearDemo2Sim.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/CoupledClutches2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/First2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/Friction2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/FrictionRotationalSim.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/InitialConditions2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/Makefile Added : /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos Added : /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos Deleted : /trunk/testsuite/libraries/msl221/Oscillator2.mos Deleted : /trunk/testsuite/libraries/msl221/Rectifier2.mos Deleted : /trunk/testsuite/libraries/msl221/Sensors2.mos Deleted : /trunk/testsuite/libraries/msl221/SignConvention2.mos Deleted : /trunk/testsuite/libraries/msl221/WhyArrows2.mos Revision: 5542 Author: sjoelund.se Date: 08:57:15, den 18 maj 2010 Message: - Updated code generation of external function libraries - Library="Lapack" on OMDev now outputs {-llapack,-lf2c,-lblas} ---- Modified : /trunk/Compiler/Codegen.mo Revision: 5541 Author: perost Date: 08:40:06, den 18 maj 2010 Message: - Updated some testcases due to Adrians changes to function ordering. ---- Modified : /trunk/testsuite/libraries/msl221/IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl221/OneMass.mos Modified : /trunk/testsuite/libraries/msl221/ParallelCooling.mos Modified : /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl221/PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/SimpleCooling.mos Modified : /trunk/testsuite/libraries/msl221/TwoMass.mos Revision: 5540 Author: sjoelund.se Date: 07:35:27, den 18 maj 2010 Message: - Updated testcases after changes to ordering ---- Modified : /trunk/testsuite/mofiles/PEXPipeTotal.mo Modified : /trunk/testsuite/mofiles/Sequence.mo Modified : /trunk/testsuite/records/RecordFuncParam.mo Revision: 5539 Author: sjoelund.se Date: 07:16:19, den 18 maj 2010 Message: - Fixed tolower/toupper malloc off-by-one error ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5538 Author: adrpo Date: 05:16:19, den 18 maj 2010 Message: - correct function ordering ---- Modified : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo Revision: 5537 Author: adrpo Date: 04:24:52, den 18 maj 2010 Message: Absyn.mo - proper formatting - changed != into Modelica <> so that omc can parse the file DAEUtil.mo - faster DAEUtil.joinDaes - use Print buffer to dump the DAE to string - when sorting functions include the record constructors simulation_events.cpp - commented out unused variable testsuite/libraries/multibody/* - updated due to *proper* sorting of functions and record constructors ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6.mos Modified : /trunk/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Revision: 5536 Author: ppriv Date: 17:27:35, den 17 maj 2010 Message: - Susan parser with the new syntax, together with transformed SimCodeC.tpl and SimCodeCSharp.tpl - produced SimCodeC.mo and SimCodeCSharp.mo are the same as before - the implementation is mostly on syntactical basis now, to be continued ... - see susan_codegen/SusanGrammar.txt and all .tpl files for the details ---- Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Compiler/susan_codegen/SusanGrammar.txt Modified : /trunk/Compiler/susan_codegen/TplCodegen.tpl Modified : /trunk/Compiler/susan_codegen/paper.tpl Modified : /trunk/Compiler/susan_codegen/test.tpl Revision: 5535 Author: stebr461 Date: 13:03:47, den 17 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.ChuaCircuit - Made separate library folders for the electrical and mechanical simulation tests ---- Added : /trunk/testsuite/libraries/msl221/ChuaCircuit2.mos Added : /trunk/testsuite/libraries/msl221/Electrical Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/Mechanics Revision: 5534 Author: perost Date: 13:00:39, den 17 maj 2010 Message: - Fixed bug #1215: http://openmodelica.ida.liu.se:8080/cb/issue/1215 (Records as input arguments to functions). - Added instantiateImplicitRecordConstructors to Static, to make sure that record constructors are instantiated when needed, even if they are not explicitly called. - Fixed code generation for record instances that are input arguments to functions. - Updated some testcases where record constructors where instantiated earlier than before. - Added testcases records/RecordFuncParam.mo and records/RecordFuncParam.mos to test the bugfix. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo Modified : /trunk/testsuite/records/Makefile Added : /trunk/testsuite/records/RecordFuncParam.mo Added : /trunk/testsuite/records/RecordFuncParam.mos Revision: 5533 Author: lochel Date: 12:24:06, den 17 maj 2010 Message: code for codegeneration of symbolic jacobian external functions and algorithm blocks are not implemented yet ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 5532 Author: stebr461 Date: 10:52:36, den 17 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.CharacteristicThyristors ---- Added : /trunk/testsuite/libraries/msl221/CharacteristicThyristors2.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Revision: 5531 Author: stebr461 Date: 10:13:18, den 17 maj 2010 Message: - Added simulation test for CauerLowPassSC ---- Added : /trunk/testsuite/libraries/msl221/CauerLowPassSC2.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Revision: 5530 Author: adrpo Date: 05:21:48, den 17 maj 2010 Message: - fixed compilation on MinGW Windows ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 5528 Author: sjoelund.se Date: 14:28:41, den 14 maj 2010 Message: - make clean removes libinteractive.a ---- Deleted : /trunk/c_runtime/interactive/Makefile Modified : /trunk/c_runtime/interactive/Makefile.in Modified : /trunk/c_runtime/interactive/makefile.mingw Revision: 5527 Author: sjoelund.se Date: 14:03:51, den 14 maj 2010 Message: - Fixed bug #1226 - Changed backend code generation of external functions - The in_ function is the same as for normal functions; it simply calls the other function - Fixed the normal function; the in_ function generated more correct code - Fixed size() expressions for F77 code ---- Modified : /trunk/Compiler/Codegen.mo Added : /trunk/testsuite/mofiles/ExternalFunction4.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5526 Author: sjoelund.se Date: 13:02:01, den 14 maj 2010 Message: - Added -lpthread in omc_debug/Makefile.in ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Revision: 5525 Author: sjoelund.se Date: 13:01:19, den 14 maj 2010 Message: - Fixed System.toupper segfaults - Added System.tolower ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5524 Author: sjoelund.se Date: 09:59:13, den 14 maj 2010 Message: - Adding testcase for bug #1198 ---- Added : /trunk/testsuite/mofiles/Extends11.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5523 Author: sjoelund.se Date: 09:22:02, den 14 maj 2010 Message: - Fix InstExtends when referring to an imported variable in an algorithm section. ---- Modified : /trunk/Compiler/InstExtends.mo Added : /trunk/testsuite/mofiles/Extends10.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5522 Author: vasaie_p Date: 01:12:45, den 14 maj 2010 Message: Control Client and Transfer Server will be initialized with default communication settings (IP, Port) if not set by user ---- Modified : /trunk/c_runtime/interactive/omi_Control.cpp Revision: 5521 Author: sjoelund.se Date: 18:21:29, den 13 maj 2010 Message: - Main.mo: +i flag will now generate code with the correct filename - Added code for scheduling sample() events before runtime. DASSL uses this code for a (really) small hint now (not taking too large steps). This improves event-heavy sims by around 10%, but can be a lot better if someone who knows the solvers has a look. - Simulation code now uses const char* instead of char*. This removes a LOT of warnings in the log files. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/options.cpp Modified : /trunk/c_runtime/options.h Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Revision: 5518 Author: Frenkel TUD Date: 01:05:59, den 13 maj 2010 Message: - bugfix calculateIndexes ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5517 Author: otto@mathcore.com Date: 16:35:07, den 12 maj 2010 Message: Added pathContainsString for use in MC's filterOutExamplePackages. ---- Modified : /trunk/Compiler/Absyn.mo Revision: 5516 Author: sjoelund.se Date: 16:03:26, den 12 maj 2010 Message: - Added the general utility function unique (removes duplicate elements from a sorted C array). - Added a stub for initSample with some code that could be used to generate all the times when a call to sample() generates an event. ---- Modified : /trunk/c_runtime/simulation_delay.cpp Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Revision: 5515 Author: sjoelund.se Date: 15:57:05, den 12 maj 2010 Message: - Make clean should also remove omcd.exe ---- Modified : /trunk/Makefile.common Revision: 5514 Author: stebr461 Date: 15:14:09, den 12 maj 2010 Message: - Added simulation test for Modelica.Electrical.Analog.Examples.CauerLowPassOPV ---- Added : /trunk/testsuite/libraries/msl221/CauerLowPassOPV2.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/libraries/msl221/Rectifier2.mos Revision: 5513 Author: stebr461 Date: 15:03:09, den 12 maj 2010 Message: - Added simulation test for Rectifier ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/Rectifier2.mos Revision: 5512 Author: Frenkel TUD Date: 14:52:41, den 12 maj 2010 Message: - continue with derivatives of functions: bugfix, use to compare Types Types.equivtypes - be more informative in case of if-equations - add case for complex equations (Derived.differentiateEquationTime), fail because derivative of records not implemented jet ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Revision: 5511 Author: ppriv Date: 12:12:22, den 12 maj 2010 Message: - new Susan syntax for template header ... template templName(args,...) "comment" ::= body end templName; ---- Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/TplCodegen.tpl Modified : /trunk/Compiler/susan_codegen/paper.tpl Modified : /trunk/Compiler/susan_codegen/test.tpl Revision: 5510 Author: Frenkel TUD Date: 23:42:41, den 11 maj 2010 Message: - derivative annotation for functions: functions with record as output now works ---- Modified : /trunk/Compiler/Derive.mo Revision: 5509 Author: Frenkel TUD Date: 16:38:29, den 11 maj 2010 Message: - continue with derivatives of functions: functions return records ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Revision: 5507 Author: AlexeyLebedev Date: 14:14:29, den 11 maj 2010 Message: Constant evaluation for derived functions without modifications. ---- Modified : /trunk/Compiler/Cevalfunc.mo Revision: 5506 Author: vasaie_p Date: 14:06:09, den 11 maj 2010 Message: Interactive Simulation part has beed added to the user doc/OpenModelicaUsersGuide.doc ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 5505 Author: vasaie_p Date: 13:35:42, den 11 maj 2010 Message: Some modifications on the interactive chapter 6. NOTE: Table of content update results in an false formated list ---- Modified : /trunk/doc/OpenModelicaSystem.doc Revision: 5504 Author: perost Date: 09:52:15, den 11 maj 2010 Message: - Minor optimization of SimCodegen.generateOdeSystem. ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 5503 Author: perost Date: 09:10:54, den 11 maj 2010 Message: - Added extra checks in all HashTables, as was done for HashTable5 in revision 5498. ---- Modified : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTableStringToPath.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTableCG.mo Revision: 5502 Author: petar Date: 08:30:48, den 11 maj 2010 Message: -Added function System.windowsNewline for creating string constant '\r\n' since MetaModelica has a bug for that literal. ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5501 Author: Frenkel TUD Date: 17:13:37, den 10 maj 2010 Message: - continue with derivatives of functions: noDerivative bugfix ---- Modified : /trunk/Compiler/Derive.mo Revision: 5500 Author: sjoelund.se Date: 16:42:10, den 10 maj 2010 Message: - Added omc_msvc.h: A compatibility header that adds inf,nan and round macros for MSVC. ---- Added : /trunk/Compiler/runtime/omc_msvc.h Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/unitparser.cpp Revision: 5499 Author: stebr461 Date: 16:02:17, den 10 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Rotational.Examples.ElasticBearing ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/ElasticBearing2.mos Revision: 5498 Author: perost Date: 15:35:19, den 10 maj 2010 Message: - Added extra check in HashTable5 to make sure that the right function is found. ---- Modified : /trunk/Compiler/HashTable5.mo Revision: 5497 Author: otto@mathcore.com Date: 15:13:00, den 10 maj 2010 Message: Fixed compilation on Linux. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5496 Author: dhedberg Date: 15:10:47, den 10 maj 2010 Message: INFINITY and NAN are not defined in math.h on Windows (MSVC). Removed the code involving those definitions for MSVC. ---- Modified : /trunk/Compiler/runtime/ptolemyio.cpp Revision: 5495 Author: stebr461 Date: 15:05:32, den 10 maj 2010 Message: - Added simulation tests for Modelica.Mechanics.Rotational.Examples.LossyGearDemo 1 and 2 ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/LossyGearDemo1Sim.mos Added : /trunk/testsuite/libraries/msl221/LossyGearDemo2Sim.mos Revision: 5494 Author: ppriv Date: 15:04:58, den 10 maj 2010 Message: - a small SimCode/SimCodeC.tpl bug fix ... '-L"<%modelInfo.directory%>"' was incorrectly given as constant in "" ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5493 Author: dhedberg Date: 14:35:47, den 10 maj 2010 Message: Fixed order of includes to make things compile (in Visual C++) again. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5492 Author: stebr461 Date: 14:31:00, den 10 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Rotational.Examples.CoupledClutches ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/CoupledClutches2.mos Revision: 5491 Author: stebr461 Date: 14:19:06, den 10 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Rotational.Examples.Friction (failing test) ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/FrictionRotationalSim.mos Revision: 5490 Author: petar Date: 14:18:12, den 10 maj 2010 Message: - Added className to handleUnitChecking (for debugging purposes only) - Added MMath.rationalString - Fixed bug in unitparser. before adding baseunit, check if it already exists. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/runtime/unitparser.cpp Modified : /trunk/Compiler/MMath.mo Revision: 5489 Author: stebr461 Date: 14:13:01, den 10 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Rotational.Examples.First ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/First2.mos Revision: 5488 Author: stebr461 Date: 13:55:41, den 10 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Translational.Examples.PreLoad ---- Added : /trunk/testsuite/libraries/msl221/PreLoad2.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Revision: 5487 Author: stebr461 Date: 13:44:11, den 10 maj 2010 Message: - Fixed some more minor issues with previously commited tests - Added simulation test for Modelica.Mechanics.Translational.Examples.Friction (failing test) ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/Friction2.mos Modified : /trunk/testsuite/libraries/msl221/Oscillator2.mos Modified : /trunk/testsuite/libraries/msl221/Sensors2.mos Revision: 5486 Author: stebr461 Date: 13:33:26, den 10 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Translational.Examples.Sensors - Fixed some minor issues with the Oscillator2 test ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/libraries/msl221/Oscillator2.mos Added : /trunk/testsuite/libraries/msl221/Sensors2.mos Revision: 5485 Author: stebr461 Date: 12:56:30, den 10 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Translational.Examples.Oscillator ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/Oscillator2.mos Revision: 5484 Author: otto@mathcore.com Date: 09:50:18, den 10 maj 2010 Message: Added appendFile to System. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5483 Author: AlexeyLebedev Date: 09:28:44, den 10 maj 2010 Message: A fix for the cache bug which was causing derived function lookup to fail ( http://openmodelica.ida.liu.se:8080/cb/issue/1198 ) ---- Modified : /trunk/Compiler/Inst.mo Revision: 5482 Author: petar Date: 07:56:23, den 10 maj 2010 Message: -Fixed bug in DAEUtil.addEquationBoundString -Fixed bugs in Exp.typeof and Exp.simplifyAsub -Fixed bug with functions not picked up in if-equations (all multibody examples affected). -Added boolean to crefVectorize to decide if limits on dimensions should be checked against or not. -Changed so UnitAbsynBuilder.registerUnits only performs work if unitChecking flag is set. -Added Util.listPartition ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/elementary/World.mos Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/testsuite/libraries/multibody/elementary/_UseThisTestToMakeANewOne.mos Modified : /trunk/Compiler/UnitAbsynBuilder.mo Revision: 5480 Author: adrpo Date: 13:59:15, den 7 maj 2010 Message: - depend omc on subdirs rather than directly the .a - compilation in Windows with MinGW should now work again. ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 5479 Author: stebr461 Date: 13:34:28, den 7 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Translational.Examples.Damper ---- Added : /trunk/testsuite/libraries/msl221/Damper2.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Revision: 5477 Author: ppriv Date: 12:29:40, den 7 maj 2010 Message: - TplParser.mo : - hole is delimited by <% %> instead of < > - %( )% syntax is removed - NO escape sequences inside of <<...>> and '...' are allowed, ... so, for example, <<\\>> and '\\' is really double back-slash now ... to achieve "<%" inside a template, use ' ... <% "<%" %> ...' or << ... <% "<%" %> ...>> ... to achieve ">>" inside <<.. >>, use << ... <% ">>" %> ... >>, or use ' ... ' as template delimiter if possible, then ' ... << ... ' ... to achieve "'" (single-quote) inside '...', use '...<%"'"%> ...', or (better) use << ... >> as template delimiter, then << ... ' ... >> - all relevant .tpl are updated, so they produce the same resulting .mo files as before ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/TplCodegen.tpl Modified : /trunk/Compiler/susan_codegen/paper.tpl Modified : /trunk/Compiler/susan_codegen/test.tpl Modified : /trunk/Compiler/TplMain.mo Revision: 5476 Author: stebr461 Date: 11:00:43, den 7 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Translational.Examples.Accelerate ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/Accelerate2.mos Revision: 5475 Author: stebr461 Date: 10:52:27, den 7 maj 2010 Message: - Added simulation test for Modelica.Mechanics.Translational.Examples.WhyArrows ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/WhyArrows2.mos Revision: 5474 Author: sjoelund.se Date: 09:42:21, den 7 maj 2010 Message: - Updated Sequence.mo testcase after Adrian's changes. ---- Modified : /trunk/testsuite/mofiles/Sequence.mo Revision: 5473 Author: sjoelund.se Date: 09:33:57, den 7 maj 2010 Message: - Added Compiler/Makefile.compiler_subdirs.common - This is a file common for all of omc_release,debug and profiler - It is also common for proper Unix and OMDev - Fixed a bug where the absyn_builder,modpar or runtime folders could fail, but compilation would still continue ---- Modified : /trunk/Compiler/Makefile.common Added : /trunk/Compiler/Makefile.compiler_subdirs.common Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 5472 Author: adrpo Date: 08:48:38, den 7 maj 2010 Message: - generate DAE.ARRAY_EQUATION from the equalityConstraint function instead of DAE.EQUATION as otherwise the counting is wrong. - update to testsuite/libraries/multibody/loops/Fourbar1.mos due to the changes above. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Revision: 5471 Author: sjoelund.se Date: 08:21:02, den 7 maj 2010 Message: - Removed Compiler/Makefile.common.omdev.mingw - It was identical to the Linux one with one difference - However, all files that include this file set USE_CORBA so the ifdef should result in the same Makefile as the old one ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Deleted : /trunk/Compiler/Makefile.common.omdev.mingw Revision: 5470 Author: adrpo Date: 07:24:21, den 7 maj 2010 Message: - fix for bug: https://openmodelica.org:8443/cb/issue/1221?navigation=true now the equality constraint function call contains the correct inline annotation. - added Inline annotations to testsuite/libraries/multibody/loops/_LoopsTotal.mo to test the propagation of annotation into the flattened code (as a comment for the function) - update to the tests due to annotations - DAE.EqualityConstraint tuple now contains the DAE.InlineType - DAEUtil.dumpFunction now dumps the inline type as a function comment if there is an inline annotation. - Inst.equalityConstraint also sets the inline type in the DAE.EqualityConstraint tuple - Inst.connectComponents will build the call to equalityConstraint with the correct inline type. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo Revision: 5469 Author: adrpo Date: 06:56:16, den 7 maj 2010 Message: - add case if-expr = cref in Exp.solve as is a mirror of cref = if-expr. ---- Modified : /trunk/Compiler/Exp.mo Revision: 5468 Author: adrpo Date: 06:55:12, den 7 maj 2010 Message: - search for annotations also in the algorithm section. this is needed as Modelica 3.2 requires annotations to be present at the end of the class. - now annotations (Inline, etc) present in the algorithm section at the end of the class are detected correctly. - remove Xpowers.mo from testsuite/mofiles/drmodelica/Makefile as is not present anymore. - do not delete build/bin/omc*, delete specific omc, omcp, etc. in Makefile.common ---- Modified : /trunk/Makefile.common Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Revision: 5467 Author: stebr461 Date: 15:18:38, den 6 maj 2010 Message: - Added simulation test case for InitialConditions ---- Added : /trunk/testsuite/libraries/msl221/InitialConditions2.mos Revision: 5466 Author: adrpo Date: 14:53:45, den 6 maj 2010 Message: - Linköping is now back to normal. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/systemimpl.h Revision: 5465 Author: sjoelund.se Date: 14:38:15, den 6 maj 2010 Message: - Added fix for ptolemyio.cpp using atof (which has no exception handling for reading things that are not numbers) - We now use strtod instead, and return NaN for invalid strings (we also handle Inf for the Windows platform). ---- Modified : /trunk/Compiler/runtime/ptolemyio.cpp Revision: 5464 Author: otto@mathcore.com Date: 14:34:03, den 6 maj 2010 Message: Removed all duplicates that had identical implementation on Windows/Linux. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/systemimpl.h Revision: 5463 Author: sjoelund.se Date: 14:12:14, den 6 maj 2010 Message: - Added check for omc-diff in rtest (it now won't run any tests if it can't find omc-diff since the errors generated were too confusing) ---- Modified : /trunk/testsuite/rtest Modified : /trunk/testsuite/difftool/omc-diff.l Revision: 5462 Author: perost Date: 14:01:37, den 6 maj 2010 Message: - Removed Xpowers0X.mo that were not removed earlier due to problems with upper- and lowercase letters, and Xpowers.mo that is a duplicate of XPowers2.mo. ---- Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Deleted : /trunk/testsuite/mofiles/drmodelica/Xpowers.mo Deleted : /trunk/testsuite/mofiles/drmodelica/Xpowers01.mo Deleted : /trunk/testsuite/mofiles/drmodelica/Xpowers02.mo Deleted : /trunk/testsuite/mofiles/drmodelica/Xpowers03.mo Revision: 5461 Author: stebr461 Date: 13:36:50, den 6 maj 2010 Message: - fixed previous commit a bit ---- Modified : /trunk/testsuite/libraries/msl221/SignConvention2.mos Revision: 5460 Author: stebr461 Date: 13:31:52, den 6 maj 2010 Message: - Added a simulation testcase for Modelica.Mechanics.Translational.Examples.SignConvention ---- Modified : /trunk/testsuite/libraries/msl221/Makefile Added : /trunk/testsuite/libraries/msl221/SignConvention2.mos Revision: 5459 Author: adrpo Date: 13:28:08, den 6 maj 2010 Message: - testsuite changes due to renaming of files. ---- Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers01.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers02.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers03.mo Revision: 5458 Author: adrpo Date: 13:23:17, den 6 maj 2010 Message: - files with the same name but different case generate problems in Windows! ---- Added : /trunk/testsuite/mofiles/drmodelica/Xpowers03.mo (Copy from path: /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo, Revision, 5457) Deleted : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo Revision: 5457 Author: adrpo Date: 13:22:58, den 6 maj 2010 Message: - files with the same name but different case generate problems in Windows! ---- Added : /trunk/testsuite/mofiles/drmodelica/Xpowers02.mo (Copy from path: /trunk/testsuite/mofiles/drmodelica/Xpowers2.mo, Revision, 5456) Deleted : /trunk/testsuite/mofiles/drmodelica/Xpowers2.mo Revision: 5456 Author: adrpo Date: 13:21:23, den 6 maj 2010 Message: - files with the same name but different case generate problems in Windows! ---- Added : /trunk/testsuite/mofiles/drmodelica/Xpowers01.mo (Copy from path: /trunk/testsuite/mofiles/drmodelica/Xpowers1.mo, Revision, 5455) Deleted : /trunk/testsuite/mofiles/drmodelica/Xpowers1.mo Revision: 5455 Author: perost Date: 13:02:31, den 6 maj 2010 Message: - Fix for bug #1216: http://openmodelica.ida.liu.se:8080/cb/issue/1216 + Inst.implicitFunctionInstatiation now sends the correct environment to getDeriveAnnotation. ---- Modified : /trunk/Compiler/Inst.mo Revision: 5454 Author: ppriv Date: 13:02:16, den 6 maj 2010 Message: - C# templates before transformation into new syntax ---- Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Modified : /trunk/Compiler/susan_codegen/test.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Revision: 5453 Author: perost Date: 11:28:08, den 6 maj 2010 Message: - Merged testsuite/mathcore-mofiles with testsuite/mofiles. - Moved testsuite/mathcore-mofiles/drmodelica to testsuite/mofiles/drmodelica, and removed testcases from testsuite/mofiles that were already in drmodelica. - Added all missing test cases to testsuite/mofiles/Makefile. - Updated testsuite/Makefile to reflect these changes. - Added a case for the return statement in DAEUtil.ppStmt. ---- Modified : /trunk/Compiler/DAEUtil.mo Added : /trunk/testsuite/mofiles/drmodelica Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Added : /trunk/testsuite/mofiles/ConnectInnerOuter.mo Added : /trunk/testsuite/mofiles/ConnectInnerOuter3.mo Added : /trunk/testsuite/mofiles/modifyOuter2.mo Added : /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo Added : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo Added : /trunk/testsuite/mofiles/drmodelica/AccessDemoIllegalMod.mo Added : /trunk/testsuite/mofiles/drmodelica/AccessDemoLegalMod.mo Added : /trunk/testsuite/mofiles/drmodelica/ActivateWhenEquation.mo Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mo Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mo Added : /trunk/testsuite/mofiles/drmodelica/AppendElement.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayAddEmpty.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub1.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayAlgebraFunc.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayConstruct1.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDim3.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDim4.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayEmpty.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayMult.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mo Added : /trunk/testsuite/mofiles/drmodelica/ArraySlice.mo Added : /trunk/testsuite/mofiles/drmodelica/ArraysInitIllegal.mo Added : /trunk/testsuite/mofiles/drmodelica/ArraysInitLegal.mo Added : /trunk/testsuite/mofiles/drmodelica/AssertTest.mo Added : /trunk/testsuite/mofiles/drmodelica/AssertTest1.mo Added : /trunk/testsuite/mofiles/drmodelica/AssertTest2.mo Added : /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo Added : /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo Added : /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo Added : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Added : /trunk/testsuite/mofiles/drmodelica/Circuit.mo Added : /trunk/testsuite/mofiles/drmodelica/ColorClasses.mo Added : /trunk/testsuite/mofiles/drmodelica/ColorPixel.mo Added : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod1.mo Added : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod2.mo Added : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod3.mo Added : /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo Added : /trunk/testsuite/mofiles/drmodelica/Colors.mo Added : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo Added : /trunk/testsuite/mofiles/drmodelica/Concat3.mo Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr1.mo Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr2.mo Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr4.mo Added : /trunk/testsuite/mofiles/drmodelica/ConnectForEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo Added : /trunk/testsuite/mofiles/drmodelica/CyclicPerm.mo Added : /trunk/testsuite/mofiles/drmodelica/DAEexample.mo Added : /trunk/testsuite/mofiles/drmodelica/DimConvert.mo Added : /trunk/testsuite/mofiles/drmodelica/DimSize.mo Added : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo Added : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mo Added : /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mo Added : /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo Added : /trunk/testsuite/mofiles/drmodelica/EqualityEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mo Added : /trunk/testsuite/mofiles/drmodelica/EquationCall.mo Added : /trunk/testsuite/mofiles/drmodelica/Equations.mo Added : /trunk/testsuite/mofiles/drmodelica/ErrorNestedWhen.mo Added : /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mo Added : /trunk/testsuite/mofiles/drmodelica/FiveForEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/FlatTank.mo Added : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo Added : /trunk/testsuite/mofiles/drmodelica/FuncDer.mo Added : /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo Added : /trunk/testsuite/mofiles/drmodelica/GenericMicroCircuit.mo Added : /trunk/testsuite/mofiles/drmodelica/HeatTank.mo Added : /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mo Added : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo Added : /trunk/testsuite/mofiles/drmodelica/HideVariableForEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo Added : /trunk/testsuite/mofiles/drmodelica/IfEquation.mo Added : /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo Added : /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo Added : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Added : /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mo Added : /trunk/testsuite/mofiles/drmodelica/MRFcall.mo Added : /trunk/testsuite/mofiles/drmodelica/MicroCircuitInvalid.mo Added : /trunk/testsuite/mofiles/drmodelica/MicroCircuitValid.mo Added : /trunk/testsuite/mofiles/drmodelica/ModifiedFiltersInSeries.mo Added : /trunk/testsuite/mofiles/drmodelica/MoonLanding.mo Added : /trunk/testsuite/mofiles/drmodelica/MultFuncCall.mo Added : /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo Added : /trunk/testsuite/mofiles/drmodelica/Oscillator.mo Added : /trunk/testsuite/mofiles/drmodelica/PointInst.mo Added : /trunk/testsuite/mofiles/drmodelica/PointSum.mo Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mo Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorB.mo Added : /trunk/testsuite/mofiles/drmodelica/RangeVector.mo Added : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo Added : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Added : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Added : /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo Added : /trunk/testsuite/mofiles/drmodelica/StatementCall.mo Added : /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo Added : /trunk/testsuite/mofiles/drmodelica/SubArrayIndex.mo Added : /trunk/testsuite/mofiles/drmodelica/SumForLoop.mo Added : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo Added : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo Added : /trunk/testsuite/mofiles/drmodelica/Summation.mo Added : /trunk/testsuite/mofiles/drmodelica/Tank.mo Added : /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mo Added : /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mo Added : /trunk/testsuite/mofiles/drmodelica/TankPI.mo Added : /trunk/testsuite/mofiles/drmodelica/TankPID.mo Added : /trunk/testsuite/mofiles/drmodelica/TanksConnectedPI.mo Added : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo Added : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo Added : /trunk/testsuite/mofiles/drmodelica/TempResistor3.mo Added : /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo Added : /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo Added : /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mo Added : /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Added : /trunk/testsuite/mofiles/drmodelica/VectorizeSumVec.mo Added : /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Added : /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenEquation.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenPriority.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mo Added : /trunk/testsuite/mofiles/drmodelica/XPowers1.mo Added : /trunk/testsuite/mofiles/drmodelica/XPowers2.mo Added : /trunk/testsuite/mofiles/drmodelica/XPowers3.mo Modified : /trunk/testsuite/mofiles/Array3.mo Modified : /trunk/testsuite/mofiles/Array7.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps1.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps2.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps3.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps4.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps5.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval1.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval2.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval3.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval4.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval5.mo Modified : /trunk/testsuite/mofiles/ArrayModification1.mo Modified : /trunk/testsuite/mofiles/ArrayModification10.mo Modified : /trunk/testsuite/mofiles/ArrayModification2.mo Modified : /trunk/testsuite/mofiles/ArrayModification3.mo Modified : /trunk/testsuite/mofiles/ArrayModification4.mo Modified : /trunk/testsuite/mofiles/ArrayModification7.mo Modified : /trunk/testsuite/mofiles/ArrayModification9.mo Modified : /trunk/testsuite/mofiles/Circle.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression2.mo Added : /trunk/testsuite/mofiles/ConditionalComponent.mo Modified : /trunk/testsuite/mofiles/Connect5.mo Modified : /trunk/testsuite/mofiles/Connect6.mo Modified : /trunk/testsuite/mofiles/ConnectConst1.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Added : /trunk/testsuite/mofiles/ConnectInnerOuter2.mo Modified : /trunk/testsuite/mofiles/ConstructParameters2.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder1.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mofiles/Derivative1.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance4.mo Added : /trunk/testsuite/mofiles/Function12.mo Modified : /trunk/testsuite/mofiles/Function5_test.mo Modified : /trunk/testsuite/mofiles/FunctionBreak.mo Modified : /trunk/testsuite/mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mofiles/FunctionReturn.mo Modified : /trunk/testsuite/mofiles/Influenza.mo Modified : /trunk/testsuite/mofiles/Lookup5.mo Added : /trunk/testsuite/mofiles/Lookup8.mo Added : /trunk/testsuite/mofiles/LookupArray.mo Added : /trunk/testsuite/mofiles/MatrixRowIndexing.mo Added : /trunk/testsuite/mofiles/Modification14.mo Modified : /trunk/testsuite/mofiles/Modification5.mo Modified : /trunk/testsuite/mofiles/MyPointsInst1.mo Modified : /trunk/testsuite/mofiles/MyPointsInst2.mo Modified : /trunk/testsuite/mofiles/OperatorComponents.mo Modified : /trunk/testsuite/mofiles/OperatorFunction1.mo Modified : /trunk/testsuite/mofiles/OperatorFunction2.mo Modified : /trunk/testsuite/mofiles/OperatorIllegal.mo Modified : /trunk/testsuite/mofiles/OperatorSimple.mo Modified : /trunk/testsuite/mofiles/Overwriting3.mo Added : /trunk/testsuite/mofiles/PEXPipeTotal.mo Added : /trunk/testsuite/mofiles/Philosopher.mo Added : /trunk/testsuite/mofiles/Philosopher2.mo Modified : /trunk/testsuite/mofiles/Real2Integer3.mo Added : /trunk/testsuite/mofiles/RecursiveFunctionCall.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration1.mo Modified : /trunk/testsuite/mofiles/Simplify.mo Modified : /trunk/testsuite/mofiles/SmallLinsys.mo Modified : /trunk/testsuite/mofiles/Switch.mo Modified : /trunk/testsuite/mofiles/Units1.mo Modified : /trunk/testsuite/mofiles/WhenSemantics1.mo Modified : /trunk/testsuite/mofiles/WillowForest.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Function10.mo Added : /trunk/testsuite/mofiles/modifyOuter.mo Modified : /trunk/testsuite/mofiles/packages1.mo Added : /trunk/testsuite/mofiles/tupleSubset.mo Added : /trunk/testsuite/mofiles/drmodelica/Makefile Added : /trunk/testsuite/mofiles/drmodelica/Xpowers.mo Added : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo Added : /trunk/testsuite/mofiles/drmodelica/Xpowers2.mo Added : /trunk/testsuite/mofiles/drmodelica/Xpowers1.mo Modified : /trunk/testsuite/Makefile Deleted : /trunk/testsuite/mathcore-mofiles Deleted : /trunk/testsuite/mofiles/ABCDsystem.mo Deleted : /trunk/testsuite/mofiles/AccessDemoIllegalMod.mo Deleted : /trunk/testsuite/mofiles/AccessDemoLegalMod.mo Deleted : /trunk/testsuite/mofiles/ActivateWhenEquation.mo Deleted : /trunk/testsuite/mofiles/AddReal2.mo Deleted : /trunk/testsuite/mofiles/AlgorithmCondAssign1.mo Deleted : /trunk/testsuite/mofiles/AlgorithmCondAssign2.mo Deleted : /trunk/testsuite/mofiles/AlgorithmSection.mo Deleted : /trunk/testsuite/mofiles/AppendElement.mo Deleted : /trunk/testsuite/mofiles/ArrayAddEmpty.mo Deleted : /trunk/testsuite/mofiles/ArrayAddSub.mo Deleted : /trunk/testsuite/mofiles/ArrayAddSub1.mo Deleted : /trunk/testsuite/mofiles/ArrayAlgebraFunc.mo Deleted : /trunk/testsuite/mofiles/ArrayConstruct1.mo Deleted : /trunk/testsuite/mofiles/ArrayDim1.mo Deleted : /trunk/testsuite/mofiles/ArrayDim2.mo Deleted : /trunk/testsuite/mofiles/ArrayDim3.mo Deleted : /trunk/testsuite/mofiles/ArrayDim4.mo Deleted : /trunk/testsuite/mofiles/ArrayDiv.mo Deleted : /trunk/testsuite/mofiles/ArrayDivError.mo Deleted : /trunk/testsuite/mofiles/ArrayEmpty.mo Deleted : /trunk/testsuite/mofiles/ArrayExponentiation.mo Deleted : /trunk/testsuite/mofiles/ArrayFieldSlice.mo Deleted : /trunk/testsuite/mofiles/ArrayIndex.mo Deleted : /trunk/testsuite/mofiles/ArrayMult.mo Deleted : /trunk/testsuite/mofiles/ArrayReduce.mo Deleted : /trunk/testsuite/mofiles/ArraySlice.mo Deleted : /trunk/testsuite/mofiles/ArraysInitIllegal.mo Deleted : /trunk/testsuite/mofiles/ArraysInitLegal.mo Deleted : /trunk/testsuite/mofiles/AssertTest.mo Deleted : /trunk/testsuite/mofiles/AssertTest1.mo Deleted : /trunk/testsuite/mofiles/AssertTest2.mo Deleted : /trunk/testsuite/mofiles/BlockMatrix.mo Deleted : /trunk/testsuite/mofiles/BlockMatrix2.mo Deleted : /trunk/testsuite/mofiles/BlockMatrix3.mo Deleted : /trunk/testsuite/mofiles/BouncingBall.mo Deleted : /trunk/testsuite/mofiles/Circuit.mo Deleted : /trunk/testsuite/mofiles/ColorClasses.mo Deleted : /trunk/testsuite/mofiles/ColorPixel.mo Deleted : /trunk/testsuite/mofiles/ColoredPointIllegalMod1.mo Deleted : /trunk/testsuite/mofiles/ColoredPointIllegalMod2.mo Deleted : /trunk/testsuite/mofiles/ColoredPointIllegalMod3.mo Deleted : /trunk/testsuite/mofiles/ColoredPointLegalMod.mo Deleted : /trunk/testsuite/mofiles/Colors.mo Deleted : /trunk/testsuite/mofiles/ComplexNumbers.mo Deleted : /trunk/testsuite/mofiles/Concat3.mo Deleted : /trunk/testsuite/mofiles/ConcatArr1.mo Deleted : /trunk/testsuite/mofiles/ConcatArr2.mo Deleted : /trunk/testsuite/mofiles/ConcatArr4.mo Deleted : /trunk/testsuite/mofiles/ConnectForEquations.mo Deleted : /trunk/testsuite/mofiles/ConstructFunc.mo Deleted : /trunk/testsuite/mofiles/CyclicPerm.mo Deleted : /trunk/testsuite/mofiles/DAEexample.mo Deleted : /trunk/testsuite/mofiles/DimConvert.mo Deleted : /trunk/testsuite/mofiles/DimSize.mo Deleted : /trunk/testsuite/mofiles/DiscreteVectorStateSpace.mo Deleted : /trunk/testsuite/mofiles/DoubleWhenConflict.mo Deleted : /trunk/testsuite/mofiles/DoubleWhenSequential.mo Deleted : /trunk/testsuite/mofiles/ElementWiseMultiplication.mo Deleted : /trunk/testsuite/mofiles/Epidemics1.mo Deleted : /trunk/testsuite/mofiles/EqualityEquations.mo Deleted : /trunk/testsuite/mofiles/EqualityEquationsCorrect.mo Deleted : /trunk/testsuite/mofiles/EquationCall.mo Deleted : /trunk/testsuite/mofiles/Equations.mo Deleted : /trunk/testsuite/mofiles/ErrorNestedWhen.mo Deleted : /trunk/testsuite/mofiles/FilterBlock1.mo Deleted : /trunk/testsuite/mofiles/FiveForEquations.mo Deleted : /trunk/testsuite/mofiles/FlatTank.mo Deleted : /trunk/testsuite/mofiles/ForLoopHideVariable.mo Deleted : /trunk/testsuite/mofiles/FuncDer.mo Deleted : /trunk/testsuite/mofiles/FuncMultResults.mo Deleted : /trunk/testsuite/mofiles/GenericMicroCircuit.mo Deleted : /trunk/testsuite/mofiles/HeatTank.mo Deleted : /trunk/testsuite/mofiles/HeatTankExpanded.mo Deleted : /trunk/testsuite/mofiles/HelloWorld.mo Deleted : /trunk/testsuite/mofiles/HideVariableForEquations.mo Deleted : /trunk/testsuite/mofiles/HydrogenIodide.mo Deleted : /trunk/testsuite/mofiles/IfEquation.mo Deleted : /trunk/testsuite/mofiles/JoinThreeVectors2.mo Deleted : /trunk/testsuite/mofiles/LeastSquares.mo Deleted : /trunk/testsuite/mofiles/LogCall1.mo Deleted : /trunk/testsuite/mofiles/LotkaVolterra.mo Deleted : /trunk/testsuite/mofiles/MRFcall.mo Deleted : /trunk/testsuite/mofiles/MicroCircuitInvalid.mo Deleted : /trunk/testsuite/mofiles/MicroCircuitValid.mo Deleted : /trunk/testsuite/mofiles/ModifiedFiltersInSeries.mo Deleted : /trunk/testsuite/mofiles/MoonLanding.mo Deleted : /trunk/testsuite/mofiles/MultFuncCall.mo Deleted : /trunk/testsuite/mofiles/OneArgBaseFunction.mo Deleted : /trunk/testsuite/mofiles/Oscillator.mo Deleted : /trunk/testsuite/mofiles/PointInst.mo Deleted : /trunk/testsuite/mofiles/PointSum.mo Deleted : /trunk/testsuite/mofiles/PolynomialEvaluator1.mo Deleted : /trunk/testsuite/mofiles/PolynomialEvaluator2.mo Deleted : /trunk/testsuite/mofiles/PolynomialEvaluator3.mo Deleted : /trunk/testsuite/mofiles/PolynomialEvaluatorA.mo Deleted : /trunk/testsuite/mofiles/PolynomialEvaluatorB.mo Deleted : /trunk/testsuite/mofiles/RangeVector.mo Deleted : /trunk/testsuite/mofiles/RefinedSimpleCircuitInvalid.mo Deleted : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid.mo Deleted : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid2.mo Deleted : /trunk/testsuite/mofiles/SimplePeriodicSampler.mo Deleted : /trunk/testsuite/mofiles/StatementCall.mo Deleted : /trunk/testsuite/mofiles/StepAdvanced.mo Deleted : /trunk/testsuite/mofiles/SubArrayIndex.mo Deleted : /trunk/testsuite/mofiles/SumForLoop.mo Deleted : /trunk/testsuite/mofiles/SumSeriesWhile.mo Deleted : /trunk/testsuite/mofiles/SumVectorForIf.mo Deleted : /trunk/testsuite/mofiles/Summation.mo Deleted : /trunk/testsuite/mofiles/Tank.mo Deleted : /trunk/testsuite/mofiles/TankHybridPI.mo Deleted : /trunk/testsuite/mofiles/TankHybridPID.mo Deleted : /trunk/testsuite/mofiles/TankPI.mo Deleted : /trunk/testsuite/mofiles/TankPID.mo Deleted : /trunk/testsuite/mofiles/TanksConnectedPI.mo Deleted : /trunk/testsuite/mofiles/TempDepResistorCircuit.mo Deleted : /trunk/testsuite/mofiles/TempDepResistorCircuitInherited.mo Deleted : /trunk/testsuite/mofiles/TempResistor3.mo Deleted : /trunk/testsuite/mofiles/TwoRateSampler.mo Deleted : /trunk/testsuite/mofiles/VanDerPol.mo Deleted : /trunk/testsuite/mofiles/VectorizeOneReturnValue.mo Deleted : /trunk/testsuite/mofiles/VectorizeSeveralArguments.mo Deleted : /trunk/testsuite/mofiles/VectorizeSumVec.mo Deleted : /trunk/testsuite/mofiles/WatchDog1AlgorithmWhen.mo Deleted : /trunk/testsuite/mofiles/WatchDog2EquationWhen.mo Deleted : /trunk/testsuite/mofiles/WhenEquation.mo Deleted : /trunk/testsuite/mofiles/WhenNotValid.mo Deleted : /trunk/testsuite/mofiles/WhenPriority.mo Deleted : /trunk/testsuite/mofiles/WhenStatement1.mo Deleted : /trunk/testsuite/mofiles/WhenStatement2.mo Deleted : /trunk/testsuite/mofiles/WhenStatement3.mo Deleted : /trunk/testsuite/mofiles/WhenValidResult.mo Deleted : /trunk/testsuite/mofiles/WhenVectorPredicateEquation.mo Deleted : /trunk/testsuite/mofiles/XPowers1.mo Deleted : /trunk/testsuite/mofiles/XPowers2.mo Deleted : /trunk/testsuite/mofiles/XPowers3.mo Deleted : /trunk/testsuite/mofiles/Xpowers.mo Deleted : /trunk/testsuite/mofiles/Xpowers1_new.mo Deleted : /trunk/testsuite/mofiles/Xpowers2_new.mo Deleted : /trunk/testsuite/mofiles/Xpowers3_new.mo Revision: 5452 Author: sjoelund.se Date: 23:15:40, den 5 maj 2010 Message: - Fix for omc-diff when we have a negative non-number that we lex. ---- Modified : /trunk/testsuite/difftool/omc-diff.l Revision: 5451 Author: adrpo Date: 17:29:20, den 5 maj 2010 Message: - the system call is the same for Windows/Linux, moved at the end. - also added tracing to the System__systemCall function. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5450 Author: adrpo Date: 17:28:01, den 5 maj 2010 Message: - correctly set the return value from the execution of the generated executable sometimes the executable would return -1 instead of 0! ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 5449 Author: perost Date: 10:09:31, den 5 maj 2010 Message: - Cleaned up testsuite/mathcore-mofiles/drmodelica. ---- Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ABCDsystem.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ActivateWhenEquation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayAddEmpty.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayConstruct1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayExponentiation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayExponentiation.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayFieldSlice.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayIndex.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayReduce.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AssertTest.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AssertTest1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AssertTest2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Concat3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ConstructFunc.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ConstructFunc.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/FilterBlock1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/GenericMicroCircuit.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/HeatTank.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/JoinThreeVectors2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/LeastSquares.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/MoonLanding.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/OneArgBaseFunction.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/RangeVector.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPI.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPID.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankPID.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenPriority.mo Revision: 5448 Author: adrpo Date: 18:26:33, den 4 maj 2010 Message: - removed the double quote. ---- Modified : /trunk/testsuite/difftool/Makefile Revision: 5447 Author: adrpo Date: 11:15:36, den 4 maj 2010 Message: - added a Makefile for MinGW and Linux. ---- Added : /trunk/Parser/Makefile Modified : /trunk/Parser/README.txt Revision: 5446 Author: adrpo Date: 10:28:13, den 4 maj 2010 Message: - wrong copy & paste position now fixed. ---- Modified : /trunk/Parser/Modelica.g Revision: 5445 Author: adrpo Date: 09:52:55, den 4 maj 2010 Message: - got rid of some not-needed files. ---- Deleted : /trunk/Parser/ModelicaParser.ncb Revision: 5444 Author: adrpo Date: 09:51:52, den 4 maj 2010 Message: - an ANLTR3-based lexer/parser for Modelica 3.1 - see the README.txt ---- Added : /trunk/Parser Added : /trunk/Parser/README.txt Added : /trunk/Parser/Modelica.g Added : /trunk/Parser/ModelicaParser.ncb Added : /trunk/Parser/FullModelica3.1.mo Added : /trunk/Parser/Modelica.tokens Added : /trunk/Parser/ModelicaParser.sln Added : /trunk/Parser/ModelicaParser.vcproj Added : /trunk/Parser/antlr-3.2 Added : /trunk/Parser/antlr-3.2/lib Added : /trunk/Parser/antlr-3.2/lib/antlr-2.7.7.jar Added : /trunk/Parser/antlr-3.2/lib/antlr-3.2.jar Added : /trunk/Parser/antlr-3.2/lib/antlr-runtime-3.2.jar Added : /trunk/Parser/antlr-3.2/lib/gunit.jar Added : /trunk/Parser/antlr-3.2/lib/stringtemplate-3.2.jar Added : /trunk/Parser/antlr-3.2/runtime Added : /trunk/Parser/antlr-3.2/runtime/C Added : /trunk/Parser/antlr-3.2/runtime/C/AUTHORS Added : /trunk/Parser/antlr-3.2/runtime/C/C.sln Added : /trunk/Parser/antlr-3.2/runtime/C/C.vcproj Added : /trunk/Parser/antlr-3.2/runtime/C/C.vcproj.vspscc Added : /trunk/Parser/antlr-3.2/runtime/C/C.vssscc Added : /trunk/Parser/antlr-3.2/runtime/C/COPYING Added : /trunk/Parser/antlr-3.2/runtime/C/ChangeLog Added : /trunk/Parser/antlr-3.2/runtime/C/INSTALL Added : /trunk/Parser/antlr-3.2/runtime/C/Makefile.am Added : /trunk/Parser/antlr-3.2/runtime/C/Makefile.in Added : /trunk/Parser/antlr-3.2/runtime/C/NEWS Added : /trunk/Parser/antlr-3.2/runtime/C/README Added : /trunk/Parser/antlr-3.2/runtime/C/aclocal.m4 Added : /trunk/Parser/antlr-3.2/runtime/C/antlr3config.h Added : /trunk/Parser/antlr-3.2/runtime/C/antlr3config.h.in Added : /trunk/Parser/antlr-3.2/runtime/C/autom4te.cache Added : /trunk/Parser/antlr-3.2/runtime/C/autom4te.cache/output.0t Added : /trunk/Parser/antlr-3.2/runtime/C/autom4te.cache/traces.0t Added : /trunk/Parser/antlr-3.2/runtime/C/config.guess Added : /trunk/Parser/antlr-3.2/runtime/C/config.sub Added : /trunk/Parser/antlr-3.2/runtime/C/configure Added : /trunk/Parser/antlr-3.2/runtime/C/configure.ac Added : /trunk/Parser/antlr-3.2/runtime/C/depcomp Added : /trunk/Parser/antlr-3.2/runtime/C/doxyfile Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/atsections.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/build.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/buildrec.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/changes31.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/doxygengroups.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/generate.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/interop.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/knownissues.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/mainpage.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/runtime.dox Added : /trunk/Parser/antlr-3.2/runtime/C/doxygen/using.dox Added : /trunk/Parser/antlr-3.2/runtime/C/include Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3baserecognizer.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3basetree.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3basetreeadaptor.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3bitset.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3collections.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3commontoken.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3commontree.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3commontreeadaptor.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3commontreenodestream.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3convertutf.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3cyclicdfa.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3debugeventlistener.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3defs.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3encodings.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3errors.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3exception.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3filestream.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3input.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3interfaces.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3intstream.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3lexer.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3memory.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3parser.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3parsetree.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3recognizersharedstate.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3rewritestreams.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3string.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3stringstream.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3tokenstream.h Added : /trunk/Parser/antlr-3.2/runtime/C/include/antlr3treeparser.h Added : /trunk/Parser/antlr-3.2/runtime/C/install-sh Added : /trunk/Parser/antlr-3.2/runtime/C/ltmain.sh Added : /trunk/Parser/antlr-3.2/runtime/C/missing Added : /trunk/Parser/antlr-3.2/runtime/C/src Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3baserecognizer.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3basetree.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3basetreeadaptor.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3bitset.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3collections.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3commontoken.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3commontree.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3commontreeadaptor.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3commontreenodestream.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3convertutf.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3cyclicdfa.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3debughandlers.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3encodings.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3exception.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3filestream.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3inputstream.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3intstream.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3lexer.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3parser.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3rewritestreams.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3string.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3stringstream.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3tokenstream.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3treeparser.c Added : /trunk/Parser/antlr-3.2/runtime/C/src/antlr3ucs2inputstream.c Added : /trunk/Parser/antlr-3.2/runtime/C/vsrulefiles Added : /trunk/Parser/antlr-3.2/runtime/C/vsrulefiles/antlr3lexer.rules Added : /trunk/Parser/antlr-3.2/runtime/C/vsrulefiles/antlr3lexerandparser.rules Added : /trunk/Parser/antlr-3.2/runtime/C/vsrulefiles/antlr3parser.rules Added : /trunk/Parser/antlr-3.2/runtime/C/vsrulefiles/antlr3treeparser.rules Added : /trunk/Parser/antlr3lexerandparser.rules Added : /trunk/Parser/main.c Added : /trunk/Parser/runantlr.sh Revision: 5443 Author: sjoelund.se Date: 07:47:52, den 4 maj 2010 Message: - Adding some comments to Util.StatefulBoolean functions. ---- Modified : /trunk/Compiler/Util.mo Revision: 5442 Author: vasaie_p Date: 04:23:40, den 4 maj 2010 Message: Some modifications on the interactive chapter 6. References are now corrected. NOTE: Table of content update results in an false formated list ---- Modified : /trunk/doc/OpenModelicaSystem.doc Revision: 5441 Author: petfr Date: 16:19:03, den 3 maj 2010 Message: Added a chapter on Run-time (empty) and a chapter on Interactive Simulation from Parham Vaselie ---- Modified : /trunk/doc/OpenModelicaSystem.doc Revision: 5439 Author: petar Date: 11:50:11, den 3 maj 2010 Message: - Added some comments to functions in Exp.mo. - implemented Exp.applyExpSubscripts (subscripting arbitrary expresssions using ASUB) - implemented Exp.expand to expand products (a*(b+c) => a*b + a*c) - implemented liftArrayLeft (as complement to already existing function liftArrayRight) These are all symbolic manipulation functions that are best tested by the backend. Therefore I haven't added any testcases. ---- Modified : /trunk/Compiler/Exp.mo Revision: 5438 Author: adrpo Date: 11:28:24, den 3 maj 2010 Message: - create the release directory ---- Modified : /trunk/c_runtime/sendData/Makefile.Release.mingw Revision: 5436 Author: petar Date: 10:48:11, den 3 maj 2010 Message: Added testcases for faculty functions (They were all except Faculty5 previously in the testsuite but not in the Makefile). Note: Faculty4.mo does not work! ---- Modified : /trunk/testsuite/mofiles/Faculty1.mo Modified : /trunk/testsuite/mofiles/Faculty2.mo Modified : /trunk/testsuite/mofiles/Faculty3.mo Modified : /trunk/testsuite/mofiles/Faculty4.mo Added : /trunk/testsuite/mofiles/Faculty5.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5435 Author: petar Date: 10:33:41, den 3 maj 2010 Message: -Forgot to change testcase name ---- Modified : /trunk/testsuite/mofiles/Extends9.mo Revision: 5434 Author: petar Date: 10:28:45, den 3 maj 2010 Message: -Added testcase for modifying element that comes from the same baseclass as the modifier is applied to, see Extends9.mo. ---- Added : /trunk/testsuite/mofiles/Extends9.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5432 Author: perost Date: 09:54:14, den 3 maj 2010 Message: - Removed duplicate entries for WhenValidResult and WhenVectorPredicateEquation testcases. ---- Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mofiles/Makefile Revision: 5431 Author: sjoelund.se Date: 12:52:13, den 2 maj 2010 Message: - Added configure option --with-sendData-Qt to disable sendData even if we have Qt installed. - QTHOME should no longer be used. - Disabling sendData reduces the time to run the (short) testsuite by around 14%; 1m32s down from 1m44s. ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Makefile.common Modified : /trunk/Makefile.in Modified : /trunk/README.Cygwin.or.Linux.txt Deleted : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/Makefile.in (Copy from path: /trunk/c_runtime/Makefile, Revision, 5424) Modified : /trunk/c_runtime/Makefile.omdev.mingw Added : /trunk/c_runtime/sendData/Makefile.humbug Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5430 Author: vasaie_p Date: 11:52:08, den 1 maj 2010 Message: Sequence number added to server reply (e.g. start#SEQ#end, done#SEQ#end). For more detail see documentation. ---- Modified : /trunk/c_runtime/interactive/omi_Control.cpp Revision: 5429 Author: vasaie_p Date: 11:50:21, den 1 maj 2010 Message: interactive components will now be compiled correctly in windows ---- Modified : /trunk/c_runtime/Makefile.common Revision: 5428 Author: ricli576 Date: 14:14:56, den 30 april 2010 Message: Added comments to templates. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5427 Author: sjoelund.se Date: 13:54:30, den 30 april 2010 Message: - Fixed whitespace in Friction.mos ---- Modified : /trunk/testsuite/libraries/msl221/Friction.mos Revision: 5426 Author: sjoelund.se Date: 13:10:28, den 30 april 2010 Message: - Fix MetaModelicaDev testcases. - Better error message from omc-diff when a real differs > eps. ---- Modified : /trunk/testsuite/difftool/omc-diff.l Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/rtest Revision: 5425 Author: sjoelund.se Date: 11:54:51, den 30 april 2010 Message: - Fix makefile target ---- Modified : /trunk/testsuite/difftool/Makefile Revision: 5424 Author: sjoelund.se Date: 11:48:29, den 30 april 2010 Message: - Added new tool omc-diff for rtest to use while doing diff's. - This one catches some errors previosuly not detected, e.g.: * Empty line was the same as a line with empty quotes (""). * However, it does nag more about whitespace, so make sure those are correct. - omc-diff should be faster than what we did before (diff, and if that fails, parse everything in Perl). - omc-diff is written in a single flex file, no external C sources. ---- Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/difftool Added : /trunk/testsuite/difftool/Makefile Added : /trunk/testsuite/difftool/omc-diff.l Modified : /trunk/testsuite/mathcore-mofiles/Array13.mo Modified : /trunk/testsuite/mathcore-mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect9.mo Modified : /trunk/testsuite/mathcore-mofiles/Discrete1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mathcore-mofiles/Philosopher.mo Modified : /trunk/testsuite/mathcore-mofiles/Philosopher2.mo Modified : /trunk/testsuite/mathcore-mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor6.mo Modified : /trunk/testsuite/mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mofiles/BouncingBall.mo Modified : /trunk/testsuite/mofiles/Connect9.mo Modified : /trunk/testsuite/mofiles/Discrete1.mo Modified : /trunk/testsuite/mofiles/Enum3.mo Modified : /trunk/testsuite/mofiles/Enum4.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mofiles/EquationFor4.mo Modified : /trunk/testsuite/mofiles/Equations.mo Modified : /trunk/testsuite/mofiles/ForNested.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mofiles/TypeEnumeration.mo Modified : /trunk/testsuite/mofiles/VanDerPol.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/Sign.mo Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles-nosim/UnpOpPrecedence.mos Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_classes.mos Modified : /trunk/testsuite/mosfiles-nosim/interactive_api_param.mos Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mos Modified : /trunk/testsuite/mosfiles-nosim/strings.mos Modified : /trunk/testsuite/rtest Revision: 5421 Author: perost Date: 14:49:14, den 29 april 2010 Message: Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5420 Author: sjoelund.se Date: 14:12:27, den 29 april 2010 Message: Updated workplan status ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5419 Author: perost Date: 13:10:36, den 29 april 2010 Message: - Fixed bug #1210: http://openmodelica.ida.liu.se:8080/cb/issue/1210 + Changed Static.elabBuiltinTranspose so that it sets the correct constness on the elaborated expression. + Added testcase mofiles/Transpose2 - Added missing RTOpts failtrace guard in Inst.instElement. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Transpose2.mo Revision: 5417 Author: Frenkel TUD Date: 08:25:12, den 29 april 2010 Message: - continue with derivatives of functions: remove debug print ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Revision: 5416 Author: Frenkel TUD Date: 02:00:01, den 29 april 2010 Message: - continue with derivative annotation for functions: functions with multiple outputs now works - implement replaceDummyDer for algorithms ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Revision: 5414 Author: Frenkel TUD Date: 17:37:39, den 28 april 2010 Message: - continue with derivatives of functions: outputs ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Revision: 5413 Author: AlexeyLebedev Date: 17:36:52, den 28 april 2010 Message: An unfinished attempt to fix the multiple class definition bug (http://openmodelica.ida.liu.se:8080/cb/issue/1182). I tried to improve the function Inst.checkMultiplyDeclared so that it could be used for class definitions, not only for component declarations. Unfortunately, trying to call this function from instElement (when a class definition is processed) makes some files from the testsuite to fail. So I have left the extended checkMultiplyDeclared and comparison functions it calls, but commented out the call in instElement. I.e., the functions are not called, so nothing gets broken, but they are there in case somebody wants to continue the work. It seems to me, though, that the problem is not in comparison functions but in the place they are called from (instElement). But I do not know what the correct place is. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Util.mo Revision: 5412 Author: sjoelund.se Date: 17:06:53, den 28 april 2010 Message: - Fixed writePtolemyplotDataset/etc functions to use Print.mo instead of string concatenation. - We can now plot files with more than 200000 datapoints per variable without stack overflow. ---- Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/ValuesUtil.mo Revision: 5411 Author: perost Date: 16:35:29, den 28 april 2010 Message: Fixed bug #1212: http://openmodelica.ida.liu.se:8080/cb/issue/1212 - Disabled error message from Ceval when constant evaluating parameters in Mod.elabModValue. - Changed some tests that no longer gets these error messages. ---- Modified : /trunk/Compiler/Mod.mo Modified : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Modified : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Revision: 5410 Author: stebr461 Date: 14:36:30, den 28 april 2010 Message: - Most of the partial function tests now work again ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/meta/Makefile Revision: 5409 Author: perost Date: 11:28:22, den 28 april 2010 Message: Fix for bug #1208: http://openmodelica.ida.liu.se:8080/cb/issue/1208 - Disabled constant evaluation of parameters with fixed=false in Mod.elabModValue. ---- Modified : /trunk/Compiler/Mod.mo Revision: 5408 Author: perost Date: 10:43:06, den 28 april 2010 Message: - Removed plot call in PreAndAliasedVar testcase. ---- Modified : /trunk/testsuite/mosfiles/PreAndAliasedVar.mos Revision: 5407 Author: perost Date: 09:59:56, den 28 april 2010 Message: - Fixed wrong Makefile name in c_runtime/Makefile.omdev.mingw for interactive. ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 5406 Author: perost Date: 09:38:41, den 28 april 2010 Message: - Merged the interactive_simulation branch into trunk. - Removed check for QTHOME in systemimpl.c, since the QT libraries should be found anyway. ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/build_mingw_libs.bat Added : /trunk/c_runtime/interactive Added : /trunk/c_runtime/interactive/Makefile Added : /trunk/c_runtime/interactive/Makefile.in Added : /trunk/c_runtime/interactive/client.cpp Added : /trunk/c_runtime/interactive/makefile.mingw Added : /trunk/c_runtime/interactive/omi_Calculation.cpp Added : /trunk/c_runtime/interactive/omi_Calculation.h Added : /trunk/c_runtime/interactive/omi_Control.cpp Added : /trunk/c_runtime/interactive/omi_Control.h Added : /trunk/c_runtime/interactive/omi_ResultManager.cpp Added : /trunk/c_runtime/interactive/omi_ResultManager.h Added : /trunk/c_runtime/interactive/omi_ServiceInterface.cpp Added : /trunk/c_runtime/interactive/omi_ServiceInterface.h Added : /trunk/c_runtime/interactive/omi_Transfer.cpp Added : /trunk/c_runtime/interactive/omi_Transfer.h Added : /trunk/c_runtime/interactive/socket.cpp Added : /trunk/c_runtime/interactive/socket.h Added : /trunk/c_runtime/interactive/socket_unix.cpp Added : /trunk/c_runtime/interactive/socket_win.cpp Added : /trunk/c_runtime/interactive/thread.cpp Added : /trunk/c_runtime/interactive/thread.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_result.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_euler.cpp Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5405 Author: sjoelund.se Date: 08:38:30, den 28 april 2010 Message: - Bugfix: https://openmodelica.org:8443/cb/issue/1209?navigation=true - Backend will now replace pre(a) with alias "a = -b" correctly: - Correct way is -pre(b); previously pre(-b) was used. ---- Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/PreAndAliasedVar.mo Added : /trunk/testsuite/mosfiles/PreAndAliasedVar.mos Revision: 5404 Author: Frenkel TUD Date: 23:29:41, den 27 april 2010 Message: - continue with derivative annotation for functions: check of inputs from derivative function works now ---- Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Error.mo Revision: 5403 Author: adrpo Date: 13:38:34, den 27 april 2010 Message: - forgot some debug prints. now they are no more! ---- Modified : /trunk/Compiler/ConnectionGraph.mo Revision: 5402 Author: adrpo Date: 13:37:08, den 27 april 2010 Message: - forgot some debug prints. now they are no more! ---- Modified : /trunk/Compiler/ConnectionGraph.mo Revision: 5400 Author: adrpo Date: 06:09:19, den 27 april 2010 Message: - updates to READMEs ---- Modified : /trunk/README-BUILD-RELEASE.txt Modified : /trunk/README-WIN32.txt Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 5399 Author: adrpo Date: 06:08:22, den 27 april 2010 Message: - copy the OMShell.exe to build/bin after compilation ---- Modified : /trunk/OMShell/OMShell.vcproj Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/Release/OMShell.pdb Revision: 5398 Author: adrpo Date: 06:07:50, den 27 april 2010 Message: - update of dummy_model.cpp ---- Modified : /trunk/c_runtime/dummy_model.cpp Revision: 5393 Author: adrpo Date: 03:04:12, den 27 april 2010 Message: - copy .xml files to build/share/omnotebook/ instead of build/bin/ ---- Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.vcproj Revision: 5392 Author: perost Date: 16:00:54, den 26 april 2010 Message: - Enabled the previously disabled testcase Enum7, since it now works. ---- Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5390 Author: adrpo Date: 13:46:20, den 26 april 2010 Message: - add Modelica.Mechanics.MultiBody.Examples.Loops models to the testsuite. - split testsuite/libraries/multibody into elementary and loops directory. ---- Added : /trunk/testsuite/libraries/multibody/elementary Added : /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos Added : /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos Added : /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos Added : /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos Added : /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos Added : /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos Added : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos Added : /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos Added : /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos Added : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos Added : /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos Added : /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos Added : /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos Added : /trunk/testsuite/libraries/multibody/loops Added : /trunk/testsuite/libraries/multibody/loops/Engine1a.mos Added : /trunk/testsuite/libraries/multibody/loops/Engine1b.mos Added : /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos Added : /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos Added : /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos Added : /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos Added : /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos Added : /trunk/testsuite/libraries/multibody/rotational3deffects Added : /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos Added : /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos Added : /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos Added : /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos Added : /trunk/testsuite/libraries/multibody/elementary/World.mos Added : /trunk/testsuite/libraries/multibody/loops/EngineV6.mos Added : /trunk/testsuite/libraries/multibody/loops/EngineV6_analytic.mos Added : /trunk/testsuite/libraries/multibody/systems Added : /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo Added : /trunk/testsuite/libraries/multibody/loops/Makefile Added : /trunk/testsuite/libraries/multibody/elementary/_UseThisTestToMakeANewOne.mos Added : /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo Added : /trunk/testsuite/libraries/multibody/rotational3deffects/_Rotational3DEffectsTotal.mo Added : /trunk/testsuite/libraries/multibody/systems/_SystemsTotal.mo Modified : /trunk/testsuite/libraries/multibody/Makefile Deleted : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Deleted : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Deleted : /trunk/testsuite/libraries/multibody/FreeBody.mos Deleted : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Deleted : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Deleted : /trunk/testsuite/libraries/multibody/Pendulum.mos Deleted : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Deleted : /trunk/testsuite/libraries/multibody/PointGravity.mos Deleted : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses.mos Deleted : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Deleted : /trunk/testsuite/libraries/multibody/RollingWheel.mos Deleted : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Deleted : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Deleted : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Deleted : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Deleted : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Deleted : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Deleted : /trunk/testsuite/libraries/multibody/World.mos Deleted : /trunk/testsuite/libraries/multibody/_ElementaryTotal.mo Deleted : /trunk/testsuite/libraries/multibody/_UseThisTestToMakeANewOne.mos Added : /trunk/testsuite/libraries/multibody/elementary/Makefile Revision: 5389 Author: adrpo Date: 13:44:10, den 26 april 2010 Message: - add the equalityConstraint function to the DAE. ---- Modified : /trunk/Compiler/Inst.mo Revision: 5388 Author: perost Date: 13:06:09, den 26 april 2010 Message: - Fixed bug #1191: http://openmodelica.ida.liu.se:8080/cb/issue/1191 + Added function Inst.addEnumerationLiteralsToEnv that is used in Inst.getUsertypeDimensions to add enumeration literals to the environment when needed. + Added functions SCode.makeEnumType and SCode.isValidEnumLiteral, which are used by Inst.makeEnumComponent. Enumeration literals are now checked so that they are valid (i.e. you can no longer use reserved attribute names such as start as a enumeration literal). + Added an error message INVALID_ENUM_LITERAL to Error. + Replaced the unused function Error.infoStr with a more usable function. + Added testcases Enum10 and EnumInvalidLiteral. ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Enum10.mo Added : /trunk/testsuite/mofiles/EnumInvalidLiteral.mo Modified : /trunk/Compiler/SCode.mo Revision: 5387 Author: perost Date: 12:51:22, den 26 april 2010 Message: - Fixed configure so that USE_CORBA is set correctly. ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5386 Author: adrpo Date: 23:20:49, den 25 april 2010 Message: - renamed ext to OMPlotWindow - renamed trunk.sln to OMNotebook.sln - renamed OMS.sln to OMShell.sln - got rid of some .suo as they are user specific. ---- Added : /trunk/OMShell/OMShell.vcproj (Copy from path: /trunk/OMShell/QWinMosh.vcproj, Revision, 5380) Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/Release/OMShell.pdb Added : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.vcproj (Copy from path: /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj, Revision, 5380) Added : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.sln Deleted : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Deleted : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Added : /trunk/OMNotebook/ext/OMPlotWindow.rc Added : /trunk/OMNotebook/ext/OMPlotWindow.vcproj (Copy from path: /trunk/OMNotebook/ext/ext.vcproj, Revision, 5380) Deleted : /trunk/OMNotebook/ext/ext.vcproj Deleted : /trunk/OMNotebook/ext/ext.rc Deleted : /trunk/OMShell/OMS.sln Added : /trunk/OMShell/OMShell.sln Deleted : /trunk/OMShell/QWinMosh.vcproj Deleted : /trunk/OMShell/QWinMosh.suo Revision: 5385 Author: sjoelund.se Date: 22:28:03, den 25 april 2010 Message: - Added new configure option --with-Coin (Coin disabled by default). ---- Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Added : /trunk/OMShell/OMShell.config.in Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/OMNotebook/3Dpkg/SimulationData.cpp Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Added : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.config.in Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.pro Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Added : /trunk/OMNotebook/ext/OMPlotWindow.config.in Modified : /trunk/OMNotebook/ext/OMPlotWindow.pro Modified : /trunk/OMNotebook/ext/e.cpp Modified : /trunk/OMShell/OMShell.pro Revision: 5384 Author: sjoelund.se Date: 13:23:54, den 25 april 2010 Message: - Adding -source flag to java_interface makefiles since eclipse javac default to version 4. ---- Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Revision: 5383 Author: sjoelund.se Date: 13:00:35, den 25 april 2010 Message: - Added a configure option to (force) statically linked lpsolve55 even if dynamic libraries are present. ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5382 Author: sjoelund.se Date: 09:08:24, den 25 april 2010 Message: - Remove OMPlotWindow on clean ---- Modified : /trunk/Makefile.in Revision: 5381 Author: adrpo Date: 00:44:56, den 25 april 2010 Message: - lib/libsendData.a should be lib/omc/libsendData.a ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw Revision: 5380 Author: sjoelund.se Date: 00:01:20, den 25 april 2010 Message: - Renamed ext OMPlotWindow ---- Modified : /trunk/Makefile.common Modified : /trunk/Makefile.in Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/c_runtime/sendData/sendData.cpp Added : /trunk/OMNotebook/ext/OMPlotWindow.pro Deleted : /trunk/OMNotebook/ext/ext.pro Revision: 5379 Author: adrpo Date: 23:35:57, den 24 april 2010 Message: - added profiler target ---- Modified : /trunk/Makefile.common Modified : /trunk/Makefile.omdev.mingw Revision: 5378 Author: sjoelund.se Date: 23:13:09, den 24 april 2010 Message: - Don't rm -rf build/ on clean; only distclean ---- Modified : /trunk/Makefile.common Revision: 5377 Author: adrpo Date: 21:00:40, den 24 april 2010 Message: - fixed broken Makefile.omdev.mingw (install_doc target does not exist). ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 5376 Author: sjoelund.se Date: 12:35:58, den 24 april 2010 Message: - Fix broken OMShell build. ---- Modified : /trunk/Makefile.in Revision: 5375 Author: sjoelund.se Date: 12:13:33, den 24 april 2010 Message: - Install scripts in share/omc/scripts instead of bin ---- Modified : /trunk/Makefile.common Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 5374 Author: sjoelund.se Date: 12:13:10, den 24 april 2010 Message: - Fix so the qtclients idl files aren't re-run every time they are built. ---- Modified : /trunk/Makefile.in Revision: 5373 Author: sjoelund.se Date: 07:18:02, den 24 april 2010 Message: - Fixed https://openmodelica.org:8443/cb/issue/1200 - Search /lib/ instead of /lib in case lib is a symlink. ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5372 Author: sjoelund.se Date: 22:39:38, den 23 april 2010 Message: - Use qtclean target to Makefile.common, so we actually clean up after the qtclients. ---- Modified : /trunk/Makefile.common Revision: 5371 Author: sjoelund.se Date: 22:28:27, den 23 april 2010 Message: - Fix MetaModelicaDev testsuite. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/common.omc Revision: 5370 Author: sjoelund.se Date: 22:04:39, den 23 april 2010 Message: - Move libQt*-mingw.a from build/ to c_runtime/omdev_qtdeps. - Delete build/ from svn. ---- Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Deleted : /trunk/build Added : /trunk/c_runtime/omdev_qtdeps Added : /trunk/c_runtime/omdev_qtdeps/libQtCore-mingw.a (Copy from path: /trunk/build/lib/libQtCore-mingw.a, Revision, 5369) Added : /trunk/c_runtime/omdev_qtdeps/libQtGui-mingw.a (Copy from path: /trunk/build/lib/libQtGui-mingw.a, Revision, 5369) Added : /trunk/c_runtime/omdev_qtdeps/libQtNetwork-mingw.a (Copy from path: /trunk/build/lib/libQtNetwork-mingw.a, Revision, 5369) Revision: 5369 Author: sjoelund.se Date: 21:58:46, den 23 april 2010 Message: - Added antlr_license.txt. Missing from last commit. ---- Added : /trunk/c_runtime/java_interface/antlr_license.txt Revision: 5368 Author: sjoelund.se Date: 21:55:24, den 23 april 2010 Message: - Added trunk/Makefile.common, and restructured Makefile and Makefile.omdev.mingw - Fixed lots of weird install targets for files - Moved commands.xml, etc files from bin to share/omnotebook, share/omshell. - Moved ptplot.jar from bin to share/omc/java. - Moved ptplot_license.txt from bin to share/ - Moved omc_helptext.txt from bin to share/doc/omc - Added antlr_license.txt - Moved OPENMODELICA/include to OPENMODELICAHOME/omc/include - This way we won't override system libs/includes if we install to /usr - Did the same for /lib - Left to do: Move scripts from bin to usr/share/omc/scripts - Updated OMNotebook and OMShell to reflect new paths of xml files. - Updated doPlot commands to reflect the new location of ptplot.jar ---- Added : /trunk/Makefile.common Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/testsuite/Makefile Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/Compiler/CevalScript_stub.mo Deleted : /trunk/Compiler/doc/omc_helptext.txt Deleted : /trunk/Compiler/doc/omc_interactive_api.txt Modified : /trunk/Compiler/scripts/doPlot Modified : /trunk/Compiler/scripts/doPlot.Cygwin Modified : /trunk/Compiler/scripts/doPlot.bat Modified : /trunk/OMShell/oms.cpp Deleted : /trunk/build/bin Deleted : /trunk/build/doc Deleted : /trunk/build/include Modified : /trunk/c_runtime/java_interface/Makefile.common Added : /trunk/c_runtime/java_interface/ptplot.jar (Copy from path: /trunk/build/bin/ptplot.jar, Revision, 5366) Added : /trunk/c_runtime/java_interface/ptplot_license.txt (Copy from path: /trunk/build/bin/ptplot copyright.txt, Revision, 5366) Added : /trunk/doc/omc_helptext.txt (Copy from path: /trunk/Compiler/doc/omc_helptext.txt, Revision, 5365) Revision: 5367 Author: sjoelund.se Date: 18:07:41, den 23 april 2010 Message: - Fix syntax error in OMShell.pro - Use ANTLRHOME paths properly in OMNotebook.pro if it is set ---- Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.pro Modified : /trunk/OMShell/OMShell.pro Revision: 5366 Author: sjoelund.se Date: 17:46:36, den 23 april 2010 Message: - Added some more installation instructions, including an Ubuntu cheat sheet for dependencies. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 5365 Author: sjoelund.se Date: 14:34:51, den 23 april 2010 Message: - Updated c_runtime/Makefile.common for OSX (needs to run ranlib on .a-files). ---- Modified : /trunk/c_runtime/Makefile.common Revision: 5364 Author: Frenkel TUD Date: 13:52:09, den 23 april 2010 Message: - continue with derivatives of functions: start noDerivative, outputs ---- Modified : /trunk/Compiler/Derive.mo Revision: 5363 Author: sjoelund.se Date: 11:41:15, den 23 april 2010 Message: - Fix docdir for install script ---- Modified : /trunk/Makefile.in Modified : /trunk/Makefile.omdev.mingw Revision: 5362 Author: perost Date: 11:39:29, den 23 april 2010 Message: - New fix for --with-CORBA=DIR ---- Modified : /trunk/configure.in Revision: 5361 Author: sjoelund.se Date: 11:31:12, den 23 april 2010 Message: - Fix for mico-config --with-CORBA=XXX ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5360 Author: Frenkel TUD Date: 11:15:25, den 23 april 2010 Message: - continue with derivatives of functions: zeroDerivative now works ---- Modified : /trunk/Compiler/Derive.mo Revision: 5359 Author: sjoelund.se Date: 09:22:47, den 23 april 2010 Message: - Changed systemimpl.c to not use OPENMODELICAHOME during the init call. - Instead, we use Main.main to check for OPENMODELICAHOME (and set mingw paths). - Updated System.setEnv to take a boolean as third argument instad of int. ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Interactive.mo Revision: 5358 Author: sjoelund.se Date: 07:48:49, den 23 april 2010 Message: - Make omc exit if OPENMODELICAHOME is not set. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5357 Author: sjoelund.se Date: 07:10:15, den 23 april 2010 Message: - Don't copy .svn-files when doing make install. ---- Modified : /trunk/Makefile.in Modified : /trunk/Makefile.omdev.mingw Revision: 5356 Author: Frenkel TUD Date: 23:59:52, den 22 april 2010 Message: - continue with derivative annotation for functions: order > 1 works now ---- Modified : /trunk/Compiler/Derive.mo Revision: 5355 Author: Frenkel TUD Date: 19:59:39, den 22 april 2010 Message: - continue with derivatives of functions not Working: - output arguments - check derived function inputs and outputs (frontend) - order > 1 - zeroDerivative, noDerivative, ---- Modified : /trunk/Compiler/Derive.mo Revision: 5353 Author: adrpo Date: 14:29:11, den 22 april 2010 Message: - updates to visual studio projects, makefiles, qt clients and pdbs ---- Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/Release/OMShell.pdb Modified : /trunk/c_runtime/dummy_model.cpp Modified : /trunk/c_runtime/dummy_model_functions.cpp Revision: 5351 Author: Frenkel TUD Date: 10:38:39, den 22 april 2010 Message: - derivative annotation for functions: convey functions to differentiateExpTime ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 5350 Author: sjoelund.se Date: 07:05:54, den 22 april 2010 Message: - Adding OMC_API-HowTo to install target for omc (only did omcd last commit). ---- Modified : /trunk/Makefile.in Modified : /trunk/Makefile.omdev.mingw Revision: 5349 Author: sjoelund.se Date: 06:52:27, den 22 april 2010 Message: - Adding OMC_API-HowTo to install target. - Updating java_interface makefiles (better clean-up and works without setting JAVA_HOME). - Removing temporary antlr grammar files when configure script fails. - Fixed doc install path for UNIX systems. - Remove generated code when doing make clean in Compiler/runtime, Compiler/absyn_builder. - Remove generated makefile in c_runtime/sendData. ---- Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Makefile.in Modified : /trunk/Makefile.omdev.mingw Deleted : /trunk/build/share Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.common Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5348 Author: Frenkel TUD Date: 22:16:48, den 21 april 2010 Message: - Bugfix, derivative annotation for functions, functions with annotation(derivative=foo1) wasn't found ---- Modified : /trunk/Compiler/Inst.mo Revision: 5346 Author: sjoelund.se Date: 16:06:07, den 21 april 2010 Message: - Added support for unset RMLHOME when doing ./configure - More removal of files when doing make clean or make distclean ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/modpar/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/flat_modelica_parser/src/Makefile.in Revision: 5345 Author: sjoelund.se Date: 12:23:32, den 21 april 2010 Message: - Updating linux makefiles (and rmldep-new.sh) to work without RMLHOME set (it is set by ./configure!) ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/rml2sig/rmldep-new.sh Modified : /trunk/Makefile.in Modified : /trunk/c_runtime/Makefile.common Deleted : /trunk/c_runtime/java_interface/modelica_java.jar Revision: 5344 Author: sjoelund.se Date: 11:18:43, den 21 april 2010 Message: - Added support for omniORB in qtclients. + We can now remove the dependency on mico for Linux systems. ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Makefile.in Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.pro Deleted : /trunk/OMNotebook/OMNotebookQT4/omc_communication.cc Deleted : /trunk/OMNotebook/OMNotebookQT4/omc_communication.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Deleted : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMNotebook/ext/ext.pro Deleted : /trunk/OMShell/Makefile Modified : /trunk/OMShell/OMShell.pro Deleted : /trunk/OMShell/omc_communication.cc Deleted : /trunk/OMShell/omc_communication.h Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/mosh/src/mosh.cpp Revision: 5343 Author: petfr Date: 10:51:13, den 21 april 2010 Message: Added Juhas fixes from 100421 and added items function returning records and function derivative annotation in the backend sheet. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5342 Author: Frenkel TUD Date: 08:02:07, den 21 april 2010 Message: - update Workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5341 Author: sjoelund.se Date: 21:20:54, den 20 april 2010 Message: - Updated README.Cygwin.or.Linux.txt with more information on how to handle lpsolve55. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 5340 Author: sjoelund.se Date: 21:09:33, den 20 april 2010 Message: - Updated configure script to configure lpsolve55 properly (some systems require -ldl -lcolamd, others don't). ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_profiler/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Deleted : /trunk/Compiler/runtime/lpsolve/lib/linux Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5336 Author: sjoelund.se Date: 11:07:15, den 20 april 2010 Message: - We now handle redeclare modifications in extends in InstExtends instead of passing back the modification and handling it later. + This added support for the record constructor function when redeclaring records. ---- Modified : /trunk/Compiler/InstExtends.mo Added : /trunk/testsuite/records/Derived2.mo Modified : /trunk/testsuite/records/Makefile Revision: 5335 Author: sjoelund.se Date: 09:00:02, den 20 april 2010 Message: - elabCallArgs now guards the general case from accepting record constructors. ---- Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/Static.mo Revision: 5334 Author: perost Date: 16:06:44, den 19 april 2010 Message: - Fixed detection of nested when-statements [bug 1189: http://openmodelica.ida.liu.se:8080/cb/issue/1189] ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/WhenElseNested.mo Added : /trunk/testsuite/mofiles/WhenNested.mo Revision: 5333 Author: petfr Date: 15:11:20, den 19 april 2010 Message: Updated entry text for refactoring - added 80% and 100% explanations and 100% entry ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5332 Author: adrpo Date: 14:42:52, den 19 april 2010 Message: - updated. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5331 Author: perost Date: 14:38:18, den 19 april 2010 Message: Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5328 Author: perost Date: 09:25:21, den 19 april 2010 Message: Updated status for finished bugs and fixed some rows that had not been correctly added. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5327 Author: niklwors Date: 08:38:45, den 19 april 2010 Message: update status for cpp code generation ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5325 Author: petfr Date: 14:34:57, den 17 april 2010 Message: Fixed summation errors and conditional errors in excel sheet ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5324 Author: petfr Date: 12:11:32, den 17 april 2010 Message: Inserted some development items for Jens Frenkel, Lennart Ochel, Willi Braun, Peter Fritzson. However, time estimates and measured time still needs to be intered. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5322 Author: AlexeyLebedev Date: 14:21:59, den 16 april 2010 Message: Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5321 Author: perost Date: 12:51:04, den 16 april 2010 Message: - Fixed code generation for min and max (bug #1196: http://openmodelica.ida.liu.se:8080/cb/issue/1196). ---- Modified : /trunk/Compiler/Codegen.mo Revision: 5320 Author: perost Date: 12:14:11, den 16 april 2010 Message: - Fixed bug #1194: http://openmodelica.ida.liu.se:8080/cb/issue/1194 by adding a case for arrays in Types.getFixedVarAttribute. - Added testcase mofiles/FixedFinalParameter.mo to test the fix. ---- Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/mofiles/FixedFinalParameter.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5319 Author: sjoelund.se Date: 12:06:59, den 16 april 2010 Message: - Added support for "record ABC = DEF;", and calling the record constructor ABC. - Added testcase records/Derived1. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/records/Derived1.mo Modified : /trunk/testsuite/records/Makefile Revision: 5318 Author: perost Date: 09:46:10, den 16 april 2010 Message: Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5317 Author: adrpo Date: 23:14:16, den 15 april 2010 Message: - added test for getNthComponent from a model that contains extends. ---- Modified : /trunk/testsuite/mosfiles-nosim/Makefile Added : /trunk/testsuite/mosfiles-nosim/interactive_test.mo Added : /trunk/testsuite/mosfiles-nosim/interactive_test.mos Revision: 5316 Author: sjoelund.se Date: 17:23:27, den 15 april 2010 Message: - Fix for getNthComponent (partialInstClass wouldn't work on certain scopes that extend with modifications). ---- Modified : /trunk/Compiler/InstExtends.mo Revision: 5315 Author: sjoelund.se Date: 16:41:19, den 15 april 2010 Message: - update of the work-status ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5314 Author: adrpo Date: 16:27:42, den 15 april 2010 Message: - update of the work-status ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5313 Author: sjoelund.se Date: 13:46:28, den 15 april 2010 Message: - Updated layout of Workplan-status-estimates ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5312 Author: sjoelund.se Date: 12:29:21, den 15 april 2010 Message: - Remove failtrace for lookupVarInPackages. ---- Modified : /trunk/Compiler/Lookup.mo Revision: 5311 Author: sjoelund.se Date: 12:27:07, den 15 april 2010 Message: - Fixed lookupVarInPackages to store previous environment frames when doing lookup in the parent scope. + This prevents infinite recursion if you want to lookup A.B.C.myConst in scope A.B.C.MyFunction. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Revision: 5310 Author: perost Date: 10:04:00, den 15 april 2010 Message: - Implemented the possibility of specifying multiple .mo(f)-files on the command line, and which class to instantiate. + Combined the cases for single .mo-file and for .mo-file with libraries in Main.translateFile. + Added a case in Main.loadLibs for loading .mo(f)-files. + Added flag +i in RTOpts, which is used to specify the class to instantiate. + Moved the instantiation to it's own function Main.instantiate, which checks the flag +i to determine which instantiation function to call. + Added the function Absyn.stringPath, that converts a String to a qualified Absyn.Path. + Rewrote parts of Inst.instClassInProgram to report an error if the class specified with the +i flag was not found. + Updated the help message to reflect these changes. - Fixed spelling in SimCodeC.tpl. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5309 Author: adrpo Date: 20:40:36, den 14 april 2010 Message: - fixed bug [1185] https://openmodelica.org:8443/cb/issue/1185 Error: Variable stateGraphRoot in package Modelica.StateGraph.Examples.Utilities.CompositeStep2 is not constant Error: Variable stateGraphRoot in package Modelica.StateGraph.Examples.Utilities.MakeProduct is not constant The problem was the that the lookup in in InnerOuter.lookupVarInnerOuterAttr can fail so I added error checkpoint/rollback. - Lookup.lookupVarLocal now uses Lookup.lookupVarInternal. - Inst.instClassdef2 is now sorting of ALL elements (extends element included) to push inner and inner outer elements in the front to be instantiated first (disabled for now, check if is faster and test a bit more). ---- Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Revision: 5307 Author: sjoelund.se Date: 16:45:27, den 14 april 2010 Message: - Removed "Lookup of enumeration variables" from lookupVarInPackages, since the general case also handles enumerations (less code to maintain). ---- Modified : /trunk/Compiler/Lookup.mo Revision: 5306 Author: sjoelund.se Date: 16:24:53, den 14 april 2010 Message: - Simplified the code for lookupUnqualifiedImportedVarInFrame so it's easier to maintain. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Revision: 5305 Author: sjoelund.se Date: 15:28:35, den 14 april 2010 Message: - Simplified the code for lookupQualifiedImportedVarInFrame so it's easier to maintain. ---- Modified : /trunk/Compiler/Lookup.mo Revision: 5303 Author: perost Date: 11:51:33, den 14 april 2010 Message: - Fixed bug #1193: http://openmodelica.ida.liu.se:8080/cb/issue/1193 + Changed Mod.lookupIdxModification so that it can merge a final variables EqMod with it's other modifications. + Added testcase mofiles/FinalParameterModification.mo. ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Mod.mo Added : /trunk/testsuite/mofiles/FinalParameterModification.mo Revision: 5302 Author: petfr Date: 11:19:22, den 14 april 2010 Message: Update to having 2 separate sheets for frontand and backend + other things. Tried to delete irrelevant issues for front resp backend. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5301 Author: perost Date: 16:59:19, den 13 april 2010 Message: - Fixed bug #1190: http://openmodelica.ida.liu.se:8080/cb/issue/1190?navigation=true + Added the function Inst.isFunctionInput that checks if a component is a function input argument or not. + Ignore modifiers on function input arguments in elabArraydim, since the size of input arguments should not be determined there. + Added testcase mofiles/FunctionDefaultArgs.mo to test the fix. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/FunctionDefaultArgs.mo Revision: 5300 Author: sjoelund.se Date: 16:49:54, den 13 april 2010 Message: - Adding testcase Extends8.mo - This tests that all inherited class definitions are actually put in the environment (this sometimes wouldn't work if you extended and extended class). ---- Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Extends8.mo Revision: 5299 Author: adrpo Date: 06:23:54, den 13 april 2010 Message: - added operator record to the grammar / walker / Absyn.mo (from Modelica 3.2). ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 5298 Author: adrpo Date: 05:17:04, den 13 april 2010 Message: - overconstrained connection graph improvements and fixes. + the graph changes generated by disabled components ( Type comp if false ) should be discarded (created problems for ForceAndTorque.mos) + delete the branch edges, roots and connects from the connection graph when they lead to a disabled component. ---- Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/ConnectionGraph.mo Revision: 5297 Author: adrpo Date: 05:10:28, den 13 april 2010 Message: - small numerical difference due to rounding ---- Modified : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Revision: 5296 Author: adrpo Date: 05:06:53, den 13 april 2010 Message: - moved Enum7.mo to failing tests due wrong error message. - added a bug [#1191] report about this: https://openmodelica.org:8443/cb/issue/1191?navigation=true ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/Enum7.mo Revision: 5295 Author: adrpo Date: 04:54:48, den 13 april 2010 Message: - this warning is correct as other Modelica tools ignore the modification on outer. we do the same but issue a warning instead of an error to still allow flattening of the model. ---- Modified : /trunk/testsuite/mathcore-mofiles/modifyOuter.mo Revision: 5294 Author: Frenkel TUD Date: 23:56:25, den 12 april 2010 Message: - readable DivisionbyZero ErrorMsg - test only divisor part of parameter Equation if zero ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5293 Author: sjoelund.se Date: 11:45:24, den 12 april 2010 Message: - Do updateCompeltsMods also when doing a partial instantiation (this solves some issues in Modelica.Media; some others remain though). ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Revision: 5292 Author: sjoelund.se Date: 11:42:52, den 12 april 2010 Message: - Removed lookupVar failed failtrace (I re-added it by accident after debugging). - Added printing of scope used when instantiateDaeFunction fails. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Revision: 5291 Author: adrpo Date: 04:55:09, den 11 april 2010 Message: - updating due to function sorting difference ---- Modified : /trunk/testsuite/libraries/multibody/RollingWheel.mos Revision: 5290 Author: Frenkel TUD Date: 23:06:13, den 10 april 2010 Message: - finish relaxation algorithm works also for template codegen, - use "+d=relaxation" to solve linear systems with relaxation algorithm (gaus ellemination without pivoting) ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 5289 Author: Frenkel TUD Date: 02:26:17, den 10 april 2010 Message: - continue with relaxation algorithm ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 5288 Author: Frenkel TUD Date: 19:16:46, den 9 april 2010 Message: - start implementation relaxation algorithm ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 5287 Author: sjoelund.se Date: 15:48:11, den 9 april 2010 Message: - Changed the absolute path used by loadFile in OneWayRectifier.mos to a relative path (so it works for everyone). ---- Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Revision: 5286 Author: Frenkel TUD Date: 14:50:22, den 9 april 2010 Message: - implement pow operator for matrix ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/MatrixPow.mo Revision: 5284 Author: adrpo Date: 13:13:09, den 9 april 2010 Message: - display the OK after 82 chars instead of 31 to have a bit more nicer display. ---- Modified : /trunk/testsuite/rtest Revision: 5283 Author: sjoelund.se Date: 12:36:23, den 9 april 2010 Message: - Fix order of cases in updateComponentInEnv in order to fix libraries testcases. - Also updated Multibody testcases due to Adrian's previous changes. - Fix testsuite/rtest to print time spent when it gets equation mismatch. - Refactoring Lookup.mo (Derived classes are no more). ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Modified : /trunk/testsuite/rtest Revision: 5282 Author: perost Date: 12:22:38, den 9 april 2010 Message: - Fix for bug #1186: http://openmodelica.ida.liu.se:8080/cb/issue/1186?navigation=true + Added function Exp.arrayContainWholeDimension that checks if a list of dimensions contain a wholedim. + Added a check in Static.cevalIfConstant so that only functions with return types of unknown dimensions are constant evaluated to determine the dimensions. + Modified some testcases to reflect the changes made. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Revision: 5281 Author: perost Date: 09:37:30, den 9 april 2010 Message: - Added testcase ArraySizeFromFunc.mo to test determination of array size with a function call with parameter arguments. ---- Added : /trunk/testsuite/mofiles/ArraySizeFromFunc.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5280 Author: adrpo Date: 06:48:50, den 9 april 2010 Message: - updates due to fixes of Connections.isRoot evaluation. ---- Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Revision: 5279 Author: adrpo Date: 05:57:12, den 9 april 2010 Message: - fixes for bug [#1188] https://openmodelica.org:8443/cb/issue/1188 Connections.isRoot evaluates to wrong value in Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody - the problem was a typo in ConnectionGraph.addBranchesToTable generated a wrong hash table. - moved public functions in the beginning of ConnectionGraph.mo - make all functions not accessed from outside be protected in ConnectionGraph.mo - more testsuite/libraries/multibody/ need updating (will do that with a later commit). ---- Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/testsuite/libraries/multibody/FreeBody.mos Revision: 5278 Author: Frenkel TUD Date: 16:18:24, den 8 april 2010 Message: - CMakeFiles now work on win32 and linux to generate omc executable. - Linux define RLMHOME, point to your rml install path - win: define OMDEV environment variable, point to your OMDev installation - Attention: because function rml_user_gc is defined at rml.lib you can - at force flag to TARGET_LINK_LIBRARIES(omc rml) (for win32 -> TARGET_LINK_LIBRARIES(omc -FORCE:MULTIPLE rml)) or - rebuild rml lib without function rml_user_gc ---- Modified : /trunk/CMakeLists.txt Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Modified : /trunk/Compiler/modpar/CMakeLists.txt Modified : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/c_runtime/CMakeLists.txt Modified : /trunk/c_runtime/libf2c/CMakeLists.txt Modified : /trunk/c_runtime/sendData/CMakeLists.txt Modified : /trunk/flat_modelica_parser/src/CMakeLists.txt Modified : /trunk/modelica_parser/src/CMakeLists.txt Revision: 5277 Author: sjoelund.se Date: 11:23:36, den 8 april 2010 Message: - Updated configure script to be a lot faster when searching for ANTLR headers (look in ANTLRHOME/include and ANTLRHOME/lib instead of searching all of /usr). - Fixed an issue where ANTLRHOME can be set to /home/user/src/ but the script finds the headers in /usr/local and Makefiles then fail. - You may now have ANTLRHOME unset when doing ./configure. - The default ANTLRHOME is /usr. - Readme file updated to reflect these changes. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5275 Author: Frenkel TUD Date: 16:40:59, den 7 april 2010 Message: - add Testcase for elsewhen part of whenequations ---- Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/WhenEquation1.mo Added : /trunk/testsuite/mosfiles/WhenEquation1.mos Revision: 5274 Author: Frenkel TUD Date: 15:07:12, den 7 april 2010 Message: - implement elsewhen part of whenequations for tplmode ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5273 Author: ricli576 Date: 14:32:24, den 7 april 2010 Message: Fixed incorrect generation of makefiles. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5272 Author: Frenkel TUD Date: 14:15:47, den 7 april 2010 Message: - implement elsewhen part of whenequations ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 5271 Author: ricli576 Date: 13:37:57, den 7 april 2010 Message: Updated some comments. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5270 Author: ricli576 Date: 12:56:53, den 7 april 2010 Message: Added more documentation to SimCode and did some refactoring. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5269 Author: sjoelund.se Date: 17:40:44, den 6 april 2010 Message: - Fixed some gcc warnings in Compiler/runtime on Unix. ---- Modified : /trunk/Compiler/runtime/optmanager.cpp Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5268 Author: Frenkel TUD Date: 16:28:17, den 6 april 2010 Message: - division by zero problem, test parameter expressions only once ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5266 Author: Frenkel TUD Date: 10:42:30, den 6 april 2010 Message: - continue with division by zero problem, attend mode (ALL,ONLY_VARIABLES), removed unused functions ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Revision: 5264 Author: adrpo Date: 10:04:23, den 6 april 2010 Message: - moved getTotalProgram from Interactive.mo to a new package Dependency.mo so that it can be shared between OpenModelica and other tools (MathModelica). ---- Modified : /trunk/Compiler/AbsynDep.mo Modified : /trunk/Compiler/CevalScript.mo Added : /trunk/Compiler/Dependency.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.frontend.omdev.mingw Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/SimCode.mo Revision: 5263 Author: sjoelund.se Date: 09:22:02, den 6 april 2010 Message: - Updated configure script for better performance and stability when installing rml and setting RMLHOME to a too common directory (sources in /usr/local/src and binaries in /usr/local - the old script would find both include directories) ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5261 Author: sjoelund.se Date: 19:01:11, den 1 april 2010 Message: - Updated testsuite/README to explain the seldom-used features of rtest ---- Modified : /trunk/testsuite/README Revision: 5260 Author: sjoelund.se Date: 18:40:04, den 1 april 2010 Message: - Updated the rtest script to support the cflags directive (as the old mofiles script did). - Added two more directives to the rtest scrips, setup_command and teardown_command - This enables us to test flattening of external functions using standard Modelica annotations (Library = "myLib.o") - Updated ExternalFunctionX and AddReal1 testcases ---- Modified : /trunk/testsuite/mathcore-mofiles/AddReal1.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction1_f.c Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction2_f.c Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction3_addmatrices.c Modified : /trunk/testsuite/mofiles/AddReal1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction1_f.c Modified : /trunk/testsuite/mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mofiles/ExternalFunction2_f.c Modified : /trunk/testsuite/mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mofiles/ExternalFunction3_addmatrices.c Modified : /trunk/testsuite/rtest Revision: 5258 Author: sjoelund.se Date: 16:43:07, den 1 april 2010 Message: - Fix for testsuite/mosfiles-nosim/refactorGraphAnn2.mos (I had a local copy of Modelica.mo in this directory; subversion did not). ---- Modified : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mos Revision: 5257 Author: sjoelund.se Date: 16:41:12, den 1 april 2010 Message: - Fixed testsuite/mofiles/ConstructParameters1.mo (printing parser error is the expected result). - Added a guard to instBasictypeBaseclass - if a primary type is extended with a new component, we should not try the next case, but rather print an error. - Updated testsuite/mofiles/SimpleTypeExtend.mo (it is supposed to fail according to the line above). ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mofiles/SimpleTypeExtend.mo Revision: 5255 Author: sjoelund.se Date: 15:48:03, den 1 april 2010 Message: - Removed mathcore-mofiles/msl since it is identical to mofiles/msl. ---- Modified : /trunk/testsuite/Makefile Deleted : /trunk/testsuite/mathcore-mofiles/msl Revision: 5254 Author: sjoelund.se Date: 13:51:51, den 1 april 2010 Message: - Split testsuite/mosfiles into mosfiles and mosfiles-msl22 (the testcase that were using a Modelica.mo file containing the full MSL 2.2). ---- Added : /trunk/testsuite/mosfiles-msl22 Added : /trunk/testsuite/mosfiles-msl22/BearingFrictionTest.mo (Copy from path: /trunk/testsuite/mosfiles/BearingFrictionTest.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/BooleanModel.mo (Copy from path: /trunk/testsuite/mosfiles/BooleanModel.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/FuncCross.mo (Copy from path: /trunk/testsuite/mosfiles/FuncCross.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/InitTest.mo (Copy from path: /trunk/testsuite/mosfiles/InitTest.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/InputOutput.mo (Copy from path: /trunk/testsuite/mosfiles/InputOutput.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/LargeSteps.mo (Copy from path: /trunk/testsuite/mosfiles/LargeSteps.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/LossyGear1.mo (Copy from path: /trunk/testsuite/mosfiles/LossyGear1.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/MatrixTest.mo (Copy from path: /trunk/testsuite/mosfiles/MatrixTest.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/Modelica.mo (Copy from path: /trunk/testsuite/mosfiles/Modelica.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/NonLinSys.mo (Copy from path: /trunk/testsuite/mosfiles/NonLinSys.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/NonLinSys2.mo (Copy from path: /trunk/testsuite/mosfiles/NonLinSys2.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/NonLinSys3.mo (Copy from path: /trunk/testsuite/mosfiles/NonLinSys3.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/NonLinSys4.mo (Copy from path: /trunk/testsuite/mosfiles/NonLinSys4.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/Test3PhaseSystemTotal.mo (Copy from path: /trunk/testsuite/mosfiles/Test3PhaseSystemTotal.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/TestModels.mo (Copy from path: /trunk/testsuite/mosfiles/TestModels.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/TimeVaryingLinsys.mo (Copy from path: /trunk/testsuite/mosfiles/TimeVaryingLinsys.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mo (Copy from path: /trunk/testsuite/mosfiles/TrapezoidTest.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/avg.mo (Copy from path: /trunk/testsuite/mosfiles/avg.mo, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/blockssources.mos (Copy from path: /trunk/testsuite/mosfiles/blockssources.mos, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/blockssystems.mos (Copy from path: /trunk/testsuite/mosfiles/blockssystems.mos, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/rotationalgears.mos (Copy from path: /trunk/testsuite/mosfiles/rotationalgears.mos, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/rotationalspringinertia.mos (Copy from path: /trunk/testsuite/mosfiles/rotationalspringinertia.mos, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/rotationalsystems.mos (Copy from path: /trunk/testsuite/mosfiles/rotationalsystems.mos, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/simulation2.mos (Copy from path: /trunk/testsuite/mosfiles/simulation2.mos, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/simulation3.mos (Copy from path: /trunk/testsuite/mosfiles/simulation3.mos, Revision, 5253) Added : /trunk/testsuite/mosfiles-msl22/tupleTest.mo (Copy from path: /trunk/testsuite/mosfiles/tupleTest.mo, Revision, 5253) Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/Makefile Deleted : /trunk/testsuite/mosfiles/BearingFrictionTest.mo Deleted : /trunk/testsuite/mosfiles/BooleanModel.mo Deleted : /trunk/testsuite/mosfiles/FuncCross.mo Deleted : /trunk/testsuite/mosfiles/InitTest.mo Deleted : /trunk/testsuite/mosfiles/InputOutput.mo Deleted : /trunk/testsuite/mosfiles/LargeSteps.mo Deleted : /trunk/testsuite/mosfiles/LossyGear1.mo Deleted : /trunk/testsuite/mosfiles/MatrixTest.mo Deleted : /trunk/testsuite/mosfiles/Modelica.mo Deleted : /trunk/testsuite/mosfiles/NonLinSys.mo Deleted : /trunk/testsuite/mosfiles/NonLinSys2.mo Deleted : /trunk/testsuite/mosfiles/NonLinSys3.mo Deleted : /trunk/testsuite/mosfiles/NonLinSys4.mo Deleted : /trunk/testsuite/mosfiles/Test3PhaseSystemTotal.mo Deleted : /trunk/testsuite/mosfiles/TestModels.mo Deleted : /trunk/testsuite/mosfiles/TimeVaryingLinsys.mo Deleted : /trunk/testsuite/mosfiles/TrapezoidTest.mo Deleted : /trunk/testsuite/mosfiles/avg.mo Deleted : /trunk/testsuite/mosfiles/blockssources.mos Deleted : /trunk/testsuite/mosfiles/blockssystems.mos Deleted : /trunk/testsuite/mosfiles/rotationalgears.mos Deleted : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Deleted : /trunk/testsuite/mosfiles/rotationalsystems.mos Deleted : /trunk/testsuite/mosfiles/simulation2.mos Deleted : /trunk/testsuite/mosfiles/simulation3.mos Deleted : /trunk/testsuite/mosfiles/tupleTest.mo Added : /trunk/testsuite/mosfiles-msl22/Makefile (Copy from path: /trunk/testsuite/mosfiles/Makefile, Revision, 5253) Revision: 5253 Author: sjoelund.se Date: 13:22:47, den 1 april 2010 Message: - Split testsuite/mosfiles into mosfiles and mosfiles-nosim for the scripts that don't use simulate(). ---- Added : /trunk/testsuite/mosfiles-nosim Added : /trunk/testsuite/mosfiles-nosim/interactive_api_attributes.mos (Copy from path: /trunk/testsuite/mosfiles/interactive_api_attributes.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/AIMC_DOL.mos (Copy from path: /trunk/testsuite/mosfiles/AIMC_DOL.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/AIMC_DOLTotal.mo (Copy from path: /trunk/testsuite/mosfiles/AIMC_DOLTotal.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Array1.mos (Copy from path: /trunk/testsuite/mosfiles/Array1.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/BaseClass1.mo (Copy from path: /trunk/testsuite/mosfiles/BaseClass1.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/BaseClass1.mos (Copy from path: /trunk/testsuite/mosfiles/BaseClass1.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/DefaultComponentName.mo (Copy from path: /trunk/testsuite/mosfiles/DefaultComponentName.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/DefaultComponentName.mos (Copy from path: /trunk/testsuite/mosfiles/DefaultComponentName.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/EnzMM.mos (Copy from path: /trunk/testsuite/mosfiles/EnzMM.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/EnzMMTotal.mo (Copy from path: /trunk/testsuite/mosfiles/EnzMMTotal.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ExtendsOrder.mo (Copy from path: /trunk/testsuite/mosfiles/ExtendsOrder.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ExtendsOrder.mos (Copy from path: /trunk/testsuite/mosfiles/ExtendsOrder.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ExternalFunctionResultOrder.mo (Copy from path: /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ExternalFunctionResultOrder.mos (Copy from path: /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/FinalTests.mo (Copy from path: /trunk/testsuite/mosfiles/FinalTests.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/FinalTests.mos (Copy from path: /trunk/testsuite/mosfiles/FinalTests.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ForStatement1.mos (Copy from path: /trunk/testsuite/mosfiles/ForStatement1.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ForStatement2.mos (Copy from path: /trunk/testsuite/mosfiles/ForStatement2.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ForStatement3.mos (Copy from path: /trunk/testsuite/mosfiles/ForStatement3.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ForStatement4.mos (Copy from path: /trunk/testsuite/mosfiles/ForStatement4.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ForStatement5fail.mos (Copy from path: /trunk/testsuite/mosfiles/ForStatement5fail.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ForStatement6.mos (Copy from path: /trunk/testsuite/mosfiles/ForStatement6.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ForStatement7.mos (Copy from path: /trunk/testsuite/mosfiles/ForStatement7.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/FuncNamespace.mo (Copy from path: /trunk/testsuite/mosfiles/FuncNamespace.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/FuncNamespace.mos (Copy from path: /trunk/testsuite/mosfiles/FuncNamespace.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Identifier.mo (Copy from path: /trunk/testsuite/mosfiles/Identifier.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Identifier.mos (Copy from path: /trunk/testsuite/mosfiles/Identifier.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/IfStatement.mos (Copy from path: /trunk/testsuite/mosfiles/IfStatement.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/IfStatementIllegal.mos (Copy from path: /trunk/testsuite/mosfiles/IfStatementIllegal.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/IntAddSubOverflow.mos (Copy from path: /trunk/testsuite/mosfiles/IntAddSubOverflow.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/IntDivOverflow.mos (Copy from path: /trunk/testsuite/mosfiles/IntDivOverflow.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/IntMulOverflow.mos (Copy from path: /trunk/testsuite/mosfiles/IntMulOverflow.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/IntPowOverflow.mos (Copy from path: /trunk/testsuite/mosfiles/IntPowOverflow.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ModifierProblem.mo (Copy from path: /trunk/testsuite/mosfiles/ModifierProblem.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ModifierProblem.mos (Copy from path: /trunk/testsuite/mosfiles/ModifierProblem.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/NotbasicType.mo (Copy from path: /trunk/testsuite/mosfiles/NotbasicType.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/NotbasicType.mos (Copy from path: /trunk/testsuite/mosfiles/NotbasicType.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/NotbasicType2.mo (Copy from path: /trunk/testsuite/mosfiles/NotbasicType2.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/NotbasicType2.mos (Copy from path: /trunk/testsuite/mosfiles/NotbasicType2.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Overloading1.mo (Copy from path: /trunk/testsuite/mosfiles/Overloading1.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Overloading2.mo (Copy from path: /trunk/testsuite/mosfiles/Overloading2.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Overloading3.mo (Copy from path: /trunk/testsuite/mosfiles/Overloading3.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Overloading4.mo (Copy from path: /trunk/testsuite/mosfiles/Overloading4.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/OverloadingFunc.mos (Copy from path: /trunk/testsuite/mosfiles/OverloadingFunc.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Rename.mo (Copy from path: /trunk/testsuite/mosfiles/Rename.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Rename.mos (Copy from path: /trunk/testsuite/mosfiles/Rename.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Return.mo (Copy from path: /trunk/testsuite/mosfiles/Return.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/Return.mos (Copy from path: /trunk/testsuite/mosfiles/Return.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/TestNDims.mo (Copy from path: /trunk/testsuite/mosfiles/TestNDims.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/TransformerYY.mos (Copy from path: /trunk/testsuite/mosfiles/TransformerYY.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/TransformerYYTotal.mo (Copy from path: /trunk/testsuite/mosfiles/TransformerYYTotal.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/UnpOpPrecedence.mo (Copy from path: /trunk/testsuite/mosfiles/UnpOpPrecedence.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/UnpOpPrecedence.mos (Copy from path: /trunk/testsuite/mosfiles/UnpOpPrecedence.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/WhileStatement.mos (Copy from path: /trunk/testsuite/mosfiles/WhileStatement.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/WhileStatementIllegal.mos (Copy from path: /trunk/testsuite/mosfiles/WhileStatementIllegal.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/attributes.mo (Copy from path: /trunk/testsuite/mosfiles/attributes.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/attributes.mos (Copy from path: /trunk/testsuite/mosfiles/attributes.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/differentiate.mos (Copy from path: /trunk/testsuite/mosfiles/differentiate.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/func_bubble.mo (Copy from path: /trunk/testsuite/mosfiles/func_bubble.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/func_bubble.mos (Copy from path: /trunk/testsuite/mosfiles/func_bubble.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/func_explicit_typeconv.mo (Copy from path: /trunk/testsuite/mosfiles/func_explicit_typeconv.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/func_explicit_typeconv.mos (Copy from path: /trunk/testsuite/mosfiles/func_explicit_typeconv.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/func_factorial.mo (Copy from path: /trunk/testsuite/mosfiles/func_factorial.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/func_factorial.mos (Copy from path: /trunk/testsuite/mosfiles/func_factorial.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/func_multiple_return.mo (Copy from path: /trunk/testsuite/mosfiles/func_multiple_return.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/func_multiple_return.mos (Copy from path: /trunk/testsuite/mosfiles/func_multiple_return.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/interactive_api_classes.mos (Copy from path: /trunk/testsuite/mosfiles/interactive_api_classes.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/interactive_api_loadsave.mos (Copy from path: /trunk/testsuite/mosfiles/interactive_api_loadsave.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/interactive_api_param.mo (Copy from path: /trunk/testsuite/mosfiles/interactive_api_param.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/interactive_api_param.mos (Copy from path: /trunk/testsuite/mosfiles/interactive_api_param.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualified.mo (Copy from path: /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualified.mos (Copy from path: /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/loadFileInteractiveQualifiedInit.mo (Copy from path: /trunk/testsuite/mosfiles/loadFileInteractiveQualifiedInit.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/matrices.mos (Copy from path: /trunk/testsuite/mosfiles/matrices.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mo (Copy from path: /trunk/testsuite/mosfiles/refactorGraphAnn1.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn1.mos (Copy from path: /trunk/testsuite/mosfiles/refactorGraphAnn1.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mo (Copy from path: /trunk/testsuite/mosfiles/refactorGraphAnn2.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/refactorGraphAnn2.mos (Copy from path: /trunk/testsuite/mosfiles/refactorGraphAnn2.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/simplify.mos (Copy from path: /trunk/testsuite/mosfiles/simplify.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/strings.mo (Copy from path: /trunk/testsuite/mosfiles/strings.mo, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/strings.mos (Copy from path: /trunk/testsuite/mosfiles/strings.mos, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/variables.mos (Copy from path: /trunk/testsuite/mosfiles/variables.mos, Revision, 5252) Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/mosfiles-nosim/Makefile (Copy from path: /trunk/testsuite/mosfiles/Makefile, Revision, 5252) Deleted : /trunk/testsuite/mosfiles/AIMC_DOL.mos Deleted : /trunk/testsuite/mosfiles/AIMC_DOLTotal.mo Deleted : /trunk/testsuite/mosfiles/Array1.mos Deleted : /trunk/testsuite/mosfiles/BaseClass1.mo Deleted : /trunk/testsuite/mosfiles/BaseClass1.mos Deleted : /trunk/testsuite/mosfiles/DefaultComponentName.mo Deleted : /trunk/testsuite/mosfiles/DefaultComponentName.mos Deleted : /trunk/testsuite/mosfiles/EnzMM.mos Deleted : /trunk/testsuite/mosfiles/EnzMMTotal.mo Deleted : /trunk/testsuite/mosfiles/ExtendsOrder.mo Deleted : /trunk/testsuite/mosfiles/ExtendsOrder.mos Deleted : /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mo Deleted : /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mos Deleted : /trunk/testsuite/mosfiles/FinalTests.mo Deleted : /trunk/testsuite/mosfiles/FinalTests.mos Deleted : /trunk/testsuite/mosfiles/ForStatement1.mos Deleted : /trunk/testsuite/mosfiles/ForStatement2.mos Deleted : /trunk/testsuite/mosfiles/ForStatement3.mos Deleted : /trunk/testsuite/mosfiles/ForStatement4.mos Deleted : /trunk/testsuite/mosfiles/ForStatement5fail.mos Deleted : /trunk/testsuite/mosfiles/ForStatement6.mos Deleted : /trunk/testsuite/mosfiles/ForStatement7.mos Deleted : /trunk/testsuite/mosfiles/FuncNamespace.mo Deleted : /trunk/testsuite/mosfiles/FuncNamespace.mos Deleted : /trunk/testsuite/mosfiles/Identifier.mo Deleted : /trunk/testsuite/mosfiles/Identifier.mos Deleted : /trunk/testsuite/mosfiles/IfStatement.mos Deleted : /trunk/testsuite/mosfiles/IfStatementIllegal.mos Deleted : /trunk/testsuite/mosfiles/IntAddSubOverflow.mos Deleted : /trunk/testsuite/mosfiles/IntDivOverflow.mos Deleted : /trunk/testsuite/mosfiles/IntMulOverflow.mos Deleted : /trunk/testsuite/mosfiles/IntPowOverflow.mos Deleted : /trunk/testsuite/mosfiles/ModifierProblem.mo Deleted : /trunk/testsuite/mosfiles/ModifierProblem.mos Deleted : /trunk/testsuite/mosfiles/NotbasicType.mo Deleted : /trunk/testsuite/mosfiles/NotbasicType.mos Deleted : /trunk/testsuite/mosfiles/NotbasicType2.mo Deleted : /trunk/testsuite/mosfiles/NotbasicType2.mos Deleted : /trunk/testsuite/mosfiles/Overloading1.mo Deleted : /trunk/testsuite/mosfiles/Overloading2.mo Deleted : /trunk/testsuite/mosfiles/Overloading3.mo Deleted : /trunk/testsuite/mosfiles/Overloading4.mo Deleted : /trunk/testsuite/mosfiles/OverloadingFunc.mos Deleted : /trunk/testsuite/mosfiles/Rename.mo Deleted : /trunk/testsuite/mosfiles/Rename.mos Deleted : /trunk/testsuite/mosfiles/Return.mo Deleted : /trunk/testsuite/mosfiles/Return.mos Deleted : /trunk/testsuite/mosfiles/TestNDims.mo Deleted : /trunk/testsuite/mosfiles/TransformerYY.mos Deleted : /trunk/testsuite/mosfiles/TransformerYYTotal.mo Deleted : /trunk/testsuite/mosfiles/UnpOpPrecedence.mo Deleted : /trunk/testsuite/mosfiles/UnpOpPrecedence.mos Deleted : /trunk/testsuite/mosfiles/WhileStatement.mos Deleted : /trunk/testsuite/mosfiles/WhileStatementIllegal.mos Deleted : /trunk/testsuite/mosfiles/attributes.mo Deleted : /trunk/testsuite/mosfiles/attributes.mos Deleted : /trunk/testsuite/mosfiles/checkparseerror.c Deleted : /trunk/testsuite/mosfiles/differentiate.mos Deleted : /trunk/testsuite/mosfiles/ext_ExternalFunctionResultOrder.c Deleted : /trunk/testsuite/mosfiles/func_bubble.mo Deleted : /trunk/testsuite/mosfiles/func_bubble.mos Deleted : /trunk/testsuite/mosfiles/func_explicit_typeconv.mo Deleted : /trunk/testsuite/mosfiles/func_explicit_typeconv.mos Deleted : /trunk/testsuite/mosfiles/func_factorial.mo Deleted : /trunk/testsuite/mosfiles/func_factorial.mos Deleted : /trunk/testsuite/mosfiles/func_multiple_return.mo Deleted : /trunk/testsuite/mosfiles/func_multiple_return.mos Deleted : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Deleted : /trunk/testsuite/mosfiles/interactive_api_classes.mos Deleted : /trunk/testsuite/mosfiles/interactive_api_loadsave.mos Deleted : /trunk/testsuite/mosfiles/interactive_api_param.mo Deleted : /trunk/testsuite/mosfiles/interactive_api_param.mos Deleted : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mo Deleted : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Deleted : /trunk/testsuite/mosfiles/loadFileInteractiveQualifiedInit.mo Deleted : /trunk/testsuite/mosfiles/matrices.mos Deleted : /trunk/testsuite/mosfiles/refactorGraphAnn1.mo Deleted : /trunk/testsuite/mosfiles/refactorGraphAnn1.mos Deleted : /trunk/testsuite/mosfiles/refactorGraphAnn2.mo Deleted : /trunk/testsuite/mosfiles/refactorGraphAnn2.mos Deleted : /trunk/testsuite/mosfiles/simplify.mos Deleted : /trunk/testsuite/mosfiles/strings.mo Deleted : /trunk/testsuite/mosfiles/strings.mos Deleted : /trunk/testsuite/mosfiles/variables.mos Added : /trunk/testsuite/mosfiles-nosim/checkparseerror.c (Copy from path: /trunk/testsuite/mosfiles/checkparseerror.c, Revision, 5252) Added : /trunk/testsuite/mosfiles-nosim/ext_ExternalFunctionResultOrder.c (Copy from path: /trunk/testsuite/mosfiles/ext_ExternalFunctionResultOrder.c, Revision, 5252) Revision: 5252 Author: sjoelund.se Date: 12:34:17, den 1 april 2010 Message: - Fix for mofiles/Array13.mo - Handle instModEquation when the dimension of the MOD is 0 as a special case (there is no equation). - Added testcases Array14,Array15 that are the same as Array13, but test it for constants and variables instead of parameters. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Array14.mo Added : /trunk/testsuite/mofiles/Array15.mo Revision: 5251 Author: otto@mathcore.com Date: 11:15:27, den 1 april 2010 Message: Make it possible to setup a different default compiler through environment variables. ---- Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 5250 Author: sjoelund.se Date: 10:52:12, den 1 april 2010 Message: - Adding testcase Extends7.mo, based on bug #1184. - Adding builtin function classDirectory()->String to the initial environment. - It is a non-standardized function does not have an implementation in OpenModelica. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Extends7.mo Modified : /trunk/Compiler/Builtin.mo Revision: 5249 Author: sjoelund.se Date: 09:50:20, den 1 april 2010 Message: - Updated mofile tests that have expected output errors (parser errors, etc). ---- Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/ArrayExtendsUnknown.mo Modified : /trunk/testsuite/mofiles/ClassExtends1.mo Modified : /trunk/testsuite/mofiles/ClassExtends2.mo Modified : /trunk/testsuite/mofiles/ClassExtends3.mo Modified : /trunk/testsuite/mofiles/Cross.mo Modified : /trunk/testsuite/mofiles/Declaration1.mo Modified : /trunk/testsuite/mofiles/Declaration2.mo Modified : /trunk/testsuite/mofiles/Declaration3.mo Modified : /trunk/testsuite/mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/ParseError2.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/mathcore-mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration1.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration2.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration3.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mathcore-mofiles/ParseError1.mo Modified : /trunk/testsuite/mathcore-mofiles/ParseError2.mo Revision: 5248 Author: sjoelund.se Date: 06:42:29, den 1 april 2010 Message: - Updated the generation of Makefile header so you don't have to specify SENDDATALIBS if you run it manually. ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 5247 Author: Frenkel TUD Date: 17:25:27, den 31 mars 2010 Message: - update CMakeFiles for linux ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Modified : /trunk/Compiler/modpar/CMakeLists.txt Modified : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/c_runtime/CMakeLists.txt Modified : /trunk/c_runtime/sendData/CMakeLists.txt Modified : /trunk/flat_modelica_parser/src/CMakeLists.txt Modified : /trunk/modelica_parser/src/CMakeLists.txt Revision: 5246 Author: sjoelund.se Date: 14:58:49, den 31 mars 2010 Message: - MetaModelicaDev testcase now prints X out of X failed instead of succeeded (the same as all other tests). ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 5245 Author: sjoelund.se Date: 14:57:10, den 31 mars 2010 Message: - Fixed a slight bug in Compiler/InnerOuter.mo (was printing error trace when it shouldn't). - Updated mathcore-mofiles for new rtest script. - Updated testsuite/Makefile to use parallel make for all tests. ---- Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/mathcore-mofiles/Array13.mo Modified : /trunk/testsuite/mathcore-mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect9.mo Modified : /trunk/testsuite/mathcore-mofiles/Discrete1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mathcore-mofiles/Philosopher.mo Modified : /trunk/testsuite/mathcore-mofiles/Philosopher2.mo Modified : /trunk/testsuite/mathcore-mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mathcore-mofiles/modifyOuter.mo Modified : /trunk/testsuite/mathcore-mofiles/AddReal1.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration1.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration2.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration3.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mathcore-mofiles/ParseError1.mo Modified : /trunk/testsuite/mathcore-mofiles/ParseError2.mo Modified : /trunk/testsuite/mathcore-mofiles/Abs1.mo Modified : /trunk/testsuite/mathcore-mofiles/Abs2.mo Modified : /trunk/testsuite/mathcore-mofiles/AddReal2.mo Modified : /trunk/testsuite/mathcore-mofiles/Algorithm1.mo Modified : /trunk/testsuite/mathcore-mofiles/Algorithm3.mo Modified : /trunk/testsuite/mathcore-mofiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mathcore-mofiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mathcore-mofiles/Array1.mo Modified : /trunk/testsuite/mathcore-mofiles/Array10.mo Modified : /trunk/testsuite/mathcore-mofiles/Array11.mo Modified : /trunk/testsuite/mathcore-mofiles/Array12.mo Modified : /trunk/testsuite/mathcore-mofiles/Array2.mo Modified : /trunk/testsuite/mathcore-mofiles/Array3.mo Modified : /trunk/testsuite/mathcore-mofiles/Array4.mo Modified : /trunk/testsuite/mathcore-mofiles/Array8.mo Modified : /trunk/testsuite/mathcore-mofiles/Array9.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps1.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps2.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps3.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps4.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps5.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval1.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval2.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval3.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval4.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval5.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayMatrixSimplifier.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification1.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification10.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification11.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification12.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification2.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification3.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification4.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification5.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification7.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification8.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification9.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayMulMatrixSimplifier.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mathcore-mofiles/Array_builtin.mo Modified : /trunk/testsuite/mathcore-mofiles/BoolArrayTest.mo Modified : /trunk/testsuite/mathcore-mofiles/Cardinality.mo Modified : /trunk/testsuite/mathcore-mofiles/Circle.mo Modified : /trunk/testsuite/mathcore-mofiles/Circuit1.mo Modified : /trunk/testsuite/mathcore-mofiles/Class1.mo Modified : /trunk/testsuite/mathcore-mofiles/Class2.mo Modified : /trunk/testsuite/mathcore-mofiles/Class4.mo Modified : /trunk/testsuite/mathcore-mofiles/ConditionalArrayExpression2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConditionalComponent.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect1.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect12.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect13.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect14.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect15.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect2.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect3.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect4.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect5.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect6.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect7.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect8.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectConst1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInnerOuter.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInnerOuter2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInnerOuter3.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectTypes.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant1.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant10.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant2.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant3.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant4.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant5.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant6.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant7.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant8.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstructParameters.mo Modified : /trunk/testsuite/mathcore-mofiles/DAEexample.mo Modified : /trunk/testsuite/mathcore-mofiles/DeclarationOrder1.mo Modified : /trunk/testsuite/mathcore-mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mathcore-mofiles/DependsMutual.mo Modified : /trunk/testsuite/mathcore-mofiles/Discrete2.mo Modified : /trunk/testsuite/mathcore-mofiles/DisturbedResistance3.mo Modified : /trunk/testsuite/mathcore-mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mathcore-mofiles/Each1.mo Modified : /trunk/testsuite/mathcore-mofiles/Encapsulated1.mo Modified : /trunk/testsuite/mathcore-mofiles/Encapsulated3.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent2.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent3.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent4.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationFor1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationFor2.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationFor3.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationFor4.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf2.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf3.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf4.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends1.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends2.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends3.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends4.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends5.mo Modified : /trunk/testsuite/mathcore-mofiles/Faculty2.mo Modified : /trunk/testsuite/mathcore-mofiles/Faculty3.mo Modified : /trunk/testsuite/mathcore-mofiles/Faculty4.mo Modified : /trunk/testsuite/mathcore-mofiles/FlatParse.mof Modified : /trunk/testsuite/mathcore-mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mathcore-mofiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mathcore-mofiles/FuncMultResults.mo Modified : /trunk/testsuite/mathcore-mofiles/Function1.mo Modified : /trunk/testsuite/mathcore-mofiles/Function10.mo Modified : /trunk/testsuite/mathcore-mofiles/Function11.mo Modified : /trunk/testsuite/mathcore-mofiles/Function12.mo Modified : /trunk/testsuite/mathcore-mofiles/Function2.mo Modified : /trunk/testsuite/mathcore-mofiles/Function3.mo Modified : /trunk/testsuite/mathcore-mofiles/Function4.mo Modified : /trunk/testsuite/mathcore-mofiles/Function5.mo Modified : /trunk/testsuite/mathcore-mofiles/Function5_test.mo Modified : /trunk/testsuite/mathcore-mofiles/Function6.mo Modified : /trunk/testsuite/mathcore-mofiles/Function7.mo Modified : /trunk/testsuite/mathcore-mofiles/Function8.mo Modified : /trunk/testsuite/mathcore-mofiles/Function9.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval1.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval4.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval5.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mathcore-mofiles/HelloWorld.mo Modified : /trunk/testsuite/mathcore-mofiles/Import1.mo Modified : /trunk/testsuite/mathcore-mofiles/Import3.mo Modified : /trunk/testsuite/mathcore-mofiles/Import4.mo Modified : /trunk/testsuite/mathcore-mofiles/Import5.mo Modified : /trunk/testsuite/mathcore-mofiles/Influenza.mo Modified : /trunk/testsuite/mathcore-mofiles/InnerClass1.mo Modified : /trunk/testsuite/mathcore-mofiles/InnerOuter1.mo Modified : /trunk/testsuite/mathcore-mofiles/InnerOuter2.mo Modified : /trunk/testsuite/mathcore-mofiles/Integer2Real.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup1.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup2.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup4.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup5.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup6.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup8.mo Modified : /trunk/testsuite/mathcore-mofiles/LookupArray.mo Modified : /trunk/testsuite/mathcore-mofiles/Makefile Modified : /trunk/testsuite/mathcore-mofiles/Matrix1.mo Modified : /trunk/testsuite/mathcore-mofiles/MatrixRowIndexing.mo Modified : /trunk/testsuite/mathcore-mofiles/MinMax.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification1.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification10.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification11.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification12.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification13.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification14.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification2.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification3.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification4.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification5.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification6.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification7.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant1.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant2.mo Modified : /trunk/testsuite/mathcore-mofiles/MultipleDeclarations2.mo Modified : /trunk/testsuite/mathcore-mofiles/NamedArguments.mo Modified : /trunk/testsuite/mathcore-mofiles/NoEvent1.mo Modified : /trunk/testsuite/mathcore-mofiles/Overwriting1.mo Modified : /trunk/testsuite/mathcore-mofiles/Overwriting2.mo Modified : /trunk/testsuite/mathcore-mofiles/Overwriting3.mo Modified : /trunk/testsuite/mathcore-mofiles/PEXPipeTotal.mo Modified : /trunk/testsuite/mathcore-mofiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mathcore-mofiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mathcore-mofiles/Range1.mo Modified : /trunk/testsuite/mathcore-mofiles/Real2Integer1.mo Modified : /trunk/testsuite/mathcore-mofiles/Record1.mo Modified : /trunk/testsuite/mathcore-mofiles/RecursiveFunctionCall.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare1.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare2.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare3.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare4.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare5.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeDeclaration2.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeDeclaration3.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeModification1.mo Modified : /trunk/testsuite/mathcore-mofiles/Shadow1.mo Modified : /trunk/testsuite/mathcore-mofiles/SimpleIntegrator1.mo Modified : /trunk/testsuite/mathcore-mofiles/SimpleIntegrator2.mo Modified : /trunk/testsuite/mathcore-mofiles/SimpleIntegrator3.mo Modified : /trunk/testsuite/mathcore-mofiles/StructuralParameter1.mo Modified : /trunk/testsuite/mathcore-mofiles/SubScript1.mo Modified : /trunk/testsuite/mathcore-mofiles/SubScript2.mo Modified : /trunk/testsuite/mathcore-mofiles/SumForLoop.mo Modified : /trunk/testsuite/mathcore-mofiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mathcore-mofiles/SumVectorForIf.mo Modified : /trunk/testsuite/mathcore-mofiles/Terminal1.mo Modified : /trunk/testsuite/mathcore-mofiles/Type10.mo Modified : /trunk/testsuite/mathcore-mofiles/Type4.mo Modified : /trunk/testsuite/mathcore-mofiles/Type5.mo Modified : /trunk/testsuite/mathcore-mofiles/Type6.mo Modified : /trunk/testsuite/mathcore-mofiles/Type9.mo Modified : /trunk/testsuite/mathcore-mofiles/Units1.mo Modified : /trunk/testsuite/mathcore-mofiles/VectorDimension.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable2.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable3.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable4.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mathcore-mofiles/XPowers1.mo Modified : /trunk/testsuite/mathcore-mofiles/XPowers2.mo Modified : /trunk/testsuite/mathcore-mofiles/Xpowers1_new.mo Modified : /trunk/testsuite/mathcore-mofiles/Xpowers2_new.mo Modified : /trunk/testsuite/mathcore-mofiles/Xpowers3_new.mo Modified : /trunk/testsuite/mathcore-mofiles/if_then_elseif_else.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Array9.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Function10.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Type11.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Type9.mo Modified : /trunk/testsuite/mathcore-mofiles/modifyOuter2.mo Modified : /trunk/testsuite/mathcore-mofiles/package-s-1.mo Modified : /trunk/testsuite/mathcore-mofiles/packages1.mo Modified : /trunk/testsuite/mathcore-mofiles/packages2.mo Modified : /trunk/testsuite/mathcore-mofiles/prtest.mo Modified : /trunk/testsuite/mathcore-mofiles/reinit.mo Deleted : /trunk/testsuite/mathcore-mofiles/rtest Modified : /trunk/testsuite/mathcore-mofiles/translation_failed_template.mo Modified : /trunk/testsuite/mathcore-mofiles/translation_template.mo Modified : /trunk/testsuite/mathcore-mofiles/tupleSubset.mo Modified : /trunk/testsuite/mofiles/FlatParse.mof Revision: 5244 Author: sjoelund.se Date: 14:35:50, den 31 mars 2010 Message: - Set svn:eol-style native on mathcore-mofiles/*.mo ---- Modified : /trunk/testsuite/mathcore-mofiles/Array13.mo Modified : /trunk/testsuite/mathcore-mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect9.mo Modified : /trunk/testsuite/mathcore-mofiles/Discrete1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mathcore-mofiles/Philosopher.mo Modified : /trunk/testsuite/mathcore-mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mathcore-mofiles/modifyOuter.mo Modified : /trunk/testsuite/mathcore-mofiles/AddReal1.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration1.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration2.mo Modified : /trunk/testsuite/mathcore-mofiles/Declaration3.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mathcore-mofiles/ParseError1.mo Modified : /trunk/testsuite/mathcore-mofiles/ParseError2.mo Modified : /trunk/testsuite/mathcore-mofiles/Abs1.mo Modified : /trunk/testsuite/mathcore-mofiles/Abs2.mo Modified : /trunk/testsuite/mathcore-mofiles/AddReal2.mo Modified : /trunk/testsuite/mathcore-mofiles/Algorithm1.mo Modified : /trunk/testsuite/mathcore-mofiles/Algorithm3.mo Modified : /trunk/testsuite/mathcore-mofiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mathcore-mofiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mathcore-mofiles/Array1.mo Modified : /trunk/testsuite/mathcore-mofiles/Array10.mo Modified : /trunk/testsuite/mathcore-mofiles/Array11.mo Modified : /trunk/testsuite/mathcore-mofiles/Array12.mo Modified : /trunk/testsuite/mathcore-mofiles/Array2.mo Modified : /trunk/testsuite/mathcore-mofiles/Array3.mo Modified : /trunk/testsuite/mathcore-mofiles/Array4.mo Modified : /trunk/testsuite/mathcore-mofiles/Array8.mo Modified : /trunk/testsuite/mathcore-mofiles/Array9.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps1.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps2.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps3.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps4.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOps5.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval1.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval2.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval3.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval4.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayEWOpsCEval5.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayMatrixSimplifier.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification1.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification10.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification11.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification12.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification2.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification3.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification4.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification5.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification7.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification8.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayModification9.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayMulMatrixSimplifier.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mathcore-mofiles/Array_builtin.mo Modified : /trunk/testsuite/mathcore-mofiles/BoolArrayTest.mo Modified : /trunk/testsuite/mathcore-mofiles/Cardinality.mo Modified : /trunk/testsuite/mathcore-mofiles/Circle.mo Modified : /trunk/testsuite/mathcore-mofiles/Circuit1.mo Modified : /trunk/testsuite/mathcore-mofiles/Class1.mo Modified : /trunk/testsuite/mathcore-mofiles/Class2.mo Modified : /trunk/testsuite/mathcore-mofiles/Class4.mo Modified : /trunk/testsuite/mathcore-mofiles/ConditionalArrayExpression2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConditionalComponent.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect1.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect12.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect13.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect14.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect15.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect2.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect3.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect4.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect5.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect6.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect7.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect8.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectConst1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInnerOuter.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInnerOuter2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectInnerOuter3.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectTypes.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant1.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant10.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant2.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant3.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant4.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant5.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant6.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant7.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant8.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstructParameters.mo Modified : /trunk/testsuite/mathcore-mofiles/DAEexample.mo Modified : /trunk/testsuite/mathcore-mofiles/DeclarationOrder1.mo Modified : /trunk/testsuite/mathcore-mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mathcore-mofiles/DependsMutual.mo Modified : /trunk/testsuite/mathcore-mofiles/Discrete2.mo Modified : /trunk/testsuite/mathcore-mofiles/DisturbedResistance3.mo Modified : /trunk/testsuite/mathcore-mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mathcore-mofiles/Each1.mo Modified : /trunk/testsuite/mathcore-mofiles/Encapsulated1.mo Modified : /trunk/testsuite/mathcore-mofiles/Encapsulated3.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent2.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent3.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationComponent4.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationFor1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationFor2.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationFor3.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationFor4.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf1.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf2.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf3.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf4.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends1.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends2.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends3.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends4.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends5.mo Modified : /trunk/testsuite/mathcore-mofiles/Faculty2.mo Modified : /trunk/testsuite/mathcore-mofiles/Faculty3.mo Modified : /trunk/testsuite/mathcore-mofiles/Faculty4.mo Modified : /trunk/testsuite/mathcore-mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mathcore-mofiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mathcore-mofiles/FuncMultResults.mo Modified : /trunk/testsuite/mathcore-mofiles/Function1.mo Modified : /trunk/testsuite/mathcore-mofiles/Function10.mo Modified : /trunk/testsuite/mathcore-mofiles/Function11.mo Modified : /trunk/testsuite/mathcore-mofiles/Function12.mo Modified : /trunk/testsuite/mathcore-mofiles/Function2.mo Modified : /trunk/testsuite/mathcore-mofiles/Function3.mo Modified : /trunk/testsuite/mathcore-mofiles/Function4.mo Modified : /trunk/testsuite/mathcore-mofiles/Function5.mo Modified : /trunk/testsuite/mathcore-mofiles/Function5_test.mo Modified : /trunk/testsuite/mathcore-mofiles/Function6.mo Modified : /trunk/testsuite/mathcore-mofiles/Function7.mo Modified : /trunk/testsuite/mathcore-mofiles/Function8.mo Modified : /trunk/testsuite/mathcore-mofiles/Function9.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval1.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval4.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval5.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mathcore-mofiles/HelloWorld.mo Modified : /trunk/testsuite/mathcore-mofiles/Import1.mo Modified : /trunk/testsuite/mathcore-mofiles/Import3.mo Modified : /trunk/testsuite/mathcore-mofiles/Import4.mo Modified : /trunk/testsuite/mathcore-mofiles/Import5.mo Modified : /trunk/testsuite/mathcore-mofiles/Influenza.mo Modified : /trunk/testsuite/mathcore-mofiles/InnerClass1.mo Modified : /trunk/testsuite/mathcore-mofiles/InnerOuter1.mo Modified : /trunk/testsuite/mathcore-mofiles/InnerOuter2.mo Modified : /trunk/testsuite/mathcore-mofiles/Integer2Real.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup1.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup2.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup4.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup5.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup6.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup8.mo Modified : /trunk/testsuite/mathcore-mofiles/LookupArray.mo Modified : /trunk/testsuite/mathcore-mofiles/Matrix1.mo Modified : /trunk/testsuite/mathcore-mofiles/MatrixRowIndexing.mo Modified : /trunk/testsuite/mathcore-mofiles/MinMax.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification1.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification10.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification11.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification12.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification13.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification14.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification2.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification3.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification4.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification5.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification6.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification7.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant1.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant2.mo Modified : /trunk/testsuite/mathcore-mofiles/MultipleDeclarations2.mo Modified : /trunk/testsuite/mathcore-mofiles/NamedArguments.mo Modified : /trunk/testsuite/mathcore-mofiles/NoEvent1.mo Modified : /trunk/testsuite/mathcore-mofiles/Overwriting1.mo Modified : /trunk/testsuite/mathcore-mofiles/Overwriting2.mo Modified : /trunk/testsuite/mathcore-mofiles/Overwriting3.mo Modified : /trunk/testsuite/mathcore-mofiles/PEXPipeTotal.mo Modified : /trunk/testsuite/mathcore-mofiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mathcore-mofiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mathcore-mofiles/Range1.mo Modified : /trunk/testsuite/mathcore-mofiles/Real2Integer1.mo Modified : /trunk/testsuite/mathcore-mofiles/Record1.mo Modified : /trunk/testsuite/mathcore-mofiles/RecursiveFunctionCall.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare1.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare2.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare3.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare4.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare5.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeDeclaration2.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeDeclaration3.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeModification1.mo Modified : /trunk/testsuite/mathcore-mofiles/Shadow1.mo Modified : /trunk/testsuite/mathcore-mofiles/SimpleIntegrator1.mo Modified : /trunk/testsuite/mathcore-mofiles/SimpleIntegrator2.mo Modified : /trunk/testsuite/mathcore-mofiles/SimpleIntegrator3.mo Modified : /trunk/testsuite/mathcore-mofiles/StructuralParameter1.mo Modified : /trunk/testsuite/mathcore-mofiles/SubScript1.mo Modified : /trunk/testsuite/mathcore-mofiles/SubScript2.mo Modified : /trunk/testsuite/mathcore-mofiles/SumForLoop.mo Modified : /trunk/testsuite/mathcore-mofiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mathcore-mofiles/SumVectorForIf.mo Modified : /trunk/testsuite/mathcore-mofiles/Terminal1.mo Modified : /trunk/testsuite/mathcore-mofiles/Type10.mo Modified : /trunk/testsuite/mathcore-mofiles/Type4.mo Modified : /trunk/testsuite/mathcore-mofiles/Type5.mo Modified : /trunk/testsuite/mathcore-mofiles/Type6.mo Modified : /trunk/testsuite/mathcore-mofiles/Type9.mo Modified : /trunk/testsuite/mathcore-mofiles/Units1.mo Modified : /trunk/testsuite/mathcore-mofiles/VectorDimension.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable2.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable3.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable4.mo Modified : /trunk/testsuite/mathcore-mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mathcore-mofiles/XPowers1.mo Modified : /trunk/testsuite/mathcore-mofiles/XPowers2.mo Modified : /trunk/testsuite/mathcore-mofiles/Xpowers1_new.mo Modified : /trunk/testsuite/mathcore-mofiles/Xpowers2_new.mo Modified : /trunk/testsuite/mathcore-mofiles/Xpowers3_new.mo Modified : /trunk/testsuite/mathcore-mofiles/if_then_elseif_else.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Array9.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Function10.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Type11.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Type9.mo Modified : /trunk/testsuite/mathcore-mofiles/modifyOuter2.mo Modified : /trunk/testsuite/mathcore-mofiles/package-s-1.mo Modified : /trunk/testsuite/mathcore-mofiles/packages1.mo Modified : /trunk/testsuite/mathcore-mofiles/packages2.mo Modified : /trunk/testsuite/mathcore-mofiles/prtest.mo Modified : /trunk/testsuite/mathcore-mofiles/reinit.mo Modified : /trunk/testsuite/mathcore-mofiles/translation_failed_template.mo Modified : /trunk/testsuite/mathcore-mofiles/translation_template.mo Modified : /trunk/testsuite/mathcore-mofiles/tupleSubset.mo Modified : /trunk/testsuite/mathcore-mofiles/Algorithm2.mo Modified : /trunk/testsuite/mathcore-mofiles/Algorithm4.mo Modified : /trunk/testsuite/mathcore-mofiles/Array5.mo Modified : /trunk/testsuite/mathcore-mofiles/Array6.mo Modified : /trunk/testsuite/mathcore-mofiles/Array7.mo Modified : /trunk/testsuite/mathcore-mofiles/Class3.mo Modified : /trunk/testsuite/mathcore-mofiles/ConditionalArrayExpression1.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect10.mo Modified : /trunk/testsuite/mathcore-mofiles/Connect11.mo Modified : /trunk/testsuite/mathcore-mofiles/ConnectFlowEffort.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant9.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstrainingType2.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstrainingType3.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstructParameters2.mo Modified : /trunk/testsuite/mathcore-mofiles/DeclareConstant1.mo Modified : /trunk/testsuite/mathcore-mofiles/DeclareConstant2.mo Modified : /trunk/testsuite/mathcore-mofiles/DeclareConstant3.mo Modified : /trunk/testsuite/mathcore-mofiles/DependsRecursive.mo Modified : /trunk/testsuite/mathcore-mofiles/Derivative1.mo Modified : /trunk/testsuite/mathcore-mofiles/DisturbedResistance1.mo Modified : /trunk/testsuite/mathcore-mofiles/DisturbedResistance2.mo Modified : /trunk/testsuite/mathcore-mofiles/Encapsulated2.mo Modified : /trunk/testsuite/mathcore-mofiles/Faculty1.mo Modified : /trunk/testsuite/mathcore-mofiles/Import2.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup3.mo Modified : /trunk/testsuite/mathcore-mofiles/Lookup7.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification8.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification9.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant4.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant5.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyConstant6.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyUnknown1.mo Modified : /trunk/testsuite/mathcore-mofiles/ModifyUnknown2.mo Modified : /trunk/testsuite/mathcore-mofiles/MultipleDeclarations.mo Modified : /trunk/testsuite/mathcore-mofiles/Overwriting4.mo Modified : /trunk/testsuite/mathcore-mofiles/Partial1.mo Modified : /trunk/testsuite/mathcore-mofiles/Protected1.mo Modified : /trunk/testsuite/mathcore-mofiles/Real2Integer2.mo Modified : /trunk/testsuite/mathcore-mofiles/Real2Integer3.mo Modified : /trunk/testsuite/mathcore-mofiles/RedeclareFlowEffort.mo Modified : /trunk/testsuite/mathcore-mofiles/ReplaceFunction.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeDeclaration1.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeDeclaration4.mo Modified : /trunk/testsuite/mathcore-mofiles/ScopeModification2.mo Modified : /trunk/testsuite/mathcore-mofiles/SimpleIntegrator4.mo Modified : /trunk/testsuite/mathcore-mofiles/SmallLinsys.mo Modified : /trunk/testsuite/mathcore-mofiles/SmallPlantModified.mo Modified : /trunk/testsuite/mathcore-mofiles/Terminal2.mo Modified : /trunk/testsuite/mathcore-mofiles/Type1.mo Modified : /trunk/testsuite/mathcore-mofiles/Type2.mo Modified : /trunk/testsuite/mathcore-mofiles/Type3.mo Modified : /trunk/testsuite/mathcore-mofiles/Type7.mo Modified : /trunk/testsuite/mathcore-mofiles/Type8.mo Modified : /trunk/testsuite/mathcore-mofiles/Units2.mo Modified : /trunk/testsuite/mathcore-mofiles/WhenSemantics1.mo Modified : /trunk/testsuite/mathcore-mofiles/XPowers3.mo Modified : /trunk/testsuite/mathcore-mofiles/modelica_1_1_Type10.mo Modified : /trunk/testsuite/mathcore-mofiles/partial-s-1.mo Modified : /trunk/testsuite/mathcore-mofiles/partials1.mo Revision: 5243 Author: sjoelund.se Date: 14:32:42, den 31 mars 2010 Message: - Updated mathcore-mofiles/msl and mathcore-mofiles/drmodelica to new rtest script. ---- Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ActivateWhenEquation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayAddEmpty.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayConstruct1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayExponentiation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayFieldSlice.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayIndex.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AssertTest.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AssertTest1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AssertTest2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Concat3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ConstructFunc.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/FilterBlock1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/GenericMicroCircuit.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/HeatTank.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/JoinThreeVectors2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/LeastSquares.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/MoonLanding.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/OneArgBaseFunction.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/RangeVector.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenPriority.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ABCDsystem.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AccessDemoIllegalMod.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AlgorithmSection.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AppendElement.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayAddSub.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayAddSub1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayDim1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayDim2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayDim3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayDim4.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayDiv.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayDivError.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayEmpty.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayMult.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArrayReduce.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArraySlice.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArraysInitIllegal.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ArraysInitLegal.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/BlockMatrix.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/BlockMatrix2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/BlockMatrix3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/BouncingBall.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Circuit.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ColorClasses.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ColorPixel.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ColoredPointIllegalMod1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ColoredPointIllegalMod2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ColoredPointIllegalMod3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Colors.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ComplexNumbers.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ConcatArr1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ConcatArr2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ConcatArr4.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ConnectForEquations.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/CyclicPerm.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/DAEexample.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/DimConvert.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/DimSize.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/DoubleWhenConflict.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/DoubleWhenSequential.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ElementWiseMultiplication.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Epidemics1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/EqualityEquations.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/EquationCall.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Equations.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ErrorNestedWhen.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/FiveForEquations.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/FlatTank.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ForLoopHideVariable.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/FuncDer.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/FuncMultResults.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/HeatTankExpanded.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/HelloWorld.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/HideVariableForEquations.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/HydrogenIodide.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/IfEquation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/LogCall1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/LotkaVolterra.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/MRFcall.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/MicroCircuitInvalid.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/MicroCircuitValid.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/MultFuncCall.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Oscillator.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PointInst.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PointSum.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/StatementCall.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/StepAdvanced.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/SubArrayIndex.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/SumForLoop.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/SumSeriesWhile.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/SumVectorForIf.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Summation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Tank.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPI.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPID.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankPI.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankPID.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TanksConnectedPI.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TempResistor3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TwoRateSampler.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/VanDerPol.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/VectorizeSeveralArguments.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/VectorizeSumVec.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenEquation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenNotValid.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenStatement1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenStatement2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenStatement3.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenValidResult.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Xpowers.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Xpowers1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Xpowers2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Xpowers3.mo Deleted : /trunk/testsuite/mathcore-mofiles/drmodelica/rtest Modified : /trunk/testsuite/mathcore-mofiles/msl/BC1.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC10.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC11.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC4.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC5.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC6.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC7.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC8.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC9.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM1.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM10.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM11.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM12.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM13.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM14.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM15.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM16.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM17.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM18.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM19.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM20.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM21.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM22.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM23.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM24.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM25.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM26.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM27.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM28.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM4.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM5.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM6.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM7.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM8.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM9.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BN1.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BN2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BN3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS1.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS10.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS11.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS12.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS13.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS14.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS15.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS16.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS17.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS4.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS5.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS6.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS7.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS8.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS9.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/Gear.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/Makefile Deleted : /trunk/testsuite/mathcore-mofiles/msl/rtest Revision: 5242 Author: sjoelund.se Date: 14:31:03, den 31 mars 2010 Message: - Updated mofiles/msl/*.mo to new rtest script ---- Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM12.mo Modified : /trunk/testsuite/mofiles/msl/BM13.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM16.mo Modified : /trunk/testsuite/mofiles/msl/BM17.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM24.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM27.mo Modified : /trunk/testsuite/mofiles/msl/BM28.mo Modified : /trunk/testsuite/mofiles/msl/BM3.mo Modified : /trunk/testsuite/mofiles/msl/BM4.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS13.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS15.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/msl/Makefile Deleted : /trunk/testsuite/mofiles/msl/rtest Revision: 5241 Author: sjoelund.se Date: 14:29:00, den 31 mars 2010 Message: - Updated testsuite/mofiles/*.mo to the new rtest (we now check for functions and error messages). - Due error messages being checked, some tests now fail. ---- Modified : /trunk/testsuite/mofiles/AlgorithmFor6.mo Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/ForNested.mo Modified : /trunk/testsuite/mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/InOutArray.mo Modified : /trunk/testsuite/mofiles/InOutArray2.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mofiles/Abs.mo Modified : /trunk/testsuite/mofiles/Abs1.mo Modified : /trunk/testsuite/mofiles/Abs2.mo Modified : /trunk/testsuite/mofiles/Acos.mo Modified : /trunk/testsuite/mofiles/AddReal1.mo Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/Algorithm3.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor1.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor2.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor3.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor4.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor5.mo Modified : /trunk/testsuite/mofiles/And.mo Modified : /trunk/testsuite/mofiles/Array1.mo Modified : /trunk/testsuite/mofiles/Array10.mo Modified : /trunk/testsuite/mofiles/Array11.mo Modified : /trunk/testsuite/mofiles/Array12.mo Modified : /trunk/testsuite/mofiles/Array13.mo Modified : /trunk/testsuite/mofiles/Array2.mo Modified : /trunk/testsuite/mofiles/Array3.mo Modified : /trunk/testsuite/mofiles/Array4.mo Modified : /trunk/testsuite/mofiles/Array8.mo Modified : /trunk/testsuite/mofiles/Array9.mo Modified : /trunk/testsuite/mofiles/ArrayAccess.mo Modified : /trunk/testsuite/mofiles/ArrayAddition.mo Modified : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo Modified : /trunk/testsuite/mofiles/ArrayBrackets.mo Modified : /trunk/testsuite/mofiles/ArrayCurlyBrackets.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration1.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration2.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration3.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration4.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration5.mo Modified : /trunk/testsuite/mofiles/ArrayDivision.mo Modified : /trunk/testsuite/mofiles/ArrayExtend.mo Modified : /trunk/testsuite/mofiles/ArrayExtendsUnknown.mo Modified : /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayModification1.mo Modified : /trunk/testsuite/mofiles/ArrayModification10.mo Modified : /trunk/testsuite/mofiles/ArrayModification11.mo Modified : /trunk/testsuite/mofiles/ArrayModification12.mo Modified : /trunk/testsuite/mofiles/ArrayModification2.mo Modified : /trunk/testsuite/mofiles/ArrayModification3.mo Modified : /trunk/testsuite/mofiles/ArrayModification4.mo Modified : /trunk/testsuite/mofiles/ArrayModification5.mo Modified : /trunk/testsuite/mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mofiles/ArrayModification7.mo Modified : /trunk/testsuite/mofiles/ArrayModification8.mo Modified : /trunk/testsuite/mofiles/ArrayModification9.mo Modified : /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayMultiplication.mo Modified : /trunk/testsuite/mofiles/ArrayOperators.mo Modified : /trunk/testsuite/mofiles/ArrayRange.mo Modified : /trunk/testsuite/mofiles/ArrayReduce2.mo Modified : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mofiles/ArraySubtraction.mo Modified : /trunk/testsuite/mofiles/Array_builtin.mo Modified : /trunk/testsuite/mofiles/Asin.mo Modified : /trunk/testsuite/mofiles/AssignmentFunction.mo Modified : /trunk/testsuite/mofiles/AssignmentFunctionMultiple1.mo Modified : /trunk/testsuite/mofiles/AssignmentSimple.mo Modified : /trunk/testsuite/mofiles/Atan.mo Modified : /trunk/testsuite/mofiles/Atan2.mo Modified : /trunk/testsuite/mofiles/BlockComponents.mo Modified : /trunk/testsuite/mofiles/BlockIllegal.mo Modified : /trunk/testsuite/mofiles/BlockSimple.mo Modified : /trunk/testsuite/mofiles/BoolArrayTest.mo Modified : /trunk/testsuite/mofiles/BooleanLiterals.mo Modified : /trunk/testsuite/mofiles/Break.mo Modified : /trunk/testsuite/mofiles/Cardinality.mo Modified : /trunk/testsuite/mofiles/Ceil.mo Modified : /trunk/testsuite/mofiles/Circle.mo Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/Class1.mo Modified : /trunk/testsuite/mofiles/Class2.mo Modified : /trunk/testsuite/mofiles/Class4.mo Modified : /trunk/testsuite/mofiles/ClassExtends1.mo Modified : /trunk/testsuite/mofiles/ClassExtends2.mo Modified : /trunk/testsuite/mofiles/ClassExtends3.mo Modified : /trunk/testsuite/mofiles/Comment1.mo Modified : /trunk/testsuite/mofiles/Comment2.mo Modified : /trunk/testsuite/mofiles/ComponentNames.mo Modified : /trunk/testsuite/mofiles/CondDeclaration.mo Modified : /trunk/testsuite/mofiles/CondOperators.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression2.mo Modified : /trunk/testsuite/mofiles/Connect1.mo Modified : /trunk/testsuite/mofiles/Connect12.mo Modified : /trunk/testsuite/mofiles/Connect13.mo Modified : /trunk/testsuite/mofiles/Connect14.mo Modified : /trunk/testsuite/mofiles/Connect15.mo Modified : /trunk/testsuite/mofiles/Connect2.mo Modified : /trunk/testsuite/mofiles/Connect3.mo Modified : /trunk/testsuite/mofiles/Connect4.mo Modified : /trunk/testsuite/mofiles/Connect5.mo Modified : /trunk/testsuite/mofiles/Connect6.mo Modified : /trunk/testsuite/mofiles/Connect7.mo Modified : /trunk/testsuite/mofiles/Connect8.mo Modified : /trunk/testsuite/mofiles/Connect9.mo Modified : /trunk/testsuite/mofiles/ConnectConst1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mofiles/ConnectTypes.mo Modified : /trunk/testsuite/mofiles/ConnectorComponents.mo Modified : /trunk/testsuite/mofiles/ConnectorSimple.mo Modified : /trunk/testsuite/mofiles/Constant1.mo Modified : /trunk/testsuite/mofiles/Constant10.mo Modified : /trunk/testsuite/mofiles/Constant11.mo Modified : /trunk/testsuite/mofiles/Constant2.mo Modified : /trunk/testsuite/mofiles/Constant3.mo Modified : /trunk/testsuite/mofiles/Constant4.mo Modified : /trunk/testsuite/mofiles/Constant5.mo Modified : /trunk/testsuite/mofiles/Constant6.mo Modified : /trunk/testsuite/mofiles/Constant7.mo Modified : /trunk/testsuite/mofiles/Constant8.mo Modified : /trunk/testsuite/mofiles/ConstantDeclConnector.mo Modified : /trunk/testsuite/mofiles/ConstantDeclRecord.mo Modified : /trunk/testsuite/mofiles/ConstantDeclType.mo Modified : /trunk/testsuite/mofiles/ConstantReductions.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mofiles/ConstructParameters.mo Modified : /trunk/testsuite/mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mofiles/Cos.mo Modified : /trunk/testsuite/mofiles/Cosh.mo Modified : /trunk/testsuite/mofiles/Cross.mo Modified : /trunk/testsuite/mofiles/Declaration1.mo Modified : /trunk/testsuite/mofiles/Declaration2.mo Modified : /trunk/testsuite/mofiles/Declaration3.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation1.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation2.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation3.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder1.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mofiles/DefaultRecordParameters.mo Modified : /trunk/testsuite/mofiles/Delay.mo Modified : /trunk/testsuite/mofiles/Delay2.mo Modified : /trunk/testsuite/mofiles/Delay3.mo Modified : /trunk/testsuite/mofiles/Delay4.mo Modified : /trunk/testsuite/mofiles/Delay6.mo Modified : /trunk/testsuite/mofiles/DependsMutual.mo Modified : /trunk/testsuite/mofiles/Discrete1.mo Modified : /trunk/testsuite/mofiles/Discrete2.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclConnector.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclRecord.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclType.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance3.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mofiles/Div.mo Modified : /trunk/testsuite/mofiles/DocString.mo Modified : /trunk/testsuite/mofiles/Each1.mo Modified : /trunk/testsuite/mofiles/Encapsulated1.mo Modified : /trunk/testsuite/mofiles/Encapsulated3.mo Modified : /trunk/testsuite/mofiles/EngineSAAB95Total.mo Modified : /trunk/testsuite/mofiles/Enum1.mo Modified : /trunk/testsuite/mofiles/Enum2.mo Modified : /trunk/testsuite/mofiles/Enum3.mo Modified : /trunk/testsuite/mofiles/Enum4.mo Modified : /trunk/testsuite/mofiles/Enum5.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/Enum8.mo Modified : /trunk/testsuite/mofiles/Enum9.mo Modified : /trunk/testsuite/mofiles/Equals.mo Modified : /trunk/testsuite/mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mofiles/EquationComponent2.mo Modified : /trunk/testsuite/mofiles/EquationComponent3.mo Modified : /trunk/testsuite/mofiles/EquationComponent4.mo Modified : /trunk/testsuite/mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mofiles/EquationFor1.mo Modified : /trunk/testsuite/mofiles/EquationFor2.mo Modified : /trunk/testsuite/mofiles/EquationFor3.mo Modified : /trunk/testsuite/mofiles/EquationFor4.mo Modified : /trunk/testsuite/mofiles/EquationFor5.mo Modified : /trunk/testsuite/mofiles/EquationFor6.mo Modified : /trunk/testsuite/mofiles/EquationFor7.mo Modified : /trunk/testsuite/mofiles/EquationIf1.mo Modified : /trunk/testsuite/mofiles/EquationIf2.mo Modified : /trunk/testsuite/mofiles/EquationIf3.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/EventFunctions.mo Modified : /trunk/testsuite/mofiles/Exp.mo Modified : /trunk/testsuite/mofiles/Expressions.mo Modified : /trunk/testsuite/mofiles/Extends1.mo Modified : /trunk/testsuite/mofiles/Extends2.mo Modified : /trunk/testsuite/mofiles/Extends3.mo Modified : /trunk/testsuite/mofiles/Extends4.mo Modified : /trunk/testsuite/mofiles/Extends5.mo Modified : /trunk/testsuite/mofiles/Extends6.mo Modified : /trunk/testsuite/mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mofiles/Faculty2.mo Modified : /trunk/testsuite/mofiles/Faculty3.mo Modified : /trunk/testsuite/mofiles/Faculty4.mo Modified : /trunk/testsuite/mofiles/FillSize.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/FloatingPoint.mo Modified : /trunk/testsuite/mofiles/Floor.mo Modified : /trunk/testsuite/mofiles/FlowDeclConnector.mo Modified : /trunk/testsuite/mofiles/FlowDeclRecord.mo Modified : /trunk/testsuite/mofiles/FlowDeclType.mo Modified : /trunk/testsuite/mofiles/ForIterator1.mo Modified : /trunk/testsuite/mofiles/ForIterator2.mo Modified : /trunk/testsuite/mofiles/ForSimple.mo Modified : /trunk/testsuite/mofiles/ForceAndTorque.mo Modified : /trunk/testsuite/mofiles/Function1.mo Modified : /trunk/testsuite/mofiles/Function10.mo Modified : /trunk/testsuite/mofiles/Function11.mo Modified : /trunk/testsuite/mofiles/Function5.mo Modified : /trunk/testsuite/mofiles/Function5_test.mo Modified : /trunk/testsuite/mofiles/Function6.mo Modified : /trunk/testsuite/mofiles/Function9.mo Modified : /trunk/testsuite/mofiles/FunctionBreak.mo Modified : /trunk/testsuite/mofiles/FunctionCall.mo Modified : /trunk/testsuite/mofiles/FunctionEval1.mo Modified : /trunk/testsuite/mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mofiles/FunctionEval4.mo Modified : /trunk/testsuite/mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/FunctionReturn.mo Modified : /trunk/testsuite/mofiles/FunctionSimple.mo Modified : /trunk/testsuite/mofiles/GreaterThan.mo Modified : /trunk/testsuite/mofiles/GreaterThanEqual.mo Modified : /trunk/testsuite/mofiles/IconsRecursiveTest.mo Modified : /trunk/testsuite/mofiles/Import1.mo Modified : /trunk/testsuite/mofiles/Import3.mo Modified : /trunk/testsuite/mofiles/Import4.mo Modified : /trunk/testsuite/mofiles/Import5.mo Modified : /trunk/testsuite/mofiles/InOutBool.mo Modified : /trunk/testsuite/mofiles/Influenza.mo Modified : /trunk/testsuite/mofiles/InheritanceClassMod.mo Modified : /trunk/testsuite/mofiles/InheritanceDiamond.mo Modified : /trunk/testsuite/mofiles/InheritanceMultiple.mo Modified : /trunk/testsuite/mofiles/InheritanceProtected.mo Modified : /trunk/testsuite/mofiles/InheritancePublic.mo Modified : /trunk/testsuite/mofiles/InheritanceSeveral.mo Modified : /trunk/testsuite/mofiles/InheritanceSimple.mo Modified : /trunk/testsuite/mofiles/Inline1.mo Modified : /trunk/testsuite/mofiles/Inline2.mo Modified : /trunk/testsuite/mofiles/Inline3.mo Modified : /trunk/testsuite/mofiles/Inline4.mo Modified : /trunk/testsuite/mofiles/Inline5.mo Modified : /trunk/testsuite/mofiles/Inline6.mo Modified : /trunk/testsuite/mofiles/InnerClass1.mo Modified : /trunk/testsuite/mofiles/InnerOuter1.mo Modified : /trunk/testsuite/mofiles/InnerOuter2.mo Modified : /trunk/testsuite/mofiles/InnerOuterSystem.mo Modified : /trunk/testsuite/mofiles/InputDeclConnector.mo Modified : /trunk/testsuite/mofiles/InputDeclRecord.mo Modified : /trunk/testsuite/mofiles/InputDeclType.mo Modified : /trunk/testsuite/mofiles/IntAdd.mo Modified : /trunk/testsuite/mofiles/IntMul.mo Modified : /trunk/testsuite/mofiles/IntPow.mo Modified : /trunk/testsuite/mofiles/IntSub.mo Modified : /trunk/testsuite/mofiles/Integer.mo Modified : /trunk/testsuite/mofiles/Integer2Real.mo Modified : /trunk/testsuite/mofiles/LessThan.mo Modified : /trunk/testsuite/mofiles/LessThanEqual.mo Modified : /trunk/testsuite/mofiles/Log.mo Modified : /trunk/testsuite/mofiles/Log10.mo Modified : /trunk/testsuite/mofiles/Lookup1.mo Modified : /trunk/testsuite/mofiles/Lookup10.mo Modified : /trunk/testsuite/mofiles/Lookup2.mo Modified : /trunk/testsuite/mofiles/Lookup4.mo Modified : /trunk/testsuite/mofiles/Lookup5.mo Modified : /trunk/testsuite/mofiles/Lookup6.mo Modified : /trunk/testsuite/mofiles/Lookup9.mo Modified : /trunk/testsuite/mofiles/MathematicalFunctions.mo Modified : /trunk/testsuite/mofiles/Matrix1.mo Modified : /trunk/testsuite/mofiles/MatrixAddition.mo Modified : /trunk/testsuite/mofiles/MatrixBrackets.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Modified : /trunk/testsuite/mofiles/Mod.mo Modified : /trunk/testsuite/mofiles/ModelAccess.mo Modified : /trunk/testsuite/mofiles/ModelSimple.mo Modified : /trunk/testsuite/mofiles/Modification1.mo Modified : /trunk/testsuite/mofiles/Modification10.mo Modified : /trunk/testsuite/mofiles/Modification11.mo Modified : /trunk/testsuite/mofiles/Modification12.mo Modified : /trunk/testsuite/mofiles/Modification13.mo Modified : /trunk/testsuite/mofiles/Modification2.mo Modified : /trunk/testsuite/mofiles/Modification3.mo Modified : /trunk/testsuite/mofiles/Modification4.mo Modified : /trunk/testsuite/mofiles/Modification5.mo Modified : /trunk/testsuite/mofiles/Modification6.mo Modified : /trunk/testsuite/mofiles/Modification7.mo Modified : /trunk/testsuite/mofiles/ModifierClass.mo Modified : /trunk/testsuite/mofiles/ModifierExtends.mo Modified : /trunk/testsuite/mofiles/ModifierProblem.mo Modified : /trunk/testsuite/mofiles/ModifierRedeclare.mo Modified : /trunk/testsuite/mofiles/ModifierVariable.mo Modified : /trunk/testsuite/mofiles/ModifyConstant1.mo Modified : /trunk/testsuite/mofiles/ModifyConstant2.mo Modified : /trunk/testsuite/mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mofiles/MultipleDeclarations2.mo Modified : /trunk/testsuite/mofiles/MyPointsInst1.mo Modified : /trunk/testsuite/mofiles/MyPointsInst2.mo Modified : /trunk/testsuite/mofiles/NamedArguments.mo Modified : /trunk/testsuite/mofiles/NestedClasses.mo Modified : /trunk/testsuite/mofiles/NoEvent1.mo Modified : /trunk/testsuite/mofiles/Not.mo Modified : /trunk/testsuite/mofiles/NotEquals.mo Modified : /trunk/testsuite/mofiles/NumericFunctions.mo Modified : /trunk/testsuite/mofiles/Operators.mo Modified : /trunk/testsuite/mofiles/Or.mo Modified : /trunk/testsuite/mofiles/OutputDeclConnector.mo Modified : /trunk/testsuite/mofiles/OutputDeclRecord.mo Modified : /trunk/testsuite/mofiles/OutputDeclType.mo Modified : /trunk/testsuite/mofiles/OverrideFinalTest.mo Modified : /trunk/testsuite/mofiles/Overwriting1.mo Modified : /trunk/testsuite/mofiles/Overwriting2.mo Modified : /trunk/testsuite/mofiles/Overwriting3.mo Modified : /trunk/testsuite/mofiles/PackageComponents.mo Modified : /trunk/testsuite/mofiles/PackageIllegal.mo Modified : /trunk/testsuite/mofiles/PackageSimple.mo Modified : /trunk/testsuite/mofiles/ParameterDeclConnector.mo Modified : /trunk/testsuite/mofiles/ParameterDeclRecord.mo Modified : /trunk/testsuite/mofiles/ParameterDeclType.mo Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/ParseError2.mo Modified : /trunk/testsuite/mofiles/Pow.mo Modified : /trunk/testsuite/mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mofiles/ProtectedAccess2.mo Modified : /trunk/testsuite/mofiles/PublicAccess.mo Modified : /trunk/testsuite/mofiles/Range1.mo Modified : /trunk/testsuite/mofiles/Real2Integer1.mo Modified : /trunk/testsuite/mofiles/RealAdd.mo Modified : /trunk/testsuite/mofiles/RealDiv.mo Modified : /trunk/testsuite/mofiles/RealMul.mo Modified : /trunk/testsuite/mofiles/RealPow.mo Modified : /trunk/testsuite/mofiles/RealSub.mo Modified : /trunk/testsuite/mofiles/Record1.mo Modified : /trunk/testsuite/mofiles/RecordAssignment.mo Modified : /trunk/testsuite/mofiles/RecordConnections.mo Modified : /trunk/testsuite/mofiles/RecordConstructorVectorization.mo Modified : /trunk/testsuite/mofiles/RecordConstructors.mo Modified : /trunk/testsuite/mofiles/RecordNonPublic.mo Modified : /trunk/testsuite/mofiles/RecordPrefixes.mo Modified : /trunk/testsuite/mofiles/RecordSimple.mo Modified : /trunk/testsuite/mofiles/Redeclare1.mo Modified : /trunk/testsuite/mofiles/Redeclare2.mo Modified : /trunk/testsuite/mofiles/Redeclare3.mo Modified : /trunk/testsuite/mofiles/Redeclare4.mo Modified : /trunk/testsuite/mofiles/Redeclare5.mo Modified : /trunk/testsuite/mofiles/Rem.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration2.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration3.mo Modified : /trunk/testsuite/mofiles/ScopeModification1.mo Modified : /trunk/testsuite/mofiles/Sequence.mo Modified : /trunk/testsuite/mofiles/Shadow1.mo Modified : /trunk/testsuite/mofiles/ShortClassDef.mo Modified : /trunk/testsuite/mofiles/Sign.mo Modified : /trunk/testsuite/mofiles/SimpleInheritance.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator1.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator2.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator3.mo Modified : /trunk/testsuite/mofiles/SimpleTypeExtend.mo Modified : /trunk/testsuite/mofiles/Simplify.mo Modified : /trunk/testsuite/mofiles/Sin.mo Modified : /trunk/testsuite/mofiles/Sinh.mo Modified : /trunk/testsuite/mofiles/Sqrt.mo Modified : /trunk/testsuite/mofiles/StringBoolean.mo Modified : /trunk/testsuite/mofiles/StringConcatenation.mo Modified : /trunk/testsuite/mofiles/StringConversion.mo Modified : /trunk/testsuite/mofiles/StringInteger.mo Modified : /trunk/testsuite/mofiles/StringLiterals.mo Modified : /trunk/testsuite/mofiles/StringReal.mo Modified : /trunk/testsuite/mofiles/StructuralParameter1.mo Modified : /trunk/testsuite/mofiles/SubScript1.mo Modified : /trunk/testsuite/mofiles/SubScript2.mo Modified : /trunk/testsuite/mofiles/Switch.mo Modified : /trunk/testsuite/mofiles/Tan.mo Modified : /trunk/testsuite/mofiles/Tanh.mo Modified : /trunk/testsuite/mofiles/Terminal1.mo Modified : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Modified : /trunk/testsuite/mofiles/Transpose.mo Modified : /trunk/testsuite/mofiles/Type10.mo Modified : /trunk/testsuite/mofiles/Type4.mo Modified : /trunk/testsuite/mofiles/Type5.mo Modified : /trunk/testsuite/mofiles/Type6.mo Modified : /trunk/testsuite/mofiles/Type9.mo Modified : /trunk/testsuite/mofiles/TypeArray.mo Modified : /trunk/testsuite/mofiles/TypeClass1.mo Modified : /trunk/testsuite/mofiles/TypeDeclArray.mo Modified : /trunk/testsuite/mofiles/TypeEnumeration.mo Modified : /trunk/testsuite/mofiles/TypeSimple.mo Modified : /trunk/testsuite/mofiles/Units1.mo Modified : /trunk/testsuite/mofiles/UsertypeModifications.mo Modified : /trunk/testsuite/mofiles/VectorBuiltin.mo Modified : /trunk/testsuite/mofiles/VectorDimension.mo Modified : /trunk/testsuite/mofiles/VectorTest.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mofiles/Vectorizable2.mo Modified : /trunk/testsuite/mofiles/Vectorizable3.mo Modified : /trunk/testsuite/mofiles/Vectorizable4.mo Modified : /trunk/testsuite/mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mofiles/Vectorizable6.mo Modified : /trunk/testsuite/mofiles/VectorizeExtendedType.mo Modified : /trunk/testsuite/mofiles/WaveEquationSample.mo Modified : /trunk/testsuite/mofiles/While.mo Modified : /trunk/testsuite/mofiles/WillowForest.mo Modified : /trunk/testsuite/mofiles/if_then_elseif_else.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Array9.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Function10.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type11.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type9.mo Modified : /trunk/testsuite/mofiles/package-s-1.mo Modified : /trunk/testsuite/mofiles/packages1.mo Modified : /trunk/testsuite/mofiles/packages2.mo Modified : /trunk/testsuite/mofiles/prtest.mo Modified : /trunk/testsuite/mofiles/reinit.mo Modified : /trunk/testsuite/mofiles/translation_failed_template.mo Modified : /trunk/testsuite/mofiles/translation_template.mo Modified : /trunk/testsuite/mofiles/ABCDsystem.mo Modified : /trunk/testsuite/mofiles/AccessDemoIllegalMod.mo Modified : /trunk/testsuite/mofiles/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mofiles/ActivateWhenEquation.mo Modified : /trunk/testsuite/mofiles/AddReal2.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mofiles/AlgorithmSection.mo Modified : /trunk/testsuite/mofiles/AppendElement.mo Modified : /trunk/testsuite/mofiles/ArrayAddEmpty.mo Modified : /trunk/testsuite/mofiles/ArrayAddSub.mo Modified : /trunk/testsuite/mofiles/ArrayAddSub1.mo Modified : /trunk/testsuite/mofiles/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mofiles/ArrayConstruct1.mo Modified : /trunk/testsuite/mofiles/ArrayDim1.mo Modified : /trunk/testsuite/mofiles/ArrayDim2.mo Modified : /trunk/testsuite/mofiles/ArrayDim3.mo Modified : /trunk/testsuite/mofiles/ArrayDim4.mo Modified : /trunk/testsuite/mofiles/ArrayDiv.mo Modified : /trunk/testsuite/mofiles/ArrayDivError.mo Modified : /trunk/testsuite/mofiles/ArrayEmpty.mo Modified : /trunk/testsuite/mofiles/ArrayExponentiation.mo Modified : /trunk/testsuite/mofiles/ArrayIndex.mo Modified : /trunk/testsuite/mofiles/ArrayMult.mo Modified : /trunk/testsuite/mofiles/ArrayReduce.mo Modified : /trunk/testsuite/mofiles/ArraysInitIllegal.mo Modified : /trunk/testsuite/mofiles/ArraysInitLegal.mo Modified : /trunk/testsuite/mofiles/AssertTest.mo Modified : /trunk/testsuite/mofiles/AssertTest1.mo Modified : /trunk/testsuite/mofiles/AssertTest2.mo Modified : /trunk/testsuite/mofiles/BlockMatrix.mo Modified : /trunk/testsuite/mofiles/BlockMatrix2.mo Modified : /trunk/testsuite/mofiles/BlockMatrix3.mo Modified : /trunk/testsuite/mofiles/BouncingBall.mo Modified : /trunk/testsuite/mofiles/Circuit.mo Modified : /trunk/testsuite/mofiles/ColorPixel.mo Modified : /trunk/testsuite/mofiles/ColoredPointIllegalMod1.mo Modified : /trunk/testsuite/mofiles/ColoredPointIllegalMod2.mo Modified : /trunk/testsuite/mofiles/ColoredPointIllegalMod3.mo Modified : /trunk/testsuite/mofiles/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mofiles/Colors.mo Modified : /trunk/testsuite/mofiles/ComplexNumbers.mo Modified : /trunk/testsuite/mofiles/Concat3.mo Modified : /trunk/testsuite/mofiles/ConcatArr1.mo Modified : /trunk/testsuite/mofiles/ConcatArr2.mo Modified : /trunk/testsuite/mofiles/ConcatArr4.mo Modified : /trunk/testsuite/mofiles/ConnectForEquations.mo Modified : /trunk/testsuite/mofiles/ConstructFunc.mo Modified : /trunk/testsuite/mofiles/CyclicPerm.mo Modified : /trunk/testsuite/mofiles/DAEexample.mo Modified : /trunk/testsuite/mofiles/DimSize.mo Modified : /trunk/testsuite/mofiles/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mofiles/DoubleWhenConflict.mo Modified : /trunk/testsuite/mofiles/DoubleWhenSequential.mo Modified : /trunk/testsuite/mofiles/ElementWiseMultiplication.mo Modified : /trunk/testsuite/mofiles/Epidemics1.mo Modified : /trunk/testsuite/mofiles/EqualityEquations.mo Modified : /trunk/testsuite/mofiles/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mofiles/EquationCall.mo Modified : /trunk/testsuite/mofiles/Equations.mo Modified : /trunk/testsuite/mofiles/ErrorNestedWhen.mo Modified : /trunk/testsuite/mofiles/FilterBlock1.mo Modified : /trunk/testsuite/mofiles/FiveForEquations.mo Modified : /trunk/testsuite/mofiles/FlatTank.mo Modified : /trunk/testsuite/mofiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mofiles/FuncDer.mo Modified : /trunk/testsuite/mofiles/FuncMultResults.mo Modified : /trunk/testsuite/mofiles/GenericMicroCircuit.mo Modified : /trunk/testsuite/mofiles/HeatTank.mo Modified : /trunk/testsuite/mofiles/HeatTankExpanded.mo Modified : /trunk/testsuite/mofiles/HelloWorld.mo Modified : /trunk/testsuite/mofiles/HideVariableForEquations.mo Modified : /trunk/testsuite/mofiles/HydrogenIodide.mo Modified : /trunk/testsuite/mofiles/IfEquation.mo Modified : /trunk/testsuite/mofiles/LeastSquares.mo Modified : /trunk/testsuite/mofiles/LogCall1.mo Modified : /trunk/testsuite/mofiles/LotkaVolterra.mo Modified : /trunk/testsuite/mofiles/MRFcall.mo Modified : /trunk/testsuite/mofiles/MicroCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/MicroCircuitValid.mo Modified : /trunk/testsuite/mofiles/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mofiles/MoonLanding.mo Modified : /trunk/testsuite/mofiles/MultFuncCall.mo Modified : /trunk/testsuite/mofiles/Oscillator.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mofiles/RangeVector.mo Modified : /trunk/testsuite/mofiles/RefinedSimpleCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid2.mo Modified : /trunk/testsuite/mofiles/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mofiles/StatementCall.mo Modified : /trunk/testsuite/mofiles/StepAdvanced.mo Modified : /trunk/testsuite/mofiles/SubArrayIndex.mo Modified : /trunk/testsuite/mofiles/SumForLoop.mo Modified : /trunk/testsuite/mofiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/Summation.mo Modified : /trunk/testsuite/mofiles/Tank.mo Modified : /trunk/testsuite/mofiles/TankHybridPI.mo Modified : /trunk/testsuite/mofiles/TankHybridPID.mo Modified : /trunk/testsuite/mofiles/TankPI.mo Modified : /trunk/testsuite/mofiles/TankPID.mo Modified : /trunk/testsuite/mofiles/TanksConnectedPI.mo Modified : /trunk/testsuite/mofiles/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mofiles/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mofiles/TempResistor3.mo Modified : /trunk/testsuite/mofiles/TwoRateSampler.mo Modified : /trunk/testsuite/mofiles/VanDerPol.mo Modified : /trunk/testsuite/mofiles/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mofiles/VectorizeSeveralArguments.mo Modified : /trunk/testsuite/mofiles/VectorizeSumVec.mo Modified : /trunk/testsuite/mofiles/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mofiles/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mofiles/WhenEquation.mo Modified : /trunk/testsuite/mofiles/WhenNotValid.mo Modified : /trunk/testsuite/mofiles/WhenStatement1.mo Modified : /trunk/testsuite/mofiles/WhenStatement2.mo Modified : /trunk/testsuite/mofiles/WhenStatement3.mo Modified : /trunk/testsuite/mofiles/WhenValidResult.mo Modified : /trunk/testsuite/mofiles/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mofiles/XPowers1.mo Modified : /trunk/testsuite/mofiles/XPowers2.mo Modified : /trunk/testsuite/mofiles/XPowers3.mo Modified : /trunk/testsuite/mofiles/Xpowers.mo Modified : /trunk/testsuite/mofiles/Xpowers1_new.mo Modified : /trunk/testsuite/mofiles/Xpowers2_new.mo Modified : /trunk/testsuite/mofiles/Xpowers3_new.mo Deleted : /trunk/testsuite/mofiles/rtest Revision: 5240 Author: sjoelund.se Date: 13:35:27, den 31 mars 2010 Message: - Set svn:eol-style native on testsuite/mofiles ---- Modified : /trunk/testsuite/mofiles/AlgorithmFor6.mo Modified : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/ForNested.mo Modified : /trunk/testsuite/mofiles/Abs.mo Modified : /trunk/testsuite/mofiles/Acos.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor1.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor2.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor3.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor4.mo Modified : /trunk/testsuite/mofiles/AlgorithmFor5.mo Modified : /trunk/testsuite/mofiles/And.mo Modified : /trunk/testsuite/mofiles/ArrayAccess.mo Modified : /trunk/testsuite/mofiles/ArrayAddition.mo Modified : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo Modified : /trunk/testsuite/mofiles/ArrayBrackets.mo Modified : /trunk/testsuite/mofiles/ArrayCurlyBrackets.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration1.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration2.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration3.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration4.mo Modified : /trunk/testsuite/mofiles/ArrayDeclaration5.mo Modified : /trunk/testsuite/mofiles/ArrayDivision.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps1.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps2.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps3.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps4.mo Modified : /trunk/testsuite/mofiles/ArrayEWOps5.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval1.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval2.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval3.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval4.mo Modified : /trunk/testsuite/mofiles/ArrayEWOpsCEval5.mo Modified : /trunk/testsuite/mofiles/ArrayExtend.mo Modified : /trunk/testsuite/mofiles/ArrayExtendsUnknown.mo Modified : /trunk/testsuite/mofiles/ArrayMultiplication.mo Modified : /trunk/testsuite/mofiles/ArrayOperators.mo Modified : /trunk/testsuite/mofiles/ArrayRange.mo Modified : /trunk/testsuite/mofiles/ArrayReduce2.mo Modified : /trunk/testsuite/mofiles/ArraySubtraction.mo Modified : /trunk/testsuite/mofiles/Asin.mo Modified : /trunk/testsuite/mofiles/AssignmentFunction.mo Modified : /trunk/testsuite/mofiles/AssignmentFunctionMultiple1.mo Modified : /trunk/testsuite/mofiles/AssignmentFunctionMultiple2.mo Modified : /trunk/testsuite/mofiles/AssignmentSimple.mo Modified : /trunk/testsuite/mofiles/Atan.mo Modified : /trunk/testsuite/mofiles/Atan2.mo Modified : /trunk/testsuite/mofiles/BlockComponents.mo Modified : /trunk/testsuite/mofiles/BlockIllegal.mo Modified : /trunk/testsuite/mofiles/BlockSimple.mo Modified : /trunk/testsuite/mofiles/BooleanLiterals.mo Modified : /trunk/testsuite/mofiles/Ceil.mo Modified : /trunk/testsuite/mofiles/ClassExtends1.mo Modified : /trunk/testsuite/mofiles/ClassExtends2.mo Modified : /trunk/testsuite/mofiles/ClassExtends3.mo Modified : /trunk/testsuite/mofiles/Comment1.mo Modified : /trunk/testsuite/mofiles/Comment2.mo Modified : /trunk/testsuite/mofiles/ComponentNames.mo Modified : /trunk/testsuite/mofiles/CondDeclaration.mo Modified : /trunk/testsuite/mofiles/CondOperators.mo Modified : /trunk/testsuite/mofiles/ConnectorComponents.mo Modified : /trunk/testsuite/mofiles/ConnectorIllegal.mo Modified : /trunk/testsuite/mofiles/ConnectorSimple.mo Modified : /trunk/testsuite/mofiles/Constant11.mo Modified : /trunk/testsuite/mofiles/ConstantDeclConnector.mo Modified : /trunk/testsuite/mofiles/ConstantDeclRecord.mo Modified : /trunk/testsuite/mofiles/ConstantDeclType.mo Modified : /trunk/testsuite/mofiles/ConstantReductions.mo Modified : /trunk/testsuite/mofiles/Cos.mo Modified : /trunk/testsuite/mofiles/Cosh.mo Modified : /trunk/testsuite/mofiles/Cross.mo Modified : /trunk/testsuite/mofiles/CyclicBindingConst.mo Modified : /trunk/testsuite/mofiles/CyclicBindingParam.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation1.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation2.mo Modified : /trunk/testsuite/mofiles/DeclarationEquation3.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder.mo Modified : /trunk/testsuite/mofiles/DefaultRecordParameters.mo Modified : /trunk/testsuite/mofiles/Delay.mo Modified : /trunk/testsuite/mofiles/Delay2.mo Modified : /trunk/testsuite/mofiles/Delay3.mo Modified : /trunk/testsuite/mofiles/Delay4.mo Modified : /trunk/testsuite/mofiles/Delay5.mo Modified : /trunk/testsuite/mofiles/Delay6.mo Modified : /trunk/testsuite/mofiles/Delay7.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclConnector.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclRecord.mo Modified : /trunk/testsuite/mofiles/DiscreteDeclType.mo Modified : /trunk/testsuite/mofiles/Div.mo Modified : /trunk/testsuite/mofiles/DocString.mo Modified : /trunk/testsuite/mofiles/DoubleDeclaration.mo Modified : /trunk/testsuite/mofiles/EngineSAAB95Total.mo Modified : /trunk/testsuite/mofiles/Enum1.mo Modified : /trunk/testsuite/mofiles/Enum2.mo Modified : /trunk/testsuite/mofiles/Enum3.mo Modified : /trunk/testsuite/mofiles/Enum4.mo Modified : /trunk/testsuite/mofiles/Enum5.mo Modified : /trunk/testsuite/mofiles/Enum6.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/Enum8.mo Modified : /trunk/testsuite/mofiles/Enum9.mo Modified : /trunk/testsuite/mofiles/Equals.mo Modified : /trunk/testsuite/mofiles/EquationFor5.mo Modified : /trunk/testsuite/mofiles/EquationFor6.mo Modified : /trunk/testsuite/mofiles/EquationFor7.mo Modified : /trunk/testsuite/mofiles/EventFunctions.mo Modified : /trunk/testsuite/mofiles/Exp.mo Modified : /trunk/testsuite/mofiles/Expressions.mo Modified : /trunk/testsuite/mofiles/Extends5.mo Modified : /trunk/testsuite/mofiles/Extends6.mo Modified : /trunk/testsuite/mofiles/FillSize.mo Modified : /trunk/testsuite/mofiles/FloatingPoint.mo Modified : /trunk/testsuite/mofiles/Floor.mo Modified : /trunk/testsuite/mofiles/FlowDeclConnector.mo Modified : /trunk/testsuite/mofiles/FlowDeclRecord.mo Modified : /trunk/testsuite/mofiles/FlowDeclType.mo Modified : /trunk/testsuite/mofiles/ForIterator1.mo Modified : /trunk/testsuite/mofiles/ForIterator2.mo Modified : /trunk/testsuite/mofiles/ForSimple.mo Modified : /trunk/testsuite/mofiles/ForceAndTorque.mo Modified : /trunk/testsuite/mofiles/FunctionCall.mo Modified : /trunk/testsuite/mofiles/FunctionSimple.mo Modified : /trunk/testsuite/mofiles/GreaterThan.mo Modified : /trunk/testsuite/mofiles/GreaterThanEqual.mo Modified : /trunk/testsuite/mofiles/InheritanceClassMod.mo Modified : /trunk/testsuite/mofiles/InheritanceDiamond.mo Modified : /trunk/testsuite/mofiles/InheritanceMultiple.mo Modified : /trunk/testsuite/mofiles/InheritanceProtected.mo Modified : /trunk/testsuite/mofiles/InheritancePublic.mo Modified : /trunk/testsuite/mofiles/InheritanceRestrictions.mo Modified : /trunk/testsuite/mofiles/InheritanceSeveral.mo Modified : /trunk/testsuite/mofiles/InheritanceSimple.mo Modified : /trunk/testsuite/mofiles/Inline1.mo Modified : /trunk/testsuite/mofiles/Inline2.mo Modified : /trunk/testsuite/mofiles/Inline3.mo Modified : /trunk/testsuite/mofiles/Inline4.mo Modified : /trunk/testsuite/mofiles/Inline5.mo Modified : /trunk/testsuite/mofiles/Inline6.mo Modified : /trunk/testsuite/mofiles/InnerOuterSystem.mo Modified : /trunk/testsuite/mofiles/InputDeclConnector.mo Modified : /trunk/testsuite/mofiles/InputDeclRecord.mo Modified : /trunk/testsuite/mofiles/InputDeclType.mo Modified : /trunk/testsuite/mofiles/IntAdd.mo Modified : /trunk/testsuite/mofiles/IntDiv.mo Modified : /trunk/testsuite/mofiles/IntMul.mo Modified : /trunk/testsuite/mofiles/IntPow.mo Modified : /trunk/testsuite/mofiles/IntSub.mo Modified : /trunk/testsuite/mofiles/Integer.mo Modified : /trunk/testsuite/mofiles/IntegerLiterals.mo Modified : /trunk/testsuite/mofiles/LessThan.mo Modified : /trunk/testsuite/mofiles/LessThanEqual.mo Modified : /trunk/testsuite/mofiles/Log.mo Modified : /trunk/testsuite/mofiles/Log10.mo Modified : /trunk/testsuite/mofiles/Lookup10.mo Modified : /trunk/testsuite/mofiles/MathematicalFunctions.mo Modified : /trunk/testsuite/mofiles/MatrixAddition.mo Modified : /trunk/testsuite/mofiles/MatrixBrackets.mo Modified : /trunk/testsuite/mofiles/Mod.mo Modified : /trunk/testsuite/mofiles/ModelAccess.mo Modified : /trunk/testsuite/mofiles/ModelSimple.mo Modified : /trunk/testsuite/mofiles/ModifierClass.mo Modified : /trunk/testsuite/mofiles/ModifierExtends.mo Modified : /trunk/testsuite/mofiles/ModifierProblem.mo Modified : /trunk/testsuite/mofiles/ModifierRedeclare.mo Modified : /trunk/testsuite/mofiles/ModifierVariable.mo Modified : /trunk/testsuite/mofiles/NestedClasses.mo Modified : /trunk/testsuite/mofiles/Not.mo Modified : /trunk/testsuite/mofiles/NotEquals.mo Modified : /trunk/testsuite/mofiles/NumericFunctions.mo Modified : /trunk/testsuite/mofiles/OperatorComponents.mo Modified : /trunk/testsuite/mofiles/OperatorFunction1.mo Modified : /trunk/testsuite/mofiles/OperatorFunction2.mo Modified : /trunk/testsuite/mofiles/OperatorIllegal.mo Modified : /trunk/testsuite/mofiles/OperatorSimple.mo Modified : /trunk/testsuite/mofiles/Operators.mo Modified : /trunk/testsuite/mofiles/Or.mo Modified : /trunk/testsuite/mofiles/OutputDeclConnector.mo Modified : /trunk/testsuite/mofiles/OutputDeclRecord.mo Modified : /trunk/testsuite/mofiles/OutputDeclType.mo Modified : /trunk/testsuite/mofiles/OverrideFinalTest.mo Modified : /trunk/testsuite/mofiles/PackageComponents.mo Modified : /trunk/testsuite/mofiles/PackageIllegal.mo Modified : /trunk/testsuite/mofiles/PackageSimple.mo Modified : /trunk/testsuite/mofiles/ParameterDeclConnector.mo Modified : /trunk/testsuite/mofiles/ParameterDeclRecord.mo Modified : /trunk/testsuite/mofiles/ParameterDeclType.mo Modified : /trunk/testsuite/mofiles/Pow.mo Modified : /trunk/testsuite/mofiles/ProtectedAccess.mo Modified : /trunk/testsuite/mofiles/ProtectedAccess2.mo Modified : /trunk/testsuite/mofiles/PublicAccess.mo Modified : /trunk/testsuite/mofiles/RealAdd.mo Modified : /trunk/testsuite/mofiles/RealDiv.mo Modified : /trunk/testsuite/mofiles/RealMul.mo Modified : /trunk/testsuite/mofiles/RealPow.mo Modified : /trunk/testsuite/mofiles/RealSub.mo Modified : /trunk/testsuite/mofiles/RecordAssignment.mo Modified : /trunk/testsuite/mofiles/RecordConnections.mo Modified : /trunk/testsuite/mofiles/RecordConstructorVectorization.mo Modified : /trunk/testsuite/mofiles/RecordConstructors.mo Modified : /trunk/testsuite/mofiles/RecordNonPublic.mo Modified : /trunk/testsuite/mofiles/RecordPrefixes.mo Modified : /trunk/testsuite/mofiles/RecordSimple.mo Modified : /trunk/testsuite/mofiles/Rem.mo Modified : /trunk/testsuite/mofiles/Sequence.mo Modified : /trunk/testsuite/mofiles/ShortClassDef.mo Modified : /trunk/testsuite/mofiles/Sign.mo Modified : /trunk/testsuite/mofiles/SimpleInheritance.mo Modified : /trunk/testsuite/mofiles/SimpleTypeExtend.mo Modified : /trunk/testsuite/mofiles/Simplify.mo Modified : /trunk/testsuite/mofiles/Sin.mo Modified : /trunk/testsuite/mofiles/Sinh.mo Modified : /trunk/testsuite/mofiles/Sqrt.mo Modified : /trunk/testsuite/mofiles/StringBoolean.mo Modified : /trunk/testsuite/mofiles/StringConcatenation.mo Modified : /trunk/testsuite/mofiles/StringConversion.mo Modified : /trunk/testsuite/mofiles/StringInteger.mo Modified : /trunk/testsuite/mofiles/StringLiterals.mo Modified : /trunk/testsuite/mofiles/StringReal.mo Modified : /trunk/testsuite/mofiles/Tan.mo Modified : /trunk/testsuite/mofiles/Tanh.mo Modified : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Modified : /trunk/testsuite/mofiles/TypeArray.mo Modified : /trunk/testsuite/mofiles/TypeClass1.mo Modified : /trunk/testsuite/mofiles/TypeClass2.mo Modified : /trunk/testsuite/mofiles/TypeDeclArray.mo Modified : /trunk/testsuite/mofiles/TypeEnumeration.mo Modified : /trunk/testsuite/mofiles/TypeSimple.mo Modified : /trunk/testsuite/mofiles/UsertypeModifications.mo Modified : /trunk/testsuite/mofiles/VectorBuiltin.mo Modified : /trunk/testsuite/mofiles/VectorTest.mo Modified : /trunk/testsuite/mofiles/Vectorizable6.mo Modified : /trunk/testsuite/mofiles/VectorizeExtendedType.mo Modified : /trunk/testsuite/mofiles/While.mo Revision: 5239 Author: sjoelund.se Date: 11:47:56, den 31 mars 2010 Message: - Updated the testsuite to use parallel make (use make -j2 to use this feature). - There is now only 1 shared rtest file (for directories using mos-files). - Results are stored in log-files and printed at the end of testing so you can read the output easier (no logs interleaved). - You can now use "rtest +g=MetaModelica ..." and similar. - The output of the new rtest is "0 out of X tests failed" instead of "X out of X succeeded". So if it doesn't say 0, you have errors and should look closer. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/common.omc Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/records/EmptyRecordTestConstructor.mos Modified : /trunk/testsuite/records/EmptyRecordTestInput.mos Modified : /trunk/testsuite/records/NestedRecordTestConstructor.mos Modified : /trunk/testsuite/records/NestedRecordTestInput.mos Modified : /trunk/testsuite/records/RecordModifications.mo Modified : /trunk/testsuite/records/RecordParameters.mos Modified : /trunk/testsuite/records/RecordVariability.mo Modified : /trunk/testsuite/records/SimpleRecordTestConstructor.mos Modified : /trunk/testsuite/records/SimpleRecordTestInput.mos Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/rtest Modified : /trunk/testsuite/libraries/multibody/Makefile Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/records/Makefile Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /trunk/testsuite/java/Makefile Deleted : /trunk/testsuite/java/rtest Modified : /trunk/testsuite/libraries/Makefile Modified : /trunk/testsuite/libraries/biochem/Makefile Deleted : /trunk/testsuite/libraries/biochem/rtest Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Makefile Deleted : /trunk/testsuite/libraries/msl221/modelicaAdditions/rtest Deleted : /trunk/testsuite/libraries/msl221/rtest Deleted : /trunk/testsuite/libraries/multibody/rtest Deleted : /trunk/testsuite/meta/rtest Deleted : /trunk/testsuite/mosfiles/rtest Deleted : /trunk/testsuite/records/rtest Revision: 5238 Author: ricli576 Date: 10:49:45, den 31 mars 2010 Message: Modified rtest scripts to interpret RTEST_OMCFLAGS. ---- Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/rtest Modified : /trunk/testsuite/mathcore-mofiles/msl/rtest Modified : /trunk/testsuite/mofiles/msl/rtest Revision: 5237 Author: Frenkel TUD Date: 17:02:27, den 30 mars 2010 Message: - update CMakeFiles, start with testsuite ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Modified : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/c_runtime/CMakeLists.txt Modified : /trunk/c_runtime/libf2c/CMakeLists.txt Modified : /trunk/c_runtime/sendData/CMakeLists.txt Added : /trunk/testsuite/CMakeLists.txt Added : /trunk/testsuite/mofiles/CMakeLists.txt Revision: 5236 Author: perost Date: 16:09:42, den 30 mars 2010 Message: Fix for bug #1187: http://openmodelica.ida.liu.se:8080/cb/issue/1187?navigation=true - The checkModel flag is now set in CevalScript when checkModel is run. - Static.elabSubscriptsDims2 now avoids printing error messages for out of bounds indices when checking a model. - DAELow.checkAssertCondition now skips checking assertions when checking models. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Static.mo Revision: 5235 Author: ricli576 Date: 16:04:45, den 30 mars 2010 Message: Modified rtest in multibody to interpret RTEST_OMCFLAGS flag. ---- Modified : /trunk/testsuite/libraries/multibody/rtest Revision: 5234 Author: ricli576 Date: 16:03:36, den 30 mars 2010 Message: - Generated outvar init code before memory management - Implemented generation of: - MUL_MATRIX_PRODUCT - UMINUS_ARR - Updated so subscripts work for CREF_QUAL as well - Fixed some other small issues to make multibody tests pass ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5233 Author: sjoelund.se Date: 14:33:42, den 29 mars 2010 Message: - Re-added the changes (r5194) reverted in (r5215) - With some additional changes that fixes problems with it (regarding changing modifiers to NOMOD in updateComponentInEnv). We now do that as before, but only for variability VAR or DISCRETE. - Fixed more issues with filenames being absolute paths when running the testsuite (and removed +d=rtest flag; we simply always make the substitution so it's easier to do development). - Added testcases invertedPendulum, nonConstantParam (from MathCore). - Also removed Env.BCEnv (baseclasses in Env), since the list was always empty now. - Fixed the testsuite/libraries/Makefile (hopefully for the last time). - ShowExceptions, ControlledTanks, RollingWheelSetDriving, RollingWheelSetPulling fail due to extra error messages now. It needs to be fixed and seems to be related to InnerOuter. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Error.mo Added : /trunk/testsuite/mosfiles/invertedPendulum.mos Modified : /trunk/Compiler/Mod.mo Added : /trunk/testsuite/mosfiles/invertedPendulumTotal.mo Added : /trunk/testsuite/mosfiles/nonConstantParam.mo Added : /trunk/testsuite/mosfiles/nonConstantParam.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/testsuite/libraries/Makefile Modified : /trunk/testsuite/libraries/biochem/Makefile Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Revision: 5232 Author: Frenkel TUD Date: 11:59:16, den 29 mars 2010 Message: - CMakeFiles: install omc, libs, docs, testmodels, includes ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Modified : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/c_runtime/CMakeLists.txt Modified : /trunk/c_runtime/libf2c/CMakeLists.txt Modified : /trunk/c_runtime/sendData/CMakeLists.txt Modified : /trunk/flat_modelica_parser/src/CMakeLists.txt Modified : /trunk/modelica_parser/src/CMakeLists.txt Added : /trunk/Examples/CMakeLists.txt Added : /trunk/doc/CMakeLists.txt Revision: 5231 Author: Frenkel TUD Date: 10:43:27, den 29 mars 2010 Message: - CMakeFiles work with VisualStudio but generated omc.exe wound work because of qt problems ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Revision: 5230 Author: sjoelund.se Date: 09:32:41, den 29 mars 2010 Message: - svn:executable on modelicaAdditions/rtest - Fixed the reference to modelicaAdditions in libraries/Makefile ---- Modified : /trunk/testsuite/libraries/Makefile Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/rtest Revision: 5229 Author: petar Date: 09:25:04, den 29 mars 2010 Message: -Added wrong files to makefile, now contain the mos-files ;) ---- Modified : /trunk/testsuite/libraries/msl221/modelicaAdditions/Makefile Revision: 5228 Author: sjoelund.se Date: 08:09:57, den 29 mars 2010 Message: - Fixed svn:ignore on omc_profiler directory ---- Modified : /trunk/Compiler/omc_profiler Revision: 5227 Author: Frenkel TUD Date: 19:52:30, den 27 mars 2010 Message: - continue with CMakeFiles ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Modified : /trunk/Compiler/modpar/CMakeLists.txt Modified : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/c_runtime/CMakeLists.txt Modified : /trunk/c_runtime/libf2c/CMakeLists.txt Modified : /trunk/c_runtime/sendData/CMakeLists.txt Modified : /trunk/flat_modelica_parser/src/CMakeLists.txt Modified : /trunk/modelica_parser/src/CMakeLists.txt Revision: 5226 Author: perost Date: 17:15:34, den 26 mars 2010 Message: - Added an error message in the backend when trying to lower the constrain function, since this previously failed silently. - Implemented support for functions without return values (since they were already mostly implemented anyway). ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5225 Author: sjoelund.se Date: 16:24:53, den 26 mars 2010 Message: - Added System.stringFindString (same as System.findString, but returns the found String instead of an index). - Modified Error.mo to look for the +d=rtest flag. - If the flag is present, you look for "/testsuite/" in the filename string, and print the path relative to /testsuite/. - Updated the msl221 and biochem rtest files to use this flag. - Updated the PID_Controller.mos testcase so you don't have to run the testsuite from c:/petar/dev/... in order to get the same error messages. ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Error.mo Modified : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/libraries/Makefile Modified : /trunk/testsuite/libraries/biochem/Makefile Modified : /trunk/testsuite/libraries/biochem/rtest Modified : /trunk/testsuite/libraries/msl221/rtest Revision: 5224 Author: Frenkel TUD Date: 16:05:49, den 26 mars 2010 Message: - update CMake Files, now only the linker fails because of runtime.lib(systemimpl.obj) : error LNK2005: _rml_user_gc ist bereits in librml.lib(p-usergc.obj) definiert. >msvcprt.lib, MSVCRT.lib, error LNK2005: __errno ist bereits in LIBCMT.lib(dosmap.obj) definiert. ... ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Modified : /trunk/Compiler/modpar/CMakeLists.txt Modified : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/flat_modelica_parser/src/CMakeLists.txt Modified : /trunk/modelica_parser/src/CMakeLists.txt Revision: 5223 Author: sjoelund.se Date: 16:01:57, den 26 mars 2010 Message: - Print a message about what port is being opened if omc is started with +d=interactive (socket interface) ---- Modified : /trunk/Compiler/Main.mo Revision: 5222 Author: petar Date: 14:13:54, den 26 mars 2010 Message: -Added testcases for ModelicaAdditions.MultiBody (includes use of constrain operator) ---- Added : /trunk/testsuite/libraries/msl221/modelicaAdditions Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1Total.mo Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2Total.mo Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1Total.mo Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2Total.mo Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/PendulumTotal.mo Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoopTotal.mo Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/robotTotal.mo Modified : /trunk/testsuite/libraries/Makefile Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/Makefile Added : /trunk/testsuite/libraries/msl221/modelicaAdditions/rtest Revision: 5221 Author: ricli576 Date: 13:51:54, den 26 mars 2010 Message: Refactored templates. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5220 Author: petar Date: 13:48:29, den 26 mars 2010 Message: - Reverted (constrain is used in the old multibody library and MathCore uses it.) Testcase will be added later today. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Builtin.mo Revision: 5219 Author: sjoelund.se Date: 13:34:51, den 26 mars 2010 Message: - Added svn:eol-style native to libraries/msl221/ and libraries/biochem/ - Set svn:executable on their rtest scripts ---- Modified : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Modified : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Modified : /trunk/testsuite/libraries/msl221/ExecutionPaths.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos Modified : /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos Modified : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Modified : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Modified : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Modified : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Modified : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Modified : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Modified : /trunk/testsuite/libraries/biochem/EnzMM.mos Modified : /trunk/testsuite/libraries/biochem/Glycolysis.mos Modified : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Modified : /trunk/testsuite/libraries/biochem/UniBi.mos Modified : /trunk/testsuite/libraries/biochem/UniUni.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Modified : /trunk/testsuite/libraries/msl221/AIMS_start.mos Modified : /trunk/testsuite/libraries/msl221/Accelerate.mos Modified : /trunk/testsuite/libraries/msl221/BusUsage.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos Modified : /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Modified : /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos Modified : /trunk/testsuite/libraries/msl221/ChuaCircuit.mos Modified : /trunk/testsuite/libraries/msl221/DCEE_start.mos Modified : /trunk/testsuite/libraries/msl221/DCPM_start.mos Modified : /trunk/testsuite/libraries/msl221/DCSE_start.mos Modified : /trunk/testsuite/libraries/msl221/Damper.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Modified : /trunk/testsuite/libraries/msl221/DifferentialAmplifierTotal.mo Modified : /trunk/testsuite/libraries/msl221/ElasticBearing.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Modified : /trunk/testsuite/libraries/msl221/EnforcedMovementTotal.mo Modified : /trunk/testsuite/libraries/msl221/First.mos Modified : /trunk/testsuite/libraries/msl221/Friction.mos Modified : /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos Modified : /trunk/testsuite/libraries/msl221/HeatingRectifier.mos Modified : /trunk/testsuite/libraries/msl221/IndirectCooling.mos Modified : /trunk/testsuite/libraries/msl221/InitialConditions.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Modified : /trunk/testsuite/libraries/msl221/MotionCycleWithLoadTotal.mo Modified : /trunk/testsuite/libraries/msl221/Motor.mos Modified : /trunk/testsuite/libraries/msl221/NandGate.mos Modified : /trunk/testsuite/libraries/msl221/OneMass.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierBGTotal.mo Modified : /trunk/testsuite/libraries/msl221/OneWayRectifierTotal.mo Modified : /trunk/testsuite/libraries/msl221/Oscillator.mos Modified : /trunk/testsuite/libraries/msl221/PID_Controller.mos Modified : /trunk/testsuite/libraries/msl221/ParallelCooling.mos Modified : /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/PreLoad.mos Modified : /trunk/testsuite/libraries/msl221/PullinStroke.mos Modified : /trunk/testsuite/libraries/msl221/PullinStrokeTotal.mo Modified : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Modified : /trunk/testsuite/libraries/msl221/PumpDropOut.mos Modified : /trunk/testsuite/libraries/msl221/Rectifier.mos Modified : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Modified : /trunk/testsuite/libraries/msl221/Sensors.mos Modified : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Modified : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Modified : /trunk/testsuite/libraries/msl221/SignConvention.mos Modified : /trunk/testsuite/libraries/msl221/SimpleCooling.mos Modified : /trunk/testsuite/libraries/msl221/TestNand.mos Modified : /trunk/testsuite/libraries/msl221/TestNandTotal.mo Modified : /trunk/testsuite/libraries/msl221/TransformerYD.mos Modified : /trunk/testsuite/libraries/msl221/TransformerYY.mos Modified : /trunk/testsuite/libraries/msl221/TwoMass.mos Modified : /trunk/testsuite/libraries/msl221/TwoMasses.mos Modified : /trunk/testsuite/libraries/msl221/WhyArrows.mos Modified : /trunk/testsuite/libraries/biochem/rtest Modified : /trunk/testsuite/libraries/msl221/rtest Modified : /trunk/testsuite/libraries/multibody/rtest Revision: 5218 Author: petar Date: 13:28:44, den 26 mars 2010 Message: -Made small mistake in Makefile ---- Modified : /trunk/testsuite/libraries/Makefile Revision: 5217 Author: Frenkel TUD Date: 12:06:47, den 26 mars 2010 Message: - update CMake Files, now only the linker fails ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Modified : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/flat_modelica_parser/src/CMakeLists.txt Modified : /trunk/modelica_parser/src/CMakeLists.txt Revision: 5215 Author: petar Date: 11:43:03, den 26 mars 2010 Message: Fixed two bugs that affect the code generation in MathCore backend: -Fixed a bug in Exp.stringifyComponentRef (last type should be picked up, but it wasn't). -Fixed a bug in vectorize call (giving wrong type to component refererences. -Added some dumping functions for DAE.FunctionTree to DAEUtil. -Fixed some bugs with function dae not picked up correctly. -Added some documentation - Added testcases from MathCore: - instantiation of all examples in MSL221 subset in MathModelica. - instantiation of BioChem examples - instantiation of Magnetic examples (for MSL221) ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/ConnectUtil.mo Added : /trunk/testsuite/libraries/msl221 Added : /trunk/testsuite/libraries/msl221/ControlledTanks.mos Added : /trunk/testsuite/libraries/msl221/CoupledClutches.mos Added : /trunk/testsuite/libraries/msl221/ExecutionPaths.mos Added : /trunk/testsuite/libraries/msl221/FirstExample.mos Added : /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos Added : /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos Added : /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos Added : /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos Added : /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos Added : /trunk/testsuite/libraries/msl221/SMEE_Gen.mos Added : /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos Added : /trunk/testsuite/libraries/msl221/ShowExceptions.mos Added : /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos Added : /trunk/testsuite/libraries/biochem Added : /trunk/testsuite/libraries/biochem/BioChem Added : /trunk/testsuite/libraries/biochem/BioChem/Compartments Added : /trunk/testsuite/libraries/biochem/BioChem/Compartments/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Constants.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Examples Added : /trunk/testsuite/libraries/biochem/BioChem/Examples/MassAction Added : /trunk/testsuite/libraries/biochem/BioChem/Examples/MassAction/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Examples/MultiCompartments Added : /trunk/testsuite/libraries/biochem/BioChem/Examples/MultiCompartments/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Examples/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Compartments Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Compartments/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Nodes Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Nodes/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions/Basics Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions/Basics/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions/Modifiers Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions/Modifiers/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Reactions/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Substances Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/Substances/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Interfaces/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Activation Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Activation/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/BiSubstrate Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/BiSubstrate/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Hill Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Hill/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/HyperbolicModifier Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/HyperbolicModifier/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Inhibition Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/Inhibition/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction/Irreversible Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction/Irreversible/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction/Reversible Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction/Reversible/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MassAction/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MichaelisMenten Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/MichaelisMenten/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Reactions/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Substances Added : /trunk/testsuite/libraries/biochem/BioChem/Substances/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/Units Added : /trunk/testsuite/libraries/biochem/BioChem/Units/package.mo Added : /trunk/testsuite/libraries/biochem/BioChem/package.mo Added : /trunk/testsuite/libraries/biochem/EnzMM.mos Added : /trunk/testsuite/libraries/biochem/Glycolysis.mos Added : /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos Added : /trunk/testsuite/libraries/biochem/UniBi.mos Added : /trunk/testsuite/libraries/biochem/UniUni.mos Added : /trunk/testsuite/libraries/msl221/AIMC_DOL.mos Added : /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos Added : /trunk/testsuite/libraries/msl221/AIMC_YD.mos Added : /trunk/testsuite/libraries/msl221/AIMS_start.mos Added : /trunk/testsuite/libraries/msl221/Accelerate.mos Added : /trunk/testsuite/libraries/msl221/BusUsage.mos Added : /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos Added : /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos Added : /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos Added : /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos Added : /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos Added : /trunk/testsuite/libraries/msl221/ChuaCircuit.mos Added : /trunk/testsuite/libraries/msl221/DCEE_start.mos Added : /trunk/testsuite/libraries/msl221/DCPM_start.mos Added : /trunk/testsuite/libraries/msl221/DCSE_start.mos Added : /trunk/testsuite/libraries/msl221/Damper.mos Added : /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos Added : /trunk/testsuite/libraries/msl221/DifferentialAmplifierTotal.mo Added : /trunk/testsuite/libraries/msl221/ElasticBearing.mos Added : /trunk/testsuite/libraries/msl221/EnforcedMovement.mos Added : /trunk/testsuite/libraries/msl221/EnforcedMovementTotal.mo Added : /trunk/testsuite/libraries/msl221/First.mos Added : /trunk/testsuite/libraries/msl221/Friction.mos Added : /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos Added : /trunk/testsuite/libraries/msl221/HeatingRectifier.mos Added : /trunk/testsuite/libraries/msl221/IndirectCooling.mos Added : /trunk/testsuite/libraries/msl221/InitialConditions.mos Added : /trunk/testsuite/libraries/msl221/Modelica Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Continuous.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Discrete.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Interfaces.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Logical.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Math.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Nonlinear.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Routing.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Sources.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Tables.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/Types.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Blocks/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Constants.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Basic.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/ChuaCircuit.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/HeatingRectifier.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/NandGate.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Rectifier.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/Nand.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/RealSwitch.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/Transistor.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/Utilities/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Examples/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Ideal.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Interfaces.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Lines.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Semiconductors.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Sensors.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/Sources.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Analog/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Digital.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/Machines.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/MultiPhase.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Electrical/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Icons.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Images Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/UsersGuide Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/UsersGuide/Demo.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Math Added : /trunk/testsuite/libraries/msl221/Modelica/Math/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Mechanics Added : /trunk/testsuite/libraries/msl221/Modelica/Mechanics/Rotational.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Mechanics/Translational.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Mechanics/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/SIunits.mo Added : /trunk/testsuite/libraries/msl221/Modelica/StateGraph.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Thermal Added : /trunk/testsuite/libraries/msl221/Modelica/Thermal/FluidHeatFlow.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Thermal/HeatTransfer.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Thermal/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Examples.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Files.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Streams.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Strings.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/System.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/Types.mo Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/package.mo Added : /trunk/testsuite/libraries/msl221/Modelica/package.mo Added : /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos Added : /trunk/testsuite/libraries/msl221/MotionCycleWithLoadTotal.mo Added : /trunk/testsuite/libraries/msl221/Motor.mos Added : /trunk/testsuite/libraries/msl221/NandGate.mos Added : /trunk/testsuite/libraries/msl221/OneMass.mos Added : /trunk/testsuite/libraries/msl221/OneWayRectifier.mos Added : /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos Added : /trunk/testsuite/libraries/msl221/OneWayRectifierBGTotal.mo Added : /trunk/testsuite/libraries/msl221/OneWayRectifierTotal.mo Added : /trunk/testsuite/libraries/msl221/Oscillator.mos Added : /trunk/testsuite/libraries/msl221/PID_Controller.mos Added : /trunk/testsuite/libraries/msl221/ParallelCooling.mos Added : /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos Added : /trunk/testsuite/libraries/msl221/PreLoad.mos Added : /trunk/testsuite/libraries/msl221/PullinStroke.mos Added : /trunk/testsuite/libraries/msl221/PullinStrokeTotal.mo Added : /trunk/testsuite/libraries/msl221/PumpAndValve.mos Added : /trunk/testsuite/libraries/msl221/PumpDropOut.mos Added : /trunk/testsuite/libraries/msl221/Rectifier.mos Added : /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos Added : /trunk/testsuite/libraries/msl221/SMR_Inverter.mos Added : /trunk/testsuite/libraries/msl221/Sensors.mos Added : /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos Added : /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos Added : /trunk/testsuite/libraries/msl221/SignConvention.mos Added : /trunk/testsuite/libraries/msl221/SimpleCooling.mos Added : /trunk/testsuite/libraries/msl221/TestNand.mos Added : /trunk/testsuite/libraries/msl221/TestNandTotal.mo Added : /trunk/testsuite/libraries/msl221/TransformerYD.mos Added : /trunk/testsuite/libraries/msl221/TransformerYY.mos Added : /trunk/testsuite/libraries/msl221/TwoMass.mos Added : /trunk/testsuite/libraries/msl221/TwoMasses.mos Added : /trunk/testsuite/libraries/msl221/WhyArrows.mos Added : /trunk/testsuite/libraries/msl221/Makefile Modified : /trunk/testsuite/libraries/Makefile Added : /trunk/testsuite/libraries/biochem/Makefile Added : /trunk/testsuite/libraries/biochem/rtest Added : /trunk/testsuite/libraries/msl221/rtest Added : /trunk/testsuite/libraries/biochem/BioChem/Images Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Activation.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/BiSubstrate.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Compartment.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Container.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Fast.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Glucose.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Glucose2.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Glucose3.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Glucose4.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Hill.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Hyper.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Inhibition.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Insulin.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/InterfaceCompartments.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Library.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/MassAction.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Math.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/MichaelisMenten.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Reactions.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/Substance.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/cell.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/cell2.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/centralmetabolism.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/cytosol.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/figure1.jpg Added : /trunk/testsuite/libraries/biochem/BioChem/Images/figure1a.png Added : /trunk/testsuite/libraries/biochem/BioChem/Images/figure2.jpg Added : /trunk/testsuite/libraries/biochem/BioChem/Images/table1.jpg Added : /trunk/testsuite/libraries/biochem/BioChem/Images/table2.jpg Added : /trunk/testsuite/libraries/biochem/BioChem/Images/table3.jpg Added : /trunk/testsuite/libraries/msl221/Modelica/C-Sources Added : /trunk/testsuite/libraries/msl221/Modelica/C-Sources/ModelicaInternal.c Added : /trunk/testsuite/libraries/msl221/Modelica/C-Sources/ModelicaStrings.c Added : /trunk/testsuite/libraries/msl221/Modelica/C-Sources/_ModelicaLicense.txt Added : /trunk/testsuite/libraries/msl221/Modelica/C-Sources/win32_dirent.c Added : /trunk/testsuite/libraries/msl221/Modelica/C-Sources/win32_dirent.h Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Blocks Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Blocks/PID_controller.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Blocks/PID_controller2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/ControlledIdealIntermediateSwitch1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/ControlledIdealIntermediateSwitch2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Fig.translational.examples.InitialConditions.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/IdealIntermediateSwitch1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/IdealIntermediateSwitch2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/LogicalNetwork1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/IdealGases Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/IdealGases/singleEquations.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/UsersGuide/BalanceEquations1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/UsersGuide/EnergyBalance1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/UsersGuide/EnergyBalance2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/UsersGuide/mediumBalanceInit.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Media/UsersGuide/mediumMenu.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Arrow.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Arrow2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Bodies.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Body.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/BodyBox.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/BodyCylinder.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/BodyShape.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Chains.DoublePendulum.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Chains.FreeBody.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Chains.Pendulum.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Chains.PendulumWithSpringDamper.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Chains.SpringDamperSystem.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Chains.SpringMassSystem.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Chains.ThreeSprings.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Colors.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/DoublePendulum.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/DoublePendulumSmall.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/ForceAndTorque.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/ForceAndTorque1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/ForceAndTorque2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/ForceAndTorque_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/ForceWithMasses.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/FreeBody.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/FreeBody_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/InitSpringConstant.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/InitSpringConstant_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/LineForceWithTwoMasses_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/Pendulum.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/PendulumWithContact.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/PendulumWithSpringDamper_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/Pendulum_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/PointGravity.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/PointGravity_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/SpringDamperSystem.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/SpringDamperSystem_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/SpringMassSystem.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/SpringMassSystem_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/SpringWithMass.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/SpringWithMass_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/ThreeSprings.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/ThreeSprings_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Elementary/snap.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/Engine.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/EngineV6.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/EngineV6_CAD.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/EngineV6_CAD_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/EngineV6_CAD_smaller.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/EngineV6_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/Fourbar1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/Fourbar1_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/Fourbar2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/Fourbar2_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/Fourbar3.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/Fourbar_analytic.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/Fourbar_analytic_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/PlanarLoops.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Loops/PlanarLoops_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Systems Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Systems/r3_fullRobot.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Systems/r3_fullRobot_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Examples/Systems/robot_kr15.bmp Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Fixed.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/FixedFrame.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/FixedFrame2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/FixedLines.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/FixedLines2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/FixedRotation.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/FixedShape.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/FixedTranslation.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/ArrowForce.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/ArrowForce2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/ArrowTorque.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/ArrowTorque2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/Damper.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/Damper2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/Force1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/Force2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/ForceAndTorque1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/ForceAndTorque2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/FrameForce1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/FrameForce2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/FrameForceAndTorque1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/FrameForceAndTorque2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/FrameTorque1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/FrameTorque2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/LineForceWithMass.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/LineForceWithTwoMasses.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/Spring2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/Torque1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/Torque2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/WorldForce1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/WorldForce2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/WorldForceAndTorque1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/WorldForceAndTorque2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/WorldTorque1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Forces/WorldTorque2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/InertialSystem.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/Cylindrical.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/FreeMotion.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/JointRRP.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/JointRRR.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/JointSSP.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/JointSSR.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/JointUPS.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/JointUSP.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/JointUSR.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/Planar.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/Prismatic.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/Revolute.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/Spherical.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/SphericalSpherical.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/Universal.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Joints/UniversalSpherical.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/MultiBody.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Parts Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Parts/PointMass.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Parts/Rotor1D.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Sensors Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Sensors/AbsoluteSensor.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Sensors/CutForce.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Sensors/CutForceAndTorque.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Sensors/CutTorque.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Sensors/Distance.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Sensors/RelativeSensor.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Shape.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/ShapeSize.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/ShapeSize2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/UsersGuide Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/UsersGuide/small_engine.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/UsersGuide/small_excavator.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/UsersGuide/small_freeBody.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/UsersGuide/small_robot.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Visualizers Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Visualizers/Arrow.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Visualizers/DoubleArrow.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/Visualizers/SpecularCoefficient.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/DoublePendulumAnimation.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/DoublePendulumAnimationSmall.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/DoublePendulumDiagram.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/DoublePendulumDiagramSmall.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/FirstExample Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/FirstExample/ActuatedRevolute.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/FirstExample/Body.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/FirstExample/Pendulum.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/FirstExample/PenulumSchematic1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/FirstExample/PenulumSchematic2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/EngineV6_1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/EngineV6_2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/EngineV6_3.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/EngineV6_4.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/Fourbar1a.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/Fourbar1b.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/FourbarAnalytic1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/FourbarAnalytic2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/tutorial/LoopStructures/MacPherson1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/MultiBody/world.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/PreLoad.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Preload2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Preload3.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Preload4.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Rotational Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Rotational/driveExample.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/Examples Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/Examples/ControlledTanks1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/Examples/ControlledTanks1_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/Examples/ControlledTanks2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/Examples/ControlledTanks2_small.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide/CompositeStep1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide/Parallel1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide/Parallel2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide/Parallel3.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide/StepAndTransition1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide/StepAndTransition2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide/StepAndTransition3.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/StateGraph/UsersGuide/StepAndTransition4.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/Stribeck.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/Digital.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/ElectricalPins.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/ElectricalPlugs.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/FluidHeatFlowPorts.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/FluidPorts.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/HydraulicPorts.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/MagneticPorts.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/ModelicaLibraries.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/MultiBodyFrames.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/PneumaticPorts.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/RotationalFlanges.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/Signals.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/SpacePhasor.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/StateGraphPorts.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/ThermalHeatPorts.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/UsersGuide/TranslationalFlanges.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/_readme.txt Added : /trunk/testsuite/libraries/msl221/Modelica/Images/bearing.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/bearing2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/drive1.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/drive2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/drive3.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/drive4.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/driveAxis.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/driveConnections.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/driveConnections2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/driveWithHeatTransfer.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/inertias.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/relativeStates.png Added : /trunk/testsuite/libraries/msl221/Modelica/Images/relativeStates2.png Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/data Added : /trunk/testsuite/libraries/msl221/Modelica/Utilities/data/Examples_readRealParameters.txt Revision: 5214 Author: petar Date: 11:19:37, den 26 mars 2010 Message: Reverted -r 5194 as it destroyed a lot of testcases at MathCore. I will add these as instantiation tests in OpenModelica later today. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Revision: 5213 Author: perost Date: 09:56:33, den 26 mars 2010 Message: - Removed the non-standard constrain function from the initial environment, since it's not handled in the compiler and caused the compiler to fail without a proper error message when constrain was used. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Builtin.mo Revision: 5212 Author: Frenkel TUD Date: 23:01:07, den 25 mars 2010 Message: - continue with CMakeFiles ---- Modified : /trunk/Compiler/CMakeLists.txt Modified : /trunk/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Revision: 5210 Author: perost Date: 16:34:44, den 25 mars 2010 Message: - Fixed testcase #1179 [http://openmodelica.ida.liu.se:8080/cb/issue/1179] + Changed Inst.getUsertypeDimensions so that it also returns any modifiers from user defined types, which are then sent on to instVar2 from instVar_dispatch when instantiating user defined types. + Changed some testcases to reflect that modifiers are now propagated correctly. + Added testcase UsertypeModifications to explicitly test this fix. ---- Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/World.mos Modified : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo Modified : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Added : /trunk/testsuite/mofiles/UsertypeModifications.mo Revision: 5209 Author: Frenkel TUD Date: 15:51:53, den 25 mars 2010 Message: - update CMake Files ---- Modified : /trunk/CMakeLists.txt Modified : /trunk/Compiler/absyn_builder/CMakeLists.txt Modified : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/flat_modelica_parser/src/CMakeLists.txt Modified : /trunk/modelica_parser/src/CMakeLists.txt Revision: 5202 Author: ricli576 Date: 11:11:21, den 25 mars 2010 Message: Refactored and documented C code generator template code. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5201 Author: sjoelund.se Date: 08:34:48, den 25 mars 2010 Message: - Updating DoubleDeclaration.mo (test should fail and now does) ---- Modified : /trunk/testsuite/mofiles/DoubleDeclaration.mo Revision: 5200 Author: Frenkel TUD Date: 00:06:11, den 25 mars 2010 Message: - add CMakeFiles to build omc with CMake (not yet finished) ---- Modified : /trunk/CMakeLists.txt Added : /trunk/Compiler/CMakeLists.txt Added : /trunk/Compiler/absyn_builder/CMakeLists.txt Added : /trunk/Compiler/modpar/CMakeLists.txt Added : /trunk/Compiler/runtime/CMakeLists.txt Modified : /trunk/c_runtime/CMakeLists.txt Added : /trunk/flat_modelica_parser/CMakeLists.txt Added : /trunk/flat_modelica_parser/src/CMakeLists.txt Added : /trunk/modelica_parser/CMakeLists.txt Added : /trunk/modelica_parser/src/CMakeLists.txt Revision: 5199 Author: Frenkel TUD Date: 17:59:11, den 24 mars 2010 Message: - missing file for division zero problem implementation ---- Modified : /trunk/CMakeLists.txt Added : /trunk/c_runtime/division.c Added : /trunk/c_runtime/division.h Revision: 5198 Author: sjoelund.se Date: 16:48:49, den 24 mars 2010 Message: - Fix for failtrace of the new InstExtends when extending components with IMPORT elements. - Only traverse elemets that have not been traversed already (no significant speed improvement). ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstExtends.mo Modified : /trunk/Compiler/Util.mo Revision: 5197 Author: Frenkel TUD Date: 15:23:00, den 24 mars 2010 Message: - first implementation of division by zero problem (only for template part) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Revision: 5196 Author: AlexeyLebedev Date: 14:52:51, den 24 mars 2010 Message: Fix for the multiple declaration bug: http://openmodelica.ida.liu.se:8080/cb/issue/1071?navigation=true ---- Modified : /trunk/Compiler/SCode.mo Revision: 5195 Author: sjoelund.se Date: 14:44:47, den 24 mars 2010 Message: - Added testcase for now fixed bug #1181 (Philosopher2.mo) ---- Modified : /trunk/testsuite/mathcore-mofiles/Makefile Added : /trunk/testsuite/mathcore-mofiles/Philosopher2.mo Revision: 5194 Author: sjoelund.se Date: 14:28:50, den 24 mars 2010 Message: - Added new module InstExtends.mo - Removed SCode.BaseClassPath from the SCode module - InstExtends will now traverse the inherited elements and replace referenced crefs with fully-qualified paths instead of the old baseclass concept. + This is closer to what the specification says about how to handle extends and might work better when trying to implement Modelica.Media. ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/Inst.mo Added : /trunk/Compiler/InstExtends.mo (Copy from path: /trunk/Compiler/Inst.mo, Revision, 5174) Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/Static.mo Revision: 5193 Author: ricli576 Date: 11:45:29, den 24 mars 2010 Message: - Extracted extra record declarations from uniontypes - Extracted libraries (arrays of libraries) from annotations - Generated external type for meta types ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5192 Author: sjoelund.se Date: 11:24:21, den 24 mars 2010 Message: - Added a makefile target for building omc with RML profiling information ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Added : /trunk/Compiler/omc_profiler Added : /trunk/Compiler/omc_profiler/Makefile.in (Copy from path: /trunk/Compiler/omc_debug/Makefile.in, Revision, 5191) Added : /trunk/Compiler/omc_profiler/Makefile.omdev.mingw (Copy from path: /trunk/Compiler/omc_debug/Makefile.omdev.mingw, Revision, 5191) Modified : /trunk/configure Modified : /trunk/configure.in Revision: 5191 Author: petar Date: 15:31:58, den 23 mars 2010 Message: -Another fix for variability of for iterators. It now has a ceiling of PARAM variability, since cevalIfConstant otherwise fails. This needs to be refactored when cevalIfConstant is removed in the future. Added another testcase to make sure this is covered (AIMC_DOL.mos) -Minor fix in errorext.cpp ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/errorext.cpp Added : /trunk/testsuite/mosfiles/AIMC_DOL.mos Added : /trunk/testsuite/mosfiles/AIMC_DOLTotal.mo Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/TransformerYY.mos Revision: 5190 Author: ricli576 Date: 15:10:42, den 23 mars 2010 Message: - Extracted record constructors as functions and generated code for them - Generate complex constant expressions in daeExpMetaHelperConstant - Generate type descriptions for meta types ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5189 Author: petfr Date: 14:48:49, den 23 mars 2010 Message: Introduced change date column with dummy contents ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5186 Author: petfr Date: 14:23:28, den 23 mars 2010 Message: Made the upper part of the table more compact ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5185 Author: petar Date: 13:05:45, den 23 mars 2010 Message: -Implemented sorting of functions when printing DAE as preparation to make testsuite more robust. (All multibody tests updated because of this too) -Changed how variability of for iterators are handled. They must be correct after the iterators have been elaborated to prevent false error messages later on. But this affects how e.g. indices are elaborated. Earlier they were always constant evaluated for const and param variability, but this is not the case when inside a for iterator scope, since the iterators do not have a value. Therefore added special scope name for for iterator scopes, and treat them separately, see Env.forIterScopeName and Static.elabSubscriptsDims2. ---- Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/World.mos Revision: 5183 Author: ricli576 Date: 14:57:43, den 22 mars 2010 Message: - Generated code for STMT_TRY - Generated code for STMT_CATCH ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5182 Author: ricli576 Date: 14:27:11, den 22 mars 2010 Message: - Added special write_noretcall when called function has no output variables - Generated code for STMT_NORETCALL - Don't generate ending comma for METARECORDCALL if no arguments ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5181 Author: ricli576 Date: 11:16:05, den 22 mars 2010 Message: - Implemented generation of expression CONS - Implemented generation of expression METARECORDCALL ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5180 Author: sjoelund.se Date: 08:57:33, den 22 mars 2010 Message: - Fix for testsuite/mosfiles/TransformerYY.mos (inconsistent line endings made it fail on Unix). - Changed eol-style to native on all .mo and .mos-files in testsuite/mosfiles. ---- Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/BooleanArray.mo Modified : /trunk/testsuite/mosfiles/BooleanArray.mos Modified : /trunk/testsuite/mosfiles/BuiltinMath.mo Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/Cross.mo Modified : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/Delay.mo Modified : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/Enum8.mo Modified : /trunk/testsuite/mosfiles/Enum8.mos Modified : /trunk/testsuite/mosfiles/EventIteration.mo Modified : /trunk/testsuite/mosfiles/EventIteration.mos Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mo Modified : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/ExtendsOrder.mo Modified : /trunk/testsuite/mosfiles/ExtendsOrder.mos Modified : /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mo Modified : /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mo Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Modified : /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles/Identifier.mo Modified : /trunk/testsuite/mosfiles/Identifier.mos Modified : /trunk/testsuite/mosfiles/Identity.mo Modified : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/IfEquation2.mo Modified : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/MissV.mo Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/ModelBalance1.mo Modified : /trunk/testsuite/mosfiles/ModelBalance1.mos Modified : /trunk/testsuite/mosfiles/ModelBalance2.mo Modified : /trunk/testsuite/mosfiles/ModelBalance2.mos Modified : /trunk/testsuite/mosfiles/ModelBalance3.mo Modified : /trunk/testsuite/mosfiles/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles/ModifierProblem.mo Modified : /trunk/testsuite/mosfiles/ModifierProblem.mos Modified : /trunk/testsuite/mosfiles/ParameterModel.mo Modified : /trunk/testsuite/mosfiles/ParameterModel.mos Modified : /trunk/testsuite/mosfiles/Reductions.mo Modified : /trunk/testsuite/mosfiles/Reductions.mos Modified : /trunk/testsuite/mosfiles/Return.mo Modified : /trunk/testsuite/mosfiles/Return.mos Modified : /trunk/testsuite/mosfiles/Sample1.mo Modified : /trunk/testsuite/mosfiles/Sample1.mos Modified : /trunk/testsuite/mosfiles/Sign.mo Modified : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/Time.mo Modified : /trunk/testsuite/mosfiles/Time.mos Modified : /trunk/testsuite/mosfiles/TransformerYY.mos Modified : /trunk/testsuite/mosfiles/TransformerYYTotal.mo Modified : /trunk/testsuite/mosfiles/when_sorting.mo Modified : /trunk/testsuite/mosfiles/when_sorting.mos Revision: 5179 Author: petar Date: 08:25:46, den 22 mars 2010 Message: -Added two testcases for old bugs that got fixed "on the way". The philosopher case can also be used when fixing issue #1181 (just change the last class in the example). ---- Modified : /trunk/testsuite/mathcore-mofiles/Makefile Added : /trunk/testsuite/mathcore-mofiles/PEXPipeTotal.mo Added : /trunk/testsuite/mathcore-mofiles/Philosopher.mo Revision: 5177 Author: petar Date: 15:05:08, den 19 mars 2010 Message: -Fixed bug in array reductions. The variability of for iterators were always added as C_VAR, even if they had constant or parameter variability). This resulted in ceval error messages. Testcase in TransformerYY.mos ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/TransformerYY.mos Added : /trunk/testsuite/mosfiles/TransformerYYTotal.mo Revision: 5174 Author: adrpo Date: 05:50:11, den 19 mars 2010 Message: - fixes for testsuite/mosfiles/interactive_api_classes.mos, the error is no longer displayed. ---- Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Revision: 5173 Author: bjozac Date: 16:47:10, den 18 mars 2010 Message: some comments added ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Revision: 5172 Author: sjoelund.se Date: 16:22:45, den 18 mars 2010 Message: - Fix for Lookup.lookupVar: Check for valueBlockScopeName in addition to forScopeName. - Fixes MetaModelica and ForIterator test cases. ---- Modified : /trunk/Compiler/Lookup.mo Revision: 5170 Author: petar Date: 14:22:12, den 18 mars 2010 Message: -Fixed bug in lookupVarInternal, returning empty frame as scope of variables. -Fixed bug with lookup of variables performed in parent scopes (now limited to for loop scopes and top scope for builtin variable time) NOTE: This destoys a lot of meta-modelica tests, probably since there it is okay to look in parent scope, e.g. for matchcontinue, etc. Someone else has to fix this, as I am not familiar with the code. ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Revision: 5168 Author: perost Date: 12:40:11, den 18 mars 2010 Message: - Fixed Lookup.expandWholeDimSubScript so that it doesn't drop for-iterators from the subscripts, which caused the testcase mofiles/VectorTest to fail. - Changed the testcase mofiles/VectorTest, since it previously expected the wrong result. ---- Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/VectorTest.mo Revision: 5166 Author: sjoelund.se Date: 12:08:07, den 18 mars 2010 Message: - Added HashTableStringToPath.mo (first HashTable module with a name you can actually guess what key-value pair it uses?). - Updated the other HashTable files (some of the functions that take a Key don't have input Key). - Added pathReplaceFirstIdent and crefReplaceFirstIdent to Absyn.mo. - These functions will be used in later commits. - These functions allow you to change the first part of a path: (a.b.c, d.e) => d.e.b.c - Part of their purpose is to remove the need of the base class concept in Inst (let extends lookup imports, etc instead of adding base classes). ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTableCG.mo Added : /trunk/Compiler/HashTableStringToPath.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Revision: 5165 Author: sjoelund.se Date: 12:02:10, den 18 mars 2010 Message: - Fix for errorext.cpp on Linux (missing string.h for strcmp; OSX and Win32 doesn't require it). ---- Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 5164 Author: Frenkel TUD Date: 09:41:33, den 18 mars 2010 Message: - do a bit more simplification for matrix addition: example m[3,3] = a[3,3]+b[3,3] works but m[3]=A[3]+(B[3,3]+C[3,3]*C[3,3])*D[3] worked also before but generades bad code. testcase mofiles/VectorTest and mosfiles/APIClass failed also before this change ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/MatrixAddition.mo Revision: 5163 Author: sjoelund.se Date: 08:42:20, den 18 mars 2010 Message: - Fix for errorext.cpp (use strcmp instead of pointer comparison). ---- Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 5162 Author: dhedberg Date: 18:03:36, den 17 mars 2010 Message: Added a few utility functions: - crefPrefixOf - isNone - isSome ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Util.mo Revision: 5161 Author: sjoelund.se Date: 16:31:22, den 17 mars 2010 Message: - Fix for errorext.cpp (was missing include stdlib.h). ---- Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 5160 Author: petar Date: 15:33:27, den 17 mars 2010 Message: -Changed implmentation of ErrorExt: setCheckpoint,delCheckpoint and rollBack. They now take unique indentifiers. If rollback and delCheckpoint passes identifier that doesn't match what is on the top of the stack, the application exits. This is to make absolutely sure that error message checkpoints are handled correctly. -Also fixed bugs to make sure that above is fullfilled. -Fixed bug with wrong type inside crefs -Removed Static.generateCompiledFunction since it is not used. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 5159 Author: perost Date: 14:06:57, den 17 mars 2010 Message: - Fixed testcase Lookup10, which together with other recent fixes fixed bug #1151: [http://openmodelica.ida.liu.se:8080/cb/issue/1151?navigation=true]. - Added RTOpts failtrace guard in Inst.partialInstClassIn. ---- Modified : /trunk/Compiler/Inst.mo Revision: 5158 Author: adrpo Date: 13:43:45, den 17 mars 2010 Message: - Updated parser/lexer to support 'operator' and 'operator function'. The keyword 'operator' can also be used as an identifier in several places so we can parse the OpenModelica compiler sources. We can change the sources and replace 'operator' with 'op' or something similar later. - RollingWheelSetPulling.mos now flattens without error. ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Revision: 5157 Author: perost Date: 17:02:33, den 16 mars 2010 Message: Fixed for loops in class algorithm sections: [https://openmodelica.org:8443/cb/issue/1180] - Static no longer tries to constant evaluate iterators, which earlier caused Ceval to print an error message. - Fixed the broken counting of equations in for loops. - Fixed the C name generation for variables in for loops that used iterators as subscripts. - The testcase AlgorithmForInClass now works again. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Revision: 5156 Author: sjoelund.se Date: 12:52:07, den 16 mars 2010 Message: - Fixed error messages from Static.instantiateDaeFunction when trying to instantiate from the top scope. ---- Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Static.mo Revision: 5155 Author: sjoelund.se Date: 12:09:16, den 16 mars 2010 Message: - Replaced Static.calculateConstantness with listFold. ---- Modified : /trunk/Compiler/Static.mo Revision: 5154 Author: ricli576 Date: 11:43:07, den 16 mars 2010 Message: Implemented generation of expression LIST, META_TUPLE, and META_OPTION. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5153 Author: sjoelund.se Date: 11:16:57, den 16 mars 2010 Message: - Added support for enumerations in external C functions. + This causes RollingWheelSetPulling.mos to print some extra warnings (because the annotations for external C functions are missing in the multibody testsuite). ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Revision: 5152 Author: sjoelund.se Date: 09:54:19, den 16 mars 2010 Message: - listFold instead of listReduce when simplifying calls. + Works when using an empty list of arguments. ---- Modified : /trunk/Compiler/Exp.mo Revision: 5151 Author: ricli576 Date: 15:24:49, den 15 mars 2010 Message: Implemented generation of STMT_THROW. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5150 Author: ricli576 Date: 13:48:51, den 15 mars 2010 Message: - Implemented STMT_MATCHCASES - Implemented STMT_BREAK - Added missing record STMT_RETURN in the typeview (solving the problem described in the removed comment) ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5149 Author: petar Date: 13:42:14, den 15 mars 2010 Message: -Fixed some bugs with wrong type in component references ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/ValuesUtil.mo Revision: 5148 Author: ricli576 Date: 10:13:09, den 15 mars 2010 Message: Modified rtest in testsuite/meta to interpret RTEST_OMCFLAGS. ---- Modified : /trunk/testsuite/meta/rtest Revision: 5147 Author: ricli576 Date: 09:46:58, den 15 mars 2010 Message: Modified rtest script in mathcore-mofiles to interpret RTEST_OMCFLAGS. ---- Modified : /trunk/testsuite/mathcore-mofiles/rtest Revision: 5146 Author: sjoelund.se Date: 09:25:47, den 15 mars 2010 Message: - Modified the ModelicaUtilities testcase to use save() and pre() on strings during simulation runtime. + Updated the generation of simulation makefiles to link libraries in the correct order. ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mo Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mos Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.myExtFunction.c Revision: 5145 Author: ricli576 Date: 09:09:10, den 15 mars 2010 Message: - Fixed readInVar template to work for nested records - Refactored code for writeOutVar template ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5144 Author: adrpo Date: 12:16:06, den 14 mars 2010 Message: - replaced Linköping with Linköping ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/runtime/systemimpl.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/inputcelldelegate.h Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.h Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/oms.h Modified : /trunk/c_runtime/base_array.c Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/java_interface.h Revision: 5143 Author: adrpo Date: 12:13:39, den 14 mars 2010 Message: - flush the stderr in ModelicaFormatError (otherwise the stderr is printed at the end in Windows) - do not delete ModelicaUtilities_*.dll as you cannot do that in Windows when is loaded in the omc process! ---- Modified : /trunk/c_runtime/ModelicaUtilities.c Modified : /trunk/testsuite/mosfiles/ModelicaUtilities.mos Revision: 5140 Author: sjoelund.se Date: 17:09:39, den 12 mars 2010 Message: - Updated simulation runtime to support pre() and save() on strings. ---- Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Revision: 5139 Author: ricli576 Date: 15:47:45, den 12 mars 2010 Message: - Generate record declarations in correct order - Generate correct type descriptions for nested records ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5137 Author: ricli576 Date: 13:09:34, den 12 mars 2010 Message: - Generate correct external type for records - Only declare init variable if it does not already exist in return struct - Extract record declarations from external functions in addition to just regular Modelica functions - Fixed bug in writeOutVar: a comma too much if external function had no input arguments ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5136 Author: sjoelund.se Date: 12:11:53, den 12 mars 2010 Message: - Added test mosfiles/FinalTests, from MathCore - Added the ModelicaUtilities.h header (Utility functions for external C function) - Changed the generation of makesfiles to make it possible to reference these functions. - Added a simple implementation of these functions. - Added test mosfiles/ModelicaUtilities - Fixed a bug in SimCodegen where solved string would not be escaped before printed as C-code. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/Makefile.common Added : /trunk/c_runtime/ModelicaUtilities.c Added : /trunk/c_runtime/ModelicaUtilities.h Added : /trunk/testsuite/mosfiles/FinalTests.mo Added : /trunk/testsuite/mosfiles/FinalTests.mos Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/ModelicaUtilities.mo (Copy from path: /trunk/testsuite/mosfiles/BaseClass1.mo, Revision, 5124) Added : /trunk/testsuite/mosfiles/ModelicaUtilities.mos (Copy from path: /trunk/testsuite/mosfiles/BaseClass1.mos, Revision, 5124) Added : /trunk/testsuite/mosfiles/ModelicaUtilities.myExtFunction.c Revision: 5135 Author: sjoelund.se Date: 09:14:39, den 12 mars 2010 Message: - Added c_runtime/Makefile.common. - You now only need to change one file when you add headers. ---- Modified : /trunk/c_runtime/Makefile Added : /trunk/c_runtime/Makefile.common Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface/Makefile.common Revision: 5134 Author: adrpo Date: 06:51:42, den 12 mars 2010 Message: - some fixes to plotting while simulating - disable some logging. - updates to ext and OMNotebook ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/OMNotebook/ext/release/ext.pdb Revision: 5133 Author: adrpo Date: 06:49:01, den 12 mars 2010 Message: - added the constantness of the for loop range as an option in DAE.TYPES_VAR for a variable in the environment to be able to detect if the variable is a for index. - Lookup.lookupVar* will now return also the constantness of the range of the variable (if is a for index, otherwise NONE()). - if a variable is a for index *do not* prefix it in PrefixUtil.mo - unroll for loop statements that contain when statements and report an error if the range is not constant or parameter. - functionality to unroll all for loops with constant range but is not activated right now (we want to move towards non expanded arrays). - Codegen.mo + better error messages + allow == for reals in functions + remember/restore state in while statements - DAELow.mo better output for algorithms - updated all files with the changes done in Lookup.lookupVar* - moved some of the local case declarations to the matchcontinue local section - more comments ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Revision: 5132 Author: adrpo Date: 06:28:01, den 12 mars 2010 Message: - use the actual QTHOME in Linux if is set and replaced tab with two spaces (systemimpl.c) - generate an unique log filename for each external viewer (sendData.cpp) ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 5131 Author: adrpo Date: 06:20:47, den 12 mars 2010 Message: - detect header changes in c_runtime (Makefile*) - assert should be based on SIZE_ELEMENTS in size_alloc (memory_pool.c) - more index elements (memory_pool.h) - get rid of unused variable warning (real_array.c) ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/real_array.c Revision: 5129 Author: ricli576 Date: 14:52:02, den 11 mars 2010 Message: Modified rtest in testsuite/records to interpret RTEST_OMCFLAGS env.var. ---- Modified : /trunk/testsuite/records/rtest Revision: 5128 Author: ricli576 Date: 14:50:21, den 11 mars 2010 Message: Removed test_susan target in makefiles. A command like this RTEST_OMCFLAGS="+d=tplmode" make test should be used instead to run tests using the susan code generator. This way the makefiles can stay the same no matter what code generator is used. It relies on rtest reading the RTEST_OMCFLAGS environment variable. ---- Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5127 Author: sjoelund.se Date: 13:33:27, den 11 mars 2010 Message: - Added fixes for new testcase mosfiles/EnzMM.mos, provided by MathCore + We now check all frames in the current scope before looking in the baseclasses. ---- Modified : /trunk/Compiler/Lookup.mo Added : /trunk/testsuite/mosfiles/EnzMM.mos Added : /trunk/testsuite/mosfiles/EnzMMTotal.mo Modified : /trunk/testsuite/mosfiles/Makefile Revision: 5126 Author: ricli576 Date: 13:31:07, den 11 mars 2010 Message: Fixed testcase ExternalFunctionResultOrder.mos. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 5125 Author: sjoelund.se Date: 13:27:52, den 11 mars 2010 Message: - Updated multibody testcases ---- Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/_UseThisTestToMakeANewOne.mos Revision: 5124 Author: perost Date: 13:06:14, den 11 mars 2010 Message: Disabled earlier changes in Env.cacheGetEnv2, since these caused problems in Multibody. ---- Modified : /trunk/Compiler/Env.mo Revision: 5123 Author: petar Date: 11:46:04, den 11 mars 2010 Message: -Fixed bug with incorrect types in DAE.CREF_IDENT and DAE.CREF_QUAL. The types should be that of the identifier -without- subscripts. This also required that this type information is returned from lookupVar, which resulted in the splicedExp changed to a SplicedExpData which contains the optional spliced expression and the type of (the last) ident. (See Lookup.mo) This will probably not affect OpenModelica backend, since it only uses the type from DAE.CREF, but MathCore backend uses these types, so they must be correct. -Fixed bug with functions not picked up to dae in lookupFunctionsInEnv -Fixed bug with simpliciation of scalar products (required by MultiBody simulations, testcase at MathCore). ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/Static.mo Revision: 5122 Author: bjozac Date: 10:41:25, den 11 mars 2010 Message: Added a back patch for Qualified instantiation ---- Modified : /trunk/Compiler/Inst.mo Revision: 5119 Author: sjoelund.se Date: 16:44:49, den 10 mars 2010 Message: - Removed some of the ErrorExt.rollback and setCheckpoint I added for pointless error messages. - We now check if the modifications could possibly generate basic types (only start,nominal,etc NAMEMOD's allowed). + This also removes the old error messages. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/BaseClass1.mo Added : /trunk/testsuite/mosfiles/BaseClass1.mos (Copy from path: /trunk/testsuite/mosfiles/NotbasicType.mos, Revision, 5114) Revision: 5118 Author: perost Date: 15:58:46, den 10 mars 2010 Message: - Fixed Env.cacheGetEnv2 so that it searches all branches of the CacheTree when looking up qualified names, and not just the first one. This was needed for bug #1151. - Added testcase Lookup10 that tests the fix in Env.cacheGetEnv2. - Commented out some debug-related lines in Inst. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Lookup10.mo Revision: 5117 Author: bjozac Date: 15:26:05, den 10 mars 2010 Message: * Fixed initial array equations * Activated back patching of initial if equations with Connection.isRoot() as statements. ---- Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/DAEUtil.mo Revision: 5116 Author: sjoelund.se Date: 14:47:19, den 10 mars 2010 Message: - Added support for external function annotation Library={"lib1","lib2"}, as per the 3.1 specification. + Updated MetaModelicaDev testsuite to use this functionality. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseOMC.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/ParseOMC.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseOMC.mo Revision: 5115 Author: ricli576 Date: 14:04:39, den 10 mars 2010 Message: Generate correct read/write in 'in_' functions for complex types. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5113 Author: ricli576 Date: 11:16:05, den 10 mars 2010 Message: Generate code for STMT_RETURN. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5112 Author: ricli576 Date: 10:18:03, den 10 mars 2010 Message: Added target test_susan that runs all tests where susan codegen is used. ---- Modified : /trunk/testsuite/Makefile Revision: 5111 Author: ricli576 Date: 10:16:57, den 10 mars 2010 Message: Generate correct C type for external string array arguments. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5110 Author: sjoelund.se Date: 09:33:04, den 10 mars 2010 Message: - Fixing another bug where error messages are sometimes printed out even though they shouldn't. + This occured in instBasictypeBaseclass because errors from elabMod were only rolled back if the class was builtin. + Added a testcase for this. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/NotbasicType2.mo (Copy from path: /trunk/testsuite/mosfiles/NotbasicType.mo, Revision, 5109) Added : /trunk/testsuite/mosfiles/NotbasicType2.mos (Copy from path: /trunk/testsuite/mosfiles/NotbasicType.mos, Revision, 5109) Revision: 5109 Author: sjoelund.se Date: 08:56:07, den 10 mars 2010 Message: - Updated testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l to not give warning messages. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l Revision: 5108 Author: sjoelund.se Date: 08:55:31, den 10 mars 2010 Message: - Fixed OMC parsing issues in Inst.mo. RML didn't complain even though the syntax was clearly incorrect. ---- Modified : /trunk/Compiler/Inst.mo Revision: 5107 Author: sjoelund.se Date: 08:54:32, den 10 mars 2010 Message: - Removed directory Compiler/template_precompile which was part of the old template code generator prototype. + This directory made MDT not work correctly (multiple copies of Util.mo for example). ---- Deleted : /trunk/Compiler/template_precompile Revision: 5104 Author: sjoelund.se Date: 16:59:38, den 9 mars 2010 Message: - Fixed a MetaModelica bug where matchcase expressions with 0 input variables were disallowed. ---- Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Util.mo Added : /trunk/testsuite/meta/MatchCase10.mo (Copy from path: /trunk/testsuite/meta/MatchCase9.mo, Revision, 5096) Added : /trunk/testsuite/meta/MatchCase10.mos (Copy from path: /trunk/testsuite/meta/MatchCase9.mos, Revision, 5096) Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l Revision: 5103 Author: sjoelund.se Date: 16:58:43, den 9 mars 2010 Message: - Fixing a bug where error messages are sometimes printed out even though they shouldn't. + This occured in instBasictypeBaseclass2 because noone made an ErrorExt checkpoint before trying to roll back the message. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/NotbasicType.mo Added : /trunk/testsuite/mosfiles/NotbasicType.mos Revision: 5102 Author: ricli576 Date: 16:15:49, den 9 mars 2010 Message: Added special case when cref is of enum type. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5101 Author: ricli576 Date: 15:28:04, den 9 mars 2010 Message: Generate 'in_' function for external functions. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5100 Author: ricli576 Date: 14:20:19, den 9 mars 2010 Message: - Added support for generating single functions using Susan - Added case to STMT_ASSIGN_ARR to handle slices on the left hand side ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5099 Author: ricli576 Date: 14:15:44, den 9 mars 2010 Message: Added test_susan target. ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/rtest Revision: 5098 Author: sjoelund.se Date: 13:48:41, den 9 mars 2010 Message: - Updated MetaModelicaDev testcases (setting the type in lexer.l so it's not an int anymore). - Updated 09_pamdecl slightly for OMC, but OMC fails to parse one of the files. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseOMC.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo, Revision, 5096) Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/ParseOMC.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo, Revision, 5096) Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseOMC.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo, Revision, 5096) Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Revision: 5097 Author: perost Date: 10:04:14, den 9 mars 2010 Message: Unified handling of Icon and Diagram annotation, since getDiagramAnnotation didn't work in all cases. Both Icon and Diagram annotation are now handled in the same way. ---- Modified : /trunk/Compiler/Interactive.mo Revision: 5096 Author: sjoelund.se Date: 15:30:53, den 8 mars 2010 Message: - Changed Env.BCFrames to list instead of list. - Updated Inst.getDerivedEnv and Lookup.lookup{Class,Var} to reflect these changes. ---- Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Revision: 5093 Author: perost Date: 11:12:47, den 8 mars 2010 Message: Fix for bug #1146: + Fixed elaboration of fill (such as zeros and ones) on arrays of unknown dimensions. + Added testcase FillSize in mofiles ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/FillSize.mo Revision: 5092 Author: ricli576 Date: 11:00:20, den 8 mars 2010 Message: - Fixed when_sorting test case by extracting a new set of equations including when equations (used in functionUpdateDepend template) - Generated functionCheckForDiscreteChanges function correctly ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5091 Author: stebr461 Date: 08:28:22, den 8 mars 2010 Message: - C_runtime .c files now have updated license headers ---- Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/base_array.c Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/string_array.c Revision: 5090 Author: stebr461 Date: 08:25:01, den 8 mars 2010 Message: - C_runtime .h files now have updated license headers ---- Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/simulation_delay.h Modified : /trunk/c_runtime/java_interface.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/solver_euler.h Modified : /trunk/c_runtime/options.h Modified : /trunk/c_runtime/utility.h Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_result.h Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/base_array.h Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/inline.h Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/simulation_init.h Modified : /trunk/c_runtime/simulation_input.h Modified : /trunk/c_runtime/solver_dasrt.h Modified : /trunk/c_runtime/string_array.h Modified : /trunk/c_runtime/tables.h Revision: 5089 Author: stebr461 Date: 08:19:04, den 8 mars 2010 Message: - Rest of .mo files ---- Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/OptManager.mo Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/SimulationResults.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/UnitChecker.mo Modified : /trunk/Compiler/Values.mo Revision: 5088 Author: stebr461 Date: 08:15:07, den 8 mars 2010 Message: - First batch of updated license headers ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/BackendVarTransform_stub.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/DAELow_stub.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/DynLoad.mo Modified : /trunk/Compiler/ExpandableConnectors.mo Modified : /trunk/Compiler/Graphviz.mo Revision: 5087 Author: Frenkel TUD Date: 23:57:13, den 5 mars 2010 Message: - bugfix CombiTable2D ---- Modified : /trunk/c_runtime/tables.h Modified : /trunk/c_runtime/tables.cpp Revision: 5086 Author: Frenkel TUD Date: 18:21:55, den 5 mars 2010 Message: - implement CompiTables2D, not testet yet ---- Modified : /trunk/c_runtime/tables.h Modified : /trunk/c_runtime/tables.cpp Added : /trunk/testsuite/mosfiles/testTables2D.txt Revision: 5085 Author: perost Date: 16:16:25, den 5 mars 2010 Message: Implemented support for initial array equations (DAE.INITIAL_ARRAY_EQUATION). Not properly tested yet, but shouldn't break anything. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/PartFn.mo Revision: 5084 Author: sjoelund.se Date: 12:16:17, den 5 mars 2010 Message: - Changed the base class in SCode elements to a list instead of option. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Revision: 5083 Author: sjoelund.se Date: 10:59:37, den 5 mars 2010 Message: - Changed instElement to get the class and component modifications before updating them. - This solves issues when you try to update modifications that are discarded anyway. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Lookup9.mo Revision: 5081 Author: ricli576 Date: 15:52:39, den 4 mars 2010 Message: Implemented generation of delayed expressions. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 5080 Author: sjoelund.se Date: 15:38:06, den 4 mars 2010 Message: - Fixed r5075 (which changed encoding of Swedish letters into ???) ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 5079 Author: perost Date: 15:35:38, den 4 mars 2010 Message: Updated workplan. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5077 Author: ricli576 Date: 14:40:34, den 4 mars 2010 Message: - Implemented generation of reductions - Fixed incorrect name in print string - Added empty function checkForDiscreteChanges (to make it compile) ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 5076 Author: stebr461 Date: 14:22:52, den 4 mars 2010 Message: - some test suite spreadsheet modifications ---- Modified : /trunk/testsuite/test_suite_.xls Revision: 5075 Author: asodja Date: 09:15:21, den 4 mars 2010 Message: Added a field `aliasVars' to structure DAELow, where replacement transformations for alias variables (originating from trivial equations) are stored. Currently, this field is ignored everywhere -- it will be only used in code generation in my own branch `omprof'. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/omc_debug Modified : /trunk/Compiler/omc_release Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser Revision: 5074 Author: sjoelund.se Date: 16:35:45, den 3 mars 2010 Message: - Updated URLs in README-OMDev-MINGW.txt ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 5073 Author: Frenkel TUD Date: 14:08:00, den 3 mars 2010 Message: - reimplement Exp.solve for ifexp because use solvenonlinsys is very slow(with solvenonlinsys: 5sec. without 0sec) The testcase IfEquation2 works now because there is no division by zero (a*x/y,y==0 all the time) anymore. It does not fail with solvenonlinsys because solvenonlinsys returns 0 for this special case. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mosfiles/IfEquation2.mo Revision: 5072 Author: sjoelund.se Date: 13:37:27, den 3 mars 2010 Message: - Removed trailing whitespace from Compiler/*.mo ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/AbsynDep.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/BackendVarTransform_stub.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/CompiledTemplates.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/DynLoad.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/ExpandableConnectors.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MMath.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/OptManager.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/TemplCG.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsyn.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/UnitChecker.mo Modified : /trunk/Compiler/UnitParserExt.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 5071 Author: sjoelund.se Date: 13:19:53, den 3 mars 2010 Message: - Added Env.BCEnv for the type used by base classes (currently aliased to Env.Env) ---- Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Revision: 5070 Author: sjoelund.se Date: 10:00:10, den 3 mars 2010 Message: - Updated Inst.getDerivedEnv - it no longer needs to check for possible infinite recursion since lookupClass does that for us. ---- Modified : /trunk/Compiler/Inst.mo Revision: 5069 Author: sjoelund.se Date: 21:16:06, den 2 mars 2010 Message: - multibody/Makefile should be rtest -v ---- Modified : /trunk/testsuite/libraries/multibody/Makefile Revision: 5066 Author: Frenkel TUD Date: 17:56:35, den 2 mars 2010 Message: bugfix for removeSimpleEquations ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5065 Author: sjoelund.se Date: 16:56:30, den 2 mars 2010 Message: - Don't use Inst.updateCompeltsMods on DAE.NOMOD. This reduces failtrace logs. - Updated multibody testcases. * Changed eol-style to native. * updateCompeltsMods caused changes in the order in which functions in the DAE were generated. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/multibody/Makefile Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/World.mos Modified : /trunk/testsuite/libraries/multibody/_UseThisTestToMakeANewOne.mos Revision: 5064 Author: sjoelund.se Date: 14:42:49, den 2 mars 2010 Message: - Added the correct modification in Inst.updateCompeltsMods, instead of DAE.NOMOD. - This mainly removes errors and failtraces that would later be patched in anyway. - It should now be easier to debug large models since most of the failtrace should be relevant again. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/SCode.mo Added : /trunk/testsuite/mosfiles/ExtendsOrder.mo Added : /trunk/testsuite/mosfiles/ExtendsOrder.mos Revision: 5063 Author: perost Date: 09:01:07, den 2 mars 2010 Message: Updated workplan. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5062 Author: wbraun Date: 04:45:47, den 2 mars 2010 Message: Update event handling for euler. Add two testcases: one for event iteration and one for when sorting cleanup Codegen.mo. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/solver_euler.cpp Added : /trunk/testsuite/mosfiles/EventIteration.mo Added : /trunk/testsuite/mosfiles/EventIteration.mos Added : /trunk/testsuite/mosfiles/when_sorting.mo Added : /trunk/testsuite/mosfiles/when_sorting.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/c_runtime/simulation_events.h Revision: 5061 Author: adrpo Date: 03:01:51, den 2 mars 2010 Message: - updates to checkparseerror.c to make it compile using g++ + include stdlib.h for exit(x). + define the function as extern "C" to be able to find it when calling it from omc. ---- Modified : /trunk/testsuite/mosfiles/checkparseerror.c Revision: 5060 Author: adrpo Date: 02:06:57, den 2 mars 2010 Message: - updates to estimates ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5059 Author: petfr Date: 17:48:19, den 1 mars 2010 Message: Update 2010-02-26, moving relevant bug work to MultiBody, formating to 1 decimal, etc. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5058 Author: sjoelund.se Date: 15:56:49, den 1 mars 2010 Message: - Added lookup of partial packages that have modifications (needed for base classes). - Changed lookup of imports to use previous frames and the new constructs for only looking up in the current scope. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Revision: 5057 Author: perost Date: 14:49:47, den 1 mars 2010 Message: Fixed bug #1170, which included: + Fixing elaboration of vector function. + Enabling Inst to determine the size of an unknown dimension (WHOLEDIM) from a variables modifier. + Fixing the c_runtime to handle assignment to column slices of matrices correctly (or at least more correctly than before...). + Adding a test case VectorTest.mo. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/VectorTest.mo Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/index_spec.c Revision: 5056 Author: sjoelund.se Date: 09:09:47, den 1 mars 2010 Message: - Removed setLinker commands from testsuite/meta/MetaModelicaDev ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo Modified : /trunk/testsuite/meta/ComplicatedInteractive.mo Modified : /trunk/testsuite/meta/Polymorphic.mos Revision: 5055 Author: sjoelund.se Date: 08:53:23, den 1 mars 2010 Message: - Removed some now setLinker API calls that are not required (the default linker is already g++) ---- Modified : /trunk/testsuite/meta/BuiltinArray.mos Modified : /trunk/testsuite/meta/BuiltinMisc.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive3.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos Modified : /trunk/testsuite/meta/BuiltinBoolean.mos Modified : /trunk/testsuite/meta/BuiltinInteger.mos Modified : /trunk/testsuite/meta/BuiltinList.mos Modified : /trunk/testsuite/meta/BuiltinReal.mos Modified : /trunk/testsuite/meta/BuiltinString.mos Modified : /trunk/testsuite/meta/ComplicatedInteractive.mo Modified : /trunk/testsuite/meta/EqPatternm.mos Modified : /trunk/testsuite/meta/Equality.mos Modified : /trunk/testsuite/meta/Failure.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive1.mos Modified : /trunk/testsuite/meta/MatchCaseInteractive2.mos Modified : /trunk/testsuite/meta/PartialFn9.mos Modified : /trunk/testsuite/meta/Polymorphic.mos Modified : /trunk/testsuite/meta/Recursive.mos Modified : /trunk/testsuite/meta/Shadowing1.mos Modified : /trunk/testsuite/meta/Shadowing2.mos Revision: 5054 Author: sjoelund.se Date: 08:38:00, den 1 mars 2010 Message: - Dynamically loaded functions are now compiled using g++ instead of gcc. They are still exported using extern C. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 5053 Author: sjoelund.se Date: 12:25:22, den 28 februari 2010 Message: - Updated external C function testcases. Including the C-file instead of object-file may fail if the linker is g++ instead of gcc (and we eventually want to use g++). - Using the Include = "#include \"abc.c\"" or Library = "abc.c" annotations won't work if we use g++ as linker. - mofiles testcases now use rtest -v so errors are more visible when grepping for == in a testsuite log. ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/ExternalFunction3_addmatrices.c Modified : /trunk/testsuite/records/EmptyRecordTestConstructor.mos Modified : /trunk/testsuite/records/NestedRecordTestConstructor.mos Modified : /trunk/testsuite/records/RecordTest.mo Modified : /trunk/testsuite/records/SimpleRecordTestConstructor.mos Modified : /trunk/testsuite/records/Makefile Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction1_f.c Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction2_f.c Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction3_addmatrices.c Modified : /trunk/testsuite/mofiles/ExternalFunction1_f.c Modified : /trunk/testsuite/mofiles/ExternalFunction2_f.c Modified : /trunk/testsuite/mathcore-mofiles/Makefile Revision: 5052 Author: sjoelund.se Date: 18:30:32, den 26 februari 2010 Message: - Removed some cp -u lines from Makefiles. They don't work in OSX (GNU extension). - Added x86_64-OSX version of liblpsolve55.dylib. - Most regular Modelica testcases work in 64-bit OSX. MetaModelica testcases seem to fail, however (probably due to not using the 64-bit datatypes in the headers). ---- Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/java_interface/Makefile Added : /trunk/Compiler/runtime/lpsolve/lib/x86_64-osx Added : /trunk/Compiler/runtime/lpsolve/lib/x86_64-osx/liblpsolve55.dylib Revision: 5051 Author: perost Date: 16:32:13, den 26 februari 2010 Message: Added time estimates to workplan. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5049 Author: adrpo Date: 20:45:03, den 25 februari 2010 Message: - ValuesUtil.unparsePtolemySet2 was failing due to some problems with dimensions of Values.ARRAY; because of this plotting was failing, now it works again. ---- Modified : /trunk/Compiler/ValuesUtil.mo Revision: 5048 Author: Frenkel TUD Date: 20:24:17, den 25 februari 2010 Message: - continue with division by zero implementation ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5044 Author: AlexeyLebedev Date: 16:35:38, den 25 februari 2010 Message: Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5043 Author: perost Date: 16:15:39, den 25 februari 2010 Message: Updated workplan ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5042 Author: sjoelund.se Date: 14:52:05, den 25 februari 2010 Message: - updates of the Workplan-status-estimates.xls ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5041 Author: adrpo Date: 14:36:55, den 25 februari 2010 Message: - updates of the Workplan-status-estimates.xls ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 5040 Author: sjoelund.se Date: 14:03:41, den 25 februari 2010 Message: - Added baseclass paths to the elements of class definition in addInheritScope - Added ceval for DAE.SLICE - Added testsuite/mofiles/Extends6.mo to test these things ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/ValuesUtil.mo Added : /trunk/testsuite/mofiles/Extends6.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5037 Author: Frenkel TUD Date: 16:44:06, den 24 februari 2010 Message: - continue with division by zero implementation ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5036 Author: sjoelund.se Date: 14:05:01, den 24 februari 2010 Message: - Updated Lookup.lookupClass - Instead of removing prefixes from the path we are trying to look up, we now store previous frames. - So if we are in scope A.B.C.D and don't find C.E in either D or C, we lookup C.E in A.B with the previosuly stored frames {C,D}. We then rebuild A.B.C and lookup E with previously stored frame {D}. - We also send a stateful Boolean around in lookupClass. - If we ever find a matching name, this boolean is set to true. - If the boolean is true, we can no longer go up a level in the scope. - So if you have a class A.B.C.B and try to lookup B.C, it will now correctly only look for C in the scope A.B.C.B (and not A.B as it would previosuly do). - Note: This still doesn't solve all issues because the compiler stores UNTYPED mods sometimes, and this could potentially be elaborated in the scope A. - Added testcase mofiles/Constant11.mo for one of the issues now solved. ---- Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mofiles/Constant11.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 5035 Author: sjoelund.se Date: 13:49:37, den 24 februari 2010 Message: - Updates to testsuite/mathcore-mofiles/msl and testsuite/mathcore-mofiles/drmodelicato match changes made in r5029 ---- Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/AlgorithmSection.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/DAEexample.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/FlatTank.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/HeatTankExpanded.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/HelloWorld.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/StepAdvanced.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/SumForLoop.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/SumVectorForIf.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Tank.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPI.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPID.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankPI.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankPID.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TanksConnectedPI.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenEquation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenStatement1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenStatement2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Xpowers.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Xpowers1.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Xpowers2.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/Xpowers3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC1.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC10.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC11.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC4.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC5.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC6.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC7.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC8.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC9.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM1.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM10.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM11.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM12.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM13.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM14.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM15.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM16.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM17.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM18.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM19.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM20.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM21.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM22.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM23.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM24.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM25.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM26.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM27.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM4.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM5.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM6.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM7.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM8.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BM9.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BN1.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BN2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BN3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS1.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS10.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS11.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS12.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS14.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS16.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS17.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS3.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS4.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS5.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS6.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS7.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS8.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS9.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/Gear.mo Revision: 5033 Author: sjoelund.se Date: 12:45:00, den 24 februari 2010 Message: - Updates to testsuite/mathcore-mofiles and testsuite/records to match changes made in r5029 ---- Modified : /trunk/testsuite/mathcore-mofiles/ArrayMatrixSimplifier.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayMulMatrixSimplifier.mo Modified : /trunk/testsuite/mathcore-mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mathcore-mofiles/Circuit1.mo Modified : /trunk/testsuite/mathcore-mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mathcore-mofiles/Each1.mo Modified : /trunk/testsuite/mathcore-mofiles/Extends3.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mathcore-mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mathcore-mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mathcore-mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mathcore-mofiles/Matrix1.mo Modified : /trunk/testsuite/mathcore-mofiles/Modification14.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare4.mo Modified : /trunk/testsuite/mathcore-mofiles/Redeclare5.mo Modified : /trunk/testsuite/mathcore-mofiles/reinit.mo Modified : /trunk/testsuite/records/RecordModifications.mo Revision: 5032 Author: adrpo Date: 12:27:47, den 24 februari 2010 Message: Should be rtest -v as rtest -b will just set a baseline. ---- Modified : /trunk/testsuite/libraries/multibody/Makefile Revision: 5030 Author: sjoelund.se Date: 11:42:04, den 24 februari 2010 Message: - Added a stateful Boolean to Util.mo - It's really a Real[:], but the abstraction makes it look like a single value. - Useful if you need to set a flag to stop a recursive operation (stop continue on fails). ---- Modified : /trunk/Compiler/Util.mo Revision: 5029 Author: petar Date: 11:40:48, den 24 februari 2010 Message: Quite big check-in: DAE.mo: - added some comments to operators DAEUtil.mo : -added some utility functions. Exp.mo: -implemented simplification of cross - fixed some bugs in simplification - added some utility functions Inst.mo: - bindings on parameters and constants are now also created using makeVariableBinding, as for variables. This makes them also type converted properly as for variabeles. (This affected many flat models). - Fixed bug in setFunctionInputIndex (used for derivative information on functions) Lookup.mo : - fixed bug in makeExpIntegerArray with wrong value on the scalar attribute. Static.mo : - made elabBuiltinCross2 public (used by Exp.simplify1) + a lot of updates to testsuite ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM12.mo Modified : /trunk/testsuite/mofiles/msl/BM13.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM16.mo Modified : /trunk/testsuite/mofiles/msl/BM17.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM24.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM27.mo Modified : /trunk/testsuite/mofiles/msl/BM3.mo Modified : /trunk/testsuite/mofiles/msl/BM4.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS13.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/ArrayExtendsUnknown.mo Modified : /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayOperators.mo Modified : /trunk/testsuite/mofiles/ArrayReduce2.mo Modified : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mofiles/Each1.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/Expressions.mo Modified : /trunk/testsuite/mofiles/Extends3.mo Modified : /trunk/testsuite/mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/FloatingPoint.mo Modified : /trunk/testsuite/mofiles/ForIterator2.mo Modified : /trunk/testsuite/mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mofiles/IconsRecursiveTest.mo Modified : /trunk/testsuite/mofiles/Matrix1.mo Modified : /trunk/testsuite/mofiles/OverrideFinalTest.mo Modified : /trunk/testsuite/mofiles/Redeclare4.mo Modified : /trunk/testsuite/mofiles/Redeclare5.mo Modified : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Modified : /trunk/testsuite/mofiles/VectorizeExtendedType.mo Modified : /trunk/testsuite/mofiles/reinit.mo Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/libraries/multibody/Makefile Modified : /trunk/testsuite/mofiles/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mofiles/AlgorithmSection.mo Modified : /trunk/testsuite/mofiles/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mofiles/DAEexample.mo Modified : /trunk/testsuite/mofiles/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mofiles/FlatTank.mo Modified : /trunk/testsuite/mofiles/HeatTankExpanded.mo Modified : /trunk/testsuite/mofiles/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mofiles/StepAdvanced.mo Modified : /trunk/testsuite/mofiles/SumForLoop.mo Modified : /trunk/testsuite/mofiles/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/Tank.mo Modified : /trunk/testsuite/mofiles/TankHybridPI.mo Modified : /trunk/testsuite/mofiles/TankHybridPID.mo Modified : /trunk/testsuite/mofiles/TankPI.mo Modified : /trunk/testsuite/mofiles/TankPID.mo Modified : /trunk/testsuite/mofiles/TanksConnectedPI.mo Modified : /trunk/testsuite/mofiles/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mofiles/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mofiles/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mofiles/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mofiles/WhenEquation.mo Modified : /trunk/testsuite/mofiles/WhenStatement1.mo Modified : /trunk/testsuite/mofiles/WhenStatement2.mo Modified : /trunk/testsuite/mofiles/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mofiles/XPowers1.mo Modified : /trunk/testsuite/mofiles/XPowers2.mo Modified : /trunk/testsuite/mofiles/XPowers3.mo Modified : /trunk/testsuite/mofiles/Xpowers.mo Modified : /trunk/testsuite/mofiles/Xpowers1_new.mo Modified : /trunk/testsuite/mofiles/Xpowers2_new.mo Modified : /trunk/testsuite/mofiles/Xpowers3_new.mo Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/World.mos Modified : /trunk/testsuite/mosfiles/differentiate.mos Revision: 5028 Author: bjozac Date: 09:44:10, den 24 februari 2010 Message: Some minor renaming of functions to be more correct according to rest of project. ---- Modified : /trunk/Compiler/Absyn.mo Revision: 5025 Author: adrpo Date: 04:44:01, den 24 februari 2010 Message: - Exp.mo Handle also WHOLEDIM in Exp.replaceSliceSub. WHOLEDIM is *also* a special case of SLICE that contains the all subscripts, so we need to handle that too! This will get rid of errors like: The generated equations: controller.observer.y[:,1] = controller.L.u[:,1]; controller.observer.y[:,2] = controller.L.u[:,2]; should be instead; controller.observer.y[1] = controller.L.u[1]; controller.observer.y[2] = controller.L.u[2]; - DAEUtil.mo - count internal equations in if equations by removing assert and terminate - handle more equation types in DAEUtil.makeEquationToResidualExp - todo: handle assert in if equations by translating them to assert(NOT condition_from_if OR condition_from_assert, ...) or something like this (my boolean logic doesn't work at this hour). ---- Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Revision: 5023 Author: Frenkel TUD Date: 23:24:11, den 23 februari 2010 Message: - start implementation of check division by zero ---- Modified : /trunk/Compiler/DAELow.mo Revision: 5022 Author: Frenkel TUD Date: 20:05:42, den 23 februari 2010 Message: - undo more simplification (Rev 5008) because speedup is less than 1%, so numerical stability will be preferred ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/mathcore-mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPI.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPID.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC6.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC8.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS16.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/TankHybridPI.mo Modified : /trunk/testsuite/mofiles/TankHybridPID.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/differentiate.mos Modified : /trunk/testsuite/records/RecordModifications.mo Revision: 5015 Author: sjoelund.se Date: 12:03:23, den 23 februari 2010 Message: - Merged cases in lookupClass2 to make it easier to follow ---- Modified : /trunk/Compiler/Lookup.mo Revision: 5012 Author: bjozac Date: 08:59:17, den 23 februari 2010 Message: Added a Absyn function to strip last cref of a qualified cref ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Util.mo Revision: 5009 Author: Frenkel TUD Date: 11:56:18, den 22 februari 2010 Message: - Bugfix: there was an error in daelow for bind expressions. The error occurred because in Exp.replaceExp has been traversed a component refs but this is wrong because m2.a will be replaced to m2.%$a for {{a,%&a},{m2.a,%&m2$Pa}}. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/ParameterModel.mo Added : /trunk/testsuite/mosfiles/ParameterModel.mos Revision: 5008 Author: Frenkel TUD Date: 18:30:58, den 19 februari 2010 Message: - do a bit more simplification ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/mathcore-mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPI.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/TankHybridPID.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC2.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC6.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BC8.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS16.mo Modified : /trunk/testsuite/mathcore-mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Simplify.mo Modified : /trunk/testsuite/mofiles/TankHybridPI.mo Modified : /trunk/testsuite/mofiles/TankHybridPID.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mosfiles/differentiate.mos Modified : /trunk/testsuite/records/RecordModifications.mo Revision: 5003 Author: ricli576 Date: 14:24:47, den 19 februari 2010 Message: Fixed failing test case mosfiles/BooleanArray.mos. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Revision: 5001 Author: sjoelund.se Date: 11:29:59, den 19 februari 2010 Message: - Refactoring of code; no changes made to the DAE AST + Constructors of builtin types, such as (DAE.T_INTEGER({}),NONE) are now made through a constant DAE.T_INTEGER_DEFAULT + This refactoring will make it easier to change the representation of the DAE.Type ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Revision: 5000 Author: sjoelund.se Date: 11:27:58, den 19 februari 2010 Message: - Fix mosfiles/BuiltinMath.mos (expected result was incorrect). ---- Modified : /trunk/testsuite/mosfiles/BuiltinMath.mos Revision: 4999 Author: Frenkel TUD Date: 10:20:28, den 19 februari 2010 Message: - add missing built in math function return types ---- Modified : /trunk/c_runtime/modelica.h Added : /trunk/testsuite/mosfiles/BuiltinMath.mo Added : /trunk/testsuite/mosfiles/BuiltinMath.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4993 Author: adrpo Date: 15:20:58, den 18 februari 2010 Message: - fixed for bug [#1175] (https://openmodelica.org:8443/cb/issue/1175?navigation=true) instantiateModel(Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum); wrongly gives errors: Error: Variable body.sequence_start[1] not found in scope Error: No constant value for variable body.sequence_start[1] in scope . Error: Variable body.sequence_angleStates[1] not found in scope Error: No constant value for variable body.sequence_angleStates[1] in scope . - the problem was in Inst.mo, Inst.instEqEquation2 where the call: Ceval.ceval(Env.emptyCache(),Env.emptyEnv, e2, false, NONE, NONE, Ceval.MSG()); gets no env(ironment) and no cache and is required to print error messages via Ceval.MSG(). Or course error messages will be printed as lookup and constant evaluation of any component references will fail without any environment. - updated all testsuite/library/multibody/*.mos ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Revision: 4992 Author: bjozac Date: 14:52:45, den 18 februari 2010 Message: Some minor changes to inst->deriveing function and Exp functions. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SCodeUtil.mo Revision: 4991 Author: adrpo Date: 13:24:33, den 18 februari 2010 Message: - disabled the meta failing tests for now, until they are fixed ---- Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 4989 Author: adrpo Date: 02:47:13, den 18 februari 2010 Message: - updated all rtest files to use grep instead of egrep because: system "egrep -s '^#|Execution failed!' $log"; would *wrongly* succeed if $log contains word "failed" ---- Modified : /trunk/testsuite/java/rtest Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/rtest Modified : /trunk/testsuite/mathcore-mofiles/msl/rtest Modified : /trunk/testsuite/mathcore-mofiles/rtest Modified : /trunk/testsuite/meta/rtest Modified : /trunk/testsuite/mofiles/msl/rtest Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/testsuite/records/rtest Revision: 4988 Author: adrpo Date: 02:46:17, den 18 februari 2010 Message: ForceAndTorque.mo - is a new test for testing a bug that in qualified component subscripting - this tests for a bug that wrongly generated things like: force.y[1] = forceAndTorque.force[1]; instead of correct: force[1].y = forceAndTorque.force[1]; ---- Added : /trunk/testsuite/mofiles/ForceAndTorque.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4987 Author: adrpo Date: 02:44:03, den 18 februari 2010 Message: updated some of the tests - modifyOuter.mo now does not fail anymore as we only generate a warning - InnerOuterSystem.mo now has components in a different order due to instantiation of inner component first - AlgorithmForInClass.mos now tests flattening also ---- Modified : /trunk/testsuite/mathcore-mofiles/modifyOuter.mo Modified : /trunk/testsuite/mofiles/InnerOuterSystem.mo Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Revision: 4986 Author: adrpo Date: 02:41:28, den 18 februari 2010 Message: new Makefile.omdev.mingw target called testlog - adds file logging of testsuite as we need if we have plenty of output because Eclipse console is limited. - the log file is saved into: testsuite/testsuite-trace.txt ---- Modified : /trunk/Makefile.omdev.mingw Revision: 4985 Author: adrpo Date: 02:39:14, den 18 februari 2010 Message: *BEWARE*, quite BIG changes, MathCore will need to update their files! - new implementation for inner outer to get the Elementary ThreeSprings working + inner components are put first in the list returned by Inst.splitElems to be instantiated first + when instantiated the inner component environment and the dae is saved into InnerOuter.InstHierarchy + when instantiated the outer component the inner component is looked up into InnerOuter.InstHierarchy and the returned environment and dae are processed to make it usable for outer: * components in the environment are switched from INNER to OUTER * components in the dae are switched from INNER to OUTER and prefixed with the prefix of outer - tons of other fixes InnerOuter.mo is a new package - contains the instance hierarchy and the inner/outer functionality previously in Inst.mo Prefix.mo split into Prefix.mo and PrefixUtil.mo - this makes Prefix.mo to contain just data type definitions and can be included almost anywhere. - Prefix functionality that heavily depends on other packages is moved to PrefixUtil.mo Connect.mo split into Connect.mo and ConnectUtil.mo - just data types in Connect.mo to be easily included anywhere - ConnectUtil.mo better encapsulates the connect functionality from Inst.mo and Env.mo SCode.mo - added info node to SCode.CLASS (is now used in Static.mo to get the build time for a function instead of going via Interactive.getPathedClassInProgram which might do instantiation again) Inst.mo - moved big parts of Inst.mo into ConnectUtil.mo and InnerOuter.mo - modification on outer will be ignored and will generate only a warning instead of an error as some other Modelica tools do. Env.mo - moved parts of Env.mo into ConnectUtil.mo as they really belong there! - this makes Env.mo much lightweight on imported modules. DAEUtil.mo - correctly dump the input/output types of the flattened functions - got rid of some spaces before the ";" Cevalfunc.mo - fixed an error with the dimension of the type of the output components in functions type AliasToArrayType = Real[3]; output AliasToArrayType x; wrongly generated: output Real x; Main.mo - better display of errors and warnings when flattening files from the command line - hopefully fixed the naming of generated code if you load a library via the command line ./omc File.mo Modelica wrongly generated Modelica.cpp Modelica_functions.cpp ... System.mo and systemimpl.c - changed a bit the global caching interface. Static.mo - return the same expression in makeASUBArrayAdressing if we have qualified component references This will get rid of x.y.f[{1,2,3}] = ... in the Elementary examples. - implemented function caching in Ceval.mo (disabled for now as we get permission denied when trying to delete .dlls in .mos scripts) Makefile* - updates to makefiles to compile the new packages ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Connect.mo Added : /trunk/Compiler/ConnectUtil.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Exp.mo Added : /trunk/Compiler/InnerOuter.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.frontend.omdev.mingw Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Added : /trunk/Compiler/PrefixUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4984 Author: adrpo Date: 02:05:19, den 18 februari 2010 Message: - added a new function - use dummyInfo constant rather than construct it on the fly ---- Modified : /trunk/Compiler/Absyn.mo Revision: 4983 Author: adrpo Date: 02:03:45, den 18 februari 2010 Message: - update the testing of MultiBody Elementary models - updated rtest to use grep instead of egrep because: system "egrep -s '^#|Execution failed!' $log"; would *wrongly* succeed if $log contains word "failed" ---- Modified : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Modified : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Modified : /trunk/testsuite/libraries/multibody/FreeBody.mos Modified : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Modified : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Modified : /trunk/testsuite/libraries/multibody/Makefile Modified : /trunk/testsuite/libraries/multibody/Pendulum.mos Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/PointGravity.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses.mos Modified : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheel.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Modified : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Modified : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Modified : /trunk/testsuite/libraries/multibody/World.mos Modified : /trunk/testsuite/libraries/multibody/rtest Revision: 4975 Author: donida Date: 19:26:20, den 17 februari 2010 Message: Compilation aid in solving a problem for some 64 bit OS. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 4974 Author: adrpo Date: 13:35:02, den 17 februari 2010 Message: - updates so it compiles ---- Modified : /trunk/Compiler/runtime/dynload.c Revision: 4973 Author: sjoelund.se Date: 13:09:48, den 17 februari 2010 Message: - Updated get_array_sizes in dynload.c to use existing dimension information from the Values.ARRAY ---- Modified : /trunk/Compiler/runtime/dynload.c Revision: 4972 Author: sjoelund.se Date: 12:56:18, den 17 februari 2010 Message: - Added list dimLst to Values.ARRAY * This means we can ceval {} and still know it has dimensions [0,3,2,5] * Updated C runtime * Updated elabBuiltinXXX to return correct type * Rewrote parts of vectorizeCall * Rewrote ValuesUtil and Ceval to set the correct dimensions of its calculated results * Didn't optimize all parts that use listLength on the valueLst. This could be improved also in in runtime ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/runtime/dynload.c Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/testsuite/mosfiles/matrices.mos Modified : /trunk/Compiler/Values.mo Revision: 4971 Author: sjoelund.se Date: 11:10:57, den 17 februari 2010 Message: Types.vectorizableType: - Changed it so that the expected type is lifted instead of the expression type unlifted - This means {{1,2,3}} with expected type Real[1,3] now becomes {{1.0,2.0,3.0}} with type Real[1,3] instead of CAST({{1,2,3}}) with type Real[3] as it previously returned. + The added dimensions are returned like before, no other changes were required. ---- Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Vectorizable6.mo Revision: 4963 Author: bjozac Date: 13:17:26, den 16 februari 2010 Message: minor changes in front-end, * some new functions * cleaning of code and complement to existing functions ---- Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Revision: 4962 Author: Frenkel TUD Date: 10:26:39, den 16 februari 2010 Message: - update CMake files, now it is possible to at external c sources ---- Modified : /trunk/CMakeLists.txt Modified : /trunk/c_runtime/CMakeLists.txt Revision: 4961 Author: perost Date: 10:05:37, den 16 februari 2010 Message: Added a variant of buildModel that takes a stepSize instead of startTime, stopTime and numberOfIntervals. This is used by Parham Vaseles OpenModelica Interactive implementation. ---- Modified : /trunk/Compiler/Static.mo Revision: 4951 Author: sjoelund.se Date: 08:43:44, den 15 februari 2010 Message: - Balanced the ptolemyio.cpp indentation. ---- Modified : /trunk/Compiler/runtime/ptolemyio.cpp Revision: 4950 Author: sjoelund.se Date: 08:35:42, den 15 februari 2010 Message: - Removed tab characters from ptolemyio.cpp ---- Modified : /trunk/Compiler/runtime/ptolemyio.cpp Revision: 4949 Author: sjoelund.se Date: 15:41:53, den 12 februari 2010 Message: - Added MetaModelica builtin function print(String) as a Modelica builtin function instead (by request from Adrian) ---- Modified : /trunk/Compiler/Builtin.mo Revision: 4948 Author: Frenkel TUD Date: 10:30:50, den 12 februari 2010 Message: - Bugfix: XMLDump, replace all "<" and ">" with W3C standart "<" and ">", not the best implementation but i thing we should use susan for XMLDump.mo - implement Tearing in susan codegen (also use DAELow.STATE_DER for state derivative) - start with division by zero problem - added a few more simplify to Exp.mo ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4947 Author: sjoelund.se Date: 09:30:34, den 12 februari 2010 Message: - DAEUtil: Added some printing of MetaModelica statements (to see more structure of functions when printing flattened models) ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 4946 Author: perost Date: 16:47:57, den 11 februari 2010 Message: - Fixed elaboration of the builtin vector function (should now give correct result and type). - Added test case VectorBuiltin to test the fix. ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/VectorBuiltin.mo Revision: 4945 Author: sjoelund.se Date: 16:39:58, den 11 februari 2010 Message: - Static.mo: Improved readability of logic in edge,change and cevalIfConstant ---- Modified : /trunk/Compiler/Static.mo Revision: 4938 Author: Frenkel TUD Date: 12:44:32, den 11 februari 2010 Message: - add Flag "-mt" to measure simulation run time ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 4937 Author: Frenkel TUD Date: 12:13:58, den 11 februari 2010 Message: - added CMake files to generate for example Visual Studio project to debug generated simulation executables ---- Added : /trunk/CMakeLists.txt Added : /trunk/c_runtime/CMakeLists.txt Added : /trunk/c_runtime/libf2c/CMakeLists.txt Added : /trunk/c_runtime/sendData/CMakeLists.txt Revision: 4936 Author: sjoelund.se Date: 10:39:49, den 11 februari 2010 Message: - Exp.printExp: + Added WILD + Added VALUEBLOCK ---- Modified : /trunk/Compiler/Exp.mo Revision: 4935 Author: sjoelund.se Date: 09:58:04, den 11 februari 2010 Message: - Added better _init.txt trace messages during verbose simulation ---- Modified : /trunk/c_runtime/simulation_input.cpp Revision: 4934 Author: sjoelund.se Date: 09:56:40, den 11 februari 2010 Message: - Fixes for code generation of scalar arrays (now works for boolean arrays in simulation context) ---- Modified : /trunk/Compiler/Codegen.mo Added : /trunk/testsuite/mosfiles/BooleanArray.mo Added : /trunk/testsuite/mosfiles/BooleanArray.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4932 Author: ppriv Date: 17:56:17, den 8 februari 2010 Message: - QHP/TestRedCellsTotal.mo ... another model to be translated to C# ---- Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/Makefile Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/TestRedCellsTotal.mo Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos Revision: 4931 Author: ppriv Date: 22:50:49, den 7 februari 2010 Message: - C# codegen update for OM Workshop - C# functional code in RightHeartStarling.cs ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/Makefile Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.cpp Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.cs Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling_functions.cpp Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling_init.txt Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/generate.mos Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/simulate.mos Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Revision: 4930 Author: Frenkel TUD Date: 23:59:01, den 6 februari 2010 Message: - Bugfix: tearing algorithm - add new variable kind STATE_DER in DAELow to differentiate between State and der(State) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 4929 Author: bjozac Date: 14:48:11, den 5 februari 2010 Message: Added some functions used by MC back end ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Util.mo Revision: 4928 Author: sjoelund.se Date: 11:33:58, den 5 februari 2010 Message: - Added missing file Sample1.mos for testsuite ---- Added : /trunk/testsuite/mosfiles/Sample1.mos Revision: 4927 Author: sjoelund.se Date: 11:33:35, den 5 februari 2010 Message: - Fix for sample(startTime,i). Now doesn't generate events unless time >= startTime, as expected. ---- Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/Sample1.mo Revision: 4926 Author: perost Date: 11:08:10, den 5 februari 2010 Message: Fixed elaboration of built-in function 'integer' when the argument is an Integer. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Revision: 4925 Author: perost Date: 10:58:58, den 5 februari 2010 Message: - Fixed vectorization of types extended from base types to also work for matrices of any dimensions (bug #1119). - Extended the VectorizeExtendedType test case to also test this fix. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/VectorizeExtendedType.mo Revision: 4924 Author: adrpo Date: 02:07:49, den 5 februari 2010 Message: - fixes for 3.x annotations - added getNthInheritedClassIconMapAnnotation and getNthInheritedClassDiagramMapAnnotation for retrieving annotations placed on extends. ---- Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Interactive.mo Revision: 4923 Author: adrpo Date: 02:05:20, den 5 februari 2010 Message: - hopefully faster/better Util.listReduce ---- Modified : /trunk/Compiler/Util.mo Revision: 4922 Author: adrpo Date: 02:04:19, den 5 februari 2010 Message: - fixes for enableSendData ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/ext/generatedfiles/qtres.cpp Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 4921 Author: sjoelund.se Date: 14:45:01, den 4 februari 2010 Message: - Fix for instantiateDaeFunction when the input is fully qualified and the function exists within a model, not a package. + Use the non-fully qualified name - the same we used to get the function type. ---- Modified : /trunk/Compiler/Static.mo Revision: 4920 Author: perost Date: 14:24:33, den 4 februari 2010 Message: Fixed bug #1161, where 3*(2^p) was 'simplified' to 3*(p^2.0). ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Pow.mo Revision: 4919 Author: perost Date: 14:10:46, den 4 februari 2010 Message: Added dereferencing of the the filename string pointer in read_input, so that you get a meaningful error message if it fails to open the input data file. ---- Modified : /trunk/c_runtime/simulation_input.cpp Revision: 4918 Author: sjoelund.se Date: 13:03:18, den 4 februari 2010 Message: - Added c_runtime/fortran_types.h + Contains only fortran_integer - the same size integer as the ones used by the DASSL solver. - Updated solver_dasrt.h to use fortran_integer instead of long. + Fixes some of the new 64-bit issues. + Also updated functions that were used by this function. + Updated code generation for the new function defintions. - The testsuite now runs on 64-bit machines (except some MetaModelica tests) ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Added : /trunk/c_runtime/fortran_types.h Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_dasrt.h Revision: 4917 Author: sjoelund.se Date: 11:38:45, den 4 februari 2010 Message: - Added some additional extensions as svn:ignore in omc_debug ---- Modified : /trunk/Compiler/omc_debug Revision: 4916 Author: adrpo Date: 04:23:34, den 4 februari 2010 Message: - test update ---- Modified : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Revision: 4915 Author: Frenkel TUD Date: 00:17:54, den 4 februari 2010 Message: - tearing implenetation: check if tearing succeed, make negative entries from IncidenceMatrix positiv to get a working matchingAlgorithm ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 4914 Author: adrpo Date: 00:04:34, den 4 februari 2010 Message: - testfast target to just run all tests but the libraries. ---- Modified : /trunk/Makefile.omdev.mingw Revision: 4913 Author: adrpo Date: 00:01:36, den 4 februari 2010 Message: - more info on how to generate .project in README-OMDev-MINGW.txt ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 4912 Author: adrpo Date: 00:00:41, den 4 februari 2010 Message: - updated tests due to changes in DAE ---- Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/EquationCall.mo Modified : /trunk/testsuite/mathcore-mofiles/drmodelica/EquationCall.mos Revision: 4911 Author: Frenkel TUD Date: 20:17:30, den 3 februari 2010 Message: - tearing implenetation: first codegeneration version works ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Util.mo Revision: 4910 Author: petar Date: 16:22:47, den 3 februari 2010 Message: -Small bugfix for instantiation of derivative functions. ---- Modified : /trunk/Compiler/Inst.mo Revision: 4909 Author: ricli576 Date: 11:24:38, den 3 februari 2010 Message: - Moved generation of makefile to templates - Added skeleton for new function needed by simulation library ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4907 Author: sjoelund.se Date: 09:14:48, den 3 februari 2010 Message: - Added scope name for valueblock scopes + Used to be NONE(), but that causes Env.getEnvPath to fail ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Revision: 4906 Author: petar Date: 08:43:52, den 3 februari 2010 Message: -Fixed bug with infinite recursion of derivative functions (found throught the derivative annotation) -Removed "koning lookup" functions that hasn't been used for years. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Revision: 4905 Author: petar Date: 14:20:21, den 2 februari 2010 Message: -Partly fixed instantiation of recursive functions (need to check in so others can continue working on MultiBody). Still some problem left with invalid cache. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/HashTable5.mo Revision: 4904 Author: bjozac Date: 13:39:35, den 2 februari 2010 Message: Added some functions to Exp.mo ---- Modified : /trunk/Compiler/Exp.mo Revision: 4903 Author: ricli576 Date: 12:14:17, den 2 februari 2010 Message: Cleaned up template code and fixed incorrect name for some structs. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4902 Author: ricli576 Date: 12:13:08, den 2 februari 2010 Message: Changed C# template to reflect string-to-Path data structure change. It didn't compile before this fix. I don't know if underscorePath is the correct replacement, but at least it compiles now. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Revision: 4901 Author: sjoelund.se Date: 12:12:06, den 2 februari 2010 Message: - Added failtrace when Env.getEnvName fails (related to MetaModelica problems in the testsuite) ---- Modified : /trunk/Compiler/Env.mo Revision: 4900 Author: rruusu Date: 12:04:06, den 2 februari 2010 Message: A basic implementation of the built-in function delay(). Lacking features: * Handling of delayed events * delayMax is ignored * Checks for some improper usage ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Codegen.mo Added : /trunk/c_runtime/simulation_delay.cpp Added : /trunk/c_runtime/simulation_delay.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/solver_euler.cpp Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Delay.mo Added : /trunk/testsuite/mofiles/Delay2.mo Added : /trunk/testsuite/mofiles/Delay3.mo Added : /trunk/testsuite/mofiles/Delay4.mo Added : /trunk/testsuite/mofiles/Delay5.mo Added : /trunk/testsuite/mofiles/Delay6.mo Added : /trunk/testsuite/mofiles/Delay7.mo Added : /trunk/testsuite/mosfiles/Delay.mo Added : /trunk/testsuite/mosfiles/Delay.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Revision: 4899 Author: sjoelund.se Date: 11:11:54, den 2 februari 2010 Message: - Added better unparsing of valueblocks for debugging purposes. ---- Modified : /trunk/Compiler/Dump.mo Revision: 4898 Author: ricli576 Date: 10:53:05, den 2 februari 2010 Message: Added test_susan target to makefile. ---- Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/rtest Revision: 4897 Author: rruusu Date: 10:45:46, den 2 februari 2010 Message: Bugfix: DDASRT sometimes jumps to a root at t > tout when INFO(3) = 1. Affects cases where outputSteps < 0. ---- Modified : /trunk/c_runtime/ddasrt.c Modified : /trunk/c_runtime/fortran/ddasrt.f Revision: 4895 Author: adrpo Date: 06:04:17, den 2 februari 2010 Message: - updates to mathcore-mofiles/Matrix1.mo due to compiler changes. ---- Modified : /trunk/testsuite/mathcore-mofiles/Matrix1.mo Revision: 4894 Author: rruusu Date: 20:53:22, den 1 februari 2010 Message: Fixed a bug in DAEUtil.traverseDAE2 that prevented changes to component contents being returned. ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 4893 Author: stebr461 Date: 14:14:45, den 1 februari 2010 Message: - Added test case for return statements ---- Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/Return.mo Added : /trunk/testsuite/mosfiles/Return.mos Revision: 4892 Author: stebr461 Date: 14:02:41, den 1 februari 2010 Message: - added simple test case for while loops ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/While.mo Revision: 4891 Author: stebr461 Date: 13:31:27, den 1 februari 2010 Message: - added test cases for simple and nested for loops ---- Added : /trunk/testsuite/mofiles/ForNested.mo Added : /trunk/testsuite/mofiles/ForSimple.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/test_suite_.xls Revision: 4890 Author: bjozac Date: 09:45:22, den 1 februari 2010 Message: Removed debug prints from operators ---- Modified : /trunk/Compiler/Exp.mo Revision: 4889 Author: sjoelund.se Date: 09:37:11, den 1 februari 2010 Message: - Minor changes in the expected output of some testcases affected by the MathCore change. ---- Modified : /trunk/testsuite/mofiles/Matrix1.mo Modified : /trunk/testsuite/mofiles/RecordConstructorVectorization.mo Modified : /trunk/testsuite/mofiles/RecordConstructors.mo Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Revision: 4888 Author: Frenkel TUD Date: 18:09:22, den 29 januari 2010 Message: - Bugfix: tearing selection algorithm: array variables ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4887 Author: sjoelund.se Date: 16:55:52, den 29 januari 2010 Message: - Fixes bug in codegen of record constructors after PA's changes. ---- Modified : /trunk/Compiler/Codegen.mo Revision: 4886 Author: petar Date: 16:38:09, den 29 januari 2010 Message: -Fixed a couple of the failing tests from earlier checkins. Testsuite closer to 100% ---- Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mosfiles/Matrix.mos Revision: 4885 Author: bjozac Date: 16:10:37, den 29 januari 2010 Message: minor changes how functions and records are treated. Added some functions. ---- Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/VarTransform.mo Revision: 4884 Author: Frenkel TUD Date: 10:27:51, den 29 januari 2010 Message: - mistake in writing ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4883 Author: bjozac Date: 09:24:36, den 29 januari 2010 Message: added a crefAppend function for Exp.mo ---- Modified : /trunk/Compiler/Exp.mo Revision: 4882 Author: Frenkel TUD Date: 16:46:43, den 28 januari 2010 Message: - Bugfix: tearing selection algorithm, replace tearing variable also in scalar part of equation - print more information with tearingdump ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4881 Author: petar Date: 16:06:53, den 28 januari 2010 Message: -Updated backend after changes to ClassInf.State. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Revision: 4880 Author: petar Date: 13:33:01, den 28 januari 2010 Message: -Fixed bug introduced in -r4876 (size({{1,2},{3,4}})) stopped working. Testcase for this exists in backend at MathCore. ---- Modified : /trunk/Compiler/Ceval.mo Revision: 4879 Author: stebr461 Date: 13:27:58, den 28 januari 2010 Message: - Added tests for the assignment operator ---- Added : /trunk/testsuite/mofiles/AssignmentFunction.mo Added : /trunk/testsuite/mofiles/AssignmentFunctionMultiple1.mo Added : /trunk/testsuite/mofiles/AssignmentFunctionMultiple2.mo Added : /trunk/testsuite/mofiles/AssignmentSimple.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/test_suite_.xls Revision: 4878 Author: petar Date: 12:52:16, den 28 januari 2010 Message: -Added instantantiation of functions in Static. All used functions (inluding derivative annoation functions) are now instantiated and added to the DAE. The code generation will now (TODO in OpenModelica backend) be generated only from the DAE, and not Absyn. - Changed ClassInf.State to contain Absyn.Path instead of string - Added option envCache, to turn on and off cache during runtime (used in cevalfunc) -Changed DAE.ET_COMPLEX to contain Absyn.Path instead of string ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/runtime/optmanager.cpp Revision: 4877 Author: sjoelund.se Date: 11:41:08, den 28 januari 2010 Message: Java Interface: - Fixed CLASS_EXTENDS typo for AstAsCorbaString - Added better error messages for ModelicaRecord.java ---- Modified : /trunk/Compiler/Dump.mo Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st Revision: 4876 Author: perost Date: 11:16:31, den 28 januari 2010 Message: - Fixed cevalBuiltinSizeMatrix to work on non-constant matrices. - Fixed elaboration of non-constant for-loop range limits. - Added testcase DiagonalBlock for bug #1149. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mofiles/DiagonalBlock.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4875 Author: stebr461 Date: 09:53:50, den 28 januari 2010 Message: - Added test cases for modifiers and redeclarations ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ModifierClass.mo Added : /trunk/testsuite/mofiles/ModifierExtends.mo Added : /trunk/testsuite/mofiles/ModifierRedeclare.mo Added : /trunk/testsuite/mofiles/ModifierVariable.mo Modified : /trunk/testsuite/test_suite_.xls Revision: 4873 Author: stebr461 Date: 09:34:10, den 28 januari 2010 Message: - Added test case for inheritance restrictions ---- Added : /trunk/testsuite/mofiles/InheritanceRestrictions.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4872 Author: adrpo Date: 09:23:49, den 28 januari 2010 Message: - updates to testsuite/libraries/multibody/* models as now we don't have the (s) modifier not found in Real error. - updates to Makefile.common.w32 ---- Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Modified : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Modified : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Revision: 4871 Author: adrpo Date: 06:58:17, den 28 januari 2010 Message: Codegen.mo - got rid of unused import Inst; Inst.mo - fixed problem with the inner(mod) <-> inner outer (mod) for the example model in the Modelica Specification: 5.5 Simultaneous Inner/Outer Declarations see testsuite/mofiles/InnerOuterSystem.mo - better instantiation caching (both partial and full is now cached) - fixed the bug that generated error: Error: Variable s: In modifier (s), class or component s, not found in the built-in class Real Error: Variable s: In modifier (start = 0.1), class or component start, not found in the built-in class Real by commenting out: // compModLocal = Mod.lookupCompModification12(mod,n); in Inst.addComponentsToEnv, see testsuite/mosfiles/ModifierProblem.mos. Mod.mo - commented out unused code in Mod.unelabMod - trivial text change SCode.mo - SCode.modEqual is now public SimCode.mo - commented out unused import Print; Added tests for checking 2 bug fixes in Inst.mo: testsuite/mofiles/InnerOuterSystem.mo testsuite/mofiles/ModifierProblem.mo testsuite/mosfiles/ModifierProblem.mo testsuite/mosfiles/ModifierProblem.mos ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCode.mo Added : /trunk/testsuite/mofiles/InnerOuterSystem.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ModifierProblem.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/ModifierProblem.mo Added : /trunk/testsuite/mosfiles/ModifierProblem.mos Revision: 4870 Author: Frenkel TUD Date: 22:21:00, den 27 januari 2010 Message: - implemented first tearing selection algorithm ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Revision: 4864 Author: adrpo Date: 13:59:22, den 27 januari 2010 Message: - do not delete .dlls as the test will fail on windows. ---- Modified : /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mos Revision: 4863 Author: sjoelund.se Date: 13:30:40, den 27 januari 2010 Message: Java Interface: - Optionally send types when creating records from Map (required for uniontypes to work correctly) ---- Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st Revision: 4859 Author: perost Date: 09:32:21, den 27 januari 2010 Message: Fixed bug #1153, sum of arbitrarily sized vector. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ArrayReduce2.mo Revision: 4858 Author: sjoelund.se Date: 09:31:42, den 27 januari 2010 Message: - Codegen.mo, for external functions: + Previosuly, if the order of outputs are different from the one in the call mapping, it would write the results in the incorrect order. + Added testcase for external C functions, where 4 outputs are mapped in different orders. + External Java functions use the same mapping as C functions, and do not need testing. + Test cases were also added for external FORTRAN 77 functions since the code path for code generation of F77 functions is different. However, the code actually calls the same function as in the C example (the function prototype is identical). ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mo Added : /trunk/testsuite/mosfiles/ExternalFunctionResultOrder.mos Added : /trunk/testsuite/mosfiles/ext_ExternalFunctionResultOrder.c Revision: 4857 Author: sjoelund.se Date: 09:20:44, den 27 januari 2010 Message: - getAstAsCorbaString now clears the buffer before traversing the AST. + For example, loadModel would store some old messages in the buffer even after the call was completed. ---- Modified : /trunk/Compiler/Interactive.mo Revision: 4856 Author: perost Date: 15:36:42, den 25 januari 2010 Message: - Added case for empty vector range expression in reductions. - Added missing changes to testsuite makefile for Reductions testcase. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/testsuite/mosfiles/Reductions.mo Modified : /trunk/testsuite/mosfiles/Reductions.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4855 Author: perost Date: 11:24:46, den 25 januari 2010 Message: Implemented code generation of reductions to fix bug 1136, which involved: - Extending Exp.expContains to handle reductions. - Fixing elaboration of reductions in Static.elabReduction. - Adding code generation for reductions to Codegen. - Adding testcase 'Reductions' in mosfiles. Reductions where the range expression is an empty vector is not working reliably yet. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Added : /trunk/testsuite/mosfiles/Reductions.mo Added : /trunk/testsuite/mosfiles/Reductions.mos Revision: 4854 Author: petar Date: 16:43:50, den 22 januari 2010 Message: -Huge change of DAE.DAElist. It now contains a list of elements and an avltree for functions. Almost all inst functions and static.elab functions now return DAE.DAElist, so all functions used by a model gets picked up and added to the DAE. (The next step, which is not implemented yet, is to populate the avltree with all function instances used by the model) -Removed dead (commented) code in several places. If you miss this code, you will have to go back in the svn log an search for it! - removed Inst.initVarsModelicaOutput since we now keep modifier bindings as modifiers and not generate equation for them. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Convert.mo Revision: 4853 Author: adrpo Date: 00:45:54, den 22 januari 2010 Message: - updated Copyright (c) text to 2010 ---- Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/inputcelldelegate.h Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.h Modified : /trunk/OMShell/oms.h Modified : /trunk/OMShell/commandcompletion.cpp Modified : /trunk/OMShell/commandcompletion.h Modified : /trunk/OMShell/commandunit.h Modified : /trunk/OMShell/main.cpp Modified : /trunk/OMShell/omc_communicator.cpp Modified : /trunk/OMShell/omc_communicator.h Modified : /trunk/OMShell/otherdlg.h Revision: 4852 Author: adrpo Date: 00:45:33, den 22 januari 2010 Message: - updated Copyright (c) text to 2010 ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/3Dpkg/SimulationData.cpp Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/ext/e.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/application.h Modified : /trunk/OMNotebook/OMNotebookQT4/cell.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellgrammar.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/command.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandunit.h Modified : /trunk/OMNotebook/OMNotebookQT4/copytest.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/documentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/factory.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/indent.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/indent.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/nbparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.hpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/parserfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.h Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/resource1.h Modified : /trunk/OMNotebook/OMNotebookQT4/rule.h Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/stripstring.h Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.h Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/visitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/curve.h Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.h Modified : /trunk/OMNotebook/Pltpkg2/focusRect.h Modified : /trunk/OMNotebook/Pltpkg2/graphScene.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.h Modified : /trunk/OMNotebook/Pltpkg2/label.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/lineGroup.cpp Modified : /trunk/OMNotebook/Pltpkg2/lineGroup.h Modified : /trunk/OMNotebook/Pltpkg2/point.cpp Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /trunk/OMNotebook/Pltpkg2/variableData.cpp Modified : /trunk/OMNotebook/Pltpkg2/variableData.h Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.h Modified : /trunk/OMNotebook/Pltpkg2/verticalLabel.h Revision: 4851 Author: adrpo Date: 00:45:01, den 22 januari 2010 Message: - updated Copyright (c) text to 2010 ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/options.cpp Modified : /trunk/mosh/src/options.h Modified : /trunk/mosh/src/builtin_function.cpp Modified : /trunk/mosh/src/builtin_function.hpp Modified : /trunk/mosh/src/compiled_function.cpp Modified : /trunk/mosh/src/compiled_function.hpp Modified : /trunk/mosh/src/expression_parser.g Modified : /trunk/mosh/src/function_argument.cpp Modified : /trunk/mosh/src/function_argument.hpp Modified : /trunk/mosh/src/modelica_function.cpp Modified : /trunk/mosh/src/modelica_function.hpp Modified : /trunk/mosh/src/modelica_runtime_error.cpp Modified : /trunk/mosh/src/modelica_runtime_error.hpp Modified : /trunk/mosh/src/modelica_type.cpp Modified : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/symboltable.cpp Modified : /trunk/mosh/src/symboltable.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Revision: 4850 Author: adrpo Date: 00:44:41, den 22 januari 2010 Message: - updated Copyright (c) text to 2010 ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/src/MyAST.h Modified : /trunk/modelica_parser/src/test.cpp Modified : /trunk/modelica_parser/src/token_names.cpp Modified : /trunk/modelica_parser/src/token_names.hpp Revision: 4849 Author: adrpo Date: 00:44:21, den 22 januari 2010 Message: - updated Copyright (c) text to 2010 ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/flat_modelica_parser/src/test.cpp Revision: 4848 Author: adrpo Date: 00:44:01, den 22 januari 2010 Message: - updated Copyright (c) text to 2010 - replaced some of the leftover BSD licenses. ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/runtime/optmanager.cpp Modified : /trunk/Compiler/OptManager.mo Modified : /trunk/Compiler/absyn_builder/expression_parser.g Modified : /trunk/Compiler/absyn_builder/yacclib.c.txt Modified : /trunk/Compiler/absyn_builder/yacclib.h.txt Modified : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/error_reporting.h Modified : /trunk/Compiler/runtime/errorext.h Revision: 4847 Author: adrpo Date: 23:45:09, den 21 januari 2010 Message: - updated Copyright (c) text to 2010 ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/runtime/dynload.c Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/unitparser.cpp Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/runtime/systemimpl.h Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/SimulationResults.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/UnitChecker.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/BackendVarTransform_stub.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/DAELow_stub.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/DynLoad.mo Modified : /trunk/Compiler/ExpandableConnectors.mo Modified : /trunk/Compiler/Graphviz.mo Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/runtime/dynload_stub.c Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.h Modified : /trunk/Compiler/runtime/socketimpl.c Modified : /trunk/Compiler/runtime/unitparser.h Modified : /trunk/Compiler/template_precompile/Error.mo Modified : /trunk/Compiler/template_precompile/Main.mo Modified : /trunk/Compiler/template_precompile/Print.mo Modified : /trunk/Compiler/template_precompile/Util.mo Revision: 4846 Author: adrpo Date: 23:42:05, den 21 januari 2010 Message: - updated Copyright (c) text to 2010 ---- Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/java_interface.h Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/solver_euler.cpp Modified : /trunk/c_runtime/solver_euler.h Modified : /trunk/c_runtime/options.cpp Modified : /trunk/c_runtime/options.h Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_result.h Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/base_array.c Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/base_array.h Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/inline.h Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/simulation_init.h Modified : /trunk/c_runtime/simulation_input.h Modified : /trunk/c_runtime/solver_dasrt.h Modified : /trunk/c_runtime/string_array.h Modified : /trunk/c_runtime/tables.h Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/c_runtime/simulation_init.cpp Revision: 4845 Author: stebr461 Date: 15:27:54, den 21 januari 2010 Message: - Added some more complex inheritance tests ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/InheritanceDiamond.mo Added : /trunk/testsuite/mofiles/InheritanceMultiple.mo Added : /trunk/testsuite/mofiles/InheritanceProtected.mo Added : /trunk/testsuite/mofiles/InheritancePublic.mo Revision: 4844 Author: stebr461 Date: 13:01:26, den 21 januari 2010 Message: - Added test cases for simple inheritance cases ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/InheritanceClassMod.mo Added : /trunk/testsuite/mofiles/InheritanceSeveral.mo Added : /trunk/testsuite/mofiles/InheritanceSimple.mo Revision: 4842 Author: sjoelund.se Date: 12:20:02, den 21 januari 2010 Message: Bugfix for ticket #1154 - Add Inst.addComponentsToEnv to all components before elaborating any mods in records. + We now use instClassExtendsAndExtendsList instead of record-specific code for handling SCode.EXTENDS. + Added testsuite/record/RecordModifications.mo to test this. - Removed Lookup.buildRecordConstructorVarLst. + Lookup.buildRecordConstructorClass does almost the same thing. + Added Lookup.buildRecordType, a helper function for the functions that previously fetched varLst and created type based on that. - Inst.splitElts and Inst.instClassExtendsAndExtendsList were made public so they could be seen from Lookup. - Bugfix for calling functions inherited by a class using relative paths. + Added testsuite/mofiles/Extends5.mo to test this. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Extends5.mo Added : /trunk/testsuite/records/RecordModifications.mo Modified : /trunk/testsuite/records/Makefile Revision: 4841 Author: perost Date: 12:01:13, den 21 januari 2010 Message: - Fixed reductions so that they are constant evaluated in classes when possible. - Added testcase to test constant evaluation of reductions (ConstantReductions.mo). - Added missing reduction function 'product'. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ConstantReductions.mo Revision: 4840 Author: ricli576 Date: 11:52:25, den 21 januari 2010 Message: Removed dependency on Codegen module. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 4839 Author: ricli576 Date: 11:35:20, den 21 januari 2010 Message: Removed dependency on SimCodegen module. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 4838 Author: ricli576 Date: 11:21:47, den 21 januari 2010 Message: Removed createContext functions in favour of constants. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4837 Author: stebr461 Date: 09:01:00, den 21 januari 2010 Message: - Added testcases for model balancing ---- Added : /trunk/testsuite/mosfiles/ModelBalance1.mo Added : /trunk/testsuite/mosfiles/ModelBalance1.mos Added : /trunk/testsuite/mosfiles/ModelBalance2.mo Added : /trunk/testsuite/mosfiles/ModelBalance2.mos Added : /trunk/testsuite/mosfiles/ModelBalance3.mo Added : /trunk/testsuite/mosfiles/ModelBalance3.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/test_suite_.xls Revision: 4836 Author: sjoelund.se Date: 08:51:55, den 21 januari 2010 Message: - Added new Make target "fast" to the testsuite. It skips the multibody tests; the full testsuite should be run before commits. ---- Modified : /trunk/testsuite/Makefile Revision: 4835 Author: perost Date: 08:45:47, den 21 januari 2010 Message: Fixed testcase EqualityEquations, that depended on an 'not implemented' message that has been removed. ---- Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Revision: 4834 Author: adrpo Date: 03:39:31, den 21 januari 2010 Message: - added all Elementary models to the testsuite/libraries/multibody/ directory: - all of them but one (ThreeSprings.mos) can flatten - most of them can also be checked for balancing and they are balanced - checkModel cannot be run on these: FreeBody.mos LineForceWithTwoMasses.mos PointGravity.mos PointGravityWithPointMasses2.mos RollingWheelSetDriving.mos RollingWheelSetPulling.mos SpringDamperSystem.mos SpringMassSystem.mos SpringWithMass.mos as we don't support implicit equations in if branches. - actually we should be able to run checkModel on these too if we constant evaluate the parameters in the condition of each if equation and select the corresponding branch but we don't support Evaluate=true annotation yet. - these tests take some time to run ~15 minutes so we should really make the compiler run faster on them. - the models: PendulumWithSpringDamper.mos, SpringDamperSystem.mos, SpringMassSystem.mos display errors but they flatten/check fine. these errors are on my todo list. ---- Added : /trunk/testsuite/libraries/multibody/DoublePendulum.mos Added : /trunk/testsuite/libraries/multibody/ForceAndTorque.mos Added : /trunk/testsuite/libraries/multibody/FreeBody.mos Added : /trunk/testsuite/libraries/multibody/InitSpringConstant.mos Added : /trunk/testsuite/libraries/multibody/LineForceWithTwoMasses.mos Added : /trunk/testsuite/libraries/multibody/Pendulum.mos Added : /trunk/testsuite/libraries/multibody/PendulumWithSpringDamper.mos Added : /trunk/testsuite/libraries/multibody/PointGravity.mos Added : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses.mos Added : /trunk/testsuite/libraries/multibody/PointGravityWithPointMasses2.mos Added : /trunk/testsuite/libraries/multibody/RollingWheel.mos Added : /trunk/testsuite/libraries/multibody/RollingWheelSetDriving.mos Added : /trunk/testsuite/libraries/multibody/RollingWheelSetPulling.mos Added : /trunk/testsuite/libraries/multibody/SpringDamperSystem.mos Added : /trunk/testsuite/libraries/multibody/SpringMassSystem.mos Added : /trunk/testsuite/libraries/multibody/SpringWithMass.mos Added : /trunk/testsuite/libraries/multibody/ThreeSprings.mos Added : /trunk/testsuite/libraries/multibody/World.mos Revision: 4833 Author: adrpo Date: 03:29:25, den 21 januari 2010 Message: - added testsuite/libraries/multibody/rtest script ---- Added : /trunk/testsuite/libraries/multibody/rtest Revision: 4832 Author: adrpo Date: 03:28:21, den 21 januari 2010 Message: - call the libraries tests from testsuite/Makefile - updated testsuite/mosfiles/EqualityEquations.mos test ---- Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/Makefile Revision: 4831 Author: adrpo Date: 03:26:55, den 21 januari 2010 Message: - new testsuite/libraries directory for storing library tests - new testsuite/libraries/multibody directory for MultiBody tests - Makefiles for running library tests - added a total model for the MultiBody.Examples.Elementary models: _ElementaryTotal.mo - added a example test: _UseThisTestToMakeANewOne.mos ---- Added : /trunk/testsuite/libraries Added : /trunk/testsuite/libraries/multibody Added : /trunk/testsuite/libraries/multibody/Makefile Added : /trunk/testsuite/libraries/multibody/_ElementaryTotal.mo Added : /trunk/testsuite/libraries/multibody/_UseThisTestToMakeANewOne.mos Added : /trunk/testsuite/libraries/Makefile Revision: 4830 Author: adrpo Date: 03:24:00, den 21 januari 2010 Message: - added testlibraries makefile target ---- Modified : /trunk/Makefile.omdev.mingw Revision: 4829 Author: adrpo Date: 03:23:16, den 21 januari 2010 Message: - add a space between the comment and the variable ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 4828 Author: perost Date: 16:27:52, den 20 januari 2010 Message: Tuple-tuple assignments are now broken up into separate equations in DAELow, so that the number of equations get counted correctly. ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4827 Author: sjoelund.se Date: 15:49:45, den 20 januari 2010 Message: - SCode.printClassStr: Added restriction to the generated string (useful when debugging) ---- Modified : /trunk/Compiler/SCode.mo Revision: 4826 Author: ricli576 Date: 15:49:32, den 20 januari 2010 Message: Cleanup. - Removed unused uniontypes, records, and functions - Replaced some type aliases with real types - Restructured the order of things in the file - Added some comments ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Compiler/SimCodeCSharp.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Revision: 4825 Author: perost Date: 13:42:27, den 20 januari 2010 Message: Added case for Real iterators in elabCallReduction2. ---- Modified : /trunk/Compiler/Static.mo Revision: 4824 Author: perost Date: 13:08:03, den 20 januari 2010 Message: Changed how elaboration of multiple iterators in array constructors are handled (multiple iterators give multi-dimensional arrays, not a flattened one-dimensional array). ---- Modified : /trunk/Compiler/Static.mo Revision: 4823 Author: perost Date: 12:34:58, den 20 januari 2010 Message: Extended testcase VectorizeExtendedType to also test bug #1138. ---- Modified : /trunk/testsuite/mofiles/VectorizeExtendedType.mo Revision: 4822 Author: perost Date: 11:01:25, den 20 januari 2010 Message: Changed some function prototypes to be partial (ReductionOperator in Ceval). ---- Modified : /trunk/Compiler/Ceval.mo Revision: 4821 Author: adrpo Date: 08:58:35, den 20 januari 2010 Message: - implemented instance hierarchy during instantiation Inst.updateInstanceHierarchy is called during Inst.addComponentsToEnv2 to build the hierarchy. - Inst.handleOuterWithModificationOnInner is called in Inst.instElement to lookup the modification from the inner element in the instance hierarchy. - adapted Inst.checkMultipleElementsIdentical to remove the inner modification when checking if the element is outer (not really 100% correct but for example Dym doesn't complain about modifications on outer components). - adapted Inst.modificationOnOuter to complain only if the modification on outer is NOT the same as the modification on inner. - used System.getHasInnerOuterDefinitions() to guard expensive functions in Inst. - replaced InstanceHierarchy.emptyInstanceHierarchy with InstanceHierarchy.emptyInstHierarchy everywhere - tests go 100% plus most of the Elementary models now work (only 1 fails now). - however, modifyOuter.mo display a different error message now. to be fixed! ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 4820 Author: adrpo Date: 08:43:31, den 20 januari 2010 Message: - display the annoying DAELow.lower2 errors only when given the +d=failtrace flag. ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4819 Author: adrpo Date: 08:42:03, den 20 januari 2010 Message: - functionality to strip the last prefix implemented in Prefix.prefixStripLast. - this function is used during instance hierarchy lookup by peeling of the furthest rhs prefix and appending the component name when searching for the inner component in the instance hierarchy. ---- Modified : /trunk/Compiler/Prefix.mo Revision: 4818 Author: adrpo Date: 08:39:40, den 20 januari 2010 Message: - fixes to DAEUtil.selectBranches to select until a non-constant boolean is found. ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 4817 Author: adrpo Date: 08:38:08, den 20 januari 2010 Message: - moved Static import to the protected section ---- Modified : /trunk/Compiler/Connect.mo Revision: 4816 Author: adrpo Date: 08:33:06, den 20 januari 2010 Message: - added HashTable to hold the instance hierarchy (IH) used during Inst. The new IH is called InstHierarchy. ---- Modified : /trunk/Compiler/InstanceHierarchy.mo Revision: 4815 Author: adrpo Date: 08:29:05, den 20 januari 2010 Message: - minor text editing, updating 2009->2010 ---- Modified : /trunk/Compiler/Env.mo Revision: 4814 Author: adrpo Date: 08:23:31, den 20 januari 2010 Message: - set the external flag that signals the presence of inner/outer definitions in the translated model. ---- Modified : /trunk/Compiler/SCodeUtil.mo Revision: 4813 Author: adrpo Date: 08:21:54, den 20 januari 2010 Message: - print inner/outer prefix in SCode.unparseElementStr as it gives more information during displaying of error messages. ---- Modified : /trunk/Compiler/SCode.mo Revision: 4812 Author: adrpo Date: 08:20:08, den 20 januari 2010 Message: - implemented side effects to set/get the information that a model contains or not inner/outer definitions. - using this functionality we can speed up some of the Inst functions as we skip doing them. ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4811 Author: adrpo Date: 08:08:33, den 20 januari 2010 Message: - added isInner and isOuter functions ---- Modified : /trunk/Compiler/Absyn.mo Revision: 4810 Author: adrpo Date: 06:31:11, den 20 januari 2010 Message: - fixes for ticket #1155: http://openmodelica.ida.liu.se:8080/cb/issue/1155 final parameter Real eAxis_ia[3](each final unit="1") = {1,2,3}; wrongly gives: Error: Variable eAxis_ia: trying to override final variable - added tests for this fix: testsuite/mofiles/OverrideFinalTest.mo ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Mod.mo Added : /trunk/testsuite/mofiles/OverrideFinalTest.mo Revision: 4809 Author: ricli576 Date: 16:28:10, den 19 januari 2010 Message: Got rid of listLength* since listLength is now supported in Susan. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4808 Author: ricli576 Date: 15:36:14, den 19 januari 2010 Message: Removed unused code. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 4807 Author: ricli576 Date: 15:26:24, den 19 januari 2010 Message: Changed the way numOutVars and numInVars are calculated. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 4806 Author: ricli576 Date: 15:04:38, den 19 januari 2010 Message: Removed unused methods. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 4805 Author: sjoelund.se Date: 14:22:04, den 19 januari 2010 Message: - Static.mo: Fixed parsing problem (RML accepted it, but the OpenModelica parser gave a proper error). ---- Modified : /trunk/Compiler/Static.mo Revision: 4804 Author: ricli576 Date: 13:54:33, den 19 januari 2010 Message: Fail if inverse algorithm for single variable. ---- Modified : /trunk/Compiler/SimCode.mo Revision: 4803 Author: perost Date: 17:23:52, den 18 januari 2010 Message: Implemented constant evaluation of reduction functions max, min and sum. ---- Modified : /trunk/Compiler/Ceval.mo Revision: 4802 Author: sjoelund.se Date: 15:32:44, den 18 januari 2010 Message: - Updated modelica_java.jar ---- Modified : /trunk/c_runtime/java_interface/modelica_java.jar Revision: 4801 Author: sjoelund.se Date: 14:35:13, den 18 januari 2010 Message: Java Interface: - When handling uniontypes, we now add the _UT suffix so we can compile e.g. Absyn.mo definitions to a jar-file on the Windows platform. - Removed the dependency on Sun JreSocketFactory (we won't need long CORBA timeouts if we send long strings through files anyway). ---- Modified : /trunk/c_runtime/java_interface/Makefile.common Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/testsuite/java/Makefile Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/abc.java Modified : /trunk/testsuite/java/JavaExt.java Revision: 4800 Author: stebr461 Date: 13:41:45, den 18 januari 2010 Message: -fixed a bug with inlining of array functions ---- Modified : /trunk/Compiler/Inline.mo Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Revision: 4799 Author: sjoelund.se Date: 12:48:00, den 18 januari 2010 Message: Java Interface: - JarCreator: Check if file already exists, and throw exception. + This happens on Windows systems if uniontypes and records have the same case-insensitive name. - DefinitionsCreator: Fix for when OPENMODELICA environment-variable doesn't contain a trailing directory-separator. - The Java testsuite now generates files in the proper order, but doesn't work on Windows due to case-insensitivity issues. ---- Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/testsuite/java/Makefile Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java Revision: 4798 Author: stebr461 Date: 12:04:58, den 18 januari 2010 Message: - Fixed the Inline6 test case ---- Modified : /trunk/testsuite/mofiles/Inline6.mo Revision: 4797 Author: sjoelund.se Date: 11:20:02, den 18 januari 2010 Message: Java Interface - Added parse(Reader) to ModelicaOption + Fixed the Java testsuite - Added testcase for getAstAsCorbaString(filename) + Uses TankPID.mo, and a very short Java function. + Could also use CORBA to get the string, but that requires a little bit more code. It's better to pass the string using filename anyway, since 32-bit architectures are limited to 16MB strings in OpenModelica. ---- Modified : /trunk/testsuite/java/GetDefinitions.mos Modified : /trunk/testsuite/java/JavaExt.mo Modified : /trunk/testsuite/java/JavaExtInteractive.mos Added : /trunk/testsuite/java/JavaExtParseProgram.mos Modified : /trunk/testsuite/java/JavaExtUniontype.mos Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/testsuite/java/Makefile Modified : /trunk/testsuite/java/JavaExt.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java Revision: 4796 Author: sjoelund.se Date: 10:39:18, den 18 januari 2010 Message: - Added Dump.mo changes missing from r4793 ---- Modified : /trunk/Compiler/Dump.mo Revision: 4795 Author: adrpo Date: 10:14:41, den 18 januari 2010 Message: - changed DAE.convertInlineTypeToBool to DAEUtil.convertInlineTypeToBool as there are no functions in DAE.mo! ---- Modified : /trunk/Compiler/Inline.mo Revision: 4794 Author: sjoelund.se Date: 10:04:58, den 18 januari 2010 Message: Changes to the OMC-Java interface (Java code) - Added OMCStringParser.parse(File f) functions. - Made parse functions for Record, Array, Tuple public. - Fixed ComplexTypeDefinitions for generic types. ---- Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java Revision: 4793 Author: sjoelund.se Date: 10:03:06, den 18 januari 2010 Message: - Added getAstAsCorbaString(filename) API call. + It prints the string to file and returns a boolean instead of a really long string. ---- Modified : /trunk/Compiler/Interactive.mo Revision: 4792 Author: bjozac Date: 09:27:50, den 18 januari 2010 Message: Some restructure of code, moved functions from DAE to DAEUtil (inline functions) ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DAE.mo Revision: 4791 Author: petar Date: 09:24:10, den 18 januari 2010 Message: -Forgot to set baseline for test in ForIterator2.mo ---- Modified : /trunk/testsuite/mofiles/ForIterator2.mo Revision: 4790 Author: petar Date: 09:09:29, den 18 januari 2010 Message: - Forgot to add ForIterator2.mo to makefile, see previous checkin. ---- Modified : /trunk/testsuite/mofiles/Makefile Revision: 4789 Author: petar Date: 09:08:10, den 18 januari 2010 Message: -Added boolean to DAEUtil.transformIfEqToExpr to only "constant evaluate" if-equations and not rewrite to if-expr. That way MathCore can use the functionality too. -Fixed bug with for iterator over complex subscripted componentrefs, see testcase ForIterator2.mo ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/DAEUtil.mo Added : /trunk/testsuite/mofiles/ForIterator2.mo Revision: 4788 Author: stebr461 Date: 08:58:40, den 18 januari 2010 Message: - Added a testcase for inline functions with array arguments, currently in failingtests ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Inline6.mo Revision: 4787 Author: perost Date: 14:30:47, den 15 januari 2010 Message: Cleaned up the handling of for loop iterators in Cevalfunc, Inst and Static a bit. Added some more comments to the new array constructor code in Static. ---- Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Revision: 4786 Author: bjozac Date: 14:24:21, den 15 januari 2010 Message: Fixed "bug" from #4760, #4760. Connect.mo; statement: "source := Util.listReduce(Util.listMap(cs, Util.tuple33), DAEUtil.mergeSources);" caused the kernel to run out of memory in large models. ---- Modified : /trunk/Compiler/Connect.mo Revision: 4785 Author: bjozac Date: 13:05:01, den 15 januari 2010 Message: Some code cleanups. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Revision: 4784 Author: ricli576 Date: 11:23:01, den 15 januari 2010 Message: Fixed bug in generation of init_fixed array: some variables should be marked as not fixed if they have initial equations. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Revision: 4783 Author: ppriv Date: 22:54:04, den 14 januari 2010 Message: - Susan can import listLenght() function; ... generally any one-ret-value function with variable types can be imported - C# codegen stub added ... +d=tplmode,CSharp switch must be set to invoke the generator via translateModel() script function - a new test model - RightHeartStarling.mo - the first candidate from our lab to be in-browser running model that is fully automatically translated from Modelica source - complete error reporting in parser, including type-views ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /trunk/Compiler/TplParser.mo Added : /trunk/Compiler/SimCodeCSharp.mo Added : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.mo Added : /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.mo Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/generate.mos Modified : /trunk/Compiler/susan_codegen/test.mo Modified : /trunk/Compiler/susan_codegen/test__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/SusanGrammar.txt Modified : /trunk/Compiler/susan_codegen/test.tpl Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/TplMain.mo Modified : /trunk/Compiler/susan_codegen/SimCode/Makefile Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/Makefile Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.cs Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/orig_RightHeartStarling.cpp Revision: 4782 Author: perost Date: 16:51:06, den 14 januari 2010 Message: Added testcase for vectorization of types extended from base types. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/VectorizeExtendedType.mo Revision: 4781 Author: perost Date: 16:50:27, den 14 januari 2010 Message: Fixed vectorization of types extended from base types. ---- Modified : /trunk/Compiler/Inst.mo Revision: 4779 Author: ricli576 Date: 13:57:59, den 14 januari 2010 Message: - Generate record declarations - Generate CREF_QUAL - Fixed bug in type generation: generate struct instead of modelica_struct ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4778 Author: ricli576 Date: 11:06:29, den 14 januari 2010 Message: - Implemented external objects (constructor, destructor, alias) - Changed typesExpType (deprecated) to Types.elabType - Added defines for string alg. vars. - Fixed incorrect extern function name - Added templates for ET_COMPLEX type ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4777 Author: adrpo Date: 10:19:25, den 14 januari 2010 Message: - update the readmes to point to the new location of ModelicaLib.tar.gz https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/VC7/Setup/zips/ModelicaLib.tar.gz ---- Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/README-BUILD-RELEASE.txt Modified : /trunk/README-OMDev-MINGW.txt Revision: 4776 Author: perost Date: 10:04:44, den 14 januari 2010 Message: Added testcase for array constructors. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ForIterator1.mo Revision: 4775 Author: perost Date: 09:21:36, den 14 januari 2010 Message: Implemented support for multiple iterators in array constructors. ---- Modified : /trunk/Compiler/Static.mo Revision: 4774 Author: perost Date: 09:13:34, den 14 januari 2010 Message: Fixed Exp.makeSum so that it works correctly if the second expression is zero. ---- Modified : /trunk/Compiler/Exp.mo Revision: 4773 Author: adrpo Date: 08:20:02, den 14 januari 2010 Message: - added test for instance function flattening - made the display in rtest a bit better ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/TestGravityAcceleration.mo Modified : /trunk/testsuite/mofiles/rtest Revision: 4772 Author: sjoelund.se Date: 16:48:28, den 13 januari 2010 Message: - Changes to the OMC-Java interface (Java code) - Replaced the ANTLR grammar for parsing the CORBA communication + Max heap size reduced by 66% (down to 1GB from 3GB on 64-bit platforms) + Time to parse reduced to 33-50% of the original time taken (depending on typed or untyped parsing) + Added proper typed parsing also for list,tuple and Option - Added the TypeSpec.java class to represent complex types fully - Added missing JreSocketFactory - Parsing an AST with type information is no longer done in two phases - Updated the templated to generate jar files to reflect the changes above - MSL 3.1 can now be parsed fully, with full type information + Typecasting needs to be done for tuples due to Java weaknesses, but no longer using ModelicaAny.cast - standard (T)myTuple.get(0) should work. + The string is possibly too large for 32-bit OpenModelica to handle. However, it is no longer manipulated within OpenModelica, so it might accept it. Needs to be tested. ---- Modified : /trunk/c_runtime/java_interface/Makefile.common Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/abc.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java Added : /trunk/c_runtime/java_interface/src/org/openmodelica/ComplexTypeSpec.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java Added : /trunk/c_runtime/java_interface/src/org/openmodelica/SimpleTypeSpec.java Added : /trunk/c_runtime/java_interface/src/org/openmodelica/TypeSpec.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java Added : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/JreSocketFactory.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/Result.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st Deleted : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java Revision: 4771 Author: sjoelund.se Date: 16:38:19, den 13 januari 2010 Message: - Fix Dump.mo asCorbaString for FOR_ITER_FARG, SUBSCRIPT and CREF_QUAL. ---- Modified : /trunk/Compiler/Dump.mo Revision: 4770 Author: ricli576 Date: 08:43:17, den 13 januari 2010 Message: - Implemented value blocks - Fixed bug in wild assign - Added special case for builtin max ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4769 Author: sjoelund.se Date: 14:53:49, den 12 januari 2010 Message: - Changed to the OMC-Java interface (Java code) + Added printToBuffer to all ModelicaObjects so toString() is almost instant even for large strings + Changed the interface of ModelicaRecord slightly - We now cache field names and types in order to reduce the memory consumption of an AST by ~75% - All records now need to have all fieldnames and types set when created + OMCorba.g now generates line and column numbers for all errors ---- Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/java_interface/Makefile.common Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/abc.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java Revision: 4768 Author: ricli576 Date: 14:18:49, den 12 januari 2010 Message: - Extracted algorithm and equation asserts - Ignored (in some cases) discrete equations that also appears in zero crossings - Fixed incorrect component ref for a SES_NONLINEAR - Fixed incorrect expression for a SES_RESIDUAL - Implemented STMT_TUPLE_ASSIGN - Added more special built-ins: abs, String ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4767 Author: sjoelund.se Date: 17:07:06, den 11 januari 2010 Message: - Dump.mo: Fixed asCorbaString output for Absyn.ANNOTATION and Absyn.SUB. ---- Modified : /trunk/Compiler/Dump.mo Revision: 4766 Author: sjoelund.se Date: 17:06:25, den 11 januari 2010 Message: - Util.mo: Added missing replaceable type X subtypeof Any where missing. ---- Modified : /trunk/Compiler/Util.mo Revision: 4765 Author: ricli576 Date: 15:58:42, den 11 januari 2010 Message: Added genDiscrete to context and used it (set to false) in one place. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4764 Author: sjoelund.se Date: 11:27:24, den 11 januari 2010 Message: - Main.makeDebugResult: Rewrote this with a proper guard, so it doesn't try to append large strings several times in a row if we are going to discard the result anyway. + This makes it possible to send large strings over 64-bit CORBA (even though it times out right now). ---- Modified : /trunk/Compiler/Main.mo Revision: 4763 Author: perost Date: 09:36:13, den 11 januari 2010 Message: Implemented built-in functions div, mod and rem. rem might not be correct yet though. ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Revision: 4762 Author: adrpo Date: 04:41:52, den 11 januari 2010 Message: Connect.mo - added origin information to connections sets - got rid of some extra listMap by writing specialized functions so it should be a bit faster now. DAE.mo - added specialized function to create the origin information data. - split of type information origin and model origin in DAE.ElementSource - connect origin information is now a list as when connecting more than two components together you need it. - renamed some of the functions adding/getting information from DAE.ElementSource ConnectionGraph.mo - got rid of connection DAE as is already generated from the connection set. - now a branch only contains the connect that generated it and the equation with the constraintEquality function - when running the breaking algorithm based on the origin information we should remove the DAE equations added to the DAE from the connection sets and add the equalityConstraint equation. this is on the TODO list. Other .mo files - adapted to changes in DAE.mo - replaced list with correct list I should update MetaModelica and OMC to detect these. - minor editing of comments. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/Connect.mo Revision: 4761 Author: perost Date: 17:46:46, den 10 januari 2010 Message: Fixed expansion of array constructors on the form 'r[i] for i in 1:n'. ---- Modified : /trunk/Compiler/Static.mo Revision: 4760 Author: adrpo Date: 19:16:55, den 8 januari 2010 Message: - added DAE.ElementSource to all records in DAE.Element. - changed all the models accordingly. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Convert.mo Revision: 4759 Author: adrpo Date: 17:13:42, den 8 januari 2010 Message: - fixes for additional equations generated from a conditional component which has condition false and contains a connector which has a flow component. - now the MultiBody elementary models DoublePendulum and Pendulum are balanced! ---- Modified : /trunk/Compiler/Connect.mo Revision: 4758 Author: ricli576 Date: 16:46:49, den 8 januari 2010 Message: Fixed so a few more external functions can be generated. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4757 Author: sjoelund.se Date: 15:49:03, den 8 januari 2010 Message: - SCode.restrString: Added metarecord and uniontype restrictions. ---- Modified : /trunk/Compiler/SCode.mo Revision: 4756 Author: bjozac Date: 14:52:06, den 8 januari 2010 Message: added rollback on error messages generated inside cevalfunc function. ---- Modified : /trunk/Compiler/Cevalfunc.mo Revision: 4755 Author: ricli576 Date: 14:45:59, den 8 januari 2010 Message: Refactored templates: moved things around and renamed some templates. ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4754 Author: ricli576 Date: 11:25:37, den 8 januari 2010 Message: - Added new function function_updateDepend needed by runtime - Just a copy of function_updateDependents (for now) - Implemented basic infrastructure for external functions ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4753 Author: petar Date: 09:06:20, den 8 januari 2010 Message: -Fixed bug (really fixed this time ;) on trimChar. Moved it to platform independent impl. first in file. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4752 Author: petar Date: 10:43:04, den 7 januari 2010 Message: -Forgot to change linux implemenation for trimChar bugfix. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4751 Author: sjoelund.se Date: 09:37:53, den 7 januari 2010 Message: - Absyn.mo: Changed some componentReg to componentRef. - Dump.mo: Uses the more proper NONE() instead of NONE when dumping AST. - Dump.mo: Added a new way to dump a program (AsCorbaString suffix), which prints it like Values.Value is printed. This way, we can parse the AST in Java. + Note: This could not be fully tested since there seems to be complications with large strings even on 64-bit machines (segfaults for big strings sent over CORBA). ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/Dump.mo Revision: 4750 Author: petar Date: 09:22:37, den 7 januari 2010 Message: -Disabled balancedChecking since it depends on backend. ---- Modified : /trunk/Compiler/Inst.mo Revision: 4749 Author: adrpo Date: 02:32:52, den 7 januari 2010 Message: - added debug printing of model balancing activated with +d=checkModel added function Inst.checkModelBalancing similar to checkModel. If it doesn't work for MathCore we can comment it out. - send the connection graph to functions (also return a new one): + Inst.changeOuterReferences (also faster implementation by sending in sources/targets) down to Inst.changeOuterReferences2/3/4 + Inst.handleInnerOuterEquations + Inst.instConditionalDeclaration - updates due to Connect.INNER replaced by Connect.INSIDE Connect.OUTER replaced by Connect.OUTSIDE - for now disable the generation of equation from overconstrained connectors - some comments added/updated. ---- Modified : /trunk/Compiler/Inst.mo Revision: 4748 Author: adrpo Date: 02:23:58, den 7 januari 2010 Message: - added a multiplication function for a list of optional integers. ---- Modified : /trunk/Compiler/Util.mo Revision: 4747 Author: adrpo Date: 02:22:56, den 7 januari 2010 Message: - added commented-out debug_show_depth(2); for faster debugging due to only 2 level display for variables. ---- Modified : /trunk/Compiler/Main.mo Revision: 4746 Author: adrpo Date: 02:21:43, den 7 januari 2010 Message: - minor comment in elabModValue ---- Modified : /trunk/Compiler/Mod.mo Revision: 4745 Author: adrpo Date: 02:20:47, den 7 januari 2010 Message: - handle also stringfied component refs in crefHaveSubs. - added sizeOf(expType) that returns the size of an ET_ARRAY or ET_COMPLEX the size is the number of the *scalar* components in the array or complex (record). ---- Modified : /trunk/Compiler/Exp.mo Revision: 4744 Author: adrpo Date: 02:17:42, den 7 januari 2010 Message: - update the complex equation counting for now just multiplying the same equation as many times as the size of the record (in lowerComplexEqn) - more debugging added - more compact display of DAELow ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4743 Author: adrpo Date: 02:14:48, den 7 januari 2010 Message: - renamed DAEUtil.removeEquations to DAEUtil.splitDAEIntoVarsAndEquations as is a better name. Better use of the local variables in this function. ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 4742 Author: adrpo Date: 02:12:00, den 7 januari 2010 Message: - minor text alignment ---- Modified : /trunk/Compiler/DAE.mo Revision: 4741 Author: adrpo Date: 02:10:45, den 7 januari 2010 Message: - dump more information during connection graph collection and braking. - disable the connection braking for now. ---- Modified : /trunk/Compiler/ConnectionGraph.mo Revision: 4740 Author: adrpo Date: 02:06:53, den 7 januari 2010 Message: - minor changes and the possibility to dump the DAELow representation during checkModel ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 4739 Author: adrpo Date: 02:05:02, den 7 januari 2010 Message: - use failure(cevalIsExternalObjectConstructor(cache,funcpath,env)) instead of (cache,false) = Static.isExternalObjectFunction(cache,env,funcpath); to guard against ceval of external functions. ---- Modified : /trunk/Compiler/Ceval.mo Revision: 4738 Author: adrpo Date: 02:03:35, den 7 januari 2010 Message: - replace Face.INNER/OUTER with INSIDE and OUTSIDE to not create confusion - renamed function getInner* -> getInside* and getOuter* -> getOutside* - rewrote some of the comments. ---- Modified : /trunk/Compiler/Connect.mo Revision: 4737 Author: sjoelund.se Date: 12:28:18, den 6 januari 2010 Message: - Fixed Print.printBuf scaling issues (it saved the length of the buffer, but did strlen(buf) regardless; major issues when reaching strings as short as 5MB). ---- Modified : /trunk/testsuite/mofiles/ClassExtends3.mo Modified : /trunk/Compiler/runtime/printimpl.c Revision: 4736 Author: sjoelund.se Date: 08:18:54, den 6 januari 2010 Message: - Added systemimplmisc.cpp to Linux makefiles. - Fixed the testcases in the testsuite that assumed floor() returns an integer. ---- Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/testsuite/mofiles/ClassExtends3.mo Modified : /trunk/testsuite/mofiles/Constant5.mo Modified : /trunk/testsuite/mathcore-mofiles/Constant5.mo Revision: 4735 Author: wbraun Date: 16:51:41, den 5 januari 2010 Message: fixed some bugs, so that all tests from test-suite should pass. ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/solver_euler.cpp Revision: 4734 Author: petar Date: 16:15:24, den 5 januari 2010 Message: -Fixed memory access violation bug in System.trimChar -Changed floor to follow specification (Real->Real, NOT Real -> Integer) -Changed System.stringReplace implementation to c++ (in systemimplmisc.cpp) (This was probably not necessary since bug was in trimChar, but impl. is now much more readable ;) ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Makefile.common.frontend.omdev.mingw Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/Makefile.vc Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Builtin.mo Added : /trunk/Compiler/runtime/systemimplmisc.cpp Added : /trunk/Compiler/runtime/systemimplmisc.h Revision: 4733 Author: bjozac Date: 09:29:06, den 5 januari 2010 Message: Added a strip subs function for crefs. ---- Modified : /trunk/Compiler/Exp.mo Revision: 4732 Author: ricli576 Date: 16:57:12, den 4 januari 2010 Message: Implemented more non-linear equations. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4731 Author: wbraun Date: 16:00:14, den 4 januari 2010 Message: - DAELow.mo: + add Expressions of when condition to IncidenceMatrix to sort them in right order. - Codegen.mo + Modified function generateExpression to generate other Relation expressions. + Added modified function additinal so that the current event management continue unaffected. - SimCodegen.mo: + Added function generateUpdateDepended to generate new function_updateDepend, which is for calculating all equation(also when) in sorting order uses in EventHandle. + Added modified functions additinal so that the current event management continue unaffected. - simulation_runtime.*: + added runge-kutta integration Method + some additions for event handling with euler and runge-kutta - simulation_events.*: + fixes some issues - solver_euler.*: + Revision of the euler and the event handling for the euler + removed some old commented out debug prints. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/solver_euler.cpp Modified : /trunk/c_runtime/solver_euler.h Modified : /trunk/c_runtime/simulation_events.h Revision: 4730 Author: ricli576 Date: 15:35:22, den 4 januari 2010 Message: Generate mixed systems. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4729 Author: sjoelund.se Date: 16:03:14, den 22 december 2009 Message: - partialInstExtendsList is now used (copy/paste made partialInstClass use the regular instExtendsList instead; it was probably just a little bit slower). - Inst.classdefElts2 now returns 2 lists. One with only constants so these can be explicitly instantiated (this was commented out due to breaking ClassExtends3.mo). - Inst.instElement now tries to update the mod one last time before instVar (this is because the mod that comes from the baseclass was untyped). ---- Modified : /trunk/Compiler/Inst.mo Revision: 4728 Author: sjoelund.se Date: 12:43:32, den 22 december 2009 Message: - Removed unused input from Mod.lookupIdxModification2 ---- Modified : /trunk/Compiler/Mod.mo Revision: 4727 Author: sjoelund.se Date: 13:52:43, den 21 december 2009 Message: - Mod.elabModValue now won't try to ceval expression dependent on variables (they should always fail). - This makes debugging easier since expressions that aren't meant to be ceval'ed won't appear in failtraces. - Static.elabExp now generates C_CONST for MetaModelica NONE, NONE() and {}. - Static.elabExp will generate correct const-ness for SOME(exp) and list(e1,..,,en). ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Mod.mo Revision: 4726 Author: bjozac Date: 12:48:43, den 21 december 2009 Message: Some updates for Cevalfunc, it works better but still not perfect. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ValuesUtil.mo Revision: 4725 Author: adrpo Date: 08:44:35, den 21 december 2009 Message: - implemented DAEUtil.selectBranches that is used to select the if equation branches if the conditions are Boolean literals (true/false). This is needed because Connections.isRoot is replaced with true/false at the end of instantiation. ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 4724 Author: sjoelund.se Date: 08:16:24, den 21 december 2009 Message: - Re-added MatchCaseInteractive3.mos to testsuite - Added some changes to the external Java testsuite ---- Modified : /trunk/testsuite/java/JavaExtInteractive.mos Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/java/JavaExt.java Revision: 4723 Author: adrpo Date: 07:18:28, den 21 december 2009 Message: - ConnectionGraph.mo: + faster handling of overconstrained connections when the connection graph is empty: no DAE walk! + handle expression: (NOT Connections.isRoot(A)) + gather operations into one new function: ConnectionGraph.handleOverconstrainedConnections which is called from Inst module when we reach the instantiation of the top level class - Inst.mo: + handle overconstrained connections also in Inst.instantiateClass and Inst.instClassInProgram (was only in instProgram before) + removed some old commented out debug prints. - Static.mo + handle the case where the instance function is made of parts instead of being derived (short class definition) - Util.mo + implemented listAppendNoCopy that deals with empty lists using special cases by not generating a new copy of the non-empty list. + the normal listAppend(L1, L2) will ALWAYS generate a copy of the first parameter (L1) - Env.mo + trivial comment change - DAEUtil.mo + removed extra parentheses around named pattern as it doesn't parse using omc - DAELow.mo + DAELow.COMPLEX_EQUATION describes equations of the form record=functionCall(...). + more handling of DAELow.COMPLEX_EQUATION so at least checkModel works. + more is needed so that DAELow.COMPLEX_EQUATION works in simulation ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/ConnectionGraph.mo Revision: 4722 Author: ricli576 Date: 11:28:55, den 20 december 2009 Message: - Implemented extraction and generation of linear-systems and nonlinear equations ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4721 Author: sjoelund.se Date: 12:30:47, den 18 december 2009 Message: - Changed SCode Option baseClassPath to Option>. - When extending a class, we also add the SCode.Mod to the baseclass, so we instantiate the correct class later on. - Added a testcase that sets the dimensions of a matrix in the extends modifications. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Mod.mo Added : /trunk/testsuite/mofiles/ArrayExtendsUnknown.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Revision: 4720 Author: ricli576 Date: 09:43:59, den 18 december 2009 Message: - Extracted more algorithm equations - Made debug message easier to notice in compiler error message output ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4719 Author: ricli576 Date: 08:49:53, den 18 december 2009 Message: - Fixed spelling error in ZEROCROSSING generation - Updated template scalarLhsCref - Fixed type bug in range-for generation - Added template daeExpCrefRhs - Added support for binary operations: ADD_ARR, SUB_ARR, and DIV_ARRAY_SCALAR - Changed ASUB template case to match how Codegen works - Changed the way relations are generated: non-simulation specific relations are now generated in simulation context ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4718 Author: sjoelund.se Date: 16:44:42, den 17 december 2009 Message: - Fix the name generated by ClassExtends2.mo (was ClassExtends1) ---- Modified : /trunk/testsuite/mofiles/ClassExtends2.mo Revision: 4717 Author: sjoelund.se Date: 16:43:35, den 17 december 2009 Message: - When instantating a partial package, force partial instantation instead. - When partially instantiating a partial class, strip out all non-package elements. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Revision: 4716 Author: sjoelund.se Date: 16:42:13, den 17 december 2009 Message: - Moved around in Ceval.mo to only generate a failtrace if all ways to call a function fail (that is, after we try the interactive ones) ---- Modified : /trunk/Compiler/Ceval.mo Revision: 4715 Author: perost Date: 16:00:49, den 17 december 2009 Message: Added warning when trying to apply non-array modification to array component without 'each'. ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Mod.mo Revision: 4714 Author: perost Date: 16:00:07, den 17 december 2009 Message: Replaced error message with fail trace. ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 4713 Author: AlexeyLebedev Date: 14:52:32, den 17 december 2009 Message: Fix for the bug: http://openmodelica.ida.liu.se:8080/cb/issue/1074?navigation=true ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SCode.mo Revision: 4712 Author: sjoelund.se Date: 12:36:55, den 17 december 2009 Message: - Fixed Static.elabBuiltinDiagonal - real arrays will now generate RCONST(0) instead of ICONST(0) ---- Modified : /trunk/Compiler/Static.mo Revision: 4708 Author: ricli576 Date: 22:06:25, den 16 december 2009 Message: - Changed DAE.ComponentRef to SimVar in zeroCrossingsNeedSave ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4707 Author: ricli576 Date: 21:44:30, den 16 december 2009 Message: - Refactored how types are generated - Updated template for CAST ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4706 Author: ricli576 Date: 15:04:32, den 16 december 2009 Message: - Fixed a bug (hopefully correctly) where too many AddEvents were generated - Implemented STMT_WHILE - Implemented STMT_ASSERT - Implemented STMT_WHEN - Implemented LUNARY - Implemented MATRIX - Implemented special build-in functions promote and transpose ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4705 Author: sjoelund.se Date: 14:10:37, den 16 december 2009 Message: - Fixed testcases ClassExtends{1,2,3}.mo ---- Modified : /trunk/Compiler/Inst.mo Revision: 4704 Author: bjozac Date: 13:49:38, den 16 december 2009 Message: Changed deriving function to be fullyQualified. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Revision: 4703 Author: adrpo Date: 03:45:44, den 16 december 2009 Message: - removed the not needed extra parentheses (these only parse in mmc but not in omc). ---- Modified : /trunk/Compiler/Inst.mo Revision: 4702 Author: adrpo Date: 03:16:10, den 16 december 2009 Message: - updated OpenModelica back-end to agree with the new DAE.FUNCTION definition. - 3 tests (testsuite/mofiles/ClassExtends*) fail due to changes in Inst.partialInstClassdef ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 4701 Author: bjozac Date: 18:56:22, den 15 december 2009 Message: Changed DAE.FUNCTION to a more generic structure for external and normal function as well as derivatives of functions. Construct in front end derivative information for functions. Inline'ing changed a bit. Now a record rather then a boolean. Reverted some inst.partialinstclassdef stuff that martin did, was not compatible with all functioncalls. ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/VarTransform.mo Revision: 4700 Author: perost Date: 16:59:11, den 15 december 2009 Message: Added initialization of record members by rewriting generateAllocOutvar, adding generateAllocRecord and modifying generateAllocOutvars and generateAllocOutvarsExt in Codegen. ---- Modified : /trunk/Compiler/Codegen.mo Revision: 4699 Author: ricli576 Date: 16:39:22, den 15 december 2009 Message: - Changed array lists: stateEquations became the two lists allEquations and stateContEquations - Ignored when equations in equation lists - Changed to simulation context in a few places - Used context in more places - Generate for loops - Added templates typeStrFromExp and typeStrFromOp - Generate some asubs ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4698 Author: sjoelund.se Date: 12:59:17, den 15 december 2009 Message: - Added boolean inline to DAE.T_FUNCTION. - Changed elabCallArgs to use this flag instead of doing an extra lookupClass (which causes infinite recursion in Modelica.Media models). - Removed instElementList from partialInstClassdef (the classdefs are added to the environment and may be looked up anyway). - Added testcase ClassExtends3.mo. ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MatchCaseInteractive3.mos Added : /trunk/testsuite/mofiles/ClassExtends3.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4697 Author: Frenkel TUD Date: 12:33:18, den 15 december 2009 Message: - enumerations works now - ToDo: replaceable enumerations in models with equations/algorithms containig explicit enumeration literals does not work because the componentRef have to be replaced and the numbers of enumeration litterals from both enumerations should be equal - ToDo: do not replace enumeration litteral with it value inside loops - update workplan-status ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4696 Author: bjozac Date: 11:52:55, den 15 december 2009 Message: Added System.addToRoots to SCode.translateAbsyn2SCode. Also corrected crefEqual from commit #4678. Now it also works on DAE.CREF_IDENT() ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SCodeUtil.mo Revision: 4695 Author: stebr461 Date: 09:17:54, den 15 december 2009 Message: - Added tests for inline functions These tests are not run automatically ---- Added : /trunk/testsuite/mofiles/Inline1.mo Added : /trunk/testsuite/mofiles/Inline2.mo Added : /trunk/testsuite/mofiles/Inline3.mo Added : /trunk/testsuite/mofiles/Inline4.mo Added : /trunk/testsuite/mofiles/Inline5.mo Revision: 4694 Author: Frenkel TUD Date: 00:07:59, den 15 december 2009 Message: - enumeration as loop var work now in algorithm sections - ToDo do not replace the enumeration literals with it integer value - start work on replaceable enumeration ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Enum7.mo Revision: 4693 Author: ricli576 Date: 19:07:49, den 14 december 2009 Message: - Extracted algorithm equations to templates - Added context to templates ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4692 Author: ricli576 Date: 13:39:33, den 14 december 2009 Message: - Changed variable name type from String to DAE.ComponentRef - Handle array variables - Added arrayCref to SIMVAR to support #defines of arrays - Extended algStatement template to handle some array operations - Implemented daeExpSize template - Temporarily disabled generation of function record declarations - Cleaned up some code ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4691 Author: sjoelund.se Date: 12:28:32, den 14 december 2009 Message: - Merged instClass partial function case with the generic case. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/runtime/dynload.c Revision: 4690 Author: sjoelund.se Date: 12:02:04, den 14 december 2009 Message: - Added missing operators to Exp.typeofOp ---- Modified : /trunk/Compiler/Exp.mo Revision: 4689 Author: petfr Date: 07:36:16, den 14 december 2009 Message: Update of Adrians, Martins, Pers time log until moring 091214. Fix of summation error for MultiBody spent days. Other minor edits. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4688 Author: adrpo Date: 06:14:08, den 14 december 2009 Message: - calling an function via an instance (world.gravityAcceleration) now WORKS! - Static.elabCallArgs intercepts the world.gravityAcceleration, and then copies the function (World.gravityAcceleration) and dependencies (World.gravityAccelerationTypes) from World into the current scope with new name that prefixed by the instance name: "world.gravityAcceleration" and "world.gravityAccelerationTypes" ---- Modified : /trunk/Compiler/Static.mo Revision: 4687 Author: adrpo Date: 04:40:56, den 14 december 2009 Message: - testsuite/mosfiles/Enum8.mos fails due to changes in Codegen.mo (to be fixed later). ---- Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4686 Author: adrpo Date: 04:39:11, den 14 december 2009 Message: - Inst.addCachedEnv moved to Env.addCachedEnv (is more natural to be in Env) - Static.transformModificationsToNamedArguments (does what the long name say) - Lookup.lookupType2 reordered cases - Codegen - generate modelica_integer and integer for enumeration type. testsuite/mosfiles/Enum8.mos will fail because of this. To be fixed later. - more comments in Inst - Exp.crefEqual was checking for equality: + by comparing idents/subscripts by using equality(n1, n2) instead of true = stringEqual(n1, n2) + as a last resort (last case) by *converting* the crefs into strings and doing string comparison on them??!! + I changed all equality(n1, n2) into true = stringEqual(n1, n2) and improved the last case to handle stringified crefs better: CREF_QUAL(x, CREF_IDENT(y)) will be equal to CREF_IDENT(x.y). - Inst.isInnerOuterMatch now compares the last indents from crefs before doing the Exp.crefEqual. - Inst.propagateAttributes is now walking the DAE once - Changed the walking the DAE two times: innerVars = DAEUtil.getAllMatchingElements(inDae,DAEUtil.isInnerVar); outerVars = DAEUtil.getAllMatchingElements(inDae,DAEUtil.isOuterVar); To walking the DAE once: (innerVars,outerVars) = DAEUtil.findAllMatchingElements( inDae,DAEUtil.isInnerVar,DAEUtil.isOuterVar); - Inst.instClassIn and Inst.partialInstClassIn are now cached (only one input/result for now) + this needs to be developed more as the cache should be cleared after instantiation of the top class is done. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/ExpandableConnectors.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Static.mo Revision: 4685 Author: adrpo Date: 04:20:25, den 14 december 2009 Message: - added DAEUtil.findAllMatchingElements to split DAE into inner/outer variables in ONE walk. ---- Modified : /trunk/Compiler/DAEUtil.mo Revision: 4684 Author: adrpo Date: 04:18:15, den 14 december 2009 Message: - added DAELow.COMPLEX_EQUATION which is populated from DAE.COMPLEX_EQUATION and DAE.INITIAL_COMPLEX_EQUATION - no handling of DAELow.COMPLEX_EQUATION yet. ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4683 Author: adrpo Date: 04:14:34, den 14 december 2009 Message: - added unsafe external functions in System.mo: + System.listAppendUnsafe (not used) + System.addToRoots and System.getFromRoots to implement global variables. ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4682 Author: adrpo Date: 04:12:31, den 14 december 2009 Message: - replaced tabs with 2 spaces to correctly display code in any editor. ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 4681 Author: adrpo Date: 03:56:49, den 14 december 2009 Message: - handle DAE.COMPLEX_EQUATION and DAE.INITIAL_COMPLEX_EQUATION in VarTransform.applyReplacementsDAE - if no case in VarTransform.applyReplacementsDAE matched just move to next, DO NOT FAIL. Modelica.Mechanics.MultiBody.Elementary.DoublePendulum did not flatten because VarTransform.applyReplacementsDAE failed. - Use DAE.ET_OTHER instead of DAE.ET_REAL in VarTransform.applyReplacementsDAE as otherwise the correct type is not copied from the replaced expression. ---- Modified : /trunk/Compiler/VarTransform.mo Revision: 4680 Author: Frenkel TUD Date: 23:51:23, den 13 december 2009 Message: - work on enumerations for loops in algorithm sections - DoTo: for e in Enum.e1 : Enum.en - bufgix SimCodegen: print enumeration as integer for T_Complex ComponentRefs - use modifiers like start, fixed, ... for enumerations and derived enumerations ---- Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Types.mo Revision: 4679 Author: Frenkel TUD Date: 00:41:05, den 13 december 2009 Message: - fix a bug in Inst.instBooleanClass - redisign of enumeration instantiation ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Revision: 4678 Author: adrpo Date: 13:47:52, den 12 december 2009 Message: - faster Exp.crefEqual ---- Modified : /trunk/Compiler/Exp.mo Revision: 4677 Author: AlexeyLebedev Date: 16:57:41, den 11 december 2009 Message: Updated status ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4676 Author: perost Date: 16:12:16, den 11 december 2009 Message: Added status estimate for DLL/SO-generation. ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4675 Author: sjoelund.se Date: 15:54:18, den 11 december 2009 Message: - updated workplan status ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4674 Author: adrpo Date: 15:06:41, den 11 december 2009 Message: - updated status since 2009-11-06 ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4673 Author: sjoelund.se Date: 11:12:55, den 11 december 2009 Message: - Add Makefile dependencies to Compiler/runtime/dynload.o ---- Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Revision: 4672 Author: sjoelund.se Date: 09:29:16, den 11 december 2009 Message: - Disable failtraces that are not useful. ---- Modified : /trunk/Compiler/Types.mo Revision: 4671 Author: sjoelund.se Date: 08:21:51, den 11 december 2009 Message: - Updated partialInstExetendsList to do the same thing as instExtendsList. - Changed splitElts, listSelect in those functions to use a new splitClassExtendsElts instead (for performance). ---- Modified : /trunk/Compiler/Inst.mo Revision: 4670 Author: adrpo Date: 23:21:27, den 10 december 2009 Message: - added testmeta target ---- Modified : /trunk/Makefile.omdev.mingw Revision: 4669 Author: adrpo Date: 22:52:21, den 10 december 2009 Message: - implemented SCodeUtil.translateSCodeModToNArgs which translates *derived* class modifications into named function arguments and also prefixes only the CREF_IDENTs from the binding expressions with the given prefix. ---- Modified : /trunk/Compiler/SCodeUtil.mo Revision: 4668 Author: adrpo Date: 22:47:30, den 10 december 2009 Message: - small code formatting and a bit more explaining ---- Modified : /trunk/Compiler/Mod.mo Revision: 4667 Author: adrpo Date: 22:43:02, den 10 december 2009 Message: - fixed a typo. ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4666 Author: adrpo Date: 22:42:17, den 10 december 2009 Message: - use $OPENMODELICAHOME/bin/Compile all the time and if it fails, just report the error. - this will get rid of g++: No Input Files errors ---- Modified : /trunk/Compiler/CevalScript.mo Revision: 4665 Author: adrpo Date: 22:40:01, den 10 december 2009 Message: - added Absyn.joinPathsOpt function ---- Modified : /trunk/Compiler/Absyn.mo Revision: 4664 Author: ricli576 Date: 20:47:05, den 10 december 2009 Message: - Generate _functions.cpp file from root template - Added TODO comments - Added some notes ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4661 Author: sjoelund.se Date: 16:16:25, den 10 december 2009 Message: - Rename namemods when renaming classes due to CLASS_EXTENDS. - Fix so that you may extend from classes that use CLASS_EXTENDS nodes. - Added testcase for this. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mofiles/ClassExtends2.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4659 Author: petar Date: 14:38:16, den 10 december 2009 Message: -Added function Error.getNumErrorMessages that returns number of messages in queue with severity 'Error'. ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 4658 Author: stebr461 Date: 13:36:50, den 10 december 2009 Message: - Added test cases for operator overloading ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/OperatorComponents.mo Added : /trunk/testsuite/mofiles/OperatorFunction1.mo Added : /trunk/testsuite/mofiles/OperatorFunction2.mo Added : /trunk/testsuite/mofiles/OperatorIllegal.mo Added : /trunk/testsuite/mofiles/OperatorSimple.mo Revision: 4656 Author: sjoelund.se Date: 09:20:32, den 10 december 2009 Message: - Fixed class extends by renaming the extended class and creating a new one extending from the old in the same scope. - We can now put proper modifications in the class extends node (they get elaboated in the correct scope). - Only the toplevel class extends are expanded (not inherited). This bug will be fixed in a later commit. - If the modifications on the extends node in the base class modifies the class we extend using class extends, those modifications will have higher priority. This is bug will be fixed in a later commit. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/ClassExtends1.mo Revision: 4655 Author: ricli576 Date: 09:16:18, den 10 december 2009 Message: - Added dummy SimEqArray record for debugging purposes - Extract array equations - Generate DAE.Exp.ARRAY - Added listLengthExp function ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4654 Author: adrpo Date: 18:12:42, den 9 december 2009 Message: - regenerated SimCodeC.mo and SimCode/SimCodeC.mo to make everything compile ---- Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Revision: 4653 Author: perost Date: 16:49:03, den 9 december 2009 Message: Implemented unary subtraction for real arrays. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Revision: 4652 Author: petar Date: 16:13:19, den 9 december 2009 Message: -Fixed bug in getMessagesStr in errorext.cpp ---- Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Revision: 4651 Author: perost Date: 14:15:03, den 9 december 2009 Message: Changed scalar types to array types where suitable in Static.operators, and changed Codegen to reflect these changes. This was done to fix vector operations that didn't work. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Revision: 4650 Author: ricli576 Date: 14:06:20, den 9 december 2009 Message: - Generate empty functions file so that compilation will succeed (generation of function code failed for one test case) - Replaced DAELow.Equation with SimEqSystem as a step to support array eqs ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4649 Author: perost Date: 09:10:59, den 9 december 2009 Message: Added RTOpts.debugFlag guards to lessen overhead when debug output isn't used. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/c_runtime/java_interface/modelica_java.jar Modified : /trunk/OMShell/Makefile Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Derive_stub.mo Revision: 4648 Author: ricli576 Date: 22:13:26, den 8 december 2009 Message: - Fixed incorrect array name - Fixed incorrect switch variable name - Added support for constant subscripts - Generate removed equations in output functions - Added (temporary) generation of makefile to be able to run testsuit - Removed print statements since they interfered with rtest in testsuit - Fixed order of equation lists (they were reversed) - Fixed order of variables (now sorted by index) - Fixed indents to match << (and >>) in templates ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4647 Author: ppriv Date: 20:05:05, den 8 december 2009 Message: - a first complete Susan lexer/parser error reporting implementation it is usable primarily with MDT in Eclipse ... reported errors are marked directly in code editor when the .tpl file is opened ---- Modified : /trunk/Compiler Modified : /trunk/Compiler/SimCodeC.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /trunk/Compiler/absyn_builder Modified : /trunk/c_runtime Modified : /trunk/Compiler/runtime Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/paper.mo Added : /trunk/Compiler/susan_codegen/paper__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/test.mo Modified : /trunk/Compiler/susan_codegen/test__testShouldBe.mo Modified : /trunk/Compiler/susan_codegen/SusanGrammar.txt Modified : /trunk/Compiler/susan_codegen/paper.tpl Modified : /trunk/Compiler/susan_codegen/test.tpl Modified : /trunk/Compiler/TplAbsyn.mo Modified : /trunk/Compiler/TplMain.mo Modified : /trunk/Compiler/modpar Modified : /trunk/Compiler/rml2sig Modified : /trunk/Compiler/rml2mmo Revision: 4646 Author: sjoelund.se Date: 17:54:22, den 8 december 2009 Message: - Static.operators was speeded up by a factor of 4. We now save a lot of the lists generated as constants. - Fixed compiler warning in meta_modelica.c - Fixed the BuiltinArray.mos testcase on 64-bit Linux ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/meta/BuiltinArray.mos Modified : /trunk/c_runtime/meta_modelica.c Revision: 4645 Author: petar Date: 15:25:53, den 8 december 2009 Message: -Added HashTable6.mo : (cr,cr) -> exp -Fixed bug in Errorext.cpp: getMessagesStr (no comma's between messages) -Added some functions to Util -Added VarTransform.replaceExpRepeated that iterates replacement rules until it converges. ---- Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Added : /trunk/Compiler/HashTable6.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/runtime/errorext.cpp Revision: 4644 Author: ricli576 Date: 09:55:58, den 8 december 2009 Message: Refactored. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4643 Author: ricli576 Date: 08:18:42, den 8 december 2009 Message: Changed vim mode line. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4642 Author: ricli576 Date: 20:03:59, den 7 december 2009 Message: Restructured templates so there is one template per function. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4641 Author: ricli576 Date: 16:28:38, den 7 december 2009 Message: - Added function function_onlyZeroCrossing - Worked on function call template ---- Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4640 Author: perost Date: 16:19:28, den 7 december 2009 Message: Added test case AlgorithmForInClass. ---- Added : /trunk/testsuite/mosfiles/AlgorithmForInClass.mo Added : /trunk/testsuite/mosfiles/AlgorithmForInClass.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4639 Author: perost Date: 15:21:31, den 7 december 2009 Message: Fixed and added test case SumSeriesWhile. ---- Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4638 Author: adrpo Date: 14:49:59, den 7 december 2009 Message: - use g++ as otherwise we have problems with undefined linker errors for exceptions. ---- Modified : /trunk/testsuite/meta/BuiltinArray.mos Revision: 4637 Author: sjoelund.se Date: 13:57:54, den 7 december 2009 Message: - Fixed lexer/parser external C functions for 11_petrol OMC implementation ---- Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.c Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil_omc.c Revision: 4636 Author: perost Date: 13:24:08, den 7 december 2009 Message: Fixed bug in runtime system that caused result data for some points in time to be written twice. Fixed test case BouncingBall2, because it depended on the above bug. ---- Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Revision: 4635 Author: sjoelund.se Date: 10:58:08, den 7 december 2009 Message: - Added MetaModelica arrayLength, arrayGet, arrayCreate, arrayList, listArray, arrayUpdate, arrayCopy, arrayAdd. All use arrays as the underlying datatype. The array type should be considered mutable. ---- Modified : /trunk/Compiler/ValuesUtil.mo Added : /trunk/testsuite/meta/BuiltinArray.mos Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/Compiler/runtime/dynload.c Added : /trunk/testsuite/meta/BuiltinArray.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/Compiler/Values.mo Revision: 4634 Author: perost Date: 09:47:57, den 7 december 2009 Message: Cleaned up Debug.mo a bit. ---- Modified : /trunk/Compiler/Debug.mo Revision: 4633 Author: perost Date: 09:37:20, den 7 december 2009 Message: Removed Exp.subscriptToInts, a duplicate of Exp.subscriptsInt. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Revision: 4632 Author: sjoelund.se Date: 17:25:40, den 4 december 2009 Message: - Added initial support for MetaModelica array, including initial versions of arrayCreate, arrayGet and arrayLength (based on a list implementation which needs to be replaced). ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/c_runtime/meta_modelica_builtin.h Revision: 4631 Author: stebr461 Date: 14:54:11, den 4 december 2009 Message: - Moved some failing tests that now work to testfiles ---- Modified : /trunk/testsuite/mofiles/Makefile Revision: 4628 Author: perost Date: 11:47:15, den 4 december 2009 Message: Fixed license in Algorithm.mo, which had been the victim of a runaway search-and-replace. ---- Modified : /trunk/Compiler/Algorithm.mo Revision: 4627 Author: perost Date: 11:41:51, den 4 december 2009 Message: Added initial support for while- and for-loops in class algorithm sections. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAELow.mo Revision: 4626 Author: perost Date: 11:40:47, den 4 december 2009 Message: Added expInt function. ---- Modified : /trunk/Compiler/Exp.mo Revision: 4624 Author: ricli576 Date: 17:01:55, den 3 december 2009 Message: Implemented function checkForDiscreteVarChanges. ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4623 Author: sjoelund.se Date: 16:52:48, den 3 december 2009 Message: - Ceval: asin, acos, atan, atan2, cross and log10 implemented and enabled ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/testsuite/mofiles/Acos.mo Modified : /trunk/testsuite/mofiles/Asin.mo Modified : /trunk/testsuite/mofiles/Atan.mo Modified : /trunk/testsuite/mofiles/Atan2.mo Modified : /trunk/testsuite/mofiles/Log10.mo Modified : /trunk/testsuite/mofiles/MathematicalFunctions.mo Revision: 4622 Author: ricli576 Date: 15:47:06, den 3 december 2009 Message: - Implemented function_updateDependents - Implemented function_when - Handle logical binary operations - Added template daeExpCall ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4621 Author: sjoelund.se Date: 15:37:46, den 3 december 2009 Message: - Add an implementation and testcase for a (very) simple redeclare replaceable model extends (used in Media). ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/mofiles/ClassExtends1.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4620 Author: adrpo Date: 12:05:02, den 3 december 2009 Message: - use fill(...) instead of listFill + listArray ---- Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTableCG.mo Revision: 4618 Author: stebr461 Date: 12:27:47, den 2 december 2009 Message: - some updates to testsuite spreadsheet ---- Modified : /trunk/testsuite/test_suite_.xls Revision: 4617 Author: stebr461 Date: 12:25:31, den 2 december 2009 Message: - atan2 added to modelica built in functions ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/c_runtime/modelica.h Modified : /trunk/testsuite/mofiles/Atan2.mo Revision: 4616 Author: stebr461 Date: 10:49:47, den 2 december 2009 Message: - PartialFn13 now works with if expressions again - Fixed some type conversions - Added function unboxExpType to Exp ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/testsuite/meta/PartialFn13.mo Revision: 4615 Author: stebr461 Date: 09:14:47, den 2 december 2009 Message: - Changed PartialFn13 to use an if statement for now ---- Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn13.mo Modified : /trunk/testsuite/meta/PartialFn13.mos Revision: 4614 Author: ricli576 Date: 17:58:06, den 1 december 2009 Message: - Implemented function bound_parameters - Refactored expression templates - Fixed incorrect names for derivatives - Fixed incorrect names for some equations - Implemented function function_zeroCrossing - Implemented function handleZeroCrossing ---- Modified : /trunk/Compiler/SimCode.mo Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4613 Author: sjoelund.se Date: 15:57:32, den 1 december 2009 Message: - More RTOpts guards for MetaModelica cases ---- Modified : /trunk/Compiler/Inst.mo Revision: 4612 Author: sjoelund.se Date: 15:06:59, den 1 december 2009 Message: - Renamed C runtime metamodelica_type to modelica_metatype, to fit with Codegen standards. - DAE.IFEXP now generates a temporary so it can be used with array functions. - Disabled PartialFn13.mos since the DAE.CALL of those functions have incorrect return-type, and correct code isn't generated. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Modified : /trunk/testsuite/meta/Makefile Revision: 4611 Author: sjoelund.se Date: 11:15:42, den 1 december 2009 Message: - Disable printing "Types.matchProp debug: match prop.". Saves about 1m (20% total time) when trying to flatten double pendulum. ---- Modified : /trunk/Compiler/Types.mo Revision: 4610 Author: sjoelund.se Date: 10:39:42, den 1 december 2009 Message: - Fix compilation warnings for 08_pam/lexer.l on 64-bit platforms ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Revision: 4609 Author: adrpo Date: 10:13:57, den 1 december 2009 Message: - guard the MetaModelica lookupType in Static.elabCallArgs with true = RTOpts.acceptMetaModelicaGrammar(); as lookup is rather expensive. - in Static.elabBuiltinSmooth when smooth(0, expr) just return expr. ---- Modified : /trunk/Compiler/Static.mo Revision: 4607 Author: adrpo Date: 08:17:52, den 1 december 2009 Message: - changed from mk_scon to mmc_mk_scon as otherwise this test fails on Windows. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Revision: 4606 Author: ppriv Date: 18:29:39, den 30 november 2009 Message: - no real changes here (just to have an svn message) ---- Modified : /trunk/Compiler/omc_release Modified : /trunk/c_runtime/libf2c Revision: 4605 Author: ppriv Date: 18:24:29, den 30 november 2009 Message: - Susan indentation with '<<' is now determined by indentation of the line where is the '<<' that is, in examples: << text >> << text >> case PATTRN then << text >> the word 'text' is always indented by 2 ---- Modified : /trunk Modified : /trunk/.externalToolBuilders Modified : /trunk/Compiler/TplCodegen.mo Modified : /trunk/Compiler/TplMain.mo Modified : /trunk/Compiler/TplParser.mo Modified : /trunk/Compiler/runtime Modified : /trunk/Compiler/susan_codegen/SusanGrammar.txt Modified : /trunk/Compiler/susan_codegen/TplCodegen.mo Modified : /trunk/Compiler/susan_codegen/TplCodegen.tpl Modified : /trunk/Compiler/susan_codegen/paper.mo Modified : /trunk/Compiler/susan_codegen/paper.tpl Modified : /trunk/Compiler/susan_codegen/test.mo Modified : /trunk/Compiler/susan_codegen/test.tpl Modified : /trunk/build/bin Modified : /trunk/build/doc Modified : /trunk/build/doc/testmodels Modified : /trunk/build/include Modified : /trunk/build/lib Modified : /trunk/build/share/java Modified : /trunk/c_runtime Modified : /trunk/c_runtime/java_interface Modified : /trunk/c_runtime/libf2c Modified : /trunk/c_runtime/sendData Modified : /trunk/flat_modelica_parser/src Modified : /trunk/modelica_parser/src Revision: 4604 Author: sjoelund.se Date: 15:04:38, den 30 november 2009 Message: - Fixed code generation of _ := exp (was limited to valueblocks, but MetaModelica allows any expression there). - Added 08_pam to the testsuite ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 4603 Author: sjoelund.se Date: 13:44:41, den 30 november 2009 Message: - Also look for zero-crossings in DAELow.ARRAY_EQUATION. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/testsuite/mosfiles/Cross.mo Revision: 4602 Author: ricli576 Date: 11:40:42, den 30 november 2009 Message: Updated script that generates code for code generation test. ---- Modified : /trunk/Compiler/susan_codegen/SimCode/GenTest/generate.mos Revision: 4601 Author: ricli576 Date: 11:39:54, den 30 november 2009 Message: Added Influenza model for testing code generation. ---- Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/Influenza Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza.cpp.orig Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza.makefile.orig Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza.mo Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza_functions.cpp.orig Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza_init.txt.orig Revision: 4600 Author: ricli576 Date: 11:35:47, den 30 november 2009 Message: Cleaned up TrapezTest. ---- Deleted : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp.orig (Copy from path: /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp, Revision, 4599) Deleted : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile.orig (Copy from path: /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile, Revision, 4599) Deleted : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp.orig (Copy from path: /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp, Revision, 4599) Added : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_init.txt.orig Deleted : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp Deleted : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp Revision: 4599 Author: sjoelund.se Date: 09:38:45, den 30 november 2009 Message: - Refactoring: DAE.VALUEBLOCK(body) changed from DAE.Element to list. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Static.mo Revision: 4598 Author: sjoelund.se Date: 07:02:57, den 30 november 2009 Message: - Reverted the re-addition of the outdated configure script for Java. ---- Deleted : /trunk/c_runtime/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Revision: 4597 Author: adrpo Date: 19:42:02, den 29 november 2009 Message: - merged the template code generation from OpenModelica/branches/TemplateCodeGen into OpenModelica/trunk - below is the history from the branch Revision: 4596 Author: adrpo Date: 16:58:23, den 29 november 2009 Message: - merged r4582-4594 from OpenModelica/trunk - this is the last merge before merging this branch into OpenModelica/trunk Revision: 4594 Author: sjoelund.se Date: 16:25:30, den 27 november 2009 Message: - Moved record constructor-specific code from Static.elabCall to Static.elabCallArgs for efficiency. ---- Modified : /trunk/Compiler/Static.mo Revision: 4591 Author: sjoelund.se Date: 12:42:46, den 27 november 2009 Message: - Fix code generation for cross. ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Added : /trunk/testsuite/mofiles/Cross.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mosfiles/Cross.mo Added : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4590 Author: bjozac Date: 10:50:55, den 27 november 2009 Message: Fixed weird Lookup "bug". ---- Modified : /trunk/Compiler/Lookup.mo Revision: 4586 Author: sjoelund.se Date: 14:59:36, den 26 november 2009 Message: - Prevent generating a TYPE_SPEC_REAL_ARRAY_ARRAY; generate TYPE_SPEC_REAL_ARRAY instead ---- Modified : /trunk/Compiler/Codegen.mo Revision: 4582 Author: adrpo Date: 04:49:53, den 26 november 2009 Message: - record construction vectorization in Static.elabCallArgs + testsuite/mofiles/RecordConstructorVectorization.mo + this is used in Modelica.Media for FluidConstants. - disabled stdout printing Type mismatch in equation and changed testsuite/mosfiles/ArrayDivError.mos to match - check the +s and +showErrorMessages command line parameters and display an error if they are wrong - display the error message for the flags just once in Main.mo - added Debug.trace[ln] to print the errors unguarded by debug flags and used this functionality to print some of the failtrace guarded by true = RTOpts.debugFlag("failtrace"); This way is faster as no more building of strings happen. - beautified code and added some comments; got rid of some really old commented out RML code - added check for setDebugFlags in CevalScript.mo ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/RecordConstructorVectorization.mo Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos ---- Modified : /branches/TemplateCodeGen/Compiler/Absyn.mo Modified : /branches/TemplateCodeGen/Compiler/Algorithm.mo Modified : /branches/TemplateCodeGen/Compiler/Builtin.mo Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/Debug.mo Modified : /branches/TemplateCodeGen/Compiler/Dump.mo Modified : /branches/TemplateCodeGen/Compiler/Inst.mo Modified : /branches/TemplateCodeGen/Compiler/Lookup.mo Modified : /branches/TemplateCodeGen/Compiler/Main.mo Modified : /branches/TemplateCodeGen/Compiler/Main_stub.mo Modified : /branches/TemplateCodeGen/Compiler/Static.mo Modified : /branches/TemplateCodeGen/Compiler/Types.mo Modified : /branches/TemplateCodeGen/Compiler/runtime/rtopts.c Modified : /branches/TemplateCodeGen/c_runtime/integer_array.c Modified : /branches/TemplateCodeGen/c_runtime/integer_array.h Modified : /branches/TemplateCodeGen/c_runtime/real_array.c Modified : /branches/TemplateCodeGen/c_runtime/real_array.h Added : /branches/TemplateCodeGen/testsuite/mofiles/Cross.mo (Copy from path: /trunk/testsuite/mofiles/Cross.mo, Revision, 4595) Modified : /branches/TemplateCodeGen/testsuite/mofiles/Makefile Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordConstructorVectorization.mo (Copy from path: /trunk/testsuite/mofiles/RecordConstructorVectorization.mo, Revision, 4595) Modified : /branches/TemplateCodeGen/testsuite/mosfiles/ArrayDivError.mos Added : /branches/TemplateCodeGen/testsuite/mosfiles/Cross.mo (Copy from path: /trunk/testsuite/mosfiles/Cross.mo, Revision, 4595) Added : /branches/TemplateCodeGen/testsuite/mosfiles/Cross.mos (Copy from path: /trunk/testsuite/mosfiles/Cross.mos, Revision, 4595) Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile Revision: 4595 Author: ppriv Date: 19:04:09, den 28 november 2009 Message: a commit before move of this branch to trunk ---- Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Deleted : /branches/TemplateCodeGen/Compiler/test.mo Revision: 4593 Author: ricli576 Date: 14:49:37, den 27 november 2009 Message: Included origName cref in SIMVAR. It seems like a lot of work to handle all the names in templates. So for now we let the DAELow handle the flattening and renaming of crefs. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4589 Author: ricli576 Date: 16:09:39, den 26 november 2009 Message: Changed so that template write to file. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4588 Author: ricli576 Date: 15:51:00, den 26 november 2009 Message: Replaced string names with ComponentRef. That also enabled removal of SimCode.Equation. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4587 Author: ppriv Date: 15:42:43, den 26 november 2009 Message: Tpl.textFile() function implemented to be used in templates ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4585 Author: ricli576 Date: 12:56:34, den 26 november 2009 Message: Implemented initial equations. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4584 Author: ppriv Date: 10:20:42, den 26 november 2009 Message: some fix in .tpl ---- Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4583 Author: ricli576 Date: 09:19:28, den 26 november 2009 Message: Translated types to match refactoring in trunk. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4581 Author: adrpo Date: 16:24:34, den 25 november 2009 Message: - merged revisions r4415-4579 from OpenModelica/trunk next merge should merge from r4579 (included) to HEAD BEWARE: A LOT HAS CHANGED: Types, Exp, DAE, Algorithm were merged, so most of the record constructors are now in the DAE module. DAELow & SimCodegen & Codegen were changed so you might need to port the changes. Please verify that your code still works fine. Revision: 4579 Author: sjoelund.se Date: 15:04:16, den 25 november 2009 Message: - Added runtime functions for identity matrix - Added codegen and runtime code to cast int/real matrix to the opposite kind ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Added : /trunk/testsuite/mosfiles/Identity.mo Added : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4578 Author: petar Date: 14:41:07, den 25 november 2009 Message: -added ModUtil.makeSubscript to create a subscript from an exp. ---- Modified : /trunk/Compiler/ModUtil.mo Revision: 4576 Author: petar Date: 13:42:21, den 25 november 2009 Message: -Reset the modelicafilename string when failing to parse ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 4575 Author: sjoelund.se Date: 10:55:08, den 25 november 2009 Message: - Removed useless messages when typechecking overloaded operators. - Added support for code generation of complex types extending basic types. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mosfiles/ExtendsBasic.mo Added : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4571 Author: stebr461 Date: 16:37:40, den 24 november 2009 Message: - Cleaned up some code, partially evaluated functions should work 100% now! ---- Modified : /trunk/Compiler/PartFn.mo Revision: 4570 Author: bjozac Date: 16:06:07, den 24 november 2009 Message: Updated makefiles for vs ---- Modified : /trunk/Compiler/runtime/Makefile.vc Revision: 4569 Author: sjoelund.se Date: 16:02:29, den 24 november 2009 Message: - Changed Types.match{Type,Prop} to also take a boolean that controls the output of error messages. It should now be possible to ensure that errors are only printed if both "match(lhs,rhs)" and "match(rhs,lhs)" fails. ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Revision: 4568 Author: stebr461 Date: 13:58:12, den 24 november 2009 Message: - Function pointers and partially evaluated functions are now a default feature of Modelica (you no longer need the +d=fnptr flag or meta modelica grammar) ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Static.mo Revision: 4567 Author: wbraun Date: 12:21:20, den 24 november 2009 Message: Revision of the euler and the event handling for the euler until now only work with "if" equations. ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/solver_euler.cpp Revision: 4566 Author: stebr461 Date: 11:15:39, den 24 november 2009 Message: - Partially evaluated functions now work with recursive functions - Added a test case for this - Cleaned up old test cases ---- Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn11.mos Modified : /trunk/testsuite/meta/PartialFn12.mos Added : /trunk/testsuite/meta/PartialFn13.mo Added : /trunk/testsuite/meta/PartialFn13.mos Revision: 4565 Author: adrpo Date: 10:02:45, den 24 november 2009 Message: - set all Compiler/*.mo files to have (LF) Linux line endings, otherwise the debugger will display wrong lines. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/AbsynDep.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/BackendVarTransform_stub.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAELow_stub.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/DynLoad.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/ExpandableConnectors.mo Modified : /trunk/Compiler/Graphviz.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MMath.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/OptManager.mo Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/SimulationResults.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsyn.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/UnitChecker.mo Modified : /trunk/Compiler/UnitParserExt.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4564 Author: adrpo Date: 09:39:04, den 24 november 2009 Message: - made Connection.isRoot function non-constant in Stati.elabBuiltinIsRoot as otherwise it expects constant input arguments and generates errors of kind: "Error: No constant value for variable frame_a.R in scope Modelica.Mechanics.MultiBody.Parts.Body" - added ceval handler for rooted operator (non-existent in Modelica Specification but used in MSL) see more here: https://trac.modelica.org/Modelica/ticket/95 - more informative fail traces in Mod.mo, Types.mo, ValuesUtil.mo - speed up the fail traces from Types.mo (type checking should be faster now). - the fail traces from Types are now guided by "types" not by "failtrace" as they generate way too many messages that are not of interest. just add +d=types to bring the messages back. - more informative printing of enumerations in ValuesUtil.mo ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/ValuesUtil.mo Revision: 4563 Author: Frenkel TUD Date: 23:03:24, den 23 november 2009 Message: - enumeration: remove old code ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 4561 Author: adrpo Date: 16:12:38, den 23 november 2009 Message: - added DefaultRecordParameters.mo to test for: + records with parameter components with default values + extends in records with named modifications ---- Added : /trunk/testsuite/mofiles/DefaultRecordParameters.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4560 Author: bjozac Date: 16:03:27, den 23 november 2009 Message: Added testcase for records ---- Added : /trunk/testsuite/mofiles/EngineSAAB95Total.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4559 Author: stebr461 Date: 15:53:38, den 23 november 2009 Message: - Fixed type checking and boxing of simple types in partially evaluated functions ---- Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn11.mos Revision: 4558 Author: adrpo Date: 15:23:02, den 23 november 2009 Message: - g++ is now set as compileCommand in Compiler/runtime/settingsimpl.c Compiler/CevalScript.mo CevalScript.compileModel now matches for "g++" instead of "" - Lookup.buildRecordConstructorElts now selects the full modifier only if the component modifier is empty. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 4557 Author: adrpo Date: 14:55:19, den 23 november 2009 Message: - make sure .depend is created for all targets as otherwise you get an include error (and we would need to have .depend in Subversion). ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 4554 Author: bjozac Date: 09:00:03, den 23 november 2009 Message: removed .depend from svn ---- Modified : /trunk/Compiler Deleted : /trunk/Compiler/.depend Revision: 4553 Author: adrpo Date: 05:59:40, den 23 november 2009 Message: - beautification of dumped code in Dump.mo. + no more space before ";" in Real x ; + print the comment of the partial derivative definition: x = der(func, b, c) comment; ---- Modified : /trunk/Compiler/Dump.mo Revision: 4552 Author: adrpo Date: 05:01:34, den 23 november 2009 Message: - fixes for array modifications given on builtin attributes in functions input parameters. This component defined in a function now instantiates: input Integer sequence[3](min = {1,1,1}, max = {3,3,3}) = {1,2,3}; See testsuite/mofiles/Sequence.mo ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Sequence.mo Revision: 4551 Author: adrpo Date: 02:32:44, den 23 november 2009 Message: - reverted 2 changes from revision 4547 as otherwise ALL of the (simulation) tests fail + settingsimpl.c -> compileCommand set to "" + Lookup.mo -> modifications on record components All tests go now. We'll discuss these changes and see what we can do about them. - removed PartialFn12.mos from testsuite/meta/Makefile as it doesn't produce the correct result, 540 instead of correct 180. - corrected the help text in Main.mo with regards to the MetaModelica flag. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/testsuite/meta/Makefile Revision: 4549 Author: bjozac Date: 15:29:12, den 20 november 2009 Message: minor changes for windows make files. ---- Modified : /trunk/Compiler/modpar/Makefile.vc Modified : /trunk/Compiler/runtime/Makefile.vc Revision: 4548 Author: stebr461 Date: 13:37:21, den 20 november 2009 Message: - Fixed compiler error in cruntime ---- Modified : /trunk/c_runtime/read_write.c Revision: 4547 Author: bjozac Date: 12:40:21, den 20 november 2009 Message: Some changes for merging with MathCore Tolerance set to 1e-6 again, should not be changed! (destroys the test suite) Reading boolean return values from function return values changed. Algorithm assigns for record parameters allowed. Default compiler set to g++ Removed some errors from function generation (should be able to fail from ceval) ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/runtime/dynload.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Revision: 4545 Author: adrpo Date: 08:45:05, den 20 november 2009 Message: - fixes for some of the OMDev makefiles (Makefile.omdev.mingw) ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 4544 Author: stebr461 Date: 15:09:17, den 19 november 2009 Message: - Fixed use of partially evaulated functions in functions - Added a test case for this ---- Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/PartialFn12.mo Added : /trunk/testsuite/meta/PartialFn12.mos Revision: 4543 Author: stebr461 Date: 12:18:08, den 19 november 2009 Message: - Partially evaluated functions now works in algorithms (see PartialFn8 testcase for example) ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn8.mo Revision: 4542 Author: sjoelund.se Date: 11:03:34, den 19 november 2009 Message: - Don't recompile the walker unless something changed. ---- Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Revision: 4541 Author: sjoelund.se Date: 10:10:07, den 19 november 2009 Message: - Removed the need to set CLASSPATH when building under Linux. - Updated configure script to not check for CLASSPATH (it only checks that Java exists and can load the provided antlr). - Updated the lexer/parser makefiles to run with parallel jobs. - Warning: Due to RML creating and using .srz-files from all imported packages, parallel execution of make may in some rare cases fail. Running make again will work because the other process will have cached the srz-files. It is possible to generate all srz-files in advance at the cost of efficiency (you may not do this is parallel, and it's not necessary if the number of jobs=1). - Warning: RML drains a lot of RAM. Running "make -j" launches an unlimited number of jobs. This will eat about 20GB of RAM and possibly crash the system, so don't do this. Max 1 job per GB of RAM is recommended. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Makefile.in Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Revision: 4540 Author: adrpo Date: 19:04:29, den 18 november 2009 Message: - small fixes for the parallel Makefile.omdev.mingw* ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 4539 Author: sjoelund.se Date: 16:18:39, den 18 november 2009 Message: - Updated Compiler and c_runtime Makefiles to support make -j (for parallel execution of jobs). absyn_builder is forced to use max 1 job since those Makefiles haven't been updated yet. - omc_release and omc_debug now first create mo-files and signatures before reloading the Makefile in order to ensure that all dependencies are updated. - Removed unused imports. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 4538 Author: stebr461 Date: 13:09:28, den 18 november 2009 Message: - Fixed a bug that prevented use of function references outside functions - If you want to use function references or partially evaluated functions, compile with +d=fnptr - Fixed make clean in omc_debug, now removes .sigx files too ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/testsuite/meta/Makefile Revision: 4537 Author: adrpo Date: 12:04:53, den 18 november 2009 Message: - forgot to add this file. ---- Added : /trunk/Compiler/Makefile.common.frontend.omdev.mingw Revision: 4536 Author: adrpo Date: 11:44:24, den 18 november 2009 Message: - added operator (function)? to lexer/parser/walker but is commented out. we will uncomment it when is needed. - added operator (function)? to Absyn and SCode (not used as it doesn't come from the lexer/parser/walker) - split SCode.mo into SCode.mo and SCodeUtil.mo - remember comments from enumerations, derived, etc from Absyn into SCode - unified Ceval.cevalCallFunction to handle all types of possible function evaluation: via Cevalfunc, via dll generation, etc. - enabled Cevalfunc by default in Ceval.cevalCallFunction - added test for matrix row indexing - all tests go but meta/BuiltinReal.mo* which displays correct values but in a different way, which I think is due to evaluation via Cevalfunc. I disabled it for now. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DAE.mo Added : /trunk/Compiler/DAELow_stub.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DFA.mo Added : /trunk/Compiler/ExpandableConnectors.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/SCode.mo Added : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/testsuite/mathcore-mofiles/Makefile Added : /trunk/testsuite/mathcore-mofiles/MatrixRowIndexing.mo Modified : /trunk/testsuite/meta/Makefile Revision: 4535 Author: sjoelund.se Date: 09:54:10, den 18 november 2009 Message: - Removed public import {Exp,Types,Algorithm} so compilation of OMC is faster ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/BackendVarTransform_stub.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsyn.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4534 Author: sjoelund.se Date: 16:54:48, den 17 november 2009 Message: - Refactoring: Moved Exp.*** datatypes into DAE.mo - Removed Convert.mo workaround (at least the duplicated datatypes; DAE.VALUEBLOCK needs cleaning up) - Fixed bug in previous commit (PartFn stuff) ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4533 Author: petar Date: 14:40:42, den 17 november 2009 Message: -Finally (puhh) fixed bug with forgetting to reset modelicafilename when parse error occurs. ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 4530 Author: stebr461 Date: 11:43:01, den 17 november 2009 Message: - Function pointers now work in both Modelica and MetaModelica - Partially evaluated functions now partially works! ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/PartialFn11.mo Added : /trunk/testsuite/meta/PartialFn11.mos Revision: 4527 Author: adrpo Date: 06:28:10, den 17 november 2009 Message: - the new MetaModelica compiler discovered this type error: DAE.T_COMPLEX -> Exp.ET_COMPLEX ---- Modified : /trunk/Compiler/Inst.mo Revision: 4526 Author: Frenkel TUD Date: 00:22:01, den 17 november 2009 Message: enumeration function Integer, works only for Enumeration types not for variables ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/mofiles/Enum9.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4525 Author: sjoelund.se Date: 16:41:41, den 16 november 2009 Message: - Refactoring. Exp.Type -> Exp.ExpType (and all types in ExpType are prefixed ET_ to make it possible to put the type in DAE.mo). ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4524 Author: sjoelund.se Date: 14:55:48, den 16 november 2009 Message: - Refactoring the Types.mo types into DAE.mo ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Revision: 4523 Author: sjoelund.se Date: 13:05:17, den 16 november 2009 Message: - Added ValuesUtil.mo ---- Added : /trunk/Compiler/ValuesUtil.mo Revision: 4522 Author: sjoelund.se Date: 12:47:28, den 16 november 2009 Message: - Added missing file Compiler/runtime/SimulationResults.c. - Fixed dynload.c from the Values.mo update (forgot to make clean). ---- Added : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/dynload.c Revision: 4521 Author: sjoelund.se Date: 12:13:13, den 16 november 2009 Message: - Refactoring Values.mo into Values.mo (AST with minimal dependencies) and ValuesUtil.mo - Removed Exp.Value and part of the workaround in Convert.mo ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Values.mo Revision: 4520 Author: sjoelund.se Date: 09:32:29, den 16 november 2009 Message: - The System.readPtolemy* functions now exist in SimulationResults.mo (and System.mo no longer depends on Values.mo). ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Added : /trunk/Compiler/SimulationResults.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4519 Author: sjoelund.se Date: 08:41:36, den 16 november 2009 Message: - Re-added some now working tests from failingtests ---- Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/java/rtest Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/records/Makefile Revision: 4518 Author: adrpo Date: 06:12:53, den 16 november 2009 Message: - test for array as alias in extends added: ArrayAsAliasInExtends.mo - it also test for enumeration indexing and array declaration using enumeration ---- Added : /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4517 Author: adrpo Date: 05:47:00, den 16 november 2009 Message: - testing for array as alias added to make sure it not fails again due to newly added functionality: ArrayAsAlias.mo ---- Added : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4516 Author: adrpo Date: 04:58:17, den 16 november 2009 Message: - Fixes for extends of type which is an alias of array type. The problem was that the case in Inst.mo at line 6695 didn't match because of the annotation list! Example: type Alias = Real[3]; type Orientation extends Alias; end Orientation; ---- Modified : /trunk/Compiler/Inst.mo Revision: 4513 Author: ericmeyers Date: 17:29:52, den 14 november 2009 Message: On OS X only look for IOR in /tmp folder ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 4512 Author: ericmeyers Date: 17:27:28, den 14 november 2009 Message: Updated OS X to use Qt frameworks ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4510 Author: Frenkel TUD Date: 02:11:41, den 14 november 2009 Message: Bugfix stringnames in getName function ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 4509 Author: Frenkel TUD Date: 02:01:34, den 14 november 2009 Message: enumeration string(enum.e1) = e1 ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Added : /trunk/testsuite/mofiles/Enum8.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mosfiles/Enum8.mo Added : /trunk/testsuite/mosfiles/Enum8.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4508 Author: sjoelund.se Date: 17:18:53, den 13 november 2009 Message: - Refactoring of Algorithm.mo (the datatypes moved to DAE.mo, to simplify the other refactorings later on) ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4504 Author: Frenkel TUD Date: 09:18:03, den 13 november 2009 Message: - enumerations in packages can be found, typo corrected ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Enum4.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4503 Author: adrpo Date: 18:22:36, den 12 november 2009 Message: Merged revision 4500 Revision: 4500 Author: petar Date: 14:44:04, den 12 november 2009 Message: -Fixed bug with not resetting global file name when parser error. ---- Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/parse.cpp ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 4496 Author: sjoelund.se Date: 10:39:02, den 12 november 2009 Message: - Fixed Types.elabType for empty records. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Types.mo Revision: 4495 Author: sjoelund.se Date: 09:40:14, den 12 november 2009 Message: - Refactoring of DAE.Type - Removed DAE.Type (DAE.VAR already has a Types.Type since it's required for connectors and MetaModelica stuff). - Added DAELow.Type - a type that has truly been lowered (only INT,REAL,STRING,BOOL,ENUMERATION are allowed in DAELow). ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4493 Author: sjoelund.se Date: 11:50:35, den 11 november 2009 Message: - Do not add equations if we bind a record variable using a ceval'ed record constructor. - Do not change variability of record fields from const to param if the parent is declared param. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/testsuite/records/Makefile Added : /trunk/testsuite/records/RecordVariability.mo Revision: 4492 Author: adrpo Date: 20:38:57, den 10 november 2009 Message: - update the READMEs to document the /trunk/Compiler/VC7 move to /installers/windows/VC7 ---- Modified : /trunk/README-BUILD-RELEASE.txt Modified : /trunk/README-WIN32.txt Revision: 4491 Author: adrpo Date: 20:18:04, den 10 november 2009 Message: - moved /trunk/Compiler/VC7 to /installers/windows/VC7 ---- Added : /installers/windows/VC7 (Copy from path: /trunk/Compiler/VC7, Revision, 4490) Deleted : /trunk/Compiler/VC7 Revision: 4488 Author: adrpo Date: 20:07:08, den 10 november 2009 Message: - generated the .pdf from the latest .doc ---- Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 4487 Author: adrpo Date: 19:51:34, den 10 november 2009 Message: - if equations are printed as they now are in flat Modelica ---- Modified : /trunk/testsuite/mathcore-mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Revision: 4486 Author: adrpo Date: 19:50:42, den 10 november 2009 Message: - updates for Visual Studio projects - transform if equations after we print the DAE. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/VC7/Release/omc.pdb Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/runtime/dynload.c Revision: 4485 Author: adrpo Date: 19:46:21, den 10 november 2009 Message: - make the c_runtime compile with Visual Studio ---- Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 4483 Author: sjoelund.se Date: 15:34:31, den 10 november 2009 Message: - Refactored DAE.mo to DAE.mo (AST) and DAEUtil.mo (functions) - Fixed bug that r4481 introduced (mosfiles/simulation3.mos failed) ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Added : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4482 Author: Frenkel TUD Date: 13:26:09, den 10 november 2009 Message: - Bugfix replace "<" and "y" with W3C standard "<" and ">" ---- Modified : /trunk/Compiler/XMLDump.mo Revision: 4481 Author: Frenkel TUD Date: 13:05:03, den 10 november 2009 Message: - Bugfix index from input_names was for all zero ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 4480 Author: sjoelund.se Date: 11:06:37, den 10 november 2009 Message: - Split lookupType into 2 functions in order to call lookupClass2 only once. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Lookup.mo Revision: 4479 Author: sjoelund.se Date: 11:05:24, den 10 november 2009 Message: - Added some lines about the Java interface and where to find more examples ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 4478 Author: adrpo Date: 06:58:13, den 10 november 2009 Message: - parse equality(x := y) as is used in Main.mo ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 4477 Author: Frenkel TUD Date: 23:54:31, den 9 november 2009 Message: - enumerations part 2, new c-code generation, testcases ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/mofiles/Enum1.mo Added : /trunk/testsuite/mofiles/Enum2.mo Added : /trunk/testsuite/mofiles/Enum3.mo Added : /trunk/testsuite/mofiles/Enum4.mo Added : /trunk/testsuite/mofiles/Enum5.mo Added : /trunk/testsuite/mofiles/Enum6.mo Added : /trunk/testsuite/mofiles/Enum7.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4476 Author: petfr Date: 21:24:07, den 9 november 2009 Message: Further slight updates of OpenModelicaSystem.doc OpenModelicaSystem.pdf OpenModelicaUsersGuide.doc OpenModelicaUsersGuide.pdf including 1.5 release text. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 4474 Author: adrpo Date: 18:35:31, den 9 november 2009 Message: - fixes the last commit to compile on windows - include windows.h in systemimpl.h - moved dynload.o before libc_runtime.a in Makefile.common.omdev.mingw as otherwise you get undefined symbols ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.h Revision: 4473 Author: sjoelund.se Date: 17:21:24, den 9 november 2009 Message: - Refactoring of System.executeFunction. Moved to DynLoad.mo. The implementation has a stub for those who wish to compile OpenModelica without support for dynamic loading and execution of functions. - No Makefile was update to use the stub. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Added : /trunk/Compiler/DynLoad.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Added : /trunk/Compiler/runtime/dynload.c Added : /trunk/Compiler/runtime/dynload_stub.c Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/Compiler/runtime/systemimpl.h Revision: 4472 Author: sjoelund.se Date: 15:49:03, den 9 november 2009 Message: - Removed the algorithms and mods on the result element in the record constructor (they didn't work if the field was parameter or constant). - Added a new kind of function in the DAE, DAE.RECORD_CONSTRUCTOR, so we can handle records that contain parameters or constants. - Fixed a bug that caused Values.RECORD to have ClassInf.RECORD("package.name") instead of ClassInf.RECORD("name"), which is in use elsewhere. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/records/Makefile Added : /trunk/testsuite/records/RecordParameters.mos Modified : /trunk/testsuite/records/RecordTest.mo Revision: 4470 Author: adrpo Date: 05:31:25, den 9 november 2009 Message: - correctly build the expandable connector restriction - moved expandable to class restriction rule ---- Modified : /trunk/Compiler/absyn_builder/walker.g Revision: 4469 Author: mohsen Date: 00:06:06, den 9 november 2009 Message: interoperability section about Java and Python /Mohsen 091108 ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 4467 Author: sjoelund.se Date: 13:14:54, den 7 november 2009 Message: - Fixed a spelling error in the installation instructions for Ubuntu ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 4466 Author: adrpo Date: 06:23:10, den 7 november 2009 Message: - got rid of the compiler warning ---- Modified : /trunk/c_runtime/modelica_string.c Revision: 4465 Author: adrpo Date: 05:50:24, den 7 november 2009 Message: - do not use modpar in modpar/Makefile.omdev.mingw by default in Windows. it depends on boost and by default we don't need it. ---- Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Revision: 4464 Author: Frenkel TUD Date: 12:01:52, den 6 november 2009 Message: enumerations part 1 - what does not work - redeclaration - Integer(Enumeration) - String(Enumeration) - ... (perhaps more i have not yet finished all enumeration testcases) ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Revision: 4462 Author: adrpo Date: 00:38:49, den 6 november 2009 Message: - estimates updates for Adrian ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4460 Author: petar Date: 22:50:13, den 5 november 2009 Message: -Added listMap5 ---- Modified : /trunk/Compiler/Util.mo Revision: 4458 Author: petfr Date: 15:29:34, den 5 november 2009 Message: Removed the Bootstrapping branch merging row for the Fluid library ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4457 Author: adrpo Date: 14:41:23, den 5 november 2009 Message: - added the Workplan-status-estimates and WhatDoesNotWork documents. ---- Added : /trunk/doc/administration Added : /trunk/doc/administration/WhatDoesNotWork.xls Added : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4456 Author: stebr461 Date: 13:33:07, den 5 november 2009 Message: - Absyn.PARTEVALFUNCTION is now turned into Exp.PARTEVALFUNCTION by static ---- Modified : /trunk/Compiler/Static.mo Revision: 4455 Author: stebr461 Date: 10:23:14, den 5 november 2009 Message: - Inlining of functions now fully functional! ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Inline.mo Revision: 4454 Author: petfr Date: 08:48:38, den 5 november 2009 Message: Removed external function text in section 1.2 that was moved to chapter 7. ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 4453 Author: petfr Date: 08:29:06, den 5 november 2009 Message: Updated OpenModelicaUsersGuide.doc to include an interoperability chapter about calling C, Java, Python. In OpenModelicaSystem.doc inserted a reference to OpenModelicaAPIHowTo. Updated the contributors list in both documents. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 4451 Author: sjoelund.se Date: 18:29:44, den 4 november 2009 Message: - Added missing mosfiles for 06_advanced ---- Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos Revision: 4450 Author: sjoelund.se Date: 16:15:08, den 4 november 2009 Message: - Fixed Algorithm.makeIf to type-convert expression to Boolean (so it works for boxed Boolean values, e.g. when calling function references). - 06_advanced added to the default testsuite. Tests polymorphic functions, e.g. listMap0, listMap1. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 4449 Author: sjoelund.se Date: 15:05:53, den 4 november 2009 Message: - Convert all expressions when boxing a regular record (fixes nested records) - Fix mmc_unbox_record (off-by-one error) ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn10.mo Modified : /trunk/testsuite/meta/PartialFn10.mos Revision: 4448 Author: sjoelund.se Date: 14:16:02, den 4 november 2009 Message: - DAE.makeEquationsFromIf: Bugfix for if equations with several elseif clauses. ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Added : /trunk/testsuite/mosfiles/IfEquation2.mo Added : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4447 Author: sjoelund.se Date: 09:54:54, den 4 november 2009 Message: - Exp.T_FUNCTION_REFERENCE is now divided into _VAR and _FUNC (because the C-code generated from the CREF needs to be different). - With +g=MetaModelica, we now also generate a function with only boxed in- and output (which is used by all function references for simplicity). - Boxing of records is now performed (although it sadly fails for nested records due to ClassInf.RECORD/etc only containing a String, not a Path). - Unboxing of records works fine. Couldn't be tested on nested, boxed records. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn1.mo Modified : /trunk/testsuite/meta/PartialFn1.mos Added : /trunk/testsuite/meta/PartialFn10.mo Added : /trunk/testsuite/meta/PartialFn10.mos Revision: 4444 Author: stebr461 Date: 15:37:42, den 2 november 2009 Message: - Inlining of functions now works for functions called from within other functions - Inlining is performed on functions that fill these requirements: - One algorithm statement, which assigns values to its output - Contains annotation(Inline = true) somewhere ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 4443 Author: sjoelund.se Date: 11:08:48, den 2 november 2009 Message: - Convert.typeConvert support for DAE.FUNCTION_REFERENCE. - Added Types.POLYMORPHIC to the list of boxed datatypes. - Fixed a problem where code generation didn't filter function reference variables if they were duplicated. - It is now possible to use some higher-order polymorphic functions. The problem is functions that have in- or output non-boxed (Modelica) types. Integers work "best", since they are simply shifted 1 bit to the right in its unboxed state (compareInt still works, as does addInt, multInt returns a value 2x too high, etc). ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Revision: 4442 Author: stebr461 Date: 16:33:45, den 30 oktober 2009 Message: - Annotations in between equation items are now preserved in SCode. ---- Modified : /trunk/Compiler/SCode.mo Revision: 4441 Author: sjoelund.se Date: 16:20:50, den 30 oktober 2009 Message: - Force UNIX line endings in the Eclipse editor ---- Added : /trunk/.settings/org.eclipse.core.runtime.prefs Revision: 4439 Author: stebr461 Date: 15:13:11, den 30 oktober 2009 Message: - Comments and annotations on components are now preserved in SCode format ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4438 Author: sjoelund.se Date: 14:54:51, den 30 oktober 2009 Message: - Fixed declaring constants like list in packages using implicit instantiation ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/meta/ListInteractive.mo Modified : /trunk/testsuite/meta/ListInteractive.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Revision: 4437 Author: sjoelund.se Date: 10:01:12, den 30 oktober 2009 Message: - Fixed Types.matchSuperType for METARECORD/UNIONTYPE (was moved from Types.subtype to typeConvert) - Added Uniontype14.mos to check for this bug - Added 03_symbolicderivative to the default testsuite since it now works in OpenModelica ---- Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Added : /trunk/testsuite/meta/Uniontype14.mo Added : /trunk/testsuite/meta/Uniontype14.mos Revision: 4436 Author: stebr461 Date: 09:54:12, den 30 oktober 2009 Message: - Annotations are now preserved in SCode format in extends clauses ---- Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SCode.mo Revision: 4435 Author: sjoelund.se Date: 17:02:38, den 29 oktober 2009 Message: - mmc_unbox as macros. - Changed in cevalScript/SimCodegen generation of functions. - We now generate all metarecords of referenced uniontypes instead of only the ones created by a METARECORDCALL. This is necessary due to the possibility of external functions (lexers/parsers) generating these structures. It kinda worked before, but was a bit of a hack. - Codegen.getFunctionCalls(exps), etc renamed to getMatchingExps(exps, matchCalls). ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Revision: 4434 Author: stebr461 Date: 14:15:37, den 29 oktober 2009 Message: - Missing file from previous commit ---- Added : /trunk/Compiler/Inline.mo Revision: 4433 Author: stebr461 Date: 14:15:15, den 29 oktober 2009 Message: - Comments and annotations in equations are now preserved in SCode format. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/SCode.mo Revision: 4432 Author: Frenkel TUD Date: 23:37:09, den 28 oktober 2009 Message: - improve comments in DALow. ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4431 Author: Frenkel TUD Date: 22:24:45, den 28 oktober 2009 Message: - rewrite sign function as macro, add testcase Sign in mosfiles ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/Sign.mo Added : /trunk/testsuite/mosfiles/Sign.mos Revision: 4430 Author: Frenkel TUD Date: 17:06:17, den 28 oktober 2009 Message: - move sign into utility.c ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Revision: 4429 Author: stebr461 Date: 16:56:19, den 28 oktober 2009 Message: - inline annotations are now preserved as a flag in Exp.CALL ---- Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/VarTransform.mo Revision: 4427 Author: adrpo Date: 15:46:33, den 28 oktober 2009 Message: - reverted the changes from revision r4419 as some of the models in the testsuite fail. - disabled Java testing for now as there are still some problems with it. ---- Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/Makefile Revision: 4426 Author: Frenkel TUD Date: 15:01:55, den 28 oktober 2009 Message: - implement sign function (maybe another place is better?) ---- Modified : /trunk/c_runtime/modelica.h Revision: 4425 Author: adrpo Date: 14:48:15, den 28 oktober 2009 Message: - new changes by MathCore broke this test as the warning message has changed. ---- Modified : /trunk/testsuite/mosfiles/Initialization.mos Revision: 4424 Author: petar Date: 13:25:40, den 28 oktober 2009 Message: -Merged -r 4222 from MathCoreOSMC branch (connect two-dimensional array of components) ---- Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Types.mo Revision: 4420 Author: sjoelund.se Date: 11:30:03, den 28 oktober 2009 Message: - Changed CevalScript to generate C code that looks more like the simulation code. We now put all the headers before the bodies so we can have cycles in call graphs. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/java/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.omc Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mo Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4419 Author: stebr461 Date: 09:12:14, den 28 oktober 2009 Message: - Equation annotations are now preserved ---- Modified : /trunk/Compiler/SCode.mo Revision: 4418 Author: stebr461 Date: 08:27:31, den 28 oktober 2009 Message: - Fixed encoding issues ---- Modified : /trunk/.settings/org.eclipse.core.resources.prefs Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/c_runtime/java_interface/modelica_java.jar Revision: 4417 Author: sjoelund.se Date: 06:39:28, den 28 oktober 2009 Message: - Hopefully fixes strcmp not returning only {-1,0,1} on some platforms (it messes with the testsuite) ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 4415 Author: adrpo Date: 23:12:41, den 27 oktober 2009 Message: - due to changes by Martin S. to Compile.bat copying of MinGW to build directory is no longer required! ---- Modified : /trunk/README-OMDev-MINGW.txt ---- Modified : /branches/TemplateCodeGen/.settings/org.eclipse.core.resources.prefs Added : /branches/TemplateCodeGen/.settings/org.eclipse.core.runtime.prefs (Copy from path: /trunk/.settings/org.eclipse.core.runtime.prefs, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler Modified : /branches/TemplateCodeGen/Compiler/Absyn.mo Modified : /branches/TemplateCodeGen/Compiler/AbsynDep.mo Modified : /branches/TemplateCodeGen/Compiler/Algorithm.mo Modified : /branches/TemplateCodeGen/Compiler/BackendVarTransform.mo Modified : /branches/TemplateCodeGen/Compiler/BackendVarTransform_stub.mo Modified : /branches/TemplateCodeGen/Compiler/Builtin.mo Modified : /branches/TemplateCodeGen/Compiler/Ceval.mo Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo Modified : /branches/TemplateCodeGen/Compiler/CevalScript_stub.mo Modified : /branches/TemplateCodeGen/Compiler/Cevalfunc.mo Modified : /branches/TemplateCodeGen/Compiler/ClassInf.mo Modified : /branches/TemplateCodeGen/Compiler/ClassLoader.mo Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/Connect.mo Modified : /branches/TemplateCodeGen/Compiler/ConnectionGraph.mo Modified : /branches/TemplateCodeGen/Compiler/Constants.mo Modified : /branches/TemplateCodeGen/Compiler/Convert.mo Modified : /branches/TemplateCodeGen/Compiler/Corba.mo Modified : /branches/TemplateCodeGen/Compiler/DAE.mo Modified : /branches/TemplateCodeGen/Compiler/DAEEXT.mo Modified : /branches/TemplateCodeGen/Compiler/DAELow.mo Added : /branches/TemplateCodeGen/Compiler/DAELow_stub.mo (Copy from path: /trunk/Compiler/DAELow_stub.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/DAEQuery.mo Added : /branches/TemplateCodeGen/Compiler/DAEUtil.mo (Copy from path: /trunk/Compiler/DAEUtil.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/DFA.mo Modified : /branches/TemplateCodeGen/Compiler/Debug.mo Modified : /branches/TemplateCodeGen/Compiler/Derive.mo Modified : /branches/TemplateCodeGen/Compiler/Derive_stub.mo Modified : /branches/TemplateCodeGen/Compiler/Dump.mo Modified : /branches/TemplateCodeGen/Compiler/DumpGraphviz.mo Added : /branches/TemplateCodeGen/Compiler/DynLoad.mo (Copy from path: /trunk/Compiler/DynLoad.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/Env.mo Modified : /branches/TemplateCodeGen/Compiler/Error.mo Modified : /branches/TemplateCodeGen/Compiler/ErrorExt.mo Modified : /branches/TemplateCodeGen/Compiler/Exp.mo Added : /branches/TemplateCodeGen/Compiler/ExpandableConnectors.mo (Copy from path: /trunk/Compiler/ExpandableConnectors.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/Graphviz.mo Modified : /branches/TemplateCodeGen/Compiler/HashTable.mo Modified : /branches/TemplateCodeGen/Compiler/HashTable2.mo Modified : /branches/TemplateCodeGen/Compiler/HashTable3.mo Modified : /branches/TemplateCodeGen/Compiler/HashTable4.mo Modified : /branches/TemplateCodeGen/Compiler/HashTable5.mo Modified : /branches/TemplateCodeGen/Compiler/HashTableCG.mo Added : /branches/TemplateCodeGen/Compiler/Inline.mo (Copy from path: /trunk/Compiler/Inline.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/Inst.mo Modified : /branches/TemplateCodeGen/Compiler/InstanceHierarchy.mo Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Modified : /branches/TemplateCodeGen/Compiler/Lookup.mo Modified : /branches/TemplateCodeGen/Compiler/MMath.mo Modified : /branches/TemplateCodeGen/Compiler/Main.mo Modified : /branches/TemplateCodeGen/Compiler/Main_stub.mo Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Added : /branches/TemplateCodeGen/Compiler/Makefile.common.frontend.omdev.mingw (Copy from path: /trunk/Compiler/Makefile.common.frontend.omdev.mingw, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.w32 Modified : /branches/TemplateCodeGen/Compiler/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/Makefile.w32 Modified : /branches/TemplateCodeGen/Compiler/MetaUtil.mo Modified : /branches/TemplateCodeGen/Compiler/Mod.mo Modified : /branches/TemplateCodeGen/Compiler/ModUtil.mo Modified : /branches/TemplateCodeGen/Compiler/OptManager.mo Modified : /branches/TemplateCodeGen/Compiler/Parser.mo Modified : /branches/TemplateCodeGen/Compiler/PartFn.mo Modified : /branches/TemplateCodeGen/Compiler/Patternm.mo Modified : /branches/TemplateCodeGen/Compiler/Prefix.mo Modified : /branches/TemplateCodeGen/Compiler/Print.mo Modified : /branches/TemplateCodeGen/Compiler/RTOpts.mo Modified : /branches/TemplateCodeGen/Compiler/Refactor.mo Modified : /branches/TemplateCodeGen/Compiler/SCode.mo Added : /branches/TemplateCodeGen/Compiler/SCodeUtil.mo (Copy from path: /trunk/Compiler/SCodeUtil.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/Settings.mo Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo Added : /branches/TemplateCodeGen/Compiler/SimulationResults.mo (Copy from path: /trunk/Compiler/SimulationResults.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/Socket.mo Modified : /branches/TemplateCodeGen/Compiler/Static.mo Modified : /branches/TemplateCodeGen/Compiler/System.mo Modified : /branches/TemplateCodeGen/Compiler/TaskGraph.mo Modified : /branches/TemplateCodeGen/Compiler/TaskGraphExt.mo Modified : /branches/TemplateCodeGen/Compiler/Types.mo Modified : /branches/TemplateCodeGen/Compiler/UnitAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/UnitAbsynBuilder.mo Modified : /branches/TemplateCodeGen/Compiler/UnitChecker.mo Modified : /branches/TemplateCodeGen/Compiler/UnitParserExt.mo Modified : /branches/TemplateCodeGen/Compiler/Util.mo Deleted : /branches/TemplateCodeGen/Compiler/VC7 Modified : /branches/TemplateCodeGen/Compiler/Values.mo Added : /branches/TemplateCodeGen/Compiler/ValuesUtil.mo (Copy from path: /trunk/Compiler/ValuesUtil.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/VarTransform.mo Modified : /branches/TemplateCodeGen/Compiler/XMLDump.mo Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/parse.cpp Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/walker.g Modified : /branches/TemplateCodeGen/Compiler/modpar/Makefile.vc Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/omc_frontend/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.vc Added : /branches/TemplateCodeGen/Compiler/runtime/SimulationResults.c (Copy from path: /trunk/Compiler/runtime/SimulationResults.c, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/runtime/corbaimpl.cpp Added : /branches/TemplateCodeGen/Compiler/runtime/dynload.c (Copy from path: /trunk/Compiler/runtime/dynload.c, Revision, 4575) Added : /branches/TemplateCodeGen/Compiler/runtime/dynload_stub.c (Copy from path: /trunk/Compiler/runtime/dynload_stub.c, Revision, 4575) Modified : /branches/TemplateCodeGen/Compiler/runtime/settingsimpl.c Modified : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.c Added : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.h (Copy from path: /trunk/Compiler/runtime/systemimpl.h, Revision, 4575) Modified : /branches/TemplateCodeGen/Makefile.in Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/OMNotebook/ext/Makefile Modified : /branches/TemplateCodeGen/OMShell/Makefile Modified : /branches/TemplateCodeGen/README-BUILD-RELEASE.txt Modified : /branches/TemplateCodeGen/README-WIN32.txt Modified : /branches/TemplateCodeGen/README.Cygwin.or.Linux.txt Modified : /branches/TemplateCodeGen/c_runtime/Makefile Modified : /branches/TemplateCodeGen/c_runtime/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/c_runtime/integer_array.c Modified : /branches/TemplateCodeGen/c_runtime/integer_array.h Modified : /branches/TemplateCodeGen/c_runtime/java_interface/modelica_java.jar Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica.c Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica.h Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica_builtin.cpp Modified : /branches/TemplateCodeGen/c_runtime/modelica.h Modified : /branches/TemplateCodeGen/c_runtime/modelica_string.c Modified : /branches/TemplateCodeGen/c_runtime/modelica_string.h Modified : /branches/TemplateCodeGen/c_runtime/read_write.c Modified : /branches/TemplateCodeGen/c_runtime/read_write.h Modified : /branches/TemplateCodeGen/c_runtime/real_array.c Modified : /branches/TemplateCodeGen/c_runtime/real_array.h Modified : /branches/TemplateCodeGen/c_runtime/simulation_events.cpp Modified : /branches/TemplateCodeGen/c_runtime/simulation_events.h Modified : /branches/TemplateCodeGen/c_runtime/solver_euler.cpp Modified : /branches/TemplateCodeGen/c_runtime/utility.c Modified : /branches/TemplateCodeGen/c_runtime/utility.h Modified : /branches/TemplateCodeGen/configure Modified : /branches/TemplateCodeGen/configure.in Modified : /branches/TemplateCodeGen/doc/OpenModelicaSystem.doc Modified : /branches/TemplateCodeGen/doc/OpenModelicaSystem.pdf Modified : /branches/TemplateCodeGen/doc/OpenModelicaUsersGuide.doc Modified : /branches/TemplateCodeGen/doc/OpenModelicaUsersGuide.pdf Added : /branches/TemplateCodeGen/doc/administration (Copy from path: /trunk/doc/administration, Revision, 4575) Replacing : /branches/TemplateCodeGen/doc/administration/WhatDoesNotWork.xls (Copy from path: /trunk/doc/administration/WhatDoesNotWork.xls, Revision, 4575) Replacing : /branches/TemplateCodeGen/doc/administration/Workplan-status-estimates.xls (Copy from path: /trunk/doc/administration/Workplan-status-estimates.xls, Revision, 4575) Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/Makefile.in Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_parser.g Modified : /branches/TemplateCodeGen/modelica_parser/src/Makefile.in Modified : /branches/TemplateCodeGen/modelica_parser/src/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_lexer.g Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_parser.g Modified : /branches/TemplateCodeGen/testsuite/Makefile Modified : /branches/TemplateCodeGen/testsuite/java/Makefile Modified : /branches/TemplateCodeGen/testsuite/java/rtest Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/Makefile Added : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/MatrixRowIndexing.mo (Copy from path: /trunk/testsuite/mathcore-mofiles/MatrixRowIndexing.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/testsuite/meta/ListInteractive.mo Modified : /branches/TemplateCodeGen/testsuite/meta/ListInteractive.mos Modified : /branches/TemplateCodeGen/testsuite/meta/Makefile Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.omc, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos, Revision, 4575) Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos, Revision, 4575) Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/common.rml Modified : /branches/TemplateCodeGen/testsuite/meta/PartialFn1.mo Modified : /branches/TemplateCodeGen/testsuite/meta/PartialFn1.mos Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn10.mo (Copy from path: /trunk/testsuite/meta/PartialFn10.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn10.mos (Copy from path: /trunk/testsuite/meta/PartialFn10.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn11.mo (Copy from path: /trunk/testsuite/meta/PartialFn11.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn11.mos (Copy from path: /trunk/testsuite/meta/PartialFn11.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn12.mo (Copy from path: /trunk/testsuite/meta/PartialFn12.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn12.mos (Copy from path: /trunk/testsuite/meta/PartialFn12.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn13.mo (Copy from path: /trunk/testsuite/meta/PartialFn13.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn13.mos (Copy from path: /trunk/testsuite/meta/PartialFn13.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype14.mo (Copy from path: /trunk/testsuite/meta/Uniontype14.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype14.mos (Copy from path: /trunk/testsuite/meta/Uniontype14.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAsAlias.mo (Copy from path: /trunk/testsuite/mofiles/ArrayAsAlias.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAsAliasInExtends.mo (Copy from path: /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/DefaultRecordParameters.mo (Copy from path: /trunk/testsuite/mofiles/DefaultRecordParameters.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/EngineSAAB95Total.mo (Copy from path: /trunk/testsuite/mofiles/EngineSAAB95Total.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum1.mo (Copy from path: /trunk/testsuite/mofiles/Enum1.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum2.mo (Copy from path: /trunk/testsuite/mofiles/Enum2.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum3.mo (Copy from path: /trunk/testsuite/mofiles/Enum3.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum4.mo (Copy from path: /trunk/testsuite/mofiles/Enum4.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum5.mo (Copy from path: /trunk/testsuite/mofiles/Enum5.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum6.mo (Copy from path: /trunk/testsuite/mofiles/Enum6.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum7.mo (Copy from path: /trunk/testsuite/mofiles/Enum7.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum8.mo (Copy from path: /trunk/testsuite/mofiles/Enum8.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum9.mo (Copy from path: /trunk/testsuite/mofiles/Enum9.mo, Revision, 4575) Modified : /branches/TemplateCodeGen/testsuite/mofiles/Makefile Added : /branches/TemplateCodeGen/testsuite/mofiles/Sequence.mo (Copy from path: /trunk/testsuite/mofiles/Sequence.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/Enum8.mo (Copy from path: /trunk/testsuite/mosfiles/Enum8.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/Enum8.mos (Copy from path: /trunk/testsuite/mosfiles/Enum8.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/ExtendsBasic.mo (Copy from path: /trunk/testsuite/mosfiles/ExtendsBasic.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/ExtendsBasic.mos (Copy from path: /trunk/testsuite/mosfiles/ExtendsBasic.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/FunctionIndirectRecursion.mo (Copy from path: /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/FunctionIndirectRecursion.mos (Copy from path: /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/FunctionIndirectRecursion2.mos (Copy from path: /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/Identity.mo (Copy from path: /trunk/testsuite/mosfiles/Identity.mo, Revision, 4579) Added : /branches/TemplateCodeGen/testsuite/mosfiles/Identity.mos (Copy from path: /trunk/testsuite/mosfiles/Identity.mos, Revision, 4579) Added : /branches/TemplateCodeGen/testsuite/mosfiles/IfEquation2.mo (Copy from path: /trunk/testsuite/mosfiles/IfEquation2.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/IfEquation2.mos (Copy from path: /trunk/testsuite/mosfiles/IfEquation2.mos, Revision, 4575) Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Initialization.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile Added : /branches/TemplateCodeGen/testsuite/mosfiles/Sign.mo (Copy from path: /trunk/testsuite/mosfiles/Sign.mo, Revision, 4575) Added : /branches/TemplateCodeGen/testsuite/mosfiles/Sign.mos (Copy from path: /trunk/testsuite/mosfiles/Sign.mos, Revision, 4575) Modified : /branches/TemplateCodeGen/testsuite/records/Makefile Added : /branches/TemplateCodeGen/testsuite/records/RecordParameters.mos (Copy from path: /trunk/testsuite/records/RecordParameters.mos, Revision, 4575) Modified : /branches/TemplateCodeGen/testsuite/records/RecordTest.mo Added : /branches/TemplateCodeGen/testsuite/records/RecordVariability.mo (Copy from path: /trunk/testsuite/records/RecordVariability.mo, Revision, 4575) Revision: 4580 Author: ricli576 Date: 15:47:34, den 25 november 2009 Message: Replaced expExp with expression. ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4577 Author: ricli576 Date: 14:01:25, den 25 november 2009 Message: Generate residual equations. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4574 Author: ricli576 Date: 10:26:35, den 25 november 2009 Message: Partitioned equations further and replaced varname with SimVar in equations. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4573 Author: ppriv Date: 18:43:14, den 24 november 2009 Message: new Susan syntax sugar for : contCase(String tst) ::= case "a" case "b" case "bb" case "c" then "hej" case "d" then "Hej!" is same as contCase(String tst) ::= case "a" then "hej" case "b" then "hej" case "bb" then "hej" case "c" then "hej" case "d" then "Hej!" It works also with field bindings ... implemented on syntax/symbolic level. ---- Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Revision: 4572 Author: ricli576 Date: 16:38:37, den 24 november 2009 Message: Made HelloWorld example compile with generated code. Lots of things are still not implemented. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4562 Author: ppriv Date: 17:57:44, den 23 november 2009 Message: A commit before the Susan error reporting upgrade ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Revision: 4550 Author: ppriv Date: 21:40:13, den 20 november 2009 Message: - Susan can use Text buffers now - TrapezTestTotal_functions.cpp is generated except in_ functions - System.tmpTick and System.tmpTickReset added to support temporary variable names generation directly from Susan program ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/System.mo Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.c Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw Revision: 4546 Author: ricli576 Date: 10:38:19, den 20 november 2009 Message: Refactored and implemented eventCheckingCode, residualStateComputation, modelOutputFunction, and modelInputFunction. Refactor was mainly replacing > with \>. ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4511 Author: ricli576 Date: 09:39:09, den 14 november 2009 Message: Fixed comma bug. Used the <[x,y,z] ",\n"> pattern. ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4507 Author: ricli576 Date: 15:43:52, den 13 november 2009 Message: Implemented filling of var_attr array. The ending comma error is present here as well. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4506 Author: ricli576 Date: 13:44:52, den 13 november 2009 Message: Implemented filling of init_fixed array. There is a comma related bug in the generated code to be fixed later. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4505 Author: ricli576 Date: 09:45:11, den 13 november 2009 Message: Refactored. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4502 Author: ricli576 Date: 15:45:12, den 12 november 2009 Message: Fixed bug in extraction of variables. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Revision: 4499 Author: ricli576 Date: 14:09:20, den 12 november 2009 Message: Reversed lists to produce correct soring of names and comments. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Revision: 4498 Author: ricli576 Date: 11:40:51, den 12 november 2009 Message: Removed quotes from generated comments. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Revision: 4497 Author: ricli576 Date: 11:03:44, den 12 november 2009 Message: Refactored extraction of variable information. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4494 Author: ppriv Date: 13:05:03, den 11 november 2009 Message: tpl codegen - a complete functions header part for TrapezTest ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4484 Author: ppriv Date: 16:41:58, den 10 november 2009 Message: tpl codegen - functions headers of TrapezTest are generated, see elaborateFunctions() function and functionsCpp() template - little refactoring of test folders, TrapezTest has its own generate.mos - +d options tpl1 and tpl2 for test branches, and tplgen_ to prepend a tplgen_ prefix to generated files (when .orig is postfix, my syntax highlighting is not working, so I chose a prefix for tpl generated files instead) ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.cpp Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.makefile Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.mo Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_functions.cpp Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_init.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/generate.mos Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.makefile Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.mo Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/Makefile Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw Revision: 4475 Author: ricli576 Date: 20:57:07, den 9 november 2009 Message: Started to implement root template and root data structure. The HelloWorld model can now be partially translated with SimCodeC.tpl templates. The .orig files can be used to compare generated output with what it is supposed to be. The .orig files were generated with the current code generator. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.cpp.orig Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.makefile.orig Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld_functions.cpp.orig Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld_init.txt.orig Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4471 Author: ppriv Date: 14:08:09, den 9 november 2009 Message: tpl codegen - ModelInfo use in template ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4468 Author: ppriv Date: 22:08:58, den 8 november 2009 Message: tpl codegen: - typesExpType translation from Types.Type -> Exp.Type function - resultStruct template ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4463 Author: ppriv Date: 10:07:24, den 6 november 2009 Message: tpl codegen - expType template ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4452 Author: ppriv Date: 18:53:39, den 4 november 2009 Message: tpl codegen: - recordDeclaration template in SimCodeC.tpl - omc.exe +d=failtrace file.tpl now reports errors ---- Modified : /branches/TemplateCodeGen/Compiler/Main.mo Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Revision: 4446 Author: ppriv Date: 14:45:14, den 3 november 2009 Message: GenTest: - a function generated ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp Revision: 4445 Author: ppriv Date: 14:00:09, den 3 november 2009 Message: SimCode.mo - additions to statemets ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Revision: 4421 Author: ppriv Date: 12:11:35, den 28 oktober 2009 Message: TrapezTestTotal.mo translation - successful 3. - after merging with trunk ---- Modified : /branches/TemplateCodeGen/Compiler/omc_release Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/build/include Modified : /branches/TemplateCodeGen/build/share/java Modified : /branches/TemplateCodeGen/c_runtime/java_interface Revision: 4416 Author: adrpo Date: 00:45:53, den 28 oktober 2009 Message: - merged all modifications from OpenModelica/trunk revisions 4361 to 4415 Revision: 4415 Author: adrpo Date: 23:12:41, den 27 oktober 2009 Message: - due to changes by Martin S. to Compile.bat copying of MinGW to build directory is no longer required! ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 4410 Author: sjoelund.se Date: 16:41:51, den 27 oktober 2009 Message: - Adding the magical Eclipse-project encoding fix (so Linköping doesn't turn into UTF-8 whenever a Linux developer commits) ---- Added : /trunk/.settings Added : /trunk/.settings/org.eclipse.core.resources.prefs Revision: 4409 Author: sjoelund.se Date: 16:23:40, den 27 oktober 2009 Message: - Spelling error ---- Modified : /trunk/c_runtime/java_interface/Makefile.common Revision: 4408 Author: sjoelund.se Date: 16:20:39, den 27 oktober 2009 Message: - Adding modelica_java.jar to the repository (so JDK isn't required to compile OpenModelica) - Adding c_runtime/java_interface to the default make system. (If no JDK is installed, modelica_java.jar is simply copied to /build/...) ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.common Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Added : /trunk/c_runtime/java_interface/modelica_java.jar Revision: 4407 Author: stebr461 Date: 15:49:38, den 27 oktober 2009 Message: - Annotations are now preserved in SCode format - make clean now removes .sigx files ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Revision: 4406 Author: sjoelund.se Date: 14:55:18, den 27 oktober 2009 Message: - Fixed f2c.h (2006 release of f2c fixed a 64-bit bug) and matrix.h (used long int* instead of integer* defined in f2c.h) - 64-bit Linux can now be used to pass all testcases ---- Modified : /trunk/c_runtime/daux.c Modified : /trunk/c_runtime/ddasrt.c Modified : /trunk/c_runtime/f2c.h Modified : /trunk/c_runtime/hybrd.c Modified : /trunk/c_runtime/libf2c/f2c.h Modified : /trunk/c_runtime/matrix.h Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Revision: 4405 Author: sjoelund.se Date: 12:23:43, den 27 oktober 2009 Message: - JarCreator: Transforms backslashes of paths in zip-files to frontslashes. That way both javac.exe and java.exe work properly in Windows. - testsuite/java/JavaExt.java: Escape the string so backslashes are parsed by OpenModelica. - testsuite/{java,records}/rtest: Changed to an rtest that is not parallelized since Windows dll's hate that. (Also updated the mos-files since the old one requires // endResult - testsuite/java/Makefile: Better Windows-support using JAVA_HOME - c_runtime/java_interface/Makefile*: Better Windows-support using JAVA_HOME ---- Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.common Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java Modified : /trunk/testsuite/java/JavaExt.java Modified : /trunk/testsuite/java/JavaExt.mos Modified : /trunk/testsuite/java/JavaExtArrays.mos Modified : /trunk/testsuite/java/JavaExtInteractive.mos Modified : /trunk/testsuite/java/JavaExtRecord.mos Modified : /trunk/testsuite/java/JavaTest.mos Modified : /trunk/testsuite/java/Makefile Modified : /trunk/testsuite/java/rtest Modified : /trunk/testsuite/records/rtest Revision: 4402 Author: adrpo Date: 09:08:12, den 27 oktober 2009 Message: - made parser/walker/Absyn.mo/Dump.mo to handle failure and equality in the algorithm section - do not dive into DERIVED classes when querying internal classes in Interactive.mo; is not correct to dive into derived classes and if we do then we run into stack overflow; Example: lookup of Env.Env in Env.Env. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 4401 Author: adrpo Date: 06:55:01, den 27 oktober 2009 Message: - merged revision 4399 from branches/MathCoreOSMC Revision: 4399 Author: otto@mathcore.com Date: 18:14:37, den 26 oktober 2009 Message: Switched to using CRITICAL_SECTION instead mutexes on windows since it is quicker. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/corbaimpl.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication_impl.cpp ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Revision: 4400 Author: Frenkel TUD Date: 23:07:44, den 26 oktober 2009 Message: - sort non scalar variables and known variables befor indexcalculation; aim: code generation write all elements from the non scalar variable in one memory block ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4397 Author: sjoelund.se Date: 15:47:58, den 26 oktober 2009 Message: - Fixed the testsuite Makefile (missed a backslash at the end) - Merged getDefinitions Interactive API function from the Bootstrapping branch - Fixed some of the Java-related issues OMC has in Windows (don't try to fprintf to stderr before calling abort() - in Windows the string will not get printed) - It will be necessary to set JAVA_HOME to a JDK if you want to run the java testsuite in Windows. If you call "java" directly, it will load Java from system32, which is a JRE and not a JDK (which means you can't call javac from it). Why Sun decided to install both JRE and JDK by default when downloading a JDK, I do not know. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/java_interface.h Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/java/GetDefinitions.mos Modified : /trunk/testsuite/java/JavaTest.mos Revision: 4393 Author: sjoelund.se Date: 09:14:23, den 26 oktober 2009 Message: - Using Ceval.cevalCallFunction record constructor instead of cevalFunction - Enabled testsuite/records as a default test to run as it now works ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/records/Makefile Modified : /trunk/testsuite/records/NestedRecordTestInput.mos Revision: 4392 Author: adrpo Date: 23:46:18, den 25 oktober 2009 Message: - due to the connect changes these tests needed update ---- Modified : /trunk/testsuite/mathcore-mofiles/Connect15.mo Modified : /trunk/testsuite/mofiles/Connect15.mo Revision: 4391 Author: adrpo Date: 23:40:59, den 25 oktober 2009 Message: - merged latest modifications from branches/MathCoreOSMC Revision: 4385 Author: bjozac Date: 11:48:50, den 23 oktober 2009 Message: Added support for un-connected arrays of connectors a.b_connector[:].c This did not generate zero equations for flow variables. ---- Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo ---- Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Env.mo Revision: 4390 Author: adrpo Date: 23:19:50, den 25 oktober 2009 Message: - delete the .sigx files on clean otherwise another build will fail. ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 4389 Author: adrpo Date: 21:35:35, den 25 oktober 2009 Message: - added quotes around $OPENMODELICAHOME/include as otherwise includes doesn't work. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/common.omc Revision: 4388 Author: Frenkel TUD Date: 14:58:46, den 24 oktober 2009 Message: - Bugfix Build with MSVC ---- Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4387 Author: sjoelund.se Date: 16:14:50, den 23 oktober 2009 Message: - Updated the Makefiles to only run rml2sig/rmldep-new.sh if the file changes (the .sig-file does not always update in order to avoid re-compiling all files depending on the source unless the interface changes). We now also generate a dummy .sigx file which only tells us when rmldep was last run. If you change a lot of files (over time, lots of re-compilations), but never change the function interfaces, this can reduce the compile time by over a minute. ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 4386 Author: sjoelund.se Date: 15:42:03, den 23 oktober 2009 Message: - Enabled the MetaModelica testsuite by default since the tests now work (even in Windows) - Merged Bootstrapping branch Revision: 4372 "Some changes for polymorphic function references" - Inst.addComponentsToEnv: Re-added capability for TCOMPLEX types to be instantiated - Inst.instEquation2: Added capability for equation-matching of MetaModelica types (needed because record modifications bind the result using equations) - Types.valuesToMods: Uses typeofValue and valueExp when converting records (they handle metarecords as well) - Added instructions for the MetaModelica Course ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/meta/BuiltinList.mos Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt Deleted : /trunk/testsuite/meta/MetaModelicaDev/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/Makefile, Revision, 4380) Deleted : /trunk/testsuite/meta/MetaModelicaDev/README.txt Deleted : /trunk/testsuite/meta/MetaModelicaDev/common.mk Added : /trunk/testsuite/meta/MetaModelicaDev/common.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/common.mk, Revision, 4380) Added : /trunk/testsuite/meta/MetaModelicaDev/documentation Added : /trunk/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt Added : /trunk/testsuite/meta/MetaModelicaDev/eclipse.bat Modified : /trunk/testsuite/meta/PartialFn9.mos Modified : /trunk/testsuite/meta/TupleInteractive.mos Revision: 4382 Author: sjoelund.se Date: 12:30:55, den 21 oktober 2009 Message: - Added the new MetaModelica course exercise 00_simplesim to the MetaModelicaDev folder. ---- Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/.project Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/SOLUTION.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo, Revision, 4381) Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/README.txt Revision: 4381 Author: sjoelund.se Date: 09:41:55, den 21 oktober 2009 Message: - Added Eclipse projects for the MetaModelicaDev exercises and examples - Added the working 03_symbolicderivative exercise ---- Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.project Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.classpath Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.project Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml Deleted : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.h Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Deleted : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.c Modified : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.h Revision: 4380 Author: sjoelund.se Date: 13:46:36, den 20 oktober 2009 Message: - Added MetaModelicaDev ex 06 through 11. Modified 03 through 11 to compile and run on latest OMDEV ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile, Revision, 4375) Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile, Revision, 4375) Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile, Revision, 4375) Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseRML.c Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Functions.mo Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.txt Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Types.mo Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Input.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/InputRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/ParseRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Mcode.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/ParseRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Absyn.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCode.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/ParseRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/TCode.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.c Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.h Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.h Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.h Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/petrol.h Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.out Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/big.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/cirkel.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/codtest.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/factorial.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/fib.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/math.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/stdio.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/params.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/parstest1.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/qsort.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/quadtest.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/return.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/semtest1.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/sieve.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/stone.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/testmath.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/a.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/b.d Modified : /trunk/testsuite/meta/MetaModelicaDev/common.mk Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Revision: 4375 Author: sjoelund.se Date: 10:40:11, den 20 oktober 2009 Message: - Renamed the MetaModelicaDev testcases according to the new order in the course ---- Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_assignment Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_symdiff, Revision, 4373) Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Makefile, Revision, 4373) Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_assignment, Revision, 4373) Deleted : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype Deleted : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype, Revision, 4373) Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype, Revision, 4373) Deleted : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff Revision: 4373 Author: sjoelund.se Date: 09:41:33, den 20 oktober 2009 Message: - Updated the meta/MetaModelicaDev testsuite to also contain Makefiles for RML (01, 02a and 02b so far). RML is still used in the course, but the old zip contains outdated syntax and Makefiles. - The new RML Makefiles will check whether OMDEV is installed. If it is not, it will assume Linux is used and RML is installed on the path. No more separate Makefile for Linux and Windows. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SOLUTION.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff, Revision, 4372) Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Exp.mo (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/Exp.mo, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Makefile.rml Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/SOLUTION.mos (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/SOLUTION.mos, Revision, 4372) Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/lexer.l (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/lexer.l, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/main.c Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/parser.y (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/parser.y, Revision, 4372) Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/program.txt (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/program.txt, Revision, 4372) Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/common.rml Added : /trunk/testsuite/meta/MetaModelicaDev/rml Added : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.c Added : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.h Revision: 4371 Author: sjoelund.se Date: 14:52:01, den 19 oktober 2009 Message: - Fixed MetaModelica crefs to function names containing underscores ---- Modified : /trunk/Compiler/Codegen.mo Revision: 4370 Author: sjoelund.se Date: 14:01:15, den 19 oktober 2009 Message: - Merged revisions 3852-4247 of the Bootstrapping branch - Support for external Java functions - Typed Java interface to OpenModelica functions using CORBA - Improved MetaModelica list,tuple,option,uniontype implementations - MetaModelica matchcontinue expressions - MetaModelica function references - Partially evaluated functions - Improved Record handling - Improved handling of NORETCALL functions (mainly used in MetaModelica) - Note that the MetaModelica, Java and Records testcases are not fully working after the merge Revision: 4347 Author: stebr461 Message: - Another fix Revision: 4346 Author: stebr461 Message: - Fixed the windows makefile Revision: 4340 Author: stebr461 Message: - small fix to previous commit Revision: 4339 Author: stebr461 Message: - Partially evaluated functions now a separate module Revision: 4325 Author: sjoelund.se Message: - Fixed meta testsuite when using 64-bit Linux Revision: 4324 Author: sjoelund.se Message: - Changed the matchType subsystem. It now passes a function pointer to either matchTypeRegular or matchTypePolymorphic. - The polymorphic functions that work now are any input, and list,tuple,option,TypeA output. - Implemented the Builtin list functions using polymorphic types rather than special cases during elaboration. Revision: 4320 Author: sjoelund.se Message: - Added initial support for polymorphic functions. This version doesn't check if the polymorphic type gets bound to another type, or if complex types use polymorphic types within themselves and so on. Further support should be added in Types.matchTypePolymorphic. - elabCallArgs, etc was extended to pass around PolymorphicBindings; a list of all types that have been bound by the polymorphic function. - Fixed builtin function clock() (was previosuly only mmc_clock()). - read_write.c has support added for INT,REAL,etc as input when we expect MMC type. - The walker was changed to parse replaceable Type_a subtypeof Any to type Type_a = polymorphic (this fits better internally) Revision: 4306 Author: sjoelund.se Message: - Fixed equation-patterns that look like exp = {true,false}. cref = {true,false} still works as expected. - Fixed some problems when type aliasing for example type B = list; (07_pam will test this when the complete file is working). Revision: 4302 Author: sjoelund.se Message: - Added the AssignTwoType MetaModelica example. No major issues here, only outdated code (int_real instead of intReal and so on). Revision: 4299 Author: sjoelund.se Message: - Changed simulation_result implementation to use C fprintf instead of C++ iostream. The new implementation is roughly 5 times faster using GCC. Revision: 4298 Author: sjoelund.se Message: - Fixes a bug when pattern matching equations that aren't tuples Revision: 4297 Author: sjoelund.se Message: - Changed unused VALUEBLOCKEQUATIONS to VALUEBLOCKMATCHCASE (contains both algs and equations) - Moved Patternm.fromEquationsToAlgorithms to Static. They are now translated when the VALUEBLOCK is elaborated since we then have access to the correct environment. Revision: 4295 Author: sjoelund.se Message: - Added support for equation patterns like 2 = 1+1; or 2 = listGet({2},1); - This uses Static.elabExp within matchcontinue cases. But the local declarations have not been added to the environment. Thus, if you use local variables (very common), the translation from equations to algorithms needs to be performed before we can try to elaborate. I will try to create a new VALUEBLOCK type for matchcontinue cases. Revision: 4290 Author: sjoelund.se Message: - Added support for generating errors and error messages when local variable declarations shadow input/result of a matchcontinue expression Revision: 4288 Author: sjoelund.se Message: Removed ALG_EQUALITY from the walker Revision: 4284 Author: sjoelund.se Message: - Changed the parser to not accept equality(...) for algorithms. It doesn't work in RML, is deprecated, and == already works. - Changed the parser to accept equality(lhs, rhs) and equality(lhs = rhs) instead of any arbitrary equation - The walker will translate equality(...) to Absyn.CALL("equality",{lhs,rhs}) - ALG_EQUALITY and EQ_EQUALITY have been removed Revision: 4281 Author: sjoelund.se Message: - Added testcase for the added support of failure(...) - Fixed issues with builtin list functions not converting arrays like {1} directly Revision: 4279 Author: sjoelund.se Message: - Commented out ALG_FAILURE in walker.g Revision: 4273 Author: sjoelund.se Message: - Added a printAny function in the C runtime for debugging (create an external C function that takes any boxed datatype and apply printAny on it). - Added the first 3 assignments from the MetaModelica Dev course, as working testcases (01_experiment is disabled by default because looking up constants in packages is very slow right now). They each have their own directory because they supply their own lexers and parsers. They also provide some basic instructions on how to follow the course themselves (make changes to code, type make and see what happens). - Added ceval for builtin MetaModelica type conversions (intReal, etc). - Replaced CREF_IDENT("DUMMY__") and CREF_IDENT("WILDCARD__") with CREF_WILD. - Added code in Patternm to convert EQ_FAILURE to algorithmic code; removed unused Absyn.ALG_FAILURE. - Updated code for THROW/TRY/CATCH structures in Algorithm/etc. - Renamed builtin realInteger to realInt (as in RML and the specification). Revision: 4263 Author: sjoelund.se Message: - Added cases for NORETCALL and UNIONTYPE when conveting between DAE.DAE and Exp.DAE Revision: 4252 Author: sjoelund.se Message: - Bugfix for SCode.componentNamesFromElts (when the list contains more than elements; fixes bug in Inst.extractConstantPlusDeps) - Support for generating the proper list type from a Values.LIST - Moved the typeConvert (Types.Type to Absyn.TypeSpec) to MetaUtil - Support for pattern matching of union types and records existing in another package than the one the matchcontinue expression is in - Static.valueExp: Added cases for METARECORD and LIST - Types.T_UNIONTYPE now contains a list instead of String - Types.T_METARECORD now contains no String or Absyn.Path. This is saved in SOME(Absyn.Path) instead Revision: 4248 Author: stebr461 Message: - Partially evaluated functions now work with recursive functions. Revision: 4226 Author: sjoelund.se Message: - Fix list constructor to calculate the resulting type better: myTup := (1.0,3.5); {myTup,(1.0,3.5)} {META_TUPLE,TUPLE} -> list - Some fixes for constants that are using MetaModelica types (ceval->value->exp) - Started on some builtin array functions Revision: 4224 Author: sjoelund.se Message: - Fixes compilation error when allocating boolean and string arrays Revision: 4218 Author: sjoelund.se Message: - Fix for generating recursive functions (both Modelica and MetaModelica) Revision: 4217 Author: sjoelund.se Message: - Better support for calling NORETCALL functions from Interactive - Added builtin boolean functions - Added builtin print,if_exp,tick and clock - Removed listCar (use listGet instead; it's listed as an actual MetaModelica builtin...) - Renamed listCdr to listRest, intended to be a builtin list operator - Added builtin functions for listEmpty and optionNone (renamed; were used for pattern matching but may as well be builtin functions...) Revision: 4212 Author: sjoelund.se Message: - Added MetaModelica builtin Integer operations Revision: 4211 Author: sjoelund.se Message: - Added MetaModelica Builtin Real Operations Revision: 4210 Author: sjoelund.se Message: - Added the MetaModelica builtin String and String Character Conversion operations Revision: 4209 Author: sjoelund.se Message: - Added pattern matching of reals - Added a few MetaModelica builtin String functions Revision: 4208 Author: sjoelund.se Message: - Type conversion boxes Int,Real,Bool,String when needed (for example when doing listMember(list,Integer)) - Added (polymorphic) builtin list functions: listAppend, listReverse, listLength, listMember, listGet, listNth, listDelete. The builtin handler calculates the correct result type. Revision: 4206 Author: sjoelund.se Message: - Added failing testcase MatchCase10 Revision: 4205 Author: sjoelund.se Message: - Pattern matching of calls that use mixed positional and named args - Unboxing of reals Revision: 4202 Author: sjoelund.se Message: - Fixes problems with the SOME(tuple) and tuple::rest constructors Revision: 4201 Author: sjoelund.se Message: - Added support for uniontype calls in matchcontinue pattern matching Revision: 4199 Author: stebr461 Message: -Partially evaluated functions now works properly Revision: 4197 Author: sjoelund.se Message: - Added support for pattern matching records (not uniontypes) in matchcontinue expressions - Added support for case-local variable declarations in matchcontinue expressions Revision: 4196 Author: sjoelund.se Message: - Fixed compilation error in last commit Revision: 4195 Author: sjoelund.se Message: Added better support for NORETCALL functions Added better type checking for unboxing of boxed datatypes (for example: listCar of list using the new builtin handler returns T_BOXED(T_INTEGER), which can be typecast to a regular integer) Added (better) support for pattern matching of tuple, list and option - Types.mo: Added T_BOXED and T_NORETCALL - Added equality operator for boxed datatypes - listCar/listCdr now check for listEmpty before doing the operation - Added MetaModelica builtin print - Added mmc_unbox builtin call - Algorithm.NORETCALL instead contains an Exp.CALL. This allows it to contain builtin calls Revision: 4193 Author: adrpo Message: - fixed parsing of lists such as: 1::2::3::x. Revision: 4185 Author: sjoelund.se Message: Absyn.ALG_MATCHCASES, Exp.MATCHCASES, Algorithm.MATCHCASES: New expression type that Absyn.MATCHEXP is translated into. DFA.mo, Patternm.mo: Generates code for the new MATCHCASES datatype. It's designed to use a for-try-switch design of matchcontinue. The C code is a lot simpler than the one used before (state machine with goto and a boolean array to try and track patterns that have already been performed). CevalScript.cevalInteractiveFunctions: Added setLinker, setLinkerFlags. API calls that allow you to change compiler to g++ (useful when compiling matchcontinue expressions since it uses try/catch). Codegen.mo: Added String/List equality operators Static.mo: Added List equality operators Util.listlistTranspose: "{{1,2,3}{4,5,6}} => {{1,4},{2,5},{3,6}}" c_runtime/meta_modelica.{c,h}: Added mmc_boxes_equal. Used to compared boxed datatypes (always returns true for now...) Revision: 4183 Author: sjoelund.se Message: - Added expected results for PartialFn{5,6}.mos Revision: 4176 Author: stebr461 Message: -First batch of changes for partially evaulated functions -Main functionality is in SCode.elaborate, which calls a whole barrage of functions in MetaUtil.mo -elabPartEvalFunction and a case for it added to Static.mo -Various utility functions added to other modules Revision: 4173 Author: sjoelund.se Message: Added some complicated types/type constructors in testsuite/meta/ComplicatedInteractive.{mo,mos} {ClassInf,Static}.mo: Added META_RECORD. Rather than having a specialized function in MetaUtil, the regular OpenModelica functions are used to create a METARECORDCALL. Exp.getFunctionCalls: Added META_TUPLE, META_OPTION to the list of expressions to searchMetaUtil.typeMatching: Changed to return a type instead of a boolean. The function will return the supertype of all other list arguments (before this list(NONE,SOME(1)) resulted in list instead of list). Types.mo: Changed some of the matchType-related functions to properly subtype/convert options/lists. Revision: 4172 Author: sjoelund.se Message: runtime/systemimpl.c: Updated to use Values.META_TUPLE testsuite/java: Updated for the partially working MetaModelica list/tuple CevalScript.mo: Fixed failtrace Codegen.generateExpression: META_TUPLE code now generates tuples instead of lists. Codegen.generateRWType: Generates TYPE_DESC_MMC for LIST and META_TUPLE Ceval.ceval: Exp.{TUPLE/META_TUPLE} -> Values.META_TUPLE Interactive.evaluateAlgStmt: Added the possibility to assign results of type T_TUPLE to a variable MetaUtil.fixMetaTuple: Helper to fix the type when Ceval returns Values.META_TUPLE and you thought the CREF pointed to a Types.T_TUPLE MetaUtil.mmc_mk_box: New function that creates the correct mmc_mk_box(, ...) or mmc_mk_box(...) depending on the value of Static.mo: Check type of a Types.Properties using the existing functions instead of PROP(ty, _) = ... This allows us to check for tuples as well. Types.unparseType, Types.printTypeStr, Types.getAllExpsTt: Added META_TUPLE analogous to TUPLE Types.matchProp: (T_TUPLE,PROP_TUPLE) -> (T_METATUPLE,PROP) Types.typeConvert: T_TUPLE->T_METATUPLE Util.mo: Added listThreadMap32 (3 lists to 2 lists) Revision: 4161 Author: sjoelund.se Message: - Types.mo: Added support to type convert matrices/arrays to lists. This works for the array constructor as expected, but also allows you to use variables that are arrays and get them automatically converted to lists (not desired, but they use identical Exp.Exp and cannot be differentiated). Revision: 4160 Author: sjoelund.se Message: - systemimpl.c: Fixed list copying by doing it in reverse order (and updating java_interface.c to do the same). - Types.mo: Added a (very) simple type conversion from ARRAY to LIST. It has only been tested for one-dimensional arrays so far. - Ceval.mo: Added ceval for the LIST type. - It is now possible to call (simple) functions that expect list input using the Interactive module. Revision: 4132 Revision: 4132 Author: sjoelund.se Message: - Changed Java org.modelica to org.openmodelica Revision: 4107 Author: sjoelund.se Message: - Absyn.ALG_WHEN_A: Changed the name of the field "whenStmt" to "boolExpr" since it better reflects the function. Revision: 4106 Author: sjoelund.se Message: - Added Exp.TUPLE to ceval (if MetaModelica grammar is activated) Revision: 4105 Author: sjoelund.se Message: - Setting eclipse project default to ISO-8859-1 encoding because the UTF-8 default changes special characters to multi-byte format. This changes .mo files even if you don't modify the header. Revision: 4104 Author: sjoelund.se Message: - Absyn.ALG_WHILE: Changed the name of the field "whileStmt" to "boolExpr" since it better reflects its function. Revision: 4103 Author: sjoelund.se Message: * Added testcase/meta/OptionInteractive.mos: Functions with Option type in/output are now working, as well as any expression returning an Option type in the Interactive interface. * Compiler/runtime/systemimpl.c: Values__OPTION to type_desc conversion * c_runtime/modelica.h: Replaced modelica_uniontype with metamodelica_type * c_runtime/read_write.h: Replaced {read,write}_modelica_{uniontype,mmc} with {read,write}_metamodelica_type * Types.typeConvert: Added placeholder and debug message for T_ARRAY->T_LIST * Compiler.expTypeStr: Changed from void* and modelica_uniontype to metamodelica_type * Inst.getUsertypeDimensions: Changed from "option" to "Option" * Added cases for T_METAOPTION/Exp.META_OPTION - Types.unparseType - Types.getAllExpsTt - Ceval.ceval - Exp.printExp2Str Revision: 4102 Author: sjoelund.se Message: - Normalized the copyright notice to ISO-8859-10 Revision: 4096 Author: stebr461 Message: - Added functionality for Absyn.Exp.PARTEVALFUNCTION to the Dump module Revision: 4095 Author: stebr461 Message: - Tweaked the grammar rules a bit - Added new data structure to Exp.Exp for partially evaluated functions - Added functionality for this data structure to many functions in Exp Revision: 4094 Author: sjoelund.se Message: - Fix testcase/meta/Uniontype13.mos (Uniontype in Record). Broke after merge with Mathcore Revision: 4092 Author: sjoelund.se Message: - Codegen.generateExpression: Using "mmc_mk_none()"/"mmc_mk_some(x)" when generating C code instead of "mmc_mk_nil()" and "x". - Exp.typeof: Added cases for OPTION/TUPLE, and fixed the cases for LIST/CONS. Previously, the type of a LIST(ty=INT) was INT instead of T_LIST(INT)... Revision: 4088 Author: stebr461 Message: - added more tests Revision: 4087 Author: stebr461 Message: - Added grammar rules for partially evaluated functions - Added a new record to Absyn.Exp for partially evaluated functions - Added cases to Absyn.traverseExp, Absyn.getCrefFromExp and Absyn.findIteratorinExp for the new record - Added test cases for functions whose arguments have default values, and partially evaluated functions as arguments - Fixed a typographic error in Interactive.mo that prevented compilation Revision: 4077 Author: sjoelund.se Message: - Codegen.mo: Added annotation(JavaMapping="simple") to external Java functions. This handles only int,double,bool,String and max 1 output value. Revision: 4076 Author: sjoelund.se Message: - Fix Java testsuite makefile for OMDev Revision: 4075 Author: sjoelund.se Message: DefinitionsCreator.java can now translate all .mo-files in Compiler to a single JAR file. - {Inst,DAELow,Mod}.mo: Fixed syntax errors - Removed genericArguments.st and the list of generic types in functions/records. These now look up all variables and add all generic types to a string instead (used by the templates directly). - Interactive.getDefinitions: Correct behaviour when trying to filter out functions (and speeds up the generation in general). Revision: 4074 Author: sjoelund.se Message: - DFA/Interactive.mo: Uses list> instead of list - Interactive.getDefinitions: Don't add const components to the returned tree. Also uses the Print buffer to speed up a bit. - ModelicaString: Uses StringBuffer instead of concatenating 80kB strings byte by byte. Revision: 4073 Author: sjoelund.se Message: - Updated the Java testsuites for OMDev Revision: 4072 Author: sjoelund.se Message: - Interactive.mo.getDefinitions: Fixed the output to the expected "(type XYZ list)" - it was "(type XYZ list)". - record.st: Fixed new Class[] to new java.lang.Class[] (in case a package contains a record named Class; like Absyn.mo does) Revision: 4070 Author: sjoelund.se Message: - Compiler/Util.mo: Fixed syntax in some unused functions (Util.mo is parsed in the Java testsuite) - Added the sources and test suite for modelica_java.jar * make test (in c_runtime/java_interface) runs a jUnit testsuite * make jar (n c_runtime/java_interface) creates the jar-file (it is not run by running make in the source root) Revision: 4068 Author: sjoelund.se Message: - Interactive.getDefinitions: Changed the syntax slightly to be more consistent (LISP-style trees all the way; this made the parser a bit simpler). Revision: 4067 Author: sjoelund.se Message: - Cleaned up in external Java (no more getJavaMethod calls). This makes it easier to spot which line failed in the C file. - Fixed bugs when structs/string pointers are not initialized by GCC - Added support for multiple output uniontype variables Revision: 4066 Author: sjoelund.se Message: - Updated the ext Java dummy test for Win32 and fixed a bug in the jni_md include Revision: 4065 Author: sjoelund.se Message: - Added a dummy test for Java external. This tests the datatypes we currently can't use OMC (list,option,tuple). Revision: 4064 Author: sjoelund.se Message: - Changed the NONE() representation to use ctor=1 (so it doesn't share it with the empty list). Only Boolean values seem impossible to distinguish now. - java_interface.c: * Added jobject_to_mmc so any object can be turned into a list, tuple, record och option. * Added ctor_index value to the Java ModelicaRecord. OMCModelicaRecord (which OMC creates) has index -1 for regular records and >=0 for uniontypes. -2 (default for ModelicaRecord) means a warning is printed when the record is returned as a uniontype (because type checking can't be done). The automatically generated interface override get_ctor_index, so any records created with known "good" records won't generate warnings. - Interactive.mo: Uses MetaUtil.createMetaClassesInProgram to create the meta classes instead of parsing this in Java code. Revision: 4062 Author: stebr461 Message: - Builtin functions can now be passed as arguments in function calls - Added test case for passing record constructors as function arguments Revision: 4061 Author: sjoelund.se Message: - Added NewJavaMMC to java_interface.[ch]. It currently only handles uniontype, integer, real and string. - Added a field with the record name (rather than path) to the record_description datatype. - Added support external Java functions with uniontype arguments (but not result types yet). - Added a dummy interface IModelicaRecord which tags ModelicaRecord and is used as the input type of external Java functions taking uniontypes (because uniontypes are interfaces, they cannot inherit from ModelicaRecord). Revision: 4060 Author: sjoelund.se Message: Added code for TYPE_DESC_RECORD inside another TYPE_DESC_RECORD. Also added record-in-record support for external Java functions. - Codegen.mo: In read/write_modelica_record, pass the fields of the inner records rather than the full struct as a single argument. - read_write.c: In order for read/write_modelica_record to work when calling the function recursively, the functions were split in 2 (one helper function each). The first function starts the varargs and passes a pointer to it in each subsequent call. Revision: 4059 Author: sjoelund.se Message: - read_write.[ch]: Added (and tested) the MetaModelica types in regular records. - Codegen.generateType: Added case for uniontype - Inst.daeDeclareComplexVarType: Added case for uniontype (and a warning message if it fails - finding out this was the function that failed was really hard because the compiler will then just output an empty DAE). Revision: 4058 Author: sjoelund.se Message: - read_write.[ch]: Changed from passing strings for record and field names to using the record_description struct. - Ceval.mo: Disabled cevalFunction (its record constructor doesn't work with all types, and turning it on means you don't see error messages from the compiled version) - Codegen.mo: Generate code that uses record_description instead of field names from read/write_modelica_record - Inst.instClass: ty = MetaUtil.createUnionType(c,SOME(ty)); instead of keeping this in Inst.instElement (other parts of the code also needs to check for uniontypes...). - Inst.instElement: Removed the special case for uniontype components. The general case works fine with the changes to instClass and daeDeclare. - MetaUtil.createUnionType: Takes a class and a type. If the class has R_UNIONTYPE restruction, create the correct type, else use the given type. Revision: 4057 Author: sjoelund.se Message: Fixes uniontype constructors in packages, called from a different scope. - Static.elabCallArgs: Uniontype constructors now send the correct environment to MetaUtil.createFunctionArgsList (instead of the environment of the call). - MetaUtil.listToBoxes: Because the name is a String, we need to convert all dots (.) to underscores (_). The problem is Exp.COMPLEX uses strings for the name, and not Paths. Revision: 4056 Author: sjoelund.se Message: - Added code in MetaUtil to translate the whole Absyn.Program to use uniontypes instead of just the classes in the global scope. - SCode.elaborate: Now 2 functions. The first one translates the uniontypes in Absyn. This should possibly be done by Parser.parse instead, since then this function won't have to be run over and over. Revision: 4055 Author: sjoelund.se Message: SCode.mo: Added a warning message when encountering a uniontype in a package Static.mo: Changed the elabCall RECORD constructor case to also handle METARECORD. This should ensure that the METARECORD always gets the correct name. Revision: 4053 Author: sjoelund.se Message: - Codegen.mo: Bugfix of previous commit (it would try to generate the same record definition twice in some test cases) Revision: 4052 Author: sjoelund.se Message: It's now possible to create uniontypes and call functions with uniontype input from Interactive sessions. - meta_modelica.[ch]: Added struct record_description, containing path and field names. It will be passed in every record box instead of using several slots in a box to pass the data field names. - Values.mo: Added a field for record index in RECORD. This is needed for uniontypes. - Codegen.mo: Added global record_descriptions for each referenced RECORD or METARECORDCALL. - Ceval.mo: Constant evaluation of METARECORDCALL - Exp.getFunctionCalls: Added METARECORDCALL to the cases, and added an input option to find all METARECORDCALLs instead of CALLs. Revision: 4050 Author: stebr461 Message: -Added a testcase for passing external functions as arguments Revision: 4049 Author: stebr461 Message: - fixed a little bug Revision: 4048 Author: stebr461 Message: - Proper testcase for passing builtin functions as arguments - Fixed a small syntax error Revision: 4046 Author: sjoelund.se Message: - Fixed RECORD constructor no longer returning ClassInf.UNKNOWN("") instead of ClassInf.RECORD(name) - Added a case for METARECORDCALL when generating the function dependencies Revision: 4045 Author: stebr461 Message: -Compiling calls to functions with no output now works properly -Functions with no output can now be used as arguments in function calls Revision: 4043 Author: sjoelund.se Message: - Adds the possibility to return METARECORDS to the interactive shell. - Exp.METARECORDCALL: Added list fieldNames so we can pass the fields when creating the boxed data. This does cost some extra memory, but it means we can return the value to the Interactive module. It should also be helpful when debugging datastructures. - MetaUtil.listToBoxes: Now takes a list fieldNames when creating the boxed datatype. - Static.elabCallArgs: Now adds the field names to a METARECORDCALL. - Values.mo: Added the OPTION type. - c_runtime/meta_modelica.[ch]: Added mmc_mk_box(,,...) (varargs). - c_runtime/read_write.[ch], Compiler/runtime/systemimpl.c: Added TYPE_DESC_MMC which contains the MetaModelica-style data, and the ability to parse it. Revision: 4040 Author: stebr461 Message: - Fixed testcases a bit - Added error handling for empty function call in equations - Added code generation functionality for empty function calls in algorithms Revision: 4039 Author: stebr461 Message: Partial function test cases added/fixed/modified Revision: 4038 Author: sjoelund.se Message: - MetaUtil.listToBoxes: Changed the input to Exp.Type instead of Exp.Exp. The reason is simple: an Exp.COMPLEX contains list<(String,Exp.Type)> and we want to be able to box recursive data including records using the same function. - MetaUtil.createConstantCExp2: Added cases for Exp.STRING and Exp.COMPLEX Revision: 4036 Author: sjoelund.se Message: - Exp.typeOf: Added METARECORDCALL. This makes it possible to create a UT using syntax like re := REC1(REC1(REC2(1.5))); Revision: 4035 Author: sjoelund.se Message: - MetaUtil.mo: Added a case for UT arguments in UT constructor - Added testcases for recursive uniontypes. Note that a constructor like REC1(REC1(REC2(1))) still doesn't work. Revision: 4034 Author: sjoelund.se Message: - MetaUtil.mo: Changed createConstantCExp to handle more than constants (like Integer i; i=1; REC1(i) instead of REC(1)) - Static.mo: Fixed code that changed the scope when looking up a metarecord call. - Added a testcase using variables as arguments to a metarecord call. Revision: 4033 Author: stebr461 Message: - Modified a partial function test case and added a new one that tests built in functions and functions with no output - Added the following functions to Exp: getFunctionReferenceList - takes a list of expressions and returns the ones that are Exp.CREF with the type T_FUNCTION_REFERENCE isFunctionReference - checks if an Exp.Type is a function reference getFunctionRefs - takes an Exp and returns all the function reference Exp.CREFs it finds in the Exp and its subexpressions - Added the following functions to SimCodegen: getReferencedFunctions - creates a list of Absyn.Paths from function references using the new functionality in Exp getCrefFromExp - extracts an Absyn.CREF from an expression - Modified SimCodegen.getCalledFunctionsInFunction to handle references as well Revision: 4030 Author: sjoelund.se Message: - testcase/meta/Uniontype[1-3].mos now all work properly - Added read/write_modelica_uniontype (aliased to modelica_complex) - Types.mo: Added a case for T_UNIONTYPE in getAllExpsTt - Added the copyright header to java_interface.[ch] Revision: 4029 Author: sjoelund.se Message: - Interactive.mo: Disabled optimization that interferes with MetaModelica extensions - ClassInf.mo: Added UNIONTYPE cases - Inst.mo: Added UNIONTYPE cases; moved the UT case in instElement higher so it's run before the more general case - MetaUtil.mo: mk_box is now called mmc_mk_box - meta_modelica.[ch]: More functions from yacclib.[ch] present - testsuite/meta/Uniontype1.mos now works. Revision: 4026 Author: sjoelund.se Message: - Fixed the java testsuite Makefile in Linux Revision: 4025 Author: sjoelund.se Message: - Fixed C/Java runtime for external Java in Windows. - Dynamic loading of the JVM from registry or environment variables work. - The Java Runtime DefinitionsCreator was updated to escape backslashes in windows pathnames Revision: 4024 Author: krsta Message: Some minor changes (from public to protected on some functions). Revision: 4023 Author: krsta Message: Checked in merged code from Simon Björklén's Union types implementation. Revision: 4020 Author: sjoelund.se Message: - Lookup.mo: buildRecordConstructorClass now adds ALG_ASSIGN statements to the constructor so it's not a random piece of data. - Algorithm.mo: Removed warning from print statement (causes testsuite to fail) - Static.mo: elabCall has a case which fixes problems when looking up record constructors in packages. - testsuite/records added. The tests do work fine with one exception. Record-in-Record can't be returned to the interactive module and exists as a failing test. - Ceval.mo changes to cevalCallFunction were not commited because commenting out the record constructor and Cevalfunc cases change the result of several other test cases. This is also why these test cases were not added to the default testsuite. Revision: 4019 Author: sjoelund.se Message: - Added /usr/lib/jvm/default-java as a path to try if JAVA_HOME does not exist Revision: 4017 Author: stebr461 Message: - Fixed generation of function names in Codegen.generateRhsCref Revision: 4016 Author: sjoelund.se Message: - Updated Java tests Revision: 4015 Author: sjoelund.se Message: - Ceval.mo: Interpreted record constructors only used for implicit record constructors (not function calls returning records) - CevalScript.mo,SimCodegen.mo: Codegen.generateFunctions now returns record definitions already created (so they won't be duplicated in CevalScript.mo) - Exp.mo: T_RECORD wasn't used anymore so it was commented out and references updated to use COMPLEX. - Codegen.mo: Updated references from Exp.T_RECORD to COMPLEX. Codegen.generateFunctions,etc handles Record-in-Record inside compiled functions (but not when returning values to Interactive,etc). - DAE.mo, Inst.mo, Lookup.mo, Static.mo: Updated comments Revision: 4012 Author: sjoelund.se Message: - Added a mostly working implementation of external Java. - Dynamically loads the JVM. Only jni headers are needed to compile the modified C runtime. - modelica_java.jar contains the Java runtime, which depends on antlr-3.1.3.jar. - In order to run the java testsuite, you need to set JAVA_HOME to a working java installation. - There is some code for loading the JVM in visual studio, but it has not been tested. - The testsuite has been tested using OpenJDK and GCJ - It could be possible to use the included antlr jar-file instead of forcing the user to keep antlr/stringtemplate in his CLASSPATH Revision: 4005 Author: stebr461 Message: - added a case for T_FUNCTION_REFERENCE in Codegen.generateRhsCref Revision: 4004 Author: sjoelund.se Message: (rev3875 in the TemplateCodegen branch used the following bugfix; originally merged from MathCore) - got rid of $$$ in the generated code (SimCodegen.mo). Revision: 4003 Author: stebr461 Message: - added modelica_fnptr to the c_runtime - added support for function pointers in type descriptor - added read and write functions for function pointers Revision: 4000 Author: sjoelund.se Message: - Added code for handling (partial) function arguments from Absyn to Codegen. The c_runtime has not been modified and because simulations/etc have some bugs in this branch, the code could not be fully tested or compiled (although parts have been). Revision: 3999 Author: krsta Message: Union Types test cases Revision: 3992 Author: sjoelund.se Message: - Added optmanager.o to Makefile.common (someone updated the omdev version but forgot about poor Linux users) Revision: 3991 Author: sjoelund.se Message: - Linux fix (extern C shadows C++ includes; ato[if] resides in stdlib.h) Revision: 3990 Author: krsta Message: - Some updates. Revision: 3989 Author: sjoelund.se Message: - Testing write permission Revision: 3961 Author: krsta Message: - Merged code from Simon Björklén's branch. This is a code backup, not yet compilable code. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Added : /trunk/Compiler/PartFn.mo (Copy from path: /branches/BootstrappingTempMerge/Compiler/PartFn.mo, Revision, 4369) Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/scripts/Compile.bat Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_parser.g Added : /trunk/testsuite/java (Copy from path: /branches/BootstrappingTempMerge/testsuite/java, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExt.java (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.java, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExt.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.mo, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExt.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExtArrays.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtArrays.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExtInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtInteractive.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExtRecord.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtRecord.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExtUniontype.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtUniontype.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaTest.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaTest.mo, Revision, 4369) Replacing : /trunk/testsuite/java/JavaTest.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaTest.mos, Revision, 4369) Replacing : /trunk/testsuite/java/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/Makefile, Revision, 4369) Replacing : /trunk/testsuite/java/dummy_test.c (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/dummy_test.c, Revision, 4369) Replacing : /trunk/testsuite/java/dummy_test_expected.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/dummy_test_expected.txt, Revision, 4369) Replacing : /trunk/testsuite/java/rtest (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/rtest, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinBoolean.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinBoolean.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinBoolean.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinBoolean.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinInteger.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinInteger.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinInteger.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinInteger.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinList.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinList.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinList.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinList.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinMisc.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinMisc.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinMisc.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinMisc.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinReal.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinReal.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinReal.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinReal.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinString.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinString.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinString.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinString.mos, Revision, 4369) Added : /trunk/testsuite/meta/ComplicatedInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ComplicatedInteractive.mo, Revision, 4369) Added : /trunk/testsuite/meta/ComplicatedInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ComplicatedInteractive.mos, Revision, 4369) Added : /trunk/testsuite/meta/DefaultArgs.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/DefaultArgs.mo, Revision, 4369) Added : /trunk/testsuite/meta/DefaultArgs.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/DefaultArgs.mos, Revision, 4369) Added : /trunk/testsuite/meta/EqPatternm.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/EqPatternm.mo, Revision, 4369) Added : /trunk/testsuite/meta/EqPatternm.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/EqPatternm.mos, Revision, 4369) Added : /trunk/testsuite/meta/Equality.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Equality.mo, Revision, 4369) Added : /trunk/testsuite/meta/Equality.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Equality.mos, Revision, 4369) Added : /trunk/testsuite/meta/Failure.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Failure.mo, Revision, 4369) Added : /trunk/testsuite/meta/Failure.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Failure.mos, Revision, 4369) Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/List4.mos Added : /trunk/testsuite/meta/ListInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ListInteractive.mo, Revision, 4369) Added : /trunk/testsuite/meta/ListInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ListInteractive.mos, Revision, 4369) Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mo Modified : /trunk/testsuite/meta/MatchCase9.mos Added : /trunk/testsuite/meta/MatchCaseInteractive1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive1.mo, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive1.mos, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive2.mo, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive2.mos, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive3.mo, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive3.mos, Revision, 4369) Added : /trunk/testsuite/meta/MetaModelicaDev (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1 (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2 (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/lexer.l, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/lexer.l, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Absyn.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Absyn.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Eval.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Eval.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Main.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Main.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/lexer.l, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/common.mk (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/common.mk, Revision, 4369) Added : /trunk/testsuite/meta/OptionInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/OptionInteractive.mo, Revision, 4369) Added : /trunk/testsuite/meta/OptionInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/OptionInteractive.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn1.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn1.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn2.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn2.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn3.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn3.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn4.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn4.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn4.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn4.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn5.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn5.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn5.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn5.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn6.ext_f.c (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.ext_f.c, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn6.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn6.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn7.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn7.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn7.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn7.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn8.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn8.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn8.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn8.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn9.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn9.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn9.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn9.mos, Revision, 4369) Added : /trunk/testsuite/meta/Polymorphic.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Polymorphic.mo, Revision, 4369) Added : /trunk/testsuite/meta/Polymorphic.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Polymorphic.mos, Revision, 4369) Added : /trunk/testsuite/meta/Recursive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Recursive.mo, Revision, 4369) Added : /trunk/testsuite/meta/Recursive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Recursive.mos, Revision, 4369) Added : /trunk/testsuite/meta/Shadowing1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing1.mo, Revision, 4369) Added : /trunk/testsuite/meta/Shadowing1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing1.mos, Revision, 4369) Added : /trunk/testsuite/meta/Shadowing2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing2.mo, Revision, 4369) Added : /trunk/testsuite/meta/Shadowing2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing2.mos, Revision, 4369) Added : /trunk/testsuite/meta/TupleInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/TupleInteractive.mo, Revision, 4369) Added : /trunk/testsuite/meta/TupleInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/TupleInteractive.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype1.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype1.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype10.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype10.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype10.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype10.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype11.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype11.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype11.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype11.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype12.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype12.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype12.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype12.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype13.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype13.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype13.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype13.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype2.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype2.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype3.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype3.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype4.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype4.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype4.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype4.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype5.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype5.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype5.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype5.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype6.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype6.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype6.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype6.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype7.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype7.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype7.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype7.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype8.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype8.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype8.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype8.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype9.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype9.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype9.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype9.mos, Revision, 4369) Modified : /trunk/testsuite/mofiles/RecordConstructors.mo Modified : /trunk/testsuite/records/EmptyRecordTestConstructor.mos Modified : /trunk/testsuite/records/EmptyRecordTestInput.mos Modified : /trunk/testsuite/records/Makefile Modified : /trunk/testsuite/records/NestedRecordTestConstructor.mos Modified : /trunk/testsuite/records/NestedRecordTestInput.mos Modified : /trunk/testsuite/records/SimpleRecordTestConstructor.mos Modified : /trunk/testsuite/records/SimpleRecordTestInput.mos Revision: 4367 Author: stebr461 Date: 12:22:01, den 19 oktober 2009 Message: -Added the test suite spreadsheet to the testsuite folder ---- Added : /trunk/testsuite/test_suite_.xls Revision: 4366 Author: Frenkel TUD Date: 08:22:36, den 19 oktober 2009 Message: - Bugfix Bug 1110 ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/MissV.mo Added : /trunk/testsuite/mosfiles/MissV.mos Revision: 4361 Author: sjoelund.se Date: 10:02:17, den 14 oktober 2009 Message: - Merged c_runtime from Bootstrapping - Fixed simulation_result.cpp performance issues (<< endl flushes the buffer, \n does not) - Added the Java-specific runtimes (C and Java) - Changes to read_write.{c,h} for record-in-record, NORETCALL and MetaModelica types ---- Modified : /trunk/Compiler/.depend Added : /trunk/build/share (Copy from path: /branches/Bootstrapping/build/share, Revision, 4360) Replacing : /trunk/build/share/java (Copy from path: /branches/Bootstrapping/build/share/java, Revision, 4360) Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/boolean_array.h Added : /trunk/c_runtime/java_interface (Copy from path: /branches/Bootstrapping/c_runtime/java_interface, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/.project (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/.project, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/Makefile (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/Makefile.common (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile.common, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/Makefile.omdev.mingw (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile.omdev.mingw, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/antlr-3.1.3.jar (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/antlr-3.1.3.jar, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/junit-4.6.jar (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/junit-4.6.jar, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/Result.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/Result.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/abc.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/abc.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files/meta_modelica.mo (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/meta_modelica.mo, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files/meta_modelica.mos (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/meta_modelica.mos, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files/simple.mo (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/simple.mo, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files/simple.mos (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/simple.mos, Revision, 4360) Added : /trunk/c_runtime/java_interface.c (Copy from path: /branches/Bootstrapping/c_runtime/java_interface.c, Revision, 4360) Added : /trunk/c_runtime/java_interface.h (Copy from path: /branches/Bootstrapping/c_runtime/java_interface.h, Revision, 4360) Added : /trunk/c_runtime/jni.h (Copy from path: /branches/Bootstrapping/c_runtime/jni.h, Revision, 4360) Added : /trunk/c_runtime/jni_md.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md.h, Revision, 4360) Added : /trunk/c_runtime/jni_md_solaris.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md_solaris.h, Revision, 4360) Added : /trunk/c_runtime/jni_md_windows.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md_windows.h, Revision, 4360) Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Added : /trunk/c_runtime/meta_modelica_builtin.cpp (Copy from path: /branches/Bootstrapping/c_runtime/meta_modelica_builtin.cpp, Revision, 4360) Added : /trunk/c_runtime/meta_modelica_builtin.h (Copy from path: /branches/Bootstrapping/c_runtime/meta_modelica_builtin.h, Revision, 4360) Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/string_array.h ---- Added : /branches/TemplateCodeGen/.settings (Copy from path: /trunk/.settings, Revision, 4414) Replacing : /branches/TemplateCodeGen/.settings/org.eclipse.core.resources.prefs (Copy from path: /trunk/.settings/org.eclipse.core.resources.prefs, Revision, 4414) Modified : /branches/TemplateCodeGen/Compiler/Absyn.mo Modified : /branches/TemplateCodeGen/Compiler/Algorithm.mo Modified : /branches/TemplateCodeGen/Compiler/Builtin.mo Modified : /branches/TemplateCodeGen/Compiler/Ceval.mo Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo Modified : /branches/TemplateCodeGen/Compiler/Cevalfunc.mo Modified : /branches/TemplateCodeGen/Compiler/ClassInf.mo Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/Connect.mo Modified : /branches/TemplateCodeGen/Compiler/Convert.mo Modified : /branches/TemplateCodeGen/Compiler/DAE.mo Modified : /branches/TemplateCodeGen/Compiler/DAELow.mo Modified : /branches/TemplateCodeGen/Compiler/DFA.mo Modified : /branches/TemplateCodeGen/Compiler/Dump.mo Modified : /branches/TemplateCodeGen/Compiler/Env.mo Modified : /branches/TemplateCodeGen/Compiler/Error.mo Modified : /branches/TemplateCodeGen/Compiler/Exp.mo Modified : /branches/TemplateCodeGen/Compiler/Inst.mo Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Modified : /branches/TemplateCodeGen/Compiler/Lookup.mo Modified : /branches/TemplateCodeGen/Compiler/Main.mo Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.w32 Modified : /branches/TemplateCodeGen/Compiler/MetaUtil.mo Modified : /branches/TemplateCodeGen/Compiler/Mod.mo Modified : /branches/TemplateCodeGen/Compiler/ModUtil.mo Added : /branches/TemplateCodeGen/Compiler/PartFn.mo (Copy from path: /trunk/Compiler/PartFn.mo, Revision, 4414) Modified : /branches/TemplateCodeGen/Compiler/Patternm.mo Modified : /branches/TemplateCodeGen/Compiler/SCode.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/Static.mo Modified : /branches/TemplateCodeGen/Compiler/Types.mo Modified : /branches/TemplateCodeGen/Compiler/Util.mo Modified : /branches/TemplateCodeGen/Compiler/Values.mo Modified : /branches/TemplateCodeGen/Compiler/VarTransform.mo Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/walker.g Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/runtime/corbaimpl.cpp Modified : /branches/TemplateCodeGen/Compiler/runtime/omc_communication_impl.cpp Modified : /branches/TemplateCodeGen/Compiler/runtime/ptolemyio.cpp Modified : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.c Modified : /branches/TemplateCodeGen/Compiler/scripts/Compile.bat Modified : /branches/TemplateCodeGen/OMNotebook/ext/Makefile Modified : /branches/TemplateCodeGen/OMShell/Makefile Modified : /branches/TemplateCodeGen/README-OMDev-MINGW.txt Deleted : /branches/TemplateCodeGen/build/share/java/modelica_java.jar Modified : /branches/TemplateCodeGen/c_runtime/Makefile Modified : /branches/TemplateCodeGen/c_runtime/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.h Modified : /branches/TemplateCodeGen/c_runtime/daux.c Modified : /branches/TemplateCodeGen/c_runtime/ddasrt.c Modified : /branches/TemplateCodeGen/c_runtime/f2c.h Modified : /branches/TemplateCodeGen/c_runtime/hybrd.c Added : /branches/TemplateCodeGen/c_runtime/java_interface (Copy from path: /trunk/c_runtime/java_interface, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/.project (Copy from path: /trunk/c_runtime/java_interface/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/Makefile (Copy from path: /trunk/c_runtime/java_interface/Makefile, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/Makefile.common (Copy from path: /trunk/c_runtime/java_interface/Makefile.common, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/Makefile.omdev.mingw (Copy from path: /trunk/c_runtime/java_interface/Makefile.omdev.mingw, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/antlr-3.1.3.jar (Copy from path: /trunk/c_runtime/java_interface/antlr-3.1.3.jar, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/junit-4.6.jar (Copy from path: /trunk/c_runtime/java_interface/junit-4.6.jar, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/modelica_java.jar (Copy from path: /trunk/c_runtime/java_interface/modelica_java.jar, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src (Copy from path: /trunk/c_runtime/java_interface/src, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org (Copy from path: /trunk/c_runtime/java_interface/src/org, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/Result.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/Result.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/abc.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/abc.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files (Copy from path: /trunk/c_runtime/java_interface/test_files, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files/meta_modelica.mo (Copy from path: /trunk/c_runtime/java_interface/test_files/meta_modelica.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files/meta_modelica.mos (Copy from path: /trunk/c_runtime/java_interface/test_files/meta_modelica.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files/simple.mo (Copy from path: /trunk/c_runtime/java_interface/test_files/simple.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files/simple.mos (Copy from path: /trunk/c_runtime/java_interface/test_files/simple.mos, Revision, 4414) Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Added : /branches/TemplateCodeGen/c_runtime/jni.h (Copy from path: /trunk/c_runtime/jni.h, Revision, 4414) Added : /branches/TemplateCodeGen/c_runtime/jni_md.h (Copy from path: /trunk/c_runtime/jni_md.h, Revision, 4414) Added : /branches/TemplateCodeGen/c_runtime/jni_md_solaris.h (Copy from path: /trunk/c_runtime/jni_md_solaris.h, Revision, 4414) Added : /branches/TemplateCodeGen/c_runtime/jni_md_windows.h (Copy from path: /trunk/c_runtime/jni_md_windows.h, Revision, 4414) Modified : /branches/TemplateCodeGen/c_runtime/libf2c/f2c.h Modified : /branches/TemplateCodeGen/c_runtime/matrix.h Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica.c Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica.h Added : /branches/TemplateCodeGen/c_runtime/meta_modelica_builtin.cpp (Copy from path: /trunk/c_runtime/meta_modelica_builtin.cpp, Revision, 4414) Added : /branches/TemplateCodeGen/c_runtime/meta_modelica_builtin.h (Copy from path: /trunk/c_runtime/meta_modelica_builtin.h, Revision, 4414) Modified : /branches/TemplateCodeGen/c_runtime/modelica.h Modified : /branches/TemplateCodeGen/c_runtime/read_write.c Modified : /branches/TemplateCodeGen/c_runtime/read_write.h Modified : /branches/TemplateCodeGen/c_runtime/simulation_result.cpp Modified : /branches/TemplateCodeGen/c_runtime/string_array.h Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_parser.g Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_parser.g Modified : /branches/TemplateCodeGen/testsuite/Makefile Added : /branches/TemplateCodeGen/testsuite/java (Copy from path: /trunk/testsuite/java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/GetDefinitions.mos (Copy from path: /trunk/testsuite/java/GetDefinitions.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExt.java (Copy from path: /trunk/testsuite/java/JavaExt.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExt.mo (Copy from path: /trunk/testsuite/java/JavaExt.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExt.mos (Copy from path: /trunk/testsuite/java/JavaExt.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExtArrays.mos (Copy from path: /trunk/testsuite/java/JavaExtArrays.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExtInteractive.mos (Copy from path: /trunk/testsuite/java/JavaExtInteractive.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExtRecord.mos (Copy from path: /trunk/testsuite/java/JavaExtRecord.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExtUniontype.mos (Copy from path: /trunk/testsuite/java/JavaExtUniontype.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaTest.mo (Copy from path: /trunk/testsuite/java/JavaTest.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/JavaTest.mos (Copy from path: /trunk/testsuite/java/JavaTest.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/Makefile (Copy from path: /trunk/testsuite/java/Makefile, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/dummy_test.c (Copy from path: /trunk/testsuite/java/dummy_test.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/dummy_test_expected.txt (Copy from path: /trunk/testsuite/java/dummy_test_expected.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/java/rtest (Copy from path: /trunk/testsuite/java/rtest, Revision, 4414) Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/Connect15.mo Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinBoolean.mo (Copy from path: /trunk/testsuite/meta/BuiltinBoolean.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinBoolean.mos (Copy from path: /trunk/testsuite/meta/BuiltinBoolean.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinInteger.mo (Copy from path: /trunk/testsuite/meta/BuiltinInteger.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinInteger.mos (Copy from path: /trunk/testsuite/meta/BuiltinInteger.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinList.mo (Copy from path: /trunk/testsuite/meta/BuiltinList.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinList.mos (Copy from path: /trunk/testsuite/meta/BuiltinList.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinMisc.mo (Copy from path: /trunk/testsuite/meta/BuiltinMisc.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinMisc.mos (Copy from path: /trunk/testsuite/meta/BuiltinMisc.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinReal.mo (Copy from path: /trunk/testsuite/meta/BuiltinReal.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinReal.mos (Copy from path: /trunk/testsuite/meta/BuiltinReal.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinString.mo (Copy from path: /trunk/testsuite/meta/BuiltinString.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinString.mos (Copy from path: /trunk/testsuite/meta/BuiltinString.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/ComplicatedInteractive.mo (Copy from path: /trunk/testsuite/meta/ComplicatedInteractive.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/ComplicatedInteractive.mos (Copy from path: /trunk/testsuite/meta/ComplicatedInteractive.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/DefaultArgs.mo (Copy from path: /trunk/testsuite/meta/DefaultArgs.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/DefaultArgs.mos (Copy from path: /trunk/testsuite/meta/DefaultArgs.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/EqPatternm.mo (Copy from path: /trunk/testsuite/meta/EqPatternm.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/EqPatternm.mos (Copy from path: /trunk/testsuite/meta/EqPatternm.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Equality.mo (Copy from path: /trunk/testsuite/meta/Equality.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Equality.mos (Copy from path: /trunk/testsuite/meta/Equality.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Failure.mo (Copy from path: /trunk/testsuite/meta/Failure.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Failure.mos (Copy from path: /trunk/testsuite/meta/Failure.mos, Revision, 4414) Modified : /branches/TemplateCodeGen/testsuite/meta/List1.mos Modified : /branches/TemplateCodeGen/testsuite/meta/List2.mos Modified : /branches/TemplateCodeGen/testsuite/meta/List3.mos Modified : /branches/TemplateCodeGen/testsuite/meta/List4.mos Added : /branches/TemplateCodeGen/testsuite/meta/ListInteractive.mo (Copy from path: /trunk/testsuite/meta/ListInteractive.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/ListInteractive.mos (Copy from path: /trunk/testsuite/meta/ListInteractive.mos, Revision, 4414) Modified : /branches/TemplateCodeGen/testsuite/meta/Makefile Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase1.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase2.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase3.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase4.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase5.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase6.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase7.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase8.mos Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase9.mo Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase9.mos Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive1.mo (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive1.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive1.mos (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive1.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive2.mo (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive2.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive2.mos (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive2.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive3.mo (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive3.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive3.mos (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive3.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev (Copy from path: /trunk/testsuite/meta/MetaModelicaDev, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/00_simplesim (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/00_simplesim, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/00_simplesim/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/00_simplesim/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/00_simplesim/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/SOLUTION.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1 (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SOLUTION.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/main.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2 (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/main.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/main.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/main.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Absyn.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Absyn.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Main.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseRML.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Functions.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Functions.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Types.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Types.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.classpath (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.classpath, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Input.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Input.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/InputRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/InputRML.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/ParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/ParseRML.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseRML.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Mcode.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Mcode.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/ParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/ParseRML.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.project, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Absyn.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Absyn.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/FCode.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCode.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Main.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/ParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/ParseRML.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/README.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/TCode.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/TCode.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.h (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.h, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.y, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.h (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.h, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/petrol.h (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/petrol.h, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/program.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.out (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.out, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/big.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/big.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/cirkel.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/cirkel.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/codtest.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/codtest.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/factorial.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/factorial.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/fib.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/fib.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/math.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/math.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/stdio.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/stdio.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/params.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/params.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/parstest1.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/parstest1.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/qsort.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/qsort.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/quadtest.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/quadtest.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/return.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/return.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/semtest1.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/semtest1.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/sieve.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/sieve.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/stone.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/stone.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/testmath.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/testmath.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testp (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testp/a.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/a.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testp/b.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/b.d, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/common.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/common.omc, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/common.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/common.rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/documentation (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/documentation, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/eclipse.bat (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/eclipse.bat, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/rml, Revision, 4414) Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/rml/yacclib.h (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.h, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/OptionInteractive.mo (Copy from path: /trunk/testsuite/meta/OptionInteractive.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/OptionInteractive.mos (Copy from path: /trunk/testsuite/meta/OptionInteractive.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn1.mo (Copy from path: /trunk/testsuite/meta/PartialFn1.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn1.mos (Copy from path: /trunk/testsuite/meta/PartialFn1.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn2.mo (Copy from path: /trunk/testsuite/meta/PartialFn2.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn2.mos (Copy from path: /trunk/testsuite/meta/PartialFn2.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn3.mo (Copy from path: /trunk/testsuite/meta/PartialFn3.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn3.mos (Copy from path: /trunk/testsuite/meta/PartialFn3.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn4.mo (Copy from path: /trunk/testsuite/meta/PartialFn4.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn4.mos (Copy from path: /trunk/testsuite/meta/PartialFn4.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn5.mo (Copy from path: /trunk/testsuite/meta/PartialFn5.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn5.mos (Copy from path: /trunk/testsuite/meta/PartialFn5.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn6.ext_f.c (Copy from path: /trunk/testsuite/meta/PartialFn6.ext_f.c, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn6.mo (Copy from path: /trunk/testsuite/meta/PartialFn6.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn6.mos (Copy from path: /trunk/testsuite/meta/PartialFn6.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn7.mo (Copy from path: /trunk/testsuite/meta/PartialFn7.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn7.mos (Copy from path: /trunk/testsuite/meta/PartialFn7.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn8.mo (Copy from path: /trunk/testsuite/meta/PartialFn8.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn8.mos (Copy from path: /trunk/testsuite/meta/PartialFn8.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn9.mo (Copy from path: /trunk/testsuite/meta/PartialFn9.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn9.mos (Copy from path: /trunk/testsuite/meta/PartialFn9.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Polymorphic.mo (Copy from path: /trunk/testsuite/meta/Polymorphic.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Polymorphic.mos (Copy from path: /trunk/testsuite/meta/Polymorphic.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Recursive.mo (Copy from path: /trunk/testsuite/meta/Recursive.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Recursive.mos (Copy from path: /trunk/testsuite/meta/Recursive.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Shadowing1.mo (Copy from path: /trunk/testsuite/meta/Shadowing1.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Shadowing1.mos (Copy from path: /trunk/testsuite/meta/Shadowing1.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Shadowing2.mo (Copy from path: /trunk/testsuite/meta/Shadowing2.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Shadowing2.mos (Copy from path: /trunk/testsuite/meta/Shadowing2.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/TupleInteractive.mo (Copy from path: /trunk/testsuite/meta/TupleInteractive.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/TupleInteractive.mos (Copy from path: /trunk/testsuite/meta/TupleInteractive.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype1.mo (Copy from path: /trunk/testsuite/meta/Uniontype1.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype1.mos (Copy from path: /trunk/testsuite/meta/Uniontype1.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype10.mo (Copy from path: /trunk/testsuite/meta/Uniontype10.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype10.mos (Copy from path: /trunk/testsuite/meta/Uniontype10.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype11.mo (Copy from path: /trunk/testsuite/meta/Uniontype11.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype11.mos (Copy from path: /trunk/testsuite/meta/Uniontype11.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype12.mo (Copy from path: /trunk/testsuite/meta/Uniontype12.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype12.mos (Copy from path: /trunk/testsuite/meta/Uniontype12.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype13.mo (Copy from path: /trunk/testsuite/meta/Uniontype13.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype13.mos (Copy from path: /trunk/testsuite/meta/Uniontype13.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype2.mo (Copy from path: /trunk/testsuite/meta/Uniontype2.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype2.mos (Copy from path: /trunk/testsuite/meta/Uniontype2.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype3.mo (Copy from path: /trunk/testsuite/meta/Uniontype3.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype3.mos (Copy from path: /trunk/testsuite/meta/Uniontype3.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype4.mo (Copy from path: /trunk/testsuite/meta/Uniontype4.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype4.mos (Copy from path: /trunk/testsuite/meta/Uniontype4.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype5.mo (Copy from path: /trunk/testsuite/meta/Uniontype5.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype5.mos (Copy from path: /trunk/testsuite/meta/Uniontype5.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype6.mo (Copy from path: /trunk/testsuite/meta/Uniontype6.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype6.mos (Copy from path: /trunk/testsuite/meta/Uniontype6.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype7.mo (Copy from path: /trunk/testsuite/meta/Uniontype7.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype7.mos (Copy from path: /trunk/testsuite/meta/Uniontype7.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype8.mo (Copy from path: /trunk/testsuite/meta/Uniontype8.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype8.mos (Copy from path: /trunk/testsuite/meta/Uniontype8.mos, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype9.mo (Copy from path: /trunk/testsuite/meta/Uniontype9.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype9.mos (Copy from path: /trunk/testsuite/meta/Uniontype9.mos, Revision, 4414) Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect15.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/RecordConstructors.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/addReal1_.c Modified : /branches/TemplateCodeGen/testsuite/mosfiles/InOutStrings.mos Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtArrays.mos Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtInteractive.mos Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtRecord.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile Added : /branches/TemplateCodeGen/testsuite/mosfiles/MissV.mo (Copy from path: /trunk/testsuite/mosfiles/MissV.mo, Revision, 4414) Added : /branches/TemplateCodeGen/testsuite/mosfiles/MissV.mos (Copy from path: /trunk/testsuite/mosfiles/MissV.mos, Revision, 4414) Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Switch.mos Modified : /branches/TemplateCodeGen/testsuite/records/EmptyRecordTestConstructor.mos Modified : /branches/TemplateCodeGen/testsuite/records/EmptyRecordTestInput.mos Modified : /branches/TemplateCodeGen/testsuite/records/Makefile Modified : /branches/TemplateCodeGen/testsuite/records/NestedRecordTestConstructor.mos Modified : /branches/TemplateCodeGen/testsuite/records/NestedRecordTestInput.mos Modified : /branches/TemplateCodeGen/testsuite/records/SimpleRecordTestConstructor.mos Modified : /branches/TemplateCodeGen/testsuite/records/SimpleRecordTestInput.mos Modified : /branches/TemplateCodeGen/testsuite/records/rtest Added : /branches/TemplateCodeGen/testsuite/test_suite_.xls (Copy from path: /trunk/testsuite/test_suite_.xls, Revision, 4414) Revision: 4414 Author: ppriv Date: 19:21:21, den 27 oktober 2009 Message: TrapezTestTotal.mo translation - successful 2. ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos Revision: 4413 Author: ppriv Date: 18:09:16, den 27 oktober 2009 Message: TrapezTestTotal.mo translation - successful ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.makefile Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos Revision: 4411 Author: ppriv Date: 17:08:53, den 27 oktober 2009 Message: TrapezTestTotal.mo translation ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos Revision: 4404 Author: ppriv Date: 12:00:10, den 27 oktober 2009 Message: tpl codegen - a stub of TargetSettings and Makefile template ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCode_design.txt Revision: 4403 Author: ricli576 Date: 09:20:12, den 27 oktober 2009 Message: Reverted changes made to Codegen.mo in r4362. There is now a better way of testing templates via the +d=tplmode option. ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Revision: 4396 Author: ricli576 Date: 14:35:46, den 26 oktober 2009 Message: Added missing file. ---- Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Revision: 4395 Author: ppriv Date: 11:59:39, den 26 oktober 2009 Message: tpl codegen: - when +d=tplmode, translateModel calls SimCode.translateModel - to makefile for omc.exe was added SimCode.mo and SimCodeC.mo - to SimCode module was added translateModule and generateFunctionsC functions - generate.mos uses translateModel command, it is run with +d=tplmode, in HelloWorld_functions.cpp is the test template result ... (10+11) - when tpl_gen argument is given to the make command in MDT environment (Makefile.omdev.mingw), the generate.mos script is run ---- Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo Modified : /branches/TemplateCodeGen/Compiler/Main.mo Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Added : /branches/TemplateCodeGen/Compiler/SimCodeC.mo Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.cpp Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_functions.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/Makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/build/bin Modified : /branches/TemplateCodeGen/build/doc/testmodels Revision: 4394 Author: ppriv Date: 11:52:59, den 26 oktober 2009 Message: delete makefile .... workaround to rename it to Makefile ---- Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/makefile Revision: 4362 Author: ricli576 Date: 10:45:53, den 15 oktober 2009 Message: Setup environment for testing templates. The hook in Codegen.mo is temporary. Similar code can be inserted in other places in Codegen.mo to feed different data to the template (at the moment only expressions are tested). Makefile.common contains a fix that makes it compile on Linux systems. ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/compileandtest.sh Revision: 4360 Author: adrpo Date: 01:37:51, den 14 oktober 2009 Message: - merged all revisions from OpenModelica/trunk ---- Modified : /branches/TemplateCodeGen/Compiler/Absyn.mo Modified : /branches/TemplateCodeGen/Compiler/AbsynDep.mo Modified : /branches/TemplateCodeGen/Compiler/Algorithm.mo Modified : /branches/TemplateCodeGen/Compiler/Builtin.mo Modified : /branches/TemplateCodeGen/Compiler/Ceval.mo Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo Modified : /branches/TemplateCodeGen/Compiler/CevalScript_stub.mo Modified : /branches/TemplateCodeGen/Compiler/Cevalfunc.mo Modified : /branches/TemplateCodeGen/Compiler/ClassInf.mo Modified : /branches/TemplateCodeGen/Compiler/ClassLoader.mo Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/Connect.mo Added : /branches/TemplateCodeGen/Compiler/ConnectionGraph.mo (Copy from path: /branches/MathCoreOSMC/Compiler/ConnectionGraph.mo, Revision, 4224) Modified : /branches/TemplateCodeGen/Compiler/Constants.mo Modified : /branches/TemplateCodeGen/Compiler/Convert.mo Modified : /branches/TemplateCodeGen/Compiler/DAE.mo Modified : /branches/TemplateCodeGen/Compiler/DAELow.mo Modified : /branches/TemplateCodeGen/Compiler/DAEQuery.mo Modified : /branches/TemplateCodeGen/Compiler/DFA.mo Modified : /branches/TemplateCodeGen/Compiler/Dump.mo Modified : /branches/TemplateCodeGen/Compiler/Env.mo Modified : /branches/TemplateCodeGen/Compiler/Error.mo Modified : /branches/TemplateCodeGen/Compiler/ErrorExt.mo Modified : /branches/TemplateCodeGen/Compiler/Exp.mo Modified : /branches/TemplateCodeGen/Compiler/HashTable.mo Modified : /branches/TemplateCodeGen/Compiler/HashTable2.mo Added : /branches/TemplateCodeGen/Compiler/HashTableCG.mo (Copy from path: /branches/MathCoreOSMC/Compiler/HashTableCG.mo, Revision, 4224) Modified : /branches/TemplateCodeGen/Compiler/Inst.mo Added : /branches/TemplateCodeGen/Compiler/InstanceHierarchy.mo (Copy from path: /branches/OpenModelica1.5.0/Compiler/InstanceHierarchy.mo, Revision, 4355) Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Modified : /branches/TemplateCodeGen/Compiler/Lookup.mo Added : /branches/TemplateCodeGen/Compiler/MMath.mo (Copy from path: /branches/MathCoreOSMC/Compiler/MMath.mo, Revision, 4224) Modified : /branches/TemplateCodeGen/Compiler/Main.mo Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.w32 Modified : /branches/TemplateCodeGen/Compiler/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/Makefile.w32 Modified : /branches/TemplateCodeGen/Compiler/Mod.mo Modified : /branches/TemplateCodeGen/Compiler/ModUtil.mo Modified : /branches/TemplateCodeGen/Compiler/Prefix.mo Modified : /branches/TemplateCodeGen/Compiler/RTOpts.mo Modified : /branches/TemplateCodeGen/Compiler/Refactor.mo Modified : /branches/TemplateCodeGen/Compiler/SCode.mo Modified : /branches/TemplateCodeGen/Compiler/Settings.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/Static.mo Modified : /branches/TemplateCodeGen/Compiler/System.mo Modified : /branches/TemplateCodeGen/Compiler/Types.mo Added : /branches/TemplateCodeGen/Compiler/UnitAbsyn.mo (Copy from path: /branches/MathCoreOSMC/Compiler/UnitAbsyn.mo, Revision, 4224) Added : /branches/TemplateCodeGen/Compiler/UnitAbsynBuilder.mo (Copy from path: /branches/MathCoreOSMC/Compiler/UnitAbsynBuilder.mo, Revision, 4224) Added : /branches/TemplateCodeGen/Compiler/UnitChecker.mo (Copy from path: /branches/MathCoreOSMC/Compiler/UnitChecker.mo, Revision, 4224) Added : /branches/TemplateCodeGen/Compiler/UnitParserExt.mo (Copy from path: /branches/MathCoreOSMC/Compiler/UnitParserExt.mo, Revision, 4224) Modified : /branches/TemplateCodeGen/Compiler/Util.mo Added : /branches/TemplateCodeGen/Compiler/VC7/Release/omc.pdb (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Release/omc.pdb, Revision, 4355) Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/Setup.vdproj Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtCore4.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtGui4.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtNetwork4.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtOpenGL4.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtXml4.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/Uninstall.bat Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/soqt1.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/icons/OpenModelica.ico Deleted : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtCore4.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtCore4.lib Deleted : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtGui4.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtGui4.lib Deleted : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtNetwork4.dll Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtNetwork4.lib Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtOpenGL4.lib (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtOpenGL4.lib, Revision, 4355) Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtXml4.lib (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtXml4.lib, Revision, 4355) Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/coin3.lib (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/coin3.lib, Revision, 4355) Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/qtmain.lib Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/soqt1.lib (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/soqt1.lib, Revision, 4355) Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/tools/SimForge-0.8.4.1-README.txt (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/tools/SimForge-0.8.4.1-README.txt, Revision, 4355) Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/tools/SimForge-0.8.4.1.zip (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/tools/SimForge-0.8.4.1.zip, Revision, 4355) Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz Modified : /branches/TemplateCodeGen/Compiler/VC7/absyn_builder.vcproj Modified : /branches/TemplateCodeGen/Compiler/VC7/c_runtime.vcproj Modified : /branches/TemplateCodeGen/Compiler/VC7/omc/omc.sln Added : /branches/TemplateCodeGen/Compiler/VC7/omc.rc (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/omc.rc, Revision, 4355) Modified : /branches/TemplateCodeGen/Compiler/VC7/omc.vcproj Added : /branches/TemplateCodeGen/Compiler/VC7/resource.h (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/resource.h, Revision, 4355) Modified : /branches/TemplateCodeGen/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /branches/TemplateCodeGen/Compiler/VC7/rmlRuntime/runtime/common/controlflow.c Modified : /branches/TemplateCodeGen/Compiler/VC7/runtime.vcproj Modified : /branches/TemplateCodeGen/Compiler/VC7/sendData/sendData.vcproj Modified : /branches/TemplateCodeGen/Compiler/Values.mo Modified : /branches/TemplateCodeGen/Compiler/VarTransform.mo Modified : /branches/TemplateCodeGen/Compiler/XMLDump.mo Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/walker.g Deleted : /branches/TemplateCodeGen/Compiler/absyn_builder/yacclib.c Added : /branches/TemplateCodeGen/Compiler/absyn_builder/yacclib.c.txt (Copy from path: /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.c.txt, Revision, 4355) Deleted : /branches/TemplateCodeGen/Compiler/absyn_builder/yacclib.h Added : /branches/TemplateCodeGen/Compiler/absyn_builder/yacclib.h.txt (Copy from path: /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.h.txt, Revision, 4355) Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.in Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.vc Modified : /branches/TemplateCodeGen/Compiler/runtime/corbaimpl.cpp Modified : /branches/TemplateCodeGen/Compiler/runtime/errorext.cpp Added : /branches/TemplateCodeGen/Compiler/runtime/lpsolve (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/linux (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/linux, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so, Revision, 4224) Added : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so.64-bit (Copy from path: /branches/OpenModelica1.5.0/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so.64-bit, Revision, 4355) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/osx (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/osx, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/osx/liblpsolve55.dylib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/osx/liblpsolve55.dylib, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/win32 (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/win32/lpsolve55.dll (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32/lpsolve55.dll, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/win32/lpsolve55.lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32/lpsolve55.lib, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/liblpsolve55.lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/liblpsolve55.lib, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/liblpsolve55d.lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/liblpsolve55d.lib, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_Hash.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_Hash.h, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_SOS.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_SOS.h, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_lib.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_lib.h, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_matrix.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_matrix.h, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_mipbb.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_mipbb.h, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_types.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_types.h, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_utils.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_utils.h, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lpsolve55.dll (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lpsolve55.dll, Revision, 4224) Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lpsolve55.lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lpsolve55.lib, Revision, 4224) Modified : /branches/TemplateCodeGen/Compiler/runtime/omc_communication_impl.cpp Modified : /branches/TemplateCodeGen/Compiler/runtime/optmanager.cpp Modified : /branches/TemplateCodeGen/Compiler/runtime/printimpl.c Modified : /branches/TemplateCodeGen/Compiler/runtime/ptolemyio.cpp Modified : /branches/TemplateCodeGen/Compiler/runtime/rtopts.c Modified : /branches/TemplateCodeGen/Compiler/runtime/settingsimpl.c Modified : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.c Added : /branches/TemplateCodeGen/Compiler/runtime/unitparser.cpp (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp, Revision, 4224) Added : /branches/TemplateCodeGen/Compiler/runtime/unitparser.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/unitparser.h, Revision, 4224) Added : /branches/TemplateCodeGen/Compiler/runtime/unitparserext.cpp (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/unitparserext.cpp, Revision, 4224) Added : /branches/TemplateCodeGen/Compiler/scripts/CompileMSVC.bat (Copy from path: /branches/OpenModelica1.5.0/Compiler/scripts/CompileMSVC.bat, Revision, 4355) Deleted : /branches/TemplateCodeGen/Examples/3D_BouncingBall.onb Added : /branches/TemplateCodeGen/Examples/3D_BouncingBall3D.onb (Copy from path: /branches/OpenModelica1.5.0/Examples/3D_BouncingBall3D.onb, Revision, 4355) Deleted : /branches/TemplateCodeGen/Examples/3D_MyPendulum.onb Added : /branches/TemplateCodeGen/Examples/3D_MyPendulum3D.onb (Copy from path: /branches/OpenModelica1.5.0/Examples/3D_MyPendulum3D.onb, Revision, 4355) Modified : /branches/TemplateCodeGen/Examples/ModelQueryAPIexamples.onb Modified : /branches/TemplateCodeGen/Examples/UsersGuideExamples.onb Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/OMNotebook/3Dpkg/SimulationData.cpp Modified : /branches/TemplateCodeGen/OMNotebook/3Dpkg/SimulationData.h Modified : /branches/TemplateCodeGen/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /branches/TemplateCodeGen/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Assert.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/AssignStat.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Exercise2.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Exercise3.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Exercise4.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Exercise5.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/ForStat.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/IfStat.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/MultRes.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Reinit.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Sections.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Terminate.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/WhenStat.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/WhileStat.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/AnnUnitsQuant/Annotations.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/AnnUnitsQuant/FuncAnn.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/AnnUnitsQuant/SynPlac.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/AnnUnitsQuant/UnitsQuant.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Built-inFunc.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/ConcatSlice.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Declaration.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Empty.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Exercise1-7-2.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/FlexSize.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Indexing.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/ScalarFunc.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Classes/Restricted.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/CompConn/Connections.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/CompConn/Connectors.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/CompConn/Exercise1.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/CompConn/MechTrans.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/DEVS.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/EventBeh.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DrModelica.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/EqDeclarations.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/Exercise1.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/Exercise2.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/IfEq.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/RepConnStruct.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/RepStruct.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/SimpleEquality.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/Step.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/WhenEq.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Functions/Call.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Generic/Extended.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Generic/ParamInterfaces.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/InherMod/Exercise1.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/InherMod/Hierachical.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/Exercise1.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/Exercise2.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/Exercise3.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/Inheritance.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/LitOpExp/Exercise1.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/LitOpExp/VariaSubt.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Exercise1ADT.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Exercise1LibrStruct.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Generic.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Inherited.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Local.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/PackAccess.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/PackasADTs.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/QuickTour/Packages.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Annotation.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Exercise2.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Exercise3.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Exercise4.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/ReplRed.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Replaceable.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/SystemMod/FlatTank.onb Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /branches/TemplateCodeGen/OMNotebook/NotebookParser/NotebookParser.vcproj Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/application.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cell.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cell.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcommandcenter.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/celldocument.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/command.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commandcenter.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commands.xml Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commandunit.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/document.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/documentview.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/evalthread.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/factory.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/graphcell.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/indent.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/indent.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/inputcell.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/nbparser.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebook.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebookparser.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omc_communication.cc Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omc_communication.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/parserfactory.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/qcombobox_search.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/res.aps Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/resource1.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/rule.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/searchform.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/stripstring.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/textcell.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/treeview.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/visitor.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/compoundWidget.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/compoundWidget.ui Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/curve.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/curve.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/dataSelect.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/focusRect.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphScene.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWidget.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWindow.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWindow.ui Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/label.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/legendLabel.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/line2D.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/line2D.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/lineGroup.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/lineGroup.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/point.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/point.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/variableData.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/variableData.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/variablewindow.h Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/verticalLabel.h Modified : /branches/TemplateCodeGen/OMNotebook/ext/Makefile Added : /branches/TemplateCodeGen/OMNotebook/ext/Resources (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/Resources, Revision, 4355) Replacing : /branches/TemplateCodeGen/OMNotebook/ext/Resources/plotWindow.bmp (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/Resources/plotWindow.bmp, Revision, 4355) Replacing : /branches/TemplateCodeGen/OMNotebook/ext/Resources/plotWindow.ico (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/Resources/plotWindow.ico, Revision, 4355) Modified : /branches/TemplateCodeGen/OMNotebook/ext/e.cpp Added : /branches/TemplateCodeGen/OMNotebook/ext/ext.rc (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/ext.rc, Revision, 4355) Modified : /branches/TemplateCodeGen/OMNotebook/ext/ext.vcproj Added : /branches/TemplateCodeGen/OMNotebook/ext/generatedfiles (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/generatedfiles, Revision, 4355) Replacing : /branches/TemplateCodeGen/OMNotebook/ext/generatedfiles/qtres.cpp (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/generatedfiles/qtres.cpp, Revision, 4355) Added : /branches/TemplateCodeGen/OMNotebook/ext/qtres.qrc (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/qtres.qrc, Revision, 4355) Modified : /branches/TemplateCodeGen/OMNotebook/ext/release/ext.exe Added : /branches/TemplateCodeGen/OMNotebook/ext/release/ext.pdb (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/release/ext.pdb, Revision, 4355) Added : /branches/TemplateCodeGen/OMNotebook/ext/resource.h (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/resource.h, Revision, 4355) Modified : /branches/TemplateCodeGen/OMShell/Makefile Modified : /branches/TemplateCodeGen/OMShell/QWinMosh.vcproj Modified : /branches/TemplateCodeGen/OMShell/Release/OMShell.exe Added : /branches/TemplateCodeGen/OMShell/Release/OMShell.pdb (Copy from path: /branches/OpenModelica1.5.0/OMShell/Release/OMShell.pdb, Revision, 4355) Modified : /branches/TemplateCodeGen/OMShell/commandcompletion.cpp Modified : /branches/TemplateCodeGen/OMShell/commandcompletion.h Modified : /branches/TemplateCodeGen/OMShell/commandunit.h Modified : /branches/TemplateCodeGen/OMShell/inputcelldelegate.h Modified : /branches/TemplateCodeGen/OMShell/main.cpp Modified : /branches/TemplateCodeGen/OMShell/omc_communicator.cpp Modified : /branches/TemplateCodeGen/OMShell/omc_communicator.h Modified : /branches/TemplateCodeGen/OMShell/omcinteractiveenvironment.cpp Modified : /branches/TemplateCodeGen/OMShell/omcinteractiveenvironment.h Modified : /branches/TemplateCodeGen/OMShell/oms.cpp Modified : /branches/TemplateCodeGen/OMShell/oms.h Modified : /branches/TemplateCodeGen/OMShell/otherdlg.h Modified : /branches/TemplateCodeGen/README.Cygwin.or.Linux.txt Modified : /branches/TemplateCodeGen/c_runtime/base_array.c Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.c Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.h Modified : /branches/TemplateCodeGen/c_runtime/integer_array.c Modified : /branches/TemplateCodeGen/c_runtime/integer_array.h Modified : /branches/TemplateCodeGen/c_runtime/modelica.h Modified : /branches/TemplateCodeGen/c_runtime/read_write.c Modified : /branches/TemplateCodeGen/c_runtime/read_write.h Modified : /branches/TemplateCodeGen/c_runtime/real_array.c Modified : /branches/TemplateCodeGen/c_runtime/real_array.h Modified : /branches/TemplateCodeGen/c_runtime/sendData/sendData.cpp Modified : /branches/TemplateCodeGen/c_runtime/simulation_runtime.cpp Modified : /branches/TemplateCodeGen/c_runtime/solver_dasrt.cpp Modified : /branches/TemplateCodeGen/doc/OpenModelicaSystem.doc Modified : /branches/TemplateCodeGen/doc/OpenModelicaSystem.pdf Modified : /branches/TemplateCodeGen/doc/OpenModelicaUsersGuide.doc Modified : /branches/TemplateCodeGen/doc/OpenModelicaUsersGuide.pdf Added : /branches/TemplateCodeGen/doc/SimForge - An Open Source Graphical Model Editor by Politecnico di Milano.url (Copy from path: /branches/OpenModelica1.5.0/doc/SimForge - An Open Source Graphical Model Editor by Politecnico di Milano.url, Revision, 4355) Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_parser.g Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_lexer.g Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_parser.g Modified : /branches/TemplateCodeGen/mosh/src/Makefile.in Modified : /branches/TemplateCodeGen/mosh/src/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/mosh/src/mosh.cpp Modified : /branches/TemplateCodeGen/testsuite/Makefile Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/FunctionSimplex.mo Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/Vectorizable4.mo Deleted : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/add.c Deleted : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/addmatrices.c Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/drmodelica/rtest Deleted : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/f.c Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/msl/rtest Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/rtest Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/rtestsim Modified : /branches/TemplateCodeGen/testsuite/meta/rtest Added : /branches/TemplateCodeGen/testsuite/mofiles/Abs.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Abs.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Acos.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Acos.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor1.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor2.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor3.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor3.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor4.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor4.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor5.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor5.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor6.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor6.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/And.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/And.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAccess.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayAccess.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAddition.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayAddition.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayBrackets.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayBrackets.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayCurlyBrackets.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayCurlyBrackets.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration1.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration2.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration3.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration3.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration4.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration4.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration5.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration5.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDivision.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDivision.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayExtend.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayExtend.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayMultiplication.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayMultiplication.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayOperators.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayOperators.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayRange.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayRange.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ArraySubtraction.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArraySubtraction.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Asin.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Asin.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Atan.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Atan.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Atan2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Atan2.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/BlockComponents.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/BlockComponents.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/BlockIllegal.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/BlockIllegal.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/BlockSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/BlockSimple.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/BooleanLiterals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/BooleanLiterals.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Ceil.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Ceil.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Comment1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Comment1.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Comment2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Comment2.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ComponentNames.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ComponentNames.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/CondDeclaration.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/CondDeclaration.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/CondOperators.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/CondOperators.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ConnectorComponents.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorComponents.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ConnectorIllegal.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorIllegal.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ConnectorSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorSimple.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ConstantDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclConnector.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ConstantDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclRecord.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ConstantDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclType.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Cos.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Cos.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Cosh.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Cosh.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/CyclicBindingConst.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/CyclicBindingConst.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/CyclicBindingParam.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/CyclicBindingParam.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DeclarationEquation1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation1.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DeclarationEquation2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation2.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DeclarationEquation3.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation3.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DeclarationOrder.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationOrder.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DiscreteDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclConnector.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DiscreteDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclRecord.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DiscreteDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclType.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Div.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Div.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DocString.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DocString.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/DoubleDeclaration.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DoubleDeclaration.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Equals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Equals.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/EquationFor5.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor5.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/EquationFor6.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor6.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/EquationFor7.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor7.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/EventFunctions.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/EventFunctions.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Exp.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Exp.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Expressions.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Expressions.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/FloatingPoint.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FloatingPoint.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Floor.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Floor.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/FlowDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclConnector.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/FlowDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclRecord.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/FlowDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclType.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/FunctionCall.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FunctionCall.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/FunctionSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FunctionSimple.mo, Revision, 4355) Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionSimplex.mo Added : /branches/TemplateCodeGen/testsuite/mofiles/GreaterThan.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/GreaterThan.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/GreaterThanEqual.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/GreaterThanEqual.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/InputDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclConnector.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/InputDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclRecord.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/InputDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclType.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/IntAdd.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntAdd.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/IntDiv.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntDiv.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/IntMul.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntMul.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/IntPow.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntPow.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/IntSub.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntSub.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Integer.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Integer.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/IntegerLiterals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntegerLiterals.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/LessThan.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/LessThan.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/LessThanEqual.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/LessThanEqual.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Log.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Log.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Log10.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Log10.mo, Revision, 4355) Modified : /branches/TemplateCodeGen/testsuite/mofiles/Makefile Added : /branches/TemplateCodeGen/testsuite/mofiles/MathematicalFunctions.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/MathematicalFunctions.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/MatrixBrackets.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/MatrixBrackets.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Mod.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Mod.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ModelAccess.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ModelAccess.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ModelSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ModelSimple.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/NestedClasses.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/NestedClasses.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Not.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Not.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/NotEquals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/NotEquals.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/NumericFunctions.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/NumericFunctions.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Operators.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Operators.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Or.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Or.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/OutputDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclConnector.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/OutputDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclRecord.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/OutputDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclType.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/PackageComponents.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/PackageComponents.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/PackageIllegal.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/PackageIllegal.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/PackageSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/PackageSimple.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ParameterDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclConnector.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ParameterDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclRecord.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ParameterDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclType.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ProtectedAccess.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ProtectedAccess.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ProtectedAccess2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ProtectedAccess2.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/PublicAccess.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/PublicAccess.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RealAdd.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealAdd.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RealDiv.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealDiv.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RealMul.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealMul.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RealPow.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealPow.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RealSub.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealSub.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordAssignment.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordAssignment.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordConnections.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordConnections.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordConstructors.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordConstructors.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordNonPublic.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordNonPublic.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordPrefixes.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordPrefixes.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordSimple.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Rem.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Rem.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/ShortClassDef.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ShortClassDef.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Sign.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Sign.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/SimpleInheritance.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/SimpleInheritance.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/SimpleTypeExtend.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/SimpleTypeExtend.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Sin.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Sin.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Sinh.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Sinh.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Sqrt.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Sqrt.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/StringBoolean.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringBoolean.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/StringConcatenation.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringConcatenation.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/StringConversion.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringConversion.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/StringInteger.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringInteger.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/StringLiterals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringLiterals.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/StringReal.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringReal.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Tan.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Tan.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/Tanh.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Tanh.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeArray.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeArray.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeClass1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeClass1.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeClass2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeClass2.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeDeclArray.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeDeclArray.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeEnumeration.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeEnumeration.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeSimple.mo, Revision, 4355) Modified : /branches/TemplateCodeGen/testsuite/mofiles/Vectorizable4.mo Added : /branches/TemplateCodeGen/testsuite/mofiles/addReal1_.c Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/rtest Modified : /branches/TemplateCodeGen/testsuite/mofiles/rtest Modified : /branches/TemplateCodeGen/testsuite/mofiles/rtestsim Modified : /branches/TemplateCodeGen/testsuite/mosfiles/ArrayDivError.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/CyclicPerm.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/EqualityEquations.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/HeatTank.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/HeatTankExpanded.mo Added : /branches/TemplateCodeGen/testsuite/mosfiles/Identifier.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/Identifier.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mosfiles/Identifier.mos (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/Identifier.mos, Revision, 4355) Modified : /branches/TemplateCodeGen/testsuite/mosfiles/InOutStrings.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Matrix.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Pendulum.mo Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Tank.mo Added : /branches/TemplateCodeGen/testsuite/mosfiles/Time.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/Time.mo, Revision, 4355) Added : /branches/TemplateCodeGen/testsuite/mosfiles/Time.mos (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/Time.mos, Revision, 4355) Modified : /branches/TemplateCodeGen/testsuite/mosfiles/algorithms.mos Added : /branches/TemplateCodeGen/testsuite/mosfiles/checkparseerror.c (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/checkparseerror.c, Revision, 4355) Modified : /branches/TemplateCodeGen/testsuite/mosfiles/interactive_api_classes.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/refactorGraphAnn1.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/rotationalsystems.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/rtest Modified : /branches/TemplateCodeGen/testsuite/mosfiles/simplify.mos Added : /branches/TemplateCodeGen/testsuite/records (Copy from path: /branches/MathCoreOSMC/testsuite/records, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/EmptyRecordTestConstructor.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/EmptyRecordTestConstructor.mos, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/EmptyRecordTestInput.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/EmptyRecordTestInput.mos, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/External_C_RecordTest.c (Copy from path: /branches/MathCoreOSMC/testsuite/records/External_C_RecordTest.c, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/Makefile (Copy from path: /branches/MathCoreOSMC/testsuite/records/Makefile, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/NestedRecordTestConstructor.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/NestedRecordTestConstructor.mos, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/NestedRecordTestInput.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/NestedRecordTestInput.mos, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/RecordTest.mo (Copy from path: /branches/MathCoreOSMC/testsuite/records/RecordTest.mo, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/SimpleRecordTestConstructor.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/SimpleRecordTestConstructor.mos, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/SimpleRecordTestInput.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/SimpleRecordTestInput.mos, Revision, 4224) Replacing : /branches/TemplateCodeGen/testsuite/records/rtest (Copy from path: /branches/MathCoreOSMC/testsuite/records/rtest, Revision, 4224) Modified : /branches/TemplateCodeGen/tools/rml2mod/absyn.rml Added : /branches/TemplateCodeGen/tools/xml/LICENSE (Copy from path: /branches/OpenModelica1.5.0/tools/xml/LICENSE, Revision, 4355) Added : /branches/TemplateCodeGen/tools/xml/README.txt (Copy from path: /branches/OpenModelica1.5.0/tools/xml/README.txt, Revision, 4355) Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/FlatModelicaXml.h Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parser.cpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parser.g Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parser.hpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/walker.g Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.cpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.h Deleted : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.ncb Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.sln Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.suo Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.vcproj Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/README.txt Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/dirwalk.cpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/dirwalk.h Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelicaTokenTypes.hpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelicaTokenTypes.txt Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_lexer.cpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_lexer.g Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_lexer.hpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parser.cpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parser.g Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parser.hpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parserTokenTypes.txt Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_tree_parser.cpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_tree_parser.hpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelicaxml-v2.dtd Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/walker.g Revision: 4349 Author: ppriv Date: 18:25:09, den 13 oktober 2009 Message: Susan - hello world test ---- Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_functions.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_init.txt Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/makefile Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw Revision: 4348 Author: ricli576 Date: 16:54:35, den 13 oktober 2009 Message: Added hello world program and its output when compiled. ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld.makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld_functions.cpp Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld_init.txt Revision: 4345 Author: ppriv Date: 16:27:35, den 13 oktober 2009 Message: ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.mo Revision: 4344 Author: ppriv Date: 15:54:40, den 13 oktober 2009 Message: ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Revision: 4343 Author: ppriv Date: 15:51:31, den 13 oktober 2009 Message: SimCodeC.tpl ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4342 Author: ppriv Date: 15:41:04, den 13 oktober 2009 Message: SimCodeTV.mo ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo Revision: 4322 Author: ppriv Date: 17:46:52, den 7 oktober 2009 Message: Susan: - first a start of SusanUsersGuide.doc - full conference paper and ppt ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen/doc Added : /branches/TemplateCodeGen/Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090828-v25d-full-FUN.doc Added : /branches/TemplateCodeGen/Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090921-3.ppt Added : /branches/TemplateCodeGen/Compiler/susan_codegen/doc/SusanUsersGuide.doc Revision: 4261 Author: ppriv Date: 17:08:10, den 19 september 2009 Message: Susan: - "typeview" keyword introduced -> see TplCodegen.tpl and TplCodegenTV.mo - syntax for type-views is closer to MetaModelica ... default is "public" or no keyword before "package" and it means that no path is needed to reach its members - some further preparation of parser for error reporting (PARSER_INFO) - "+" instead of "&" used for concatenation operation (to be closer to Modelica) - "is" and "is not" used instead of "==" and "<>" to make it more obvious that the construct is asymmetric - fixed the [item, item2, ... ] list-like construction construct (elements can have mixed multiplicity and/or types when it makes sense) - some map construct test templates and intMatrix() template added to test.tpl and to TplMain.mo tests - fixed matching of SOME, see testCond() template in test.tpl ---- Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegenTV.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Revision: 4215 Author: adrpo Date: 13:43:05, den 9 september 2009 Message: - missed a ; in the code. ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Revision: 4214 Author: adrpo Date: 13:10:42, den 9 september 2009 Message: - last iteration over SimCode.mo ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Revision: 4203 Author: ppriv Date: 22:16:47, den 3 september 2009 Message: Susan: - fix for parameterized options - fix options auto to-string conversions ---- Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Revision: 4187 Author: ppriv Date: 23:21:08, den 28 augusti 2009 Message: Susan, after the paper was done. - ( expression-with-option ) added - <>= changed to ::= to be for < > - failing case for every list iterating function added (a bug fix for filtering patterns after 'of' ) - i0 and i1 now working in map and list expressions - paper while-loop test added ---- Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Revision: 4174 Author: ppriv Date: 17:30:08, den 19 augusti 2009 Message: Susan changes according to paper: - switched meaning of " and ' - <>= now becomes ::= ---- Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Revision: 4171 Author: ppriv Date: 12:51:55, den 17 augusti 2009 Message: Susan: - paper.tpl ... "while" paper example ---- Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl Revision: 4169 Author: ppriv Date: 22:45:01, den 14 augusti 2009 Message: Susan - Parser extended to be able to report position info in errors - half work done on Susan self-dump ---- Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Revision: 4139 Author: ppriv Date: 11:15:20, den 1 augusti 2009 Message: Susan 1.0 alpha - all tests are now passing - added testing of translation of whole .tpl files (TplCodegen.tpl -> TplCodegen__testShouldBe.mo and test.tpl -> test__testShouldBe.mo) - some cleaning ---- Modified : /branches/TemplateCodeGen Modified : /branches/TemplateCodeGen/.externalToolBuilders Modified : /branches/TemplateCodeGen/Compiler Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/VC7 Modified : /branches/TemplateCodeGen/Compiler/VC7/MakeRMLandGRAMMAR Modified : /branches/TemplateCodeGen/Compiler/VC7/Release Modified : /branches/TemplateCodeGen/Compiler/VC7/antlr Modified : /branches/TemplateCodeGen/Compiler/VC7/omc Modified : /branches/TemplateCodeGen/Compiler/VC7/rmlRuntime Modified : /branches/TemplateCodeGen/Compiler/VC7/sendData Modified : /branches/TemplateCodeGen/Compiler/VC7/sendData/Release Modified : /branches/TemplateCodeGen/Compiler/omc_release Modified : /branches/TemplateCodeGen/Compiler/rml2mmo Modified : /branches/TemplateCodeGen/Compiler/rml2sig Modified : /branches/TemplateCodeGen/Compiler/runtime Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen__testShouldBe.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test__testShouldBe.mo Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw Modified : /branches/TemplateCodeGen/c_runtime Modified : /branches/TemplateCodeGen/c_runtime/libf2c Modified : /branches/TemplateCodeGen/flat_modelica_parser/src Modified : /branches/TemplateCodeGen/modelica_parser/src Modified : /branches/TemplateCodeGen/testsuite/mofiles Revision: 4129 Author: ppriv Date: 18:40:33, den 18 juli 2009 Message: Susan 1.0 alpha ! - self generated TplCodegen.mo from TplCodegen.tpl - match-only templates are now direct, i.e. not enclosed to another function - names of generated functions are identical as in templates ... no prefix - in/out args are now distinguished (out_ prefix) in pure assignment (non-match) functions (it is possible in current MM impl. to have input Text txt; output Text txt; ) ---- Deleted : /branches/TemplateCodeGen/Compiler/.depend Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Revision: 4128 Author: ppriv Date: 20:17:40, den 17 juli 2009 Message: Copied remotely ---- Added : /branches/TemplateCodeGen/Compiler/TplCodegen.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo, Revision, 4127) Revision: 4127 Author: ppriv Date: 20:15:56, den 17 juli 2009 Message: ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/Makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Revision: 4126 Author: ppriv Date: 20:14:08, den 17 juli 2009 Message: Removed file/folder ---- Deleted : /branches/TemplateCodeGen/Compiler/TplCodegen_handMade.mo Revision: 4125 Author: ppriv Date: 20:14:02, den 17 juli 2009 Message: Copied remotely ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen_handMade.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TplCodegen_handMade.mo, Revision, 4124) Revision: 4124 Author: ppriv Date: 20:12:08, den 17 juli 2009 Message: Renamed remotely ---- Deleted : /branches/TemplateCodeGen/Compiler/TplCodegen.mo Added : /branches/TemplateCodeGen/Compiler/TplCodegen_handMade.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TplCodegen.mo, Revision, 4123) Revision: 4123 Author: ppriv Date: 20:05:19, den 17 juli 2009 Message: Removed file/folder ---- Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/test Revision: 4122 Author: ppriv Date: 20:05:09, den 17 juli 2009 Message: Moved remotely ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen/Makefile (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test/Makefile, Revision, 4121) Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/test/Makefile Revision: 4121 Author: ppriv Date: 20:05:01, den 17 juli 2009 Message: Moved remotely ---- Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo, Revision, 4120) Revision: 4120 Author: ppriv Date: 20:04:53, den 17 juli 2009 Message: Moved remotely ---- Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl, Revision, 4119) Revision: 4119 Author: ppriv Date: 19:59:01, den 17 juli 2009 Message: a clean ---- Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplCodegen.mo Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl Modified : /branches/TemplateCodeGen/Compiler/test.mo Revision: 4114 Author: ppriv Date: 00:00:54, den 16 juli 2009 Message: Susan's self compiled codegen almost done! test/test.tpl is translated successfully to test/test.mo and its copy can be translated by MMC ---- Modified : /branches/TemplateCodeGen/Compiler Modified : /branches/TemplateCodeGen/Compiler/.depend Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl Added : /branches/TemplateCodeGen/Compiler/test.mo Revision: 4113 Author: ppriv Date: 13:50:28, den 14 juli 2009 Message: Susan: - fixed CR LF parsing - test.tpl is effectively the TplCodegen.tpl -> 1. translation of Susan's back-end; although there are some minor issues (intrinsic function has still the intrinsic. path) ---- Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl Revision: 4111 Author: ppriv Date: 13:06:25, den 10 juli 2009 Message: Susan 0.9 alpha A first pre-Susan implementation. Using hand-made Codegen yet, to be regenerated from its TplCodegen.tpl soon, when some minor issues are fixed. - make with "susan_test" to run tests - call "omc.exe someTemplate.tpl" to translate a Susan template ---- Modified : /branches/TemplateCodeGen/Compiler/Main.mo Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Added : /branches/TemplateCodeGen/Compiler/Tpl.mo Added : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo Added : /branches/TemplateCodeGen/Compiler/TplCodegen.mo Added : /branches/TemplateCodeGen/Compiler/TplMain.mo Added : /branches/TemplateCodeGen/Compiler/TplParser.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplParser.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test/Makefile Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw Revision: 4001 Author: ppriv Date: 18:07:07, den 9 april 2009 Message: Susan's backend ---- Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup Modified : /branches/TemplateCodeGen/Compiler/VC7/UpdateEnv Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCG.mo Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCG.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl Revision: 3987 Author: ppriv Date: 20:26:20, den 30 mars 2009 Message: ---- Modified : /branches/TemplateCodeGen/build/bin Modified : /branches/TemplateCodeGen/build/doc Modified : /branches/TemplateCodeGen/build/doc/testmodels Modified : /branches/TemplateCodeGen/build/include Modified : /branches/TemplateCodeGen/build/lib Revision: 3986 Author: ppriv Date: 20:24:14, den 30 mars 2009 Message: ---- Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles Revision: 3985 Author: ppriv Date: 20:18:56, den 30 mars 2009 Message: base to Susan's out AST ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCG.mo Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCG.tpl Modified : /branches/TemplateCodeGen/build Revision: 3984 Author: sjoelund.se Date: 16:22:50, den 30 mars 2009 Message: - Added a main method to the modelica_java.jar file so you can convert Modelica files to java files from command line. - Modified testsuite/mosfiles/Makefile slightly to compile once for all Java tests instead of once per test (and also generate the java interface for JavaExt.mo). - JavaExtInteractive.mos tests OMC to Java to (another) OMC session. If the .mos file used interactive CORBA they could share the session. - Moved build/share/modelica (stringtemplate templates) into modelica_java.jar ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar Deleted : /branches/TemplateCodeGen/build/share/modelica Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtArrays.mos Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtInteractive.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtRecord.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile Revision: 3982 Author: sjoelund.se Date: 08:47:06, den 30 mars 2009 Message: - Java external code for Record-To-Record calls. The code compiles and seems to be sane, but OMC will not execute the function after it's compiled. - Java external records are now sent the qualified name instead of the name of the record (required if you want to call a modelica function from the external Java function) ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtRecord.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile Revision: 3980 Author: ppriv Date: 15:03:53, den 27 mars 2009 Message: - Added SusanDump.mo and Tpl.mo - Modified SusanDump.tpl and TplAbsyn.mo ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo Revision: 3979 Author: sjoelund.se Date: 14:39:58, den 27 mars 2009 Message: - Added records for external Java functions (calling using Record arguments but not reading back the data) ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Deleted : /branches/TemplateCodeGen/testsuite/mofiles/addReal1_.c Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtArrays.mos Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtRecord.mos Revision: 3978 Author: sjoelund.se Date: 09:03:24, den 26 mars 2009 Message: - Added external Java function summing up an array ---- Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos Revision: 3975 Author: sjoelund.se Date: 15:31:49, den 25 mars 2009 Message: - Added test cases for external Java ---- Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile Revision: 3973 Author: ppriv Date: 10:51:17, den 25 mars 2009 Message: Little comletion of the Susan' dump ---- Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo Revision: 3972 Author: ppriv Date: 17:28:37, den 24 mars 2009 Message: Susan codegen: - input AST - TplAbsyn.mo - SusanDump.tpl ---- Added : /branches/TemplateCodeGen/Compiler/susan_codegen Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo Revision: 3971 Author: sjoelund.se Date: 16:04:25, den 24 mars 2009 Message: - Fixed and tested Int/Re/Bool/String arguments (in/out, no array) for external Java ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Revision: 3970 Author: sjoelund.se Date: 15:14:46, den 24 mars 2009 Message: - Fixed string arrays problem with NULL strings. If you ignore the compilation warnings, boolean and string arrays work properly now. ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar Revision: 3969 Author: sjoelund.se Date: 14:07:20, den 24 mars 2009 Message: - External arrays (even multi-dim) work with Java now. The exception seems to be boolean/string arrays which fail because their respective alloc_array functions don't exist in the runtime. ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3968 Author: sjoelund.se Date: 14:02:32, den 24 mars 2009 Message: - Fixed isIn/Out/Bidir to return a boolean instead of failing, just like the definition says. ---- Modified : /branches/TemplateCodeGen/Compiler/Types.mo Revision: 3966 Author: sjoelund.se Date: 15:48:18, den 23 mars 2009 Message: - Started adding code for array in/out java ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3965 Author: sjoelund.se Date: 16:32:52, den 20 mars 2009 Message: - Added support in the runtime to send multi-dim arrays through external Java ---- Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3960 Author: sjoelund.se Date: 16:48:23, den 19 mars 2009 Message: - Added prefixes to generated argument names in Java functions to avoid collisions with the Java keywords. - Updated some unused Util.mo functions so they can be translated (missing partial keyword before a function means the Java part chokes; OMC accepts it) ---- Modified : /branches/TemplateCodeGen/Compiler/Util.mo Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st Revision: 3959 Author: sjoelund.se Date: 15:39:13, den 19 mars 2009 Message: - Updated modelica_java.jar to the latest version ---- Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar Revision: 3958 Author: sjoelund.se Date: 15:32:55, den 19 mars 2009 Message: - Moved generated Java functions to separate files, using non-static calls ---- Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/header.st Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/proxy.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/typeDef.st Revision: 3956 Author: sjoelund.se Date: 10:34:51, den 19 mars 2009 Message: - Added support for partial functions when translating MM to Java ---- Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/functions.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/genericArguments.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/myFQName.st Revision: 3955 Author: sjoelund.se Date: 16:01:59, den 18 mars 2009 Message: - Added support for MM replaceable types -> Java generics ---- Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/functions.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/genericArguments.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/header.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/packageDot.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st Revision: 3951 Author: sjoelund.se Date: 15:05:33, den 17 mars 2009 Message: - Added support for complex types to be passed using getDefinitions() ---- Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/functions.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/header.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/myFQName.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/proxy.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/typeDef.st Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/uniontype.st Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/varDefClass.st Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/varDefType.st Revision: 3948 Author: sjoelund.se Date: 15:57:00, den 12 mars 2009 Message: - Updated Interactive (getDefinitions()) to pass array dimensions, etc ---- Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Revision: 3947 Author: sjoelund.se Date: 15:55:06, den 12 mars 2009 Message: - Added templates to generate Java files corresponding to definitions in the interactive AST ---- Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar Added : /branches/TemplateCodeGen/build/share/modelica Added : /branches/TemplateCodeGen/build/share/modelica/corbadefs.stg Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/functions.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/header.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/myFQName.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/proxy.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/typeDef.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/uniontype.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/varDefClass.st Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/varDefType.st Revision: 3936 Author: sjoelund.se Date: 17:07:45, den 11 mars 2009 Message: - Added a function to dump the AST in MetaModelica through the Interactive module ---- Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Revision: 3934 Author: sjoelund.se Date: 13:17:41, den 10 mars 2009 Message: - Changed the Java external interface to communicate using the same classes as the Java/CORBA interface. ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/OMNotebook/ext/Makefile Modified : /branches/TemplateCodeGen/OMShell/Makefile Added : /branches/TemplateCodeGen/build/share Added : /branches/TemplateCodeGen/build/share/java Added : /branches/TemplateCodeGen/build/share/java/modelica_java.jar Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Modified : /branches/TemplateCodeGen/configure Revision: 3929 Author: sjoelund.se Date: 12:20:08, den 3 mars 2009 Message: - Precompiler using syntax closer to Pavols ---- Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Added : /branches/TemplateCodeGen/Compiler/template_precompile/C__GenerateFunctionBodies.tpl Added : /branches/TemplateCodeGen/Compiler/template_precompile/C__GenerateFunctions.tpl Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo Revision: 3928 Author: sjoelund.se Date: 11:40:10, den 3 mars 2009 Message: - working - working ---- Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo Revision: 3927 Author: sjoelund.se Date: 17:03:24, den 2 mars 2009 Message: - Added (start of) code for changing IF_EXIST and IF_NOT_EXIST to a COND list ---- Modified : /branches/TemplateCodeGen/Compiler/.depend Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo Revision: 3926 Author: adrpo Date: 15:44:14, den 2 mars 2009 Message: - second draft SimCode.mo ---- Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo Revision: 3924 Author: sjoelund.se Date: 17:40:48, den 27 februari 2009 Message: - Added some of Pavol's template syntax to try it out ---- Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Revision: 3923 Author: sjoelund.se Date: 10:02:53, den 27 februari 2009 Message: - Added the ability to read a file in the template engine ---- Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile.in Added : /branches/TemplateCodeGen/Compiler/template_precompile/System.mo Added : /branches/TemplateCodeGen/Compiler/template_precompile/readfile.c Revision: 3921 Author: sjoelund.se Date: 16:01:14, den 26 februari 2009 Message: - Added an IsEmpty function in the template engine. It is used by IF_EXIST and IF_NOT_EXIST to ensure that fail()'ed code does not fall through to another case ---- Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Util.mo Revision: 3919 Author: adrpo Date: 12:31:03, den 26 februari 2009 Message: - first draft of SimCode.mo ---- Added : /branches/TemplateCodeGen/Compiler/SimCode.mo Revision: 3918 Author: sjoelund.se Date: 12:21:22, den 26 februari 2009 Message: - Added code to catch Java exceptions for Modelica simulations ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Error.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Print.mo Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3913 Author: sjoelund.se Date: 12:07:25, den 23 februari 2009 Message: - Don't release method IDs (removes the method from the JVM apparently) - Added AddObjectToJavaMap for the Map - Added double->Double and boolean->Boolean helper functions ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3910 Author: sjoelund.se Date: 16:09:17, den 20 februari 2009 Message: - Forgot to include this change along with changes to the Makefile ---- Modified : /branches/TemplateCodeGen/configure.in Revision: 3909 Author: sjoelund.se Date: 16:02:37, den 20 februari 2009 Message: - Added the start of functions to provide a record as a Java Map ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3906 Author: sjoelund.se Date: 13:26:16, den 20 februari 2009 Message: - Add OPENMODELICAHOME to the Java classpath (to access Java runtime classes later) ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3904 Author: sjoelund.se Date: 11:34:26, den 20 februari 2009 Message: - Added function to access (copy) a Java String[] to char** in C ---- Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3903 Author: sjoelund.se Date: 10:23:25, den 20 februari 2009 Message: - Added functions to handle Get/Set values in ByteBuffers (pass-by-reference). - Changed the Java interface, forcing getting JNIEnv before a method (the env is needed for the other utility functions anyway). ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3898 Author: sjoelund.se Date: 17:12:11, den 19 februari 2009 Message: - Added runtime funcions for JNI-->Java arrays, [] ---- Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3897 Author: adrpo Date: 14:53:00, den 19 februari 2009 Message: - updated the Makefile.common.omdev.mingw for MinGW gcc build on Windows. ---- Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Revision: 3895 Author: sjoelund.se Date: 15:44:00, den 18 februari 2009 Message: - Started using pre-compiled templates for Codegen.mo ---- Modified : /branches/TemplateCodeGen/Compiler/.depend Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo Revision: 3894 Author: sjoelund.se Date: 15:39:55, den 18 februari 2009 Message: - JNI 1.4 will have to be required in order to pass values by reference for external Java. ---- Modified : /branches/TemplateCodeGen/c_runtime/Makefile Modified : /branches/TemplateCodeGen/c_runtime/Makefile.in Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3893 Author: sjoelund.se Date: 13:49:07, den 18 februari 2009 Message: - Added the ability to include other templates into the main one using $:key$ ---- Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo Revision: 3892 Author: sjoelund.se Date: 13:04:21, den 18 februari 2009 Message: - Output to CompiledTemplates.mo ---- Added : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile.in Added : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Util.mo Revision: 3889 Author: sjoelund.se Date: 10:56:43, den 18 februari 2009 Message: - Fixed PrintTemplateTreeSequence ---- Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo Deleted : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile Deleted : /branches/TemplateCodeGen/Compiler/template_precompile/TemplCG.mo Revision: 3888 Author: sjoelund.se Date: 10:37:45, den 18 februari 2009 Message: - Added autoconf for new Makefile ---- Modified : /branches/TemplateCodeGen/configure.in Revision: 3887 Author: sjoelund.se Date: 10:36:37, den 18 februari 2009 Message: - Added a new target to test template engine without recompiling the whole omc ---- Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Added : /branches/TemplateCodeGen/Compiler/template_precompile Added : /branches/TemplateCodeGen/Compiler/template_precompile/Error.mo Added : /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo Added : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile Added : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile.in Added : /branches/TemplateCodeGen/Compiler/template_precompile/Print.mo Added : /branches/TemplateCodeGen/Compiler/template_precompile/TemplCG.mo Added : /branches/TemplateCodeGen/Compiler/template_precompile/Util.mo Revision: 3885 Author: sjoelund.se Date: 16:02:09, den 17 februari 2009 Message: - Preparing PrintTemplateTreeSequence for pre-compiling templates ---- Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Revision: 3881 Author: sjoelund.se Date: 14:56:19, den 17 februari 2009 Message: - External Java: Added String in/return and Boolean ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Revision: 3878 Author: sjoelund.se Date: 11:22:15, den 17 februari 2009 Message: - Use generated java signatures instead of hard-coded (D)D ---- Modified : /branches/TemplateCodeGen/c_runtime/Makefile Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Revision: 3877 Author: sjoelund.se Date: 11:21:39, den 17 februari 2009 Message: - Compiler generates Java signatures for external calls ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Revision: 3876 Author: sjoelund.se Date: 09:57:20, den 17 februari 2009 Message: - Added libraries to link against in the generated Makefile ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo Revision: 3875 Author: adrpo Date: 08:57:42, den 17 februari 2009 Message: * merged revision 3874 from MathCoreOSMC branch: - expose more of the c_runtime array interface - fixes for array iterators which stopped working after the merge - got rid of $$$ in the generated code (SimCodegen.mo) - Util. modelicaStringToCStr2 searches for "der(" instead of "DER(" - Handling some of the Exp.ASUB cases in Codegen.mo - Exp.ASSIGN now as an exp LHS instead of a component reference LHS - small fix in VarTransform.mo to be able to parse it with OMC - changes to some of the testsuite/mosfiles due to compiler changes. ---- Modified : /branches/TemplateCodeGen/Compiler/.depend Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/Convert.mo Modified : /branches/TemplateCodeGen/Compiler/DAELow.mo Modified : /branches/TemplateCodeGen/Compiler/Dump.mo Modified : /branches/TemplateCodeGen/Compiler/Exp.mo Modified : /branches/TemplateCodeGen/Compiler/Inst.mo Modified : /branches/TemplateCodeGen/Compiler/Prefix.mo Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo Modified : /branches/TemplateCodeGen/Compiler/Static.mo Modified : /branches/TemplateCodeGen/Compiler/Util.mo Modified : /branches/TemplateCodeGen/Compiler/VarTransform.mo Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.c Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.h Modified : /branches/TemplateCodeGen/c_runtime/integer_array.c Modified : /branches/TemplateCodeGen/c_runtime/integer_array.h Modified : /branches/TemplateCodeGen/c_runtime/memory_pool.h Modified : /branches/TemplateCodeGen/c_runtime/real_array.c Modified : /branches/TemplateCodeGen/c_runtime/real_array.h Modified : /branches/TemplateCodeGen/c_runtime/string_array.c Modified : /branches/TemplateCodeGen/c_runtime/string_array.h Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Initialization.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/differentiate.mos Modified : /branches/TemplateCodeGen/testsuite/mosfiles/rtest Revision: 3870 Author: adrpo Date: 17:17:59, den 16 februari 2009 Message: - merged revision 3869 from MathCoreOSMC branch which: * fixes to Interactive.traverseClasses + now -traverse_classes2 failed for some of the tests is gone * updated OpenModelica tests and enabled them ---- Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo Modified : /branches/TemplateCodeGen/testsuite/Makefile Modified : /branches/TemplateCodeGen/testsuite/mofiles/ABCDsystem.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/AddReal1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAddSub1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDim1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDim2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDim3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDim4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayMatrixSimplifier.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayModification11.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayModification5.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayModification8.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayMulMatrixSimplifier.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayMult.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayReduce.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/BoolArrayTest.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Cardinality.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Circuit1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Class2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ColoredPointLegalMod.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Colors.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ComplexNumbers.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect12.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect7.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect8.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ConnectHierarchical1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ConnectHierarchical2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Constant10.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Constant8.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ConstrainingType1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/DiscreteVectorStateSpace.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ElementWiseMultiplication.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Encapsulated1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Epidemics1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/EqualityEquationsCorrect.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/EquationFor4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/EquationIf4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Extends1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Extends3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Extends4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/FlatTank.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Function10.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Function11.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionEval7.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionEval8.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionEval9.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionSimplex.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/HeatTankExpanded.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/HydrogenIodide.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Import1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Import3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Import4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Import5.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/InOutArray.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/InOutArray2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/InnerOuter1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Lookup1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Lookup2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Lookup4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/LotkaVolterra.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/MRFcall.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Makefile Modified : /branches/TemplateCodeGen/testsuite/mofiles/Modification10.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Modification12.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Modification13.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Modification7.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/NamedArguments.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Overwriting1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Overwriting2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/PolynomialEvaluator2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/PolynomialEvaluatorA.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/PolynomialEvaluatorB.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Range1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Record1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Redeclare1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Redeclare3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/RefinedSimpleCircuitValid.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/ScopeModification1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Shadow1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/SimpleIntegrator1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/SimpleIntegrator2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/StepAdvanced.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/SubScript2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Summation.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Tank.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/TankHybridPI.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/TankHybridPID.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/TankPID.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/TempDepResistorCircuit.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/TempDepResistorCircuitInherited.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Transpose.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/Type4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/VanDerPol.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/VectorizeOneReturnValue.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenEquation.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenStatement1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenStatement2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenStatement3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenVectorPredicateEquation.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/XPowers1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/XPowers3.mo Deleted : /branches/TemplateCodeGen/testsuite/mofiles/add.c Added : /branches/TemplateCodeGen/testsuite/mofiles/addReal1_.c (Copy from path: /branches/MathCoreOSMC/testsuite/mofiles/addReal1_.c, Revision, 3869) Modified : /branches/TemplateCodeGen/testsuite/mofiles/modelica_1_1_Array9.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC10.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC11.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC5.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC6.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC7.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC8.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC9.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM10.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM11.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM14.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM15.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM16.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM17.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM18.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM19.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM20.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM21.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM22.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM23.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM24.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM25.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM26.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM5.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM6.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM7.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM8.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM9.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BN1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BN2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BN3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS1.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS10.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS11.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS12.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS15.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS16.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS17.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS3.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS4.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS5.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS6.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS7.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS8.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS9.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/Gear.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/Makefile Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/rtest Modified : /branches/TemplateCodeGen/testsuite/mofiles/packages2.mo Modified : /branches/TemplateCodeGen/testsuite/mofiles/reinit.mo Modified : /branches/TemplateCodeGen/testsuite/mosfiles/rtest Revision: 3868 Author: sjoelund.se Date: 16:46:17, den 16 februari 2009 Message: - Added external include (java_interface.h) for external Java calls - Fixed IF_EXIST for empty strings (only worked on empty lists before) ---- Modified : /branches/TemplateCodeGen/Compiler/.depend Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Revision: 3867 Author: sjoelund.se Date: 16:43:35, den 16 februari 2009 Message: - Implemented External Java calls (with signature (D)D) ---- Modified : /branches/TemplateCodeGen/c_runtime/Makefile Modified : /branches/TemplateCodeGen/c_runtime/Makefile.in Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h Modified : /branches/TemplateCodeGen/c_runtime/sendData Revision: 3866 Author: sjoelund.se Date: 11:19:52, den 16 februari 2009 Message: - Added autoconf and stubs for external java ---- Modified : /branches/TemplateCodeGen Modified : /branches/TemplateCodeGen/Compiler/.depend Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/c_runtime/Makefile Added : /branches/TemplateCodeGen/c_runtime/Makefile.in Added : /branches/TemplateCodeGen/c_runtime/java_interface.c Added : /branches/TemplateCodeGen/c_runtime/java_interface.h Modified : /branches/TemplateCodeGen/configure Modified : /branches/TemplateCodeGen/configure.in Revision: 3865 Author: sjoelund.se Date: 09:19:16, den 16 februari 2009 Message: - Changed template syntax from {{#key}}...{{/#}} to $#key$...$/#; {{$}} to $this$ ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo Revision: 3864 Author: sjoelund.se Date: 21:19:56, den 13 februari 2009 Message: - Compiles under Linux ---- Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Revision: 3863 Author: sjoelund.se Date: 19:56:21, den 13 februari 2009 Message: - Fixed some of the compilation problems after merge, but not all ---- Modified : /branches/TemplateCodeGen/Compiler/.depend Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/Error.mo Modified : /branches/TemplateCodeGen/Compiler/runtime/ptolemyio.cpp Revision: 3862 Author: sjoelund.se Date: 19:00:12, den 13 februari 2009 Message: - Start merge ---- Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo Modified : /branches/TemplateCodeGen/Compiler/Error.mo Modified : /branches/TemplateCodeGen/Compiler/Makefile.common Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw Added : /branches/TemplateCodeGen/Compiler/TemplCG.mo Revision: 3861 Author: adrpo Date: 16:27:09, den 13 februari 2009 Message: - a branch for the new CodeGen design & implementation. ---- Added : /branches/TemplateCodeGen (Copy from path: /branches/MathCoreOSMC, Revision, 3860) ---- Modified : /trunk/Compiler/CevalScript.mo Added : /trunk/Compiler/CompiledTemplates.mo (Copy from path: /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo, Revision, 4596) Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Added : /trunk/Compiler/SimCode.mo (Copy from path: /branches/TemplateCodeGen/Compiler/SimCode.mo, Revision, 4596) Added : /trunk/Compiler/SimCodeC.mo (Copy from path: /branches/TemplateCodeGen/Compiler/SimCodeC.mo, Revision, 4596) Modified : /trunk/Compiler/System.mo Added : /trunk/Compiler/TemplCG.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TemplCG.mo, Revision, 4596) Added : /trunk/Compiler/Tpl.mo (Copy from path: /branches/TemplateCodeGen/Compiler/Tpl.mo, Revision, 4596) Added : /trunk/Compiler/TplAbsyn.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TplAbsyn.mo, Revision, 4596) Added : /trunk/Compiler/TplCodegen.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TplCodegen.mo, Revision, 4596) Added : /trunk/Compiler/TplMain.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TplMain.mo, Revision, 4596) Added : /trunk/Compiler/TplParser.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TplParser.mo, Revision, 4596) Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/Compiler/susan_codegen (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/Makefile (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/Makefile, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/HelloWorld (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.cpp.orig (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.cpp.orig, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.makefile.orig (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.makefile.orig, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld_functions.cpp.orig (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld_functions.cpp.orig, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld_init.txt.orig (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld_init.txt.orig, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/Makefile (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/generate.mos (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/generate.mos, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/GenTest/generate.mos (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/Makefile (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/Makefile, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/SimCode_design.txt (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCode_design.txt, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SimCode/compileandtest.sh (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/compileandtest.sh, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SusanDump.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SusanDump.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/SusanGrammar.txt (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/TplCodegen.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/TplCodegen.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/TplCodegenTV.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegenTV.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/TplCodegen__testShouldBe.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen__testShouldBe.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/TplCodegen_handMade.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen_handMade.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/doc (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/doc, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090828-v25d-full-FUN.doc (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090828-v25d-full-FUN.doc, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090921-3.ppt (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090921-3.ppt, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/doc/SusanUsersGuide.doc (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/doc/SusanUsersGuide.doc, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/paper.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/paper.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/paper.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/test.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/test.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl, Revision, 4596) Replacing : /trunk/Compiler/susan_codegen/test__testShouldBe.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test__testShouldBe.mo, Revision, 4596) Added : /trunk/Compiler/template_precompile (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/C__GenerateFunctionBodies.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/C__GenerateFunctionBodies.tpl, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/C__GenerateFunctions.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/C__GenerateFunctions.tpl, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/Error.mo (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/Error.mo, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/Main.mo (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/Makefile.in (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/Makefile.in, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/Print.mo (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/Print.mo, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/System.mo (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/System.mo, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/Templates.mo (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/Util.mo (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/Util.mo, Revision, 4596) Replacing : /trunk/Compiler/template_precompile/readfile.c (Copy from path: /branches/TemplateCodeGen/Compiler/template_precompile/readfile.c, Revision, 4596) Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Added : /trunk/c_runtime/Makefile.in (Copy from path: /branches/TemplateCodeGen/c_runtime/Makefile.in, Revision, 4596) Modified : /trunk/configure Modified : /trunk/configure.in Revision: 4594 Author: sjoelund.se Date: 16:25:30, den 27 november 2009 Message: - Moved record constructor-specific code from Static.elabCall to Static.elabCallArgs for efficiency. ---- Modified : /trunk/Compiler/Static.mo Revision: 4591 Author: sjoelund.se Date: 12:42:46, den 27 november 2009 Message: - Fix code generation for cross. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Cross.mo Added : /trunk/testsuite/mosfiles/Cross.mo Added : /trunk/testsuite/mosfiles/Cross.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Revision: 4590 Author: bjozac Date: 10:50:55, den 27 november 2009 Message: Fixed weird Lookup "bug". ---- Modified : /trunk/Compiler/Lookup.mo Revision: 4586 Author: sjoelund.se Date: 14:59:36, den 26 november 2009 Message: - Prevent generating a TYPE_SPEC_REAL_ARRAY_ARRAY; generate TYPE_SPEC_REAL_ARRAY instead ---- Modified : /trunk/Compiler/Codegen.mo Revision: 4582 Author: adrpo Date: 04:49:53, den 26 november 2009 Message: - record construction vectorization in Static.elabCallArgs + testsuite/mofiles/RecordConstructorVectorization.mo + this is used in Modelica.Media for FluidConstants. - disabled stdout printing Type mismatch in equation and changed testsuite/mosfiles/ArrayDivError.mos to match - check the +s and +showErrorMessages command line parameters and display an error if they are wrong - display the error message for the flags just once in Main.mo - added Debug.trace[ln] to print the errors unguarded by debug flags and used this functionality to print some of the failtrace guarded by true = RTOpts.debugFlag("failtrace"); This way is faster as no more building of strings happen. - beautified code and added some comments; got rid of some really old commented out RML code - added check for setDebugFlags in CevalScript.mo ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/RecordConstructorVectorization.mo Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Revision: 4579 Author: sjoelund.se Date: 15:04:16, den 25 november 2009 Message: - Added runtime functions for identity matrix - Added codegen and runtime code to cast int/real matrix to the opposite kind ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Added : /trunk/testsuite/mosfiles/Identity.mo Added : /trunk/testsuite/mosfiles/Identity.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4578 Author: petar Date: 14:41:07, den 25 november 2009 Message: -added ModUtil.makeSubscript to create a subscript from an exp. ---- Modified : /trunk/Compiler/ModUtil.mo Revision: 4576 Author: petar Date: 13:42:21, den 25 november 2009 Message: -Reset the modelicafilename string when failing to parse ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 4575 Author: sjoelund.se Date: 10:55:08, den 25 november 2009 Message: - Removed useless messages when typechecking overloaded operators. - Added support for code generation of complex types extending basic types. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Static.mo Added : /trunk/testsuite/mosfiles/ExtendsBasic.mo Added : /trunk/testsuite/mosfiles/ExtendsBasic.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4571 Author: stebr461 Date: 16:37:40, den 24 november 2009 Message: - Cleaned up some code, partially evaluated functions should work 100% now! ---- Modified : /trunk/Compiler/PartFn.mo Revision: 4570 Author: bjozac Date: 16:06:07, den 24 november 2009 Message: Updated makefiles for vs ---- Modified : /trunk/Compiler/runtime/Makefile.vc Revision: 4569 Author: sjoelund.se Date: 16:02:29, den 24 november 2009 Message: - Changed Types.match{Type,Prop} to also take a boolean that controls the output of error messages. It should now be possible to ensure that errors are only printed if both "match(lhs,rhs)" and "match(rhs,lhs)" fails. ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Revision: 4568 Author: stebr461 Date: 13:58:12, den 24 november 2009 Message: - Function pointers and partially evaluated functions are now a default feature of Modelica (you no longer need the +d=fnptr flag or meta modelica grammar) ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Static.mo Revision: 4567 Author: wbraun Date: 12:21:20, den 24 november 2009 Message: Revision of the euler and the event handling for the euler until now only work with "if" equations. ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/solver_euler.cpp Revision: 4566 Author: stebr461 Date: 11:15:39, den 24 november 2009 Message: - Partially evaluated functions now work with recursive functions - Added a test case for this - Cleaned up old test cases ---- Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn11.mos Modified : /trunk/testsuite/meta/PartialFn12.mos Added : /trunk/testsuite/meta/PartialFn13.mo Added : /trunk/testsuite/meta/PartialFn13.mos Revision: 4565 Author: adrpo Date: 10:02:45, den 24 november 2009 Message: - set all Compiler/*.mo files to have (LF) Linux line endings, otherwise the debugger will display wrong lines. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/AbsynDep.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/BackendVarTransform_stub.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAELow_stub.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/DynLoad.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/ExpandableConnectors.mo Modified : /trunk/Compiler/Graphviz.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MMath.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/OptManager.mo Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/SimulationResults.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsyn.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/UnitChecker.mo Modified : /trunk/Compiler/UnitParserExt.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4564 Author: adrpo Date: 09:39:04, den 24 november 2009 Message: - made Connection.isRoot function non-constant in Stati.elabBuiltinIsRoot as otherwise it expects constant input arguments and generates errors of kind: "Error: No constant value for variable frame_a.R in scope Modelica.Mechanics.MultiBody.Parts.Body" - added ceval handler for rooted operator (non-existent in Modelica Specification but used in MSL) see more here: https://trac.modelica.org/Modelica/ticket/95 - more informative fail traces in Mod.mo, Types.mo, ValuesUtil.mo - speed up the fail traces from Types.mo (type checking should be faster now). - the fail traces from Types are now guided by "types" not by "failtrace" as they generate way too many messages that are not of interest. just add +d=types to bring the messages back. - more informative printing of enumerations in ValuesUtil.mo ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/ValuesUtil.mo Revision: 4563 Author: Frenkel TUD Date: 23:03:24, den 23 november 2009 Message: - enumeration: remove old code ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 4561 Author: adrpo Date: 16:12:38, den 23 november 2009 Message: - added DefaultRecordParameters.mo to test for: + records with parameter components with default values + extends in records with named modifications ---- Added : /trunk/testsuite/mofiles/DefaultRecordParameters.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4560 Author: bjozac Date: 16:03:27, den 23 november 2009 Message: Added testcase for records ---- Added : /trunk/testsuite/mofiles/EngineSAAB95Total.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4559 Author: stebr461 Date: 15:53:38, den 23 november 2009 Message: - Fixed type checking and boxing of simple types in partially evaluated functions ---- Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn11.mos Revision: 4558 Author: adrpo Date: 15:23:02, den 23 november 2009 Message: - g++ is now set as compileCommand in Compiler/runtime/settingsimpl.c Compiler/CevalScript.mo CevalScript.compileModel now matches for "g++" instead of "" - Lookup.buildRecordConstructorElts now selects the full modifier only if the component modifier is empty. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 4557 Author: adrpo Date: 14:55:19, den 23 november 2009 Message: - make sure .depend is created for all targets as otherwise you get an include error (and we would need to have .depend in Subversion). ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 4554 Author: bjozac Date: 09:00:03, den 23 november 2009 Message: removed .depend from svn ---- Modified : /trunk/Compiler Deleted : /trunk/Compiler/.depend Revision: 4553 Author: adrpo Date: 05:59:40, den 23 november 2009 Message: - beautification of dumped code in Dump.mo. + no more space before ";" in Real x ; + print the comment of the partial derivative definition: x = der(func, b, c) comment; ---- Modified : /trunk/Compiler/Dump.mo Revision: 4552 Author: adrpo Date: 05:01:34, den 23 november 2009 Message: - fixes for array modifications given on builtin attributes in functions input parameters. This component defined in a function now instantiates: input Integer sequence[3](min = {1,1,1}, max = {3,3,3}) = {1,2,3}; See testsuite/mofiles/Sequence.mo ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Sequence.mo Revision: 4551 Author: adrpo Date: 02:32:44, den 23 november 2009 Message: - reverted 2 changes from revision 4547 as otherwise ALL of the (simulation) tests fail + settingsimpl.c -> compileCommand set to "" + Lookup.mo -> modifications on record components All tests go now. We'll discuss these changes and see what we can do about them. - removed PartialFn12.mos from testsuite/meta/Makefile as it doesn't produce the correct result, 540 instead of correct 180. - corrected the help text in Main.mo with regards to the MetaModelica flag. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/testsuite/meta/Makefile Revision: 4549 Author: bjozac Date: 15:29:12, den 20 november 2009 Message: minor changes for windows make files. ---- Modified : /trunk/Compiler/modpar/Makefile.vc Modified : /trunk/Compiler/runtime/Makefile.vc Revision: 4548 Author: stebr461 Date: 13:37:21, den 20 november 2009 Message: - Fixed compiler error in cruntime ---- Modified : /trunk/c_runtime/read_write.c Revision: 4547 Author: bjozac Date: 12:40:21, den 20 november 2009 Message: Some changes for merging with MathCore Tolerance set to 1e-6 again, should not be changed! (destroys the test suite) Reading boolean return values from function return values changed. Algorithm assigns for record parameters allowed. Default compiler set to g++ Removed some errors from function generation (should be able to fail from ceval) ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/runtime/dynload.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Revision: 4545 Author: adrpo Date: 08:45:05, den 20 november 2009 Message: - fixes for some of the OMDev makefiles (Makefile.omdev.mingw) ---- Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/.depend Revision: 4544 Author: stebr461 Date: 15:09:17, den 19 november 2009 Message: - Fixed use of partially evaulated functions in functions - Added a test case for this ---- Modified : /trunk/Compiler/PartFn.mo Added : /trunk/testsuite/meta/PartialFn12.mo Added : /trunk/testsuite/meta/PartialFn12.mos Modified : /trunk/testsuite/meta/Makefile Revision: 4543 Author: stebr461 Date: 12:18:08, den 19 november 2009 Message: - Partially evaluated functions now works in algorithms (see PartialFn8 testcase for example) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/testsuite/meta/PartialFn8.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/Compiler/.depend Revision: 4542 Author: sjoelund.se Date: 11:03:34, den 19 november 2009 Message: - Don't recompile the walker unless something changed. ---- Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/Compiler/absyn_builder/Makefile.in Revision: 4541 Author: sjoelund.se Date: 10:10:07, den 19 november 2009 Message: - Removed the need to set CLASSPATH when building under Linux. - Updated configure script to not check for CLASSPATH (it only checks that Java exists and can load the provided antlr). - Updated the lexer/parser makefiles to run with parallel jobs. - Warning: Due to RML creating and using .srz-files from all imported packages, parallel execution of make may in some rare cases fail. Running make again will work because the other process will have cached the srz-files. It is possible to generate all srz-files in advance at the cost of efficiency (you may not do this is parallel, and it's not necessary if the number of jobs=1). - Warning: RML drains a lot of RAM. Running "make -j" launches an unlimited number of jobs. This will eat about 20GB of RAM and possibly crash the system, so don't do this. Max 1 job per GB of RAM is recommended. ---- Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/Compiler/.depend Revision: 4540 Author: adrpo Date: 19:04:29, den 18 november 2009 Message: - small fixes for the parallel Makefile.omdev.mingw* ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw Modified : /trunk/Compiler/.depend Revision: 4539 Author: sjoelund.se Date: 16:18:39, den 18 november 2009 Message: - Updated Compiler and c_runtime Makefiles to support make -j (for parallel execution of jobs). absyn_builder is forced to use max 1 job since those Makefiles haven't been updated yet. - omc_release and omc_debug now first create mo-files and signatures before reloading the Makefile in order to ensure that all dependencies are updated. - Removed unused imports. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Makefile.in Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/.depend Revision: 4538 Author: stebr461 Date: 13:09:28, den 18 november 2009 Message: - Fixed a bug that prevented use of function references outside functions - If you want to use function references or partially evaluated functions, compile with +d=fnptr - Fixed make clean in omc_debug, now removes .sigx files too ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/Compiler/.depend Revision: 4537 Author: adrpo Date: 12:04:53, den 18 november 2009 Message: - forgot to add this file. ---- Added : /trunk/Compiler/Makefile.common.frontend.omdev.mingw Revision: 4536 Author: adrpo Date: 11:44:24, den 18 november 2009 Message: - added operator (function)? to lexer/parser/walker but is commented out. we will uncomment it when is needed. - added operator (function)? to Absyn and SCode (not used as it doesn't come from the lexer/parser/walker) - split SCode.mo into SCode.mo and SCodeUtil.mo - remember comments from enumerations, derived, etc from Absyn into SCode - unified Ceval.cevalCallFunction to handle all types of possible function evaluation: via Cevalfunc, via dll generation, etc. - enabled Cevalfunc by default in Ceval.cevalCallFunction - added test for matrix row indexing - all tests go but meta/BuiltinReal.mo* which displays correct values but in a different way, which I think is due to evaluation via Cevalfunc. I disabled it for now. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Added : /trunk/Compiler/SCodeUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/testsuite/mathcore-mofiles/Makefile Added : /trunk/testsuite/mathcore-mofiles/MatrixRowIndexing.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Refactor.mo Added : /trunk/Compiler/DAELow_stub.mo Added : /trunk/Compiler/ExpandableConnectors.mo Modified : /trunk/Compiler/.depend Revision: 4535 Author: sjoelund.se Date: 09:54:10, den 18 november 2009 Message: - Removed public import {Exp,Types,Algorithm} so compilation of OMC is faster ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/HashTable2.mo Modified : /trunk/Compiler/HashTable3.mo Modified : /trunk/Compiler/HashTable4.mo Modified : /trunk/Compiler/HashTable5.mo Modified : /trunk/Compiler/HashTableCG.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/BackendVarTransform_stub.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/UnitAbsyn.mo Modified : /trunk/Compiler/.depend Revision: 4534 Author: sjoelund.se Date: 16:54:48, den 17 november 2009 Message: - Refactoring: Moved Exp.*** datatypes into DAE.mo - Removed Convert.mo workaround (at least the duplicated datatypes; DAE.VALUEBLOCK needs cleaning up) - Fixed bug in previous commit (PartFn stuff) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/.depend Revision: 4533 Author: petar Date: 14:40:42, den 17 november 2009 Message: -Finally (puhh) fixed bug with forgetting to reset modelicafilename when parse error occurs. ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 4530 Author: stebr461 Date: 11:43:01, den 17 november 2009 Message: - Function pointers now work in both Modelica and MetaModelica - Partially evaluated functions now partially works! ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/PartFn.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/PartialFn11.mo Added : /trunk/testsuite/meta/PartialFn11.mos Revision: 4527 Author: adrpo Date: 06:28:10, den 17 november 2009 Message: - the new MetaModelica compiler discovered this type error: DAE.T_COMPLEX -> Exp.ET_COMPLEX ---- Modified : /trunk/Compiler/Inst.mo Revision: 4526 Author: Frenkel TUD Date: 00:22:01, den 17 november 2009 Message: enumeration function Integer, works only for Enumeration types not for variables ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/mofiles/Enum9.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4525 Author: sjoelund.se Date: 16:41:41, den 16 november 2009 Message: - Refactoring. Exp.Type -> Exp.ExpType (and all types in ExpType are prefixed ET_ to make it possible to put the type in DAE.mo). ---- Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/BackendVarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Derive_stub.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/HashTable.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/ValuesUtil.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4524 Author: sjoelund.se Date: 14:55:48, den 16 november 2009 Message: - Refactoring the Types.mo types into DAE.mo ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Revision: 4523 Author: sjoelund.se Date: 13:05:17, den 16 november 2009 Message: - Added ValuesUtil.mo ---- Added : /trunk/Compiler/ValuesUtil.mo Revision: 4522 Author: sjoelund.se Date: 12:47:28, den 16 november 2009 Message: - Added missing file Compiler/runtime/SimulationResults.c. - Fixed dynload.c from the Values.mo update (forgot to make clean). ---- Added : /trunk/Compiler/runtime/SimulationResults.c Modified : /trunk/Compiler/runtime/dynload.c Revision: 4521 Author: sjoelund.se Date: 12:13:13, den 16 november 2009 Message: - Refactoring Values.mo into Values.mo (AST with minimal dependencies) and ValuesUtil.mo - Removed Exp.Value and part of the workaround in Convert.mo ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/CevalScript_stub.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Values.mo Revision: 4520 Author: sjoelund.se Date: 09:32:29, den 16 november 2009 Message: - The System.readPtolemy* functions now exist in SimulationResults.mo (and System.mo no longer depends on Values.mo). ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Added : /trunk/Compiler/SimulationResults.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4519 Author: sjoelund.se Date: 08:41:36, den 16 november 2009 Message: - Re-added some now working tests from failingtests ---- Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/java/rtest Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/records/Makefile Revision: 4518 Author: adrpo Date: 06:12:53, den 16 november 2009 Message: - test for array as alias in extends added: ArrayAsAliasInExtends.mo - it also test for enumeration indexing and array declaration using enumeration ---- Added : /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4517 Author: adrpo Date: 05:47:00, den 16 november 2009 Message: - testing for array as alias added to make sure it not fails again due to newly added functionality: ArrayAsAlias.mo ---- Added : /trunk/testsuite/mofiles/ArrayAsAlias.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4516 Author: adrpo Date: 04:58:17, den 16 november 2009 Message: - Fixes for extends of type which is an alias of array type. The problem was that the case in Inst.mo at line 6695 didn't match because of the annotation list! Example: type Alias = Real[3]; type Orientation extends Alias; end Orientation; ---- Modified : /trunk/Compiler/Inst.mo Revision: 4513 Author: ericmeyers Date: 17:29:52, den 14 november 2009 Message: On OS X only look for IOR in /tmp folder ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 4512 Author: ericmeyers Date: 17:27:28, den 14 november 2009 Message: Updated OS X to use Qt frameworks ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4510 Author: Frenkel TUD Date: 02:11:41, den 14 november 2009 Message: Bugfix stringnames in getName function ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 4509 Author: Frenkel TUD Date: 02:01:34, den 14 november 2009 Message: enumeration string(enum.e1) = e1 ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Added : /trunk/testsuite/mofiles/Enum8.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mosfiles/Enum8.mo Added : /trunk/testsuite/mosfiles/Enum8.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4508 Author: sjoelund.se Date: 17:18:53, den 13 november 2009 Message: - Refactoring of Algorithm.mo (the datatypes moved to DAE.mo, to simplify the other refactorings later on) ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4504 Author: Frenkel TUD Date: 09:18:03, den 13 november 2009 Message: - enumerations in packages can be found, typo corrected ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Main_stub.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Enum4.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 4503 Author: adrpo Date: 18:22:36, den 12 november 2009 Message: Merged revision 4500 Revision: 4500 Author: petar Date: 14:44:04, den 12 november 2009 Message: -Fixed bug with not resetting global file name when parser error. ---- Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/parse.cpp ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 4496 Author: sjoelund.se Date: 10:39:02, den 12 november 2009 Message: - Fixed Types.elabType for empty records. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Types.mo Revision: 4495 Author: sjoelund.se Date: 09:40:14, den 12 november 2009 Message: - Refactoring of DAE.Type - Removed DAE.Type (DAE.VAR already has a Types.Type since it's required for connectors and MetaModelica stuff). - Added DAELow.Type - a type that has truly been lowered (only INT,REAL,STRING,BOOL,ENUMERATION are allowed in DAELow). ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Revision: 4493 Author: sjoelund.se Date: 11:50:35, den 11 november 2009 Message: - Do not add equations if we bind a record variable using a ceval'ed record constructor. - Do not change variability of record fields from const to param if the parent is declared param. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/testsuite/records/Makefile Added : /trunk/testsuite/records/RecordVariability.mo Revision: 4492 Author: adrpo Date: 20:38:57, den 10 november 2009 Message: - update the READMEs to document the /trunk/Compiler/VC7 move to /installers/windows/VC7 ---- Modified : /trunk/README-BUILD-RELEASE.txt Modified : /trunk/README-WIN32.txt Revision: 4491 Author: adrpo Date: 20:18:04, den 10 november 2009 Message: - moved /trunk/Compiler/VC7 to /installers/windows/VC7 ---- Added : /installers/windows/VC7 (Copy from path: /trunk/Compiler/VC7, Revision, 4490) Deleted : /trunk/Compiler/VC7 Revision: 4488 Author: adrpo Date: 20:07:08, den 10 november 2009 Message: - generated the .pdf from the latest .doc ---- Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 4487 Author: adrpo Date: 19:51:34, den 10 november 2009 Message: - if equations are printed as they now are in flat Modelica ---- Modified : /trunk/testsuite/mathcore-mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Revision: 4486 Author: adrpo Date: 19:50:42, den 10 november 2009 Message: - updates for Visual Studio projects - transform if equations after we print the DAE. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/VC7/Release/omc.pdb Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/runtime/dynload.c Revision: 4485 Author: adrpo Date: 19:46:21, den 10 november 2009 Message: - make the c_runtime compile with Visual Studio ---- Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 4483 Author: sjoelund.se Date: 15:34:31, den 10 november 2009 Message: - Refactored DAE.mo to DAE.mo (AST) and DAEUtil.mo (functions) - Fixed bug that r4481 introduced (mosfiles/simulation3.mos failed) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Added : /trunk/Compiler/DAEUtil.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/ConnectionGraph.mo Modified : /trunk/Compiler/UnitAbsynBuilder.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/.depend Revision: 4482 Author: Frenkel TUD Date: 13:26:09, den 10 november 2009 Message: - Bugfix replace "<" and "y" with W3C standard "<" and ">" ---- Modified : /trunk/Compiler/XMLDump.mo Revision: 4481 Author: Frenkel TUD Date: 13:05:03, den 10 november 2009 Message: - Bugfix index from input_names was for all zero ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 4480 Author: sjoelund.se Date: 11:06:37, den 10 november 2009 Message: - Split lookupType into 2 functions in order to call lookupClass2 only once. ---- Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/.depend Revision: 4479 Author: sjoelund.se Date: 11:05:24, den 10 november 2009 Message: - Added some lines about the Java interface and where to find more examples ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 4478 Author: adrpo Date: 06:58:13, den 10 november 2009 Message: - parse equality(x := y) as is used in Main.mo ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 4477 Author: Frenkel TUD Date: 23:54:31, den 9 november 2009 Message: - enumerations part 2, new c-code generation, testcases ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Enum1.mo Added : /trunk/testsuite/mofiles/Enum2.mo Added : /trunk/testsuite/mofiles/Enum3.mo Added : /trunk/testsuite/mofiles/Enum4.mo Added : /trunk/testsuite/mofiles/Enum5.mo Added : /trunk/testsuite/mofiles/Enum6.mo Added : /trunk/testsuite/mofiles/Enum7.mo Revision: 4476 Author: petfr Date: 21:24:07, den 9 november 2009 Message: Further slight updates of OpenModelicaSystem.doc OpenModelicaSystem.pdf OpenModelicaUsersGuide.doc OpenModelicaUsersGuide.pdf including 1.5 release text. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 4474 Author: adrpo Date: 18:35:31, den 9 november 2009 Message: - fixes the last commit to compile on windows - include windows.h in systemimpl.h - moved dynload.o before libc_runtime.a in Makefile.common.omdev.mingw as otherwise you get undefined symbols ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.h Revision: 4473 Author: sjoelund.se Date: 17:21:24, den 9 november 2009 Message: - Refactoring of System.executeFunction. Moved to DynLoad.mo. The implementation has a stub for those who wish to compile OpenModelica without support for dynamic loading and execution of functions. - No Makefile was update to use the stub. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Added : /trunk/Compiler/DynLoad.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Added : /trunk/Compiler/runtime/dynload.c Added : /trunk/Compiler/runtime/dynload_stub.c Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/Compiler/runtime/systemimpl.h Revision: 4472 Author: sjoelund.se Date: 15:49:03, den 9 november 2009 Message: - Removed the algorithms and mods on the result element in the record constructor (they didn't work if the field was parameter or constant). - Added a new kind of function in the DAE, DAE.RECORD_CONSTRUCTOR, so we can handle records that contain parameters or constants. - Fixed a bug that caused Values.RECORD to have ClassInf.RECORD("package.name") instead of ClassInf.RECORD("name"), which is in use elsewhere. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/records/Makefile Added : /trunk/testsuite/records/RecordParameters.mos Modified : /trunk/testsuite/records/RecordTest.mo Revision: 4470 Author: adrpo Date: 05:31:25, den 9 november 2009 Message: - correctly build the expandable connector restriction - moved expandable to class restriction rule ---- Modified : /trunk/Compiler/absyn_builder/walker.g Revision: 4469 Author: mohsen Date: 00:06:06, den 9 november 2009 Message: interoperability section about Java and Python /Mohsen 091108 ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 4467 Author: sjoelund.se Date: 13:14:54, den 7 november 2009 Message: - Fixed a spelling error in the installation instructions for Ubuntu ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 4466 Author: adrpo Date: 06:23:10, den 7 november 2009 Message: - got rid of the compiler warning ---- Modified : /trunk/c_runtime/modelica_string.c Revision: 4465 Author: adrpo Date: 05:50:24, den 7 november 2009 Message: - do not use modpar in modpar/Makefile.omdev.mingw by default in Windows. it depends on boost and by default we don't need it. ---- Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Revision: 4464 Author: Frenkel TUD Date: 12:01:52, den 6 november 2009 Message: enumerations part 1 - what does not work - redeclaration - Integer(Enumeration) - String(Enumeration) - ... (perhaps more i have not yet finished all enumeration testcases) ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Revision: 4462 Author: adrpo Date: 00:38:49, den 6 november 2009 Message: - estimates updates for Adrian ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4460 Author: petar Date: 22:50:13, den 5 november 2009 Message: -Added listMap5 ---- Modified : /trunk/Compiler/Util.mo Revision: 4458 Author: petfr Date: 15:29:34, den 5 november 2009 Message: Removed the Bootstrapping branch merging row for the Fluid library ---- Modified : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4457 Author: adrpo Date: 14:41:23, den 5 november 2009 Message: - added the Workplan-status-estimates and WhatDoesNotWork documents. ---- Added : /trunk/doc/administration Added : /trunk/doc/administration/WhatDoesNotWork.xls Added : /trunk/doc/administration/Workplan-status-estimates.xls Revision: 4456 Author: stebr461 Date: 13:33:07, den 5 november 2009 Message: - Absyn.PARTEVALFUNCTION is now turned into Exp.PARTEVALFUNCTION by static ---- Modified : /trunk/Compiler/Static.mo Revision: 4455 Author: stebr461 Date: 10:23:14, den 5 november 2009 Message: - Inlining of functions now fully functional! ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Inline.mo Revision: 4454 Author: petfr Date: 08:48:38, den 5 november 2009 Message: Removed external function text in section 1.2 that was moved to chapter 7. ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 4453 Author: petfr Date: 08:29:06, den 5 november 2009 Message: Updated OpenModelicaUsersGuide.doc to include an interoperability chapter about calling C, Java, Python. In OpenModelicaSystem.doc inserted a reference to OpenModelicaAPIHowTo. Updated the contributors list in both documents. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 4451 Author: sjoelund.se Date: 18:29:44, den 4 november 2009 Message: - Added missing mosfiles for 06_advanced ---- Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos Revision: 4450 Author: sjoelund.se Date: 16:15:08, den 4 november 2009 Message: - Fixed Algorithm.makeIf to type-convert expression to Boolean (so it works for boxed Boolean values, e.g. when calling function references). - 06_advanced added to the default testsuite. Tests polymorphic functions, e.g. listMap0, listMap1. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Revision: 4449 Author: sjoelund.se Date: 15:05:53, den 4 november 2009 Message: - Convert all expressions when boxing a regular record (fixes nested records) - Fix mmc_unbox_record (off-by-one error) ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn10.mo Modified : /trunk/testsuite/meta/PartialFn10.mos Revision: 4448 Author: sjoelund.se Date: 14:16:02, den 4 november 2009 Message: - DAE.makeEquationsFromIf: Bugfix for if equations with several elseif clauses. ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/testsuite/mathcore-mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Added : /trunk/testsuite/mosfiles/IfEquation2.mo Added : /trunk/testsuite/mosfiles/IfEquation2.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4447 Author: sjoelund.se Date: 09:54:54, den 4 november 2009 Message: - Exp.T_FUNCTION_REFERENCE is now divided into _VAR and _FUNC (because the C-code generated from the CREF needs to be different). - With +g=MetaModelica, we now also generate a function with only boxed in- and output (which is used by all function references for simplicity). - Boxing of records is now performed (although it sadly fails for nested records due to ClassInf.RECORD/etc only containing a String, not a Path). - Unboxing of records works fine. Couldn't be tested on nested, boxed records. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/PartialFn1.mo Modified : /trunk/testsuite/meta/PartialFn1.mos Added : /trunk/testsuite/meta/PartialFn10.mo Added : /trunk/testsuite/meta/PartialFn10.mos Revision: 4444 Author: stebr461 Date: 15:37:42, den 2 november 2009 Message: - Inlining of functions now works for functions called from within other functions - Inlining is performed on functions that fill these requirements: - One algorithm statement, which assigns values to its output - Contains annotation(Inline = true) somewhere ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inline.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 4443 Author: sjoelund.se Date: 11:08:48, den 2 november 2009 Message: - Convert.typeConvert support for DAE.FUNCTION_REFERENCE. - Added Types.POLYMORPHIC to the list of boxed datatypes. - Fixed a problem where code generation didn't filter function reference variables if they were duplicated. - It is now possible to use some higher-order polymorphic functions. The problem is functions that have in- or output non-boxed (Modelica) types. Integers work "best", since they are simply shifted 1 bit to the right in its unboxed state (compareInt still works, as does addInt, multInt returns a value 2x too high, etc). ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Revision: 4442 Author: stebr461 Date: 16:33:45, den 30 oktober 2009 Message: - Annotations in between equation items are now preserved in SCode. ---- Modified : /trunk/Compiler/SCode.mo Revision: 4441 Author: sjoelund.se Date: 16:20:50, den 30 oktober 2009 Message: - Force UNIX line endings in the Eclipse editor ---- Added : /trunk/.settings/org.eclipse.core.runtime.prefs Revision: 4439 Author: stebr461 Date: 15:13:11, den 30 oktober 2009 Message: - Comments and annotations on components are now preserved in SCode format ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/.depend Revision: 4438 Author: sjoelund.se Date: 14:54:51, den 30 oktober 2009 Message: - Fixed declaring constants like list in packages using implicit instantiation ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Modified : /trunk/testsuite/meta/ListInteractive.mo Modified : /trunk/testsuite/meta/ListInteractive.mos Revision: 4437 Author: sjoelund.se Date: 10:01:12, den 30 oktober 2009 Message: - Fixed Types.matchSuperType for METARECORD/UNIONTYPE (was moved from Types.subtype to typeConvert) - Added Uniontype14.mos to check for this bug - Added 03_symbolicderivative to the default testsuite since it now works in OpenModelica ---- Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo Added : /trunk/testsuite/meta/Uniontype14.mo Added : /trunk/testsuite/meta/Uniontype14.mos Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Revision: 4436 Author: stebr461 Date: 09:54:12, den 30 oktober 2009 Message: - Annotations are now preserved in SCode format in extends clauses ---- Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/InstanceHierarchy.mo Revision: 4435 Author: sjoelund.se Date: 17:02:38, den 29 oktober 2009 Message: - mmc_unbox as macros. - Changed in cevalScript/SimCodegen generation of functions. - We now generate all metarecords of referenced uniontypes instead of only the ones created by a METARECORDCALL. This is necessary due to the possibility of external functions (lexers/parsers) generating these structures. It kinda worked before, but was a bit of a hack. - Codegen.getFunctionCalls(exps), etc renamed to getMatchingExps(exps, matchCalls). ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/Compiler/Types.mo Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Modified : /trunk/Compiler/.depend Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Revision: 4434 Author: stebr461 Date: 14:15:37, den 29 oktober 2009 Message: - Missing file from previous commit ---- Added : /trunk/Compiler/Inline.mo Revision: 4433 Author: stebr461 Date: 14:15:15, den 29 oktober 2009 Message: - Comments and annotations in equations are now preserved in SCode format. ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/.depend Revision: 4432 Author: Frenkel TUD Date: 23:37:09, den 28 oktober 2009 Message: - improve comments in DALow. ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4431 Author: Frenkel TUD Date: 22:24:45, den 28 oktober 2009 Message: - rewrite sign function as macro, add testcase Sign in mosfiles ---- Modified : /trunk/c_runtime/modelica.h Added : /trunk/testsuite/mosfiles/Sign.mo Added : /trunk/testsuite/mosfiles/Sign.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Revision: 4430 Author: Frenkel TUD Date: 17:06:17, den 28 oktober 2009 Message: - move sign into utility.c ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Revision: 4429 Author: stebr461 Date: 16:56:19, den 28 oktober 2009 Message: - inline annotations are now preserved as a flag in Exp.CALL ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/ModUtil.mo Revision: 4427 Author: adrpo Date: 15:46:33, den 28 oktober 2009 Message: - reverted the changes from revision r4419 as some of the models in the testsuite fail. - disabled Java testing for now as there are still some problems with it. ---- Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/Makefile Revision: 4426 Author: Frenkel TUD Date: 15:01:55, den 28 oktober 2009 Message: - implement sign function (maybe another place is better?) ---- Modified : /trunk/c_runtime/modelica.h Revision: 4425 Author: adrpo Date: 14:48:15, den 28 oktober 2009 Message: - new changes by MathCore broke this test as the warning message has changed. ---- Modified : /trunk/testsuite/mosfiles/Initialization.mos Revision: 4424 Author: petar Date: 13:25:40, den 28 oktober 2009 Message: -Merged -r 4222 from MathCoreOSMC branch (connect two-dimensional array of components) ---- Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Types.mo Revision: 4420 Author: sjoelund.se Date: 11:30:03, den 28 oktober 2009 Message: - Changed CevalScript to generate C code that looks more like the simulation code. We now put all the headers before the bodies so we can have cycles in call graphs. ---- Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/java/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.omc Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mo Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 4419 Author: stebr461 Date: 09:12:14, den 28 oktober 2009 Message: - Equation annotations are now preserved ---- Modified : /trunk/Compiler/SCode.mo Revision: 4418 Author: stebr461 Date: 08:27:31, den 28 oktober 2009 Message: - Fixed encoding issues ---- Modified : /trunk/.settings/org.eclipse.core.resources.prefs Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/c_runtime/java_interface/modelica_java.jar Revision: 4417 Author: sjoelund.se Date: 06:39:28, den 28 oktober 2009 Message: - Hopefully fixes strcmp not returning only {-1,0,1} on some platforms (it messes with the testsuite) ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Revision: 4415 Author: adrpo Date: 23:12:41, den 27 oktober 2009 Message: - due to changes by Martin S. to Compile.bat copying of MinGW to build directory is no longer required! ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 4410 Author: sjoelund.se Date: 16:41:51, den 27 oktober 2009 Message: - Adding the magical Eclipse-project encoding fix (so Linköping doesn't turn into UTF-8 whenever a Linux developer commits) ---- Added : /trunk/.settings Added : /trunk/.settings/org.eclipse.core.resources.prefs Revision: 4409 Author: sjoelund.se Date: 16:23:40, den 27 oktober 2009 Message: - Spelling error ---- Modified : /trunk/c_runtime/java_interface/Makefile.common Revision: 4408 Author: sjoelund.se Date: 16:20:39, den 27 oktober 2009 Message: - Adding modelica_java.jar to the repository (so JDK isn't required to compile OpenModelica) - Adding c_runtime/java_interface to the default make system. (If no JDK is installed, modelica_java.jar is simply copied to /build/...) ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.common Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Added : /trunk/c_runtime/java_interface/modelica_java.jar Revision: 4407 Author: stebr461 Date: 15:49:38, den 27 oktober 2009 Message: - Annotations are now preserved in SCode format - make clean now removes .sigx files ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Revision: 4406 Author: sjoelund.se Date: 14:55:18, den 27 oktober 2009 Message: - Fixed f2c.h (2006 release of f2c fixed a 64-bit bug) and matrix.h (used long int* instead of integer* defined in f2c.h) - 64-bit Linux can now be used to pass all testcases ---- Modified : /trunk/c_runtime/daux.c Modified : /trunk/c_runtime/ddasrt.c Modified : /trunk/c_runtime/f2c.h Modified : /trunk/c_runtime/hybrd.c Modified : /trunk/c_runtime/libf2c/f2c.h Modified : /trunk/c_runtime/matrix.h Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/MissV.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Revision: 4405 Author: sjoelund.se Date: 12:23:43, den 27 oktober 2009 Message: - JarCreator: Transforms backslashes of paths in zip-files to frontslashes. That way both javac.exe and java.exe work properly in Windows. - testsuite/java/JavaExt.java: Escape the string so backslashes are parsed by OpenModelica. - testsuite/{java,records}/rtest: Changed to an rtest that is not parallelized since Windows dll's hate that. (Also updated the mos-files since the old one requires // endResult - testsuite/java/Makefile: Better Windows-support using JAVA_HOME - c_runtime/java_interface/Makefile*: Better Windows-support using JAVA_HOME ---- Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.common Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java Modified : /trunk/testsuite/java/JavaExt.java Modified : /trunk/testsuite/java/JavaExt.mos Modified : /trunk/testsuite/java/JavaExtArrays.mos Modified : /trunk/testsuite/java/JavaExtInteractive.mos Modified : /trunk/testsuite/java/JavaExtRecord.mos Modified : /trunk/testsuite/java/JavaTest.mos Modified : /trunk/testsuite/java/Makefile Modified : /trunk/testsuite/java/rtest Modified : /trunk/testsuite/records/rtest Revision: 4402 Author: adrpo Date: 09:08:12, den 27 oktober 2009 Message: - made parser/walker/Absyn.mo/Dump.mo to handle failure and equality in the algorithm section - do not dive into DERIVED classes when querying internal classes in Interactive.mo; is not correct to dive into derived classes and if we do then we run into stack overflow; Example: lookup of Env.Env in Env.Env. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 4401 Author: adrpo Date: 06:55:01, den 27 oktober 2009 Message: - merged revision 4399 from branches/MathCoreOSMC Revision: 4399 Author: otto@mathcore.com Date: 18:14:37, den 26 oktober 2009 Message: Switched to using CRITICAL_SECTION instead mutexes on windows since it is quicker. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/corbaimpl.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication_impl.cpp ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Revision: 4400 Author: Frenkel TUD Date: 23:07:44, den 26 oktober 2009 Message: - sort non scalar variables and known variables befor indexcalculation; aim: code generation write all elements from the non scalar variable in one memory block ---- Modified : /trunk/Compiler/DAELow.mo Revision: 4397 Author: sjoelund.se Date: 15:47:58, den 26 oktober 2009 Message: - Fixed the testsuite Makefile (missed a backslash at the end) - Merged getDefinitions Interactive API function from the Bootstrapping branch - Fixed some of the Java-related issues OMC has in Windows (don't try to fprintf to stderr before calling abort() - in Windows the string will not get printed) - It will be necessary to set JAVA_HOME to a JDK if you want to run the java testsuite in Windows. If you call "java" directly, it will load Java from system32, which is a JRE and not a JDK (which means you can't call javac from it). Why Sun decided to install both JRE and JDK by default when downloading a JDK, I do not know. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/c_runtime/java_interface/Makefile Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/java_interface.h Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/java/GetDefinitions.mos Modified : /trunk/testsuite/java/JavaTest.mos Revision: 4393 Author: sjoelund.se Date: 09:14:23, den 26 oktober 2009 Message: - Using Ceval.cevalCallFunction record constructor instead of cevalFunction - Enabled testsuite/records as a default test to run as it now works ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/records/Makefile Modified : /trunk/testsuite/records/NestedRecordTestInput.mos Revision: 4392 Author: adrpo Date: 23:46:18, den 25 oktober 2009 Message: - due to the connect changes these tests needed update ---- Modified : /trunk/testsuite/mathcore-mofiles/Connect15.mo Modified : /trunk/testsuite/mofiles/Connect15.mo Revision: 4391 Author: adrpo Date: 23:40:59, den 25 oktober 2009 Message: - merged latest modifications from branches/MathCoreOSMC Revision: 4385 Author: bjozac Date: 11:48:50, den 23 oktober 2009 Message: Added support for un-connected arrays of connectors a.b_connector[:].c This did not generate zero equations for flow variables. ---- Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo ---- Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Env.mo Revision: 4390 Author: adrpo Date: 23:19:50, den 25 oktober 2009 Message: - delete the .sigx files on clean otherwise another build will fail. ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 4389 Author: adrpo Date: 21:35:35, den 25 oktober 2009 Message: - added quotes around $OPENMODELICAHOME/include as otherwise includes doesn't work. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/common.omc Revision: 4388 Author: Frenkel TUD Date: 14:58:46, den 24 oktober 2009 Message: - Bugfix Build with MSVC ---- Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 4387 Author: sjoelund.se Date: 16:14:50, den 23 oktober 2009 Message: - Updated the Makefiles to only run rml2sig/rmldep-new.sh if the file changes (the .sig-file does not always update in order to avoid re-compiling all files depending on the source unless the interface changes). We now also generate a dummy .sigx file which only tells us when rmldep was last run. If you change a lot of files (over time, lots of re-compilations), but never change the function interfaces, this can reduce the compile time by over a minute. ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 4386 Author: sjoelund.se Date: 15:42:03, den 23 oktober 2009 Message: - Enabled the MetaModelica testsuite by default since the tests now work (even in Windows) - Merged Bootstrapping branch Revision: 4372 "Some changes for polymorphic function references" - Inst.addComponentsToEnv: Re-added capability for TCOMPLEX types to be instantiated - Inst.instEquation2: Added capability for equation-matching of MetaModelica types (needed because record modifications bind the result using equations) - Types.valuesToMods: Uses typeofValue and valueExp when converting records (they handle metarecords as well) - Added instructions for the MetaModelica Course ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/meta/BuiltinList.mos Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt Deleted : /trunk/testsuite/meta/MetaModelicaDev/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/Makefile, Revision, 4380) Deleted : /trunk/testsuite/meta/MetaModelicaDev/README.txt Deleted : /trunk/testsuite/meta/MetaModelicaDev/common.mk Added : /trunk/testsuite/meta/MetaModelicaDev/common.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/common.mk, Revision, 4380) Added : /trunk/testsuite/meta/MetaModelicaDev/documentation Added : /trunk/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt Added : /trunk/testsuite/meta/MetaModelicaDev/eclipse.bat Modified : /trunk/testsuite/meta/PartialFn9.mos Modified : /trunk/testsuite/meta/TupleInteractive.mos Revision: 4382 Author: sjoelund.se Date: 12:30:55, den 21 oktober 2009 Message: - Added the new MetaModelica course exercise 00_simplesim to the MetaModelicaDev folder. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo, Revision, 4381) Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/.project Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/SOLUTION.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt Revision: 4381 Author: sjoelund.se Date: 09:41:55, den 21 oktober 2009 Message: - Added Eclipse projects for the MetaModelicaDev exercises and examples - Added the working 03_symbolicderivative exercise ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.project Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.project Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.classpath Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.project Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.project Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.project Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMDev-MINGW.launch Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.project Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml Deleted : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.h Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/program.txt Deleted : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.c Modified : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.h Revision: 4380 Author: sjoelund.se Date: 13:46:36, den 20 oktober 2009 Message: - Added MetaModelicaDev ex 06 through 11. Modified 03 through 11 to compile and run on latest OMDEV ---- Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Input.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Functions.mo Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Types.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Mcode.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Absyn.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCode.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Main.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/TCode.mo Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.c Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile, Revision, 4375) Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile, Revision, 4375) Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile, Revision, 4375) Modified : /trunk/testsuite/meta/MetaModelicaDev/common.mk Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.h Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml Deleted : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.txt Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/main.c Deleted : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/main.c Deleted : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseRML.c Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.txt Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/InputRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/ParseRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/ParseRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/program.txt Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/ParseRML.c Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/README.txt Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.h Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.h Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/petrol.h Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.out Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/big.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/cirkel.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/codtest.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/factorial.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/fib.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/math.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/stdio.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/params.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/parstest1.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/qsort.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/quadtest.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/return.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/semtest1.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/sieve.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/stone.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/testmath.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/a.d Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/b.d Revision: 4375 Author: sjoelund.se Date: 10:40:11, den 20 oktober 2009 Message: - Renamed the MetaModelicaDev testcases according to the new order in the course ---- Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_assignment Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_symdiff, Revision, 4373) Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Makefile, Revision, 4373) Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_assignment, Revision, 4373) Deleted : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype Deleted : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype, Revision, 4373) Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype, Revision, 4373) Deleted : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff Revision: 4373 Author: sjoelund.se Date: 09:41:33, den 20 oktober 2009 Message: - Updated the meta/MetaModelicaDev testsuite to also contain Makefiles for RML (01, 02a and 02b so far). RML is still used in the course, but the old zip contains outdated syntax and Makefiles. - The new RML Makefiles will check whether OMDEV is installed. If it is not, it will assume Linux is used and RML is installed on the path. No more separate Makefile for Linux and Windows. ---- Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SOLUTION.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo Deleted : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/main.c Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos Modified : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo Modified : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff, Revision, 4372) Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Exp.mo (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/Exp.mo, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Makefile.rml Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/SOLUTION.mos (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/SOLUTION.mos, Revision, 4372) Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/lexer.l (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/lexer.l, Revision, 4372) Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/main.c Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/parser.y (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/parser.y, Revision, 4372) Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/program.txt (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/program.txt, Revision, 4372) Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile Added : /trunk/testsuite/meta/MetaModelicaDev/common.rml Added : /trunk/testsuite/meta/MetaModelicaDev/rml Added : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.c Added : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.h Revision: 4371 Author: sjoelund.se Date: 14:52:01, den 19 oktober 2009 Message: - Fixed MetaModelica crefs to function names containing underscores ---- Modified : /trunk/Compiler/Codegen.mo Revision: 4370 Author: sjoelund.se Date: 14:01:15, den 19 oktober 2009 Message: - Merged revisions 3852-4247 of the Bootstrapping branch - Support for external Java functions - Typed Java interface to OpenModelica functions using CORBA - Improved MetaModelica list,tuple,option,uniontype implementations - MetaModelica matchcontinue expressions - MetaModelica function references - Partially evaluated functions - Improved Record handling - Improved handling of NORETCALL functions (mainly used in MetaModelica) - Note that the MetaModelica, Java and Records testcases are not fully working after the merge Revision: 4347 Author: stebr461 Message: - Another fix Revision: 4346 Author: stebr461 Message: - Fixed the windows makefile Revision: 4340 Author: stebr461 Message: - small fix to previous commit Revision: 4339 Author: stebr461 Message: - Partially evaluated functions now a separate module Revision: 4325 Author: sjoelund.se Message: - Fixed meta testsuite when using 64-bit Linux Revision: 4324 Author: sjoelund.se Message: - Changed the matchType subsystem. It now passes a function pointer to either matchTypeRegular or matchTypePolymorphic. - The polymorphic functions that work now are any input, and list,tuple,option,TypeA output. - Implemented the Builtin list functions using polymorphic types rather than special cases during elaboration. Revision: 4320 Author: sjoelund.se Message: - Added initial support for polymorphic functions. This version doesn't check if the polymorphic type gets bound to another type, or if complex types use polymorphic types within themselves and so on. Further support should be added in Types.matchTypePolymorphic. - elabCallArgs, etc was extended to pass around PolymorphicBindings; a list of all types that have been bound by the polymorphic function. - Fixed builtin function clock() (was previosuly only mmc_clock()). - read_write.c has support added for INT,REAL,etc as input when we expect MMC type. - The walker was changed to parse replaceable Type_a subtypeof Any to type Type_a = polymorphic (this fits better internally) Revision: 4306 Author: sjoelund.se Message: - Fixed equation-patterns that look like exp = {true,false}. cref = {true,false} still works as expected. - Fixed some problems when type aliasing for example type B = list; (07_pam will test this when the complete file is working). Revision: 4302 Author: sjoelund.se Message: - Added the AssignTwoType MetaModelica example. No major issues here, only outdated code (int_real instead of intReal and so on). Revision: 4299 Author: sjoelund.se Message: - Changed simulation_result implementation to use C fprintf instead of C++ iostream. The new implementation is roughly 5 times faster using GCC. Revision: 4298 Author: sjoelund.se Message: - Fixes a bug when pattern matching equations that aren't tuples Revision: 4297 Author: sjoelund.se Message: - Changed unused VALUEBLOCKEQUATIONS to VALUEBLOCKMATCHCASE (contains both algs and equations) - Moved Patternm.fromEquationsToAlgorithms to Static. They are now translated when the VALUEBLOCK is elaborated since we then have access to the correct environment. Revision: 4295 Author: sjoelund.se Message: - Added support for equation patterns like 2 = 1+1; or 2 = listGet({2},1); - This uses Static.elabExp within matchcontinue cases. But the local declarations have not been added to the environment. Thus, if you use local variables (very common), the translation from equations to algorithms needs to be performed before we can try to elaborate. I will try to create a new VALUEBLOCK type for matchcontinue cases. Revision: 4290 Author: sjoelund.se Message: - Added support for generating errors and error messages when local variable declarations shadow input/result of a matchcontinue expression Revision: 4288 Author: sjoelund.se Message: Removed ALG_EQUALITY from the walker Revision: 4284 Author: sjoelund.se Message: - Changed the parser to not accept equality(...) for algorithms. It doesn't work in RML, is deprecated, and == already works. - Changed the parser to accept equality(lhs, rhs) and equality(lhs = rhs) instead of any arbitrary equation - The walker will translate equality(...) to Absyn.CALL("equality",{lhs,rhs}) - ALG_EQUALITY and EQ_EQUALITY have been removed Revision: 4281 Author: sjoelund.se Message: - Added testcase for the added support of failure(...) - Fixed issues with builtin list functions not converting arrays like {1} directly Revision: 4279 Author: sjoelund.se Message: - Commented out ALG_FAILURE in walker.g Revision: 4273 Author: sjoelund.se Message: - Added a printAny function in the C runtime for debugging (create an external C function that takes any boxed datatype and apply printAny on it). - Added the first 3 assignments from the MetaModelica Dev course, as working testcases (01_experiment is disabled by default because looking up constants in packages is very slow right now). They each have their own directory because they supply their own lexers and parsers. They also provide some basic instructions on how to follow the course themselves (make changes to code, type make and see what happens). - Added ceval for builtin MetaModelica type conversions (intReal, etc). - Replaced CREF_IDENT("DUMMY__") and CREF_IDENT("WILDCARD__") with CREF_WILD. - Added code in Patternm to convert EQ_FAILURE to algorithmic code; removed unused Absyn.ALG_FAILURE. - Updated code for THROW/TRY/CATCH structures in Algorithm/etc. - Renamed builtin realInteger to realInt (as in RML and the specification). Revision: 4263 Author: sjoelund.se Message: - Added cases for NORETCALL and UNIONTYPE when conveting between DAE.DAE and Exp.DAE Revision: 4252 Author: sjoelund.se Message: - Bugfix for SCode.componentNamesFromElts (when the list contains more than elements; fixes bug in Inst.extractConstantPlusDeps) - Support for generating the proper list type from a Values.LIST - Moved the typeConvert (Types.Type to Absyn.TypeSpec) to MetaUtil - Support for pattern matching of union types and records existing in another package than the one the matchcontinue expression is in - Static.valueExp: Added cases for METARECORD and LIST - Types.T_UNIONTYPE now contains a list instead of String - Types.T_METARECORD now contains no String or Absyn.Path. This is saved in SOME(Absyn.Path) instead Revision: 4248 Author: stebr461 Message: - Partially evaluated functions now work with recursive functions. Revision: 4226 Author: sjoelund.se Message: - Fix list constructor to calculate the resulting type better: myTup := (1.0,3.5); {myTup,(1.0,3.5)} {META_TUPLE,TUPLE} -> list - Some fixes for constants that are using MetaModelica types (ceval->value->exp) - Started on some builtin array functions Revision: 4224 Author: sjoelund.se Message: - Fixes compilation error when allocating boolean and string arrays Revision: 4218 Author: sjoelund.se Message: - Fix for generating recursive functions (both Modelica and MetaModelica) Revision: 4217 Author: sjoelund.se Message: - Better support for calling NORETCALL functions from Interactive - Added builtin boolean functions - Added builtin print,if_exp,tick and clock - Removed listCar (use listGet instead; it's listed as an actual MetaModelica builtin...) - Renamed listCdr to listRest, intended to be a builtin list operator - Added builtin functions for listEmpty and optionNone (renamed; were used for pattern matching but may as well be builtin functions...) Revision: 4212 Author: sjoelund.se Message: - Added MetaModelica builtin Integer operations Revision: 4211 Author: sjoelund.se Message: - Added MetaModelica Builtin Real Operations Revision: 4210 Author: sjoelund.se Message: - Added the MetaModelica builtin String and String Character Conversion operations Revision: 4209 Author: sjoelund.se Message: - Added pattern matching of reals - Added a few MetaModelica builtin String functions Revision: 4208 Author: sjoelund.se Message: - Type conversion boxes Int,Real,Bool,String when needed (for example when doing listMember(list,Integer)) - Added (polymorphic) builtin list functions: listAppend, listReverse, listLength, listMember, listGet, listNth, listDelete. The builtin handler calculates the correct result type. Revision: 4206 Author: sjoelund.se Message: - Added failing testcase MatchCase10 Revision: 4205 Author: sjoelund.se Message: - Pattern matching of calls that use mixed positional and named args - Unboxing of reals Revision: 4202 Author: sjoelund.se Message: - Fixes problems with the SOME(tuple) and tuple::rest constructors Revision: 4201 Author: sjoelund.se Message: - Added support for uniontype calls in matchcontinue pattern matching Revision: 4199 Author: stebr461 Message: -Partially evaluated functions now works properly Revision: 4197 Author: sjoelund.se Message: - Added support for pattern matching records (not uniontypes) in matchcontinue expressions - Added support for case-local variable declarations in matchcontinue expressions Revision: 4196 Author: sjoelund.se Message: - Fixed compilation error in last commit Revision: 4195 Author: sjoelund.se Message: Added better support for NORETCALL functions Added better type checking for unboxing of boxed datatypes (for example: listCar of list using the new builtin handler returns T_BOXED(T_INTEGER), which can be typecast to a regular integer) Added (better) support for pattern matching of tuple, list and option - Types.mo: Added T_BOXED and T_NORETCALL - Added equality operator for boxed datatypes - listCar/listCdr now check for listEmpty before doing the operation - Added MetaModelica builtin print - Added mmc_unbox builtin call - Algorithm.NORETCALL instead contains an Exp.CALL. This allows it to contain builtin calls Revision: 4193 Author: adrpo Message: - fixed parsing of lists such as: 1::2::3::x. Revision: 4185 Author: sjoelund.se Message: Absyn.ALG_MATCHCASES, Exp.MATCHCASES, Algorithm.MATCHCASES: New expression type that Absyn.MATCHEXP is translated into. DFA.mo, Patternm.mo: Generates code for the new MATCHCASES datatype. It's designed to use a for-try-switch design of matchcontinue. The C code is a lot simpler than the one used before (state machine with goto and a boolean array to try and track patterns that have already been performed). CevalScript.cevalInteractiveFunctions: Added setLinker, setLinkerFlags. API calls that allow you to change compiler to g++ (useful when compiling matchcontinue expressions since it uses try/catch). Codegen.mo: Added String/List equality operators Static.mo: Added List equality operators Util.listlistTranspose: "{{1,2,3}{4,5,6}} => {{1,4},{2,5},{3,6}}" c_runtime/meta_modelica.{c,h}: Added mmc_boxes_equal. Used to compared boxed datatypes (always returns true for now...) Revision: 4183 Author: sjoelund.se Message: - Added expected results for PartialFn{5,6}.mos Revision: 4176 Author: stebr461 Message: -First batch of changes for partially evaulated functions -Main functionality is in SCode.elaborate, which calls a whole barrage of functions in MetaUtil.mo -elabPartEvalFunction and a case for it added to Static.mo -Various utility functions added to other modules Revision: 4173 Author: sjoelund.se Message: Added some complicated types/type constructors in testsuite/meta/ComplicatedInteractive.{mo,mos} {ClassInf,Static}.mo: Added META_RECORD. Rather than having a specialized function in MetaUtil, the regular OpenModelica functions are used to create a METARECORDCALL. Exp.getFunctionCalls: Added META_TUPLE, META_OPTION to the list of expressions to searchMetaUtil.typeMatching: Changed to return a type instead of a boolean. The function will return the supertype of all other list arguments (before this list(NONE,SOME(1)) resulted in list instead of list). Types.mo: Changed some of the matchType-related functions to properly subtype/convert options/lists. Revision: 4172 Author: sjoelund.se Message: runtime/systemimpl.c: Updated to use Values.META_TUPLE testsuite/java: Updated for the partially working MetaModelica list/tuple CevalScript.mo: Fixed failtrace Codegen.generateExpression: META_TUPLE code now generates tuples instead of lists. Codegen.generateRWType: Generates TYPE_DESC_MMC for LIST and META_TUPLE Ceval.ceval: Exp.{TUPLE/META_TUPLE} -> Values.META_TUPLE Interactive.evaluateAlgStmt: Added the possibility to assign results of type T_TUPLE to a variable MetaUtil.fixMetaTuple: Helper to fix the type when Ceval returns Values.META_TUPLE and you thought the CREF pointed to a Types.T_TUPLE MetaUtil.mmc_mk_box: New function that creates the correct mmc_mk_box(, ...) or mmc_mk_box(...) depending on the value of Static.mo: Check type of a Types.Properties using the existing functions instead of PROP(ty, _) = ... This allows us to check for tuples as well. Types.unparseType, Types.printTypeStr, Types.getAllExpsTt: Added META_TUPLE analogous to TUPLE Types.matchProp: (T_TUPLE,PROP_TUPLE) -> (T_METATUPLE,PROP) Types.typeConvert: T_TUPLE->T_METATUPLE Util.mo: Added listThreadMap32 (3 lists to 2 lists) Revision: 4161 Author: sjoelund.se Message: - Types.mo: Added support to type convert matrices/arrays to lists. This works for the array constructor as expected, but also allows you to use variables that are arrays and get them automatically converted to lists (not desired, but they use identical Exp.Exp and cannot be differentiated). Revision: 4160 Author: sjoelund.se Message: - systemimpl.c: Fixed list copying by doing it in reverse order (and updating java_interface.c to do the same). - Types.mo: Added a (very) simple type conversion from ARRAY to LIST. It has only been tested for one-dimensional arrays so far. - Ceval.mo: Added ceval for the LIST type. - It is now possible to call (simple) functions that expect list input using the Interactive module. Revision: 4132 Revision: 4132 Author: sjoelund.se Message: - Changed Java org.modelica to org.openmodelica Revision: 4107 Author: sjoelund.se Message: - Absyn.ALG_WHEN_A: Changed the name of the field "whenStmt" to "boolExpr" since it better reflects the function. Revision: 4106 Author: sjoelund.se Message: - Added Exp.TUPLE to ceval (if MetaModelica grammar is activated) Revision: 4105 Author: sjoelund.se Message: - Setting eclipse project default to ISO-8859-1 encoding because the UTF-8 default changes special characters to multi-byte format. This changes .mo files even if you don't modify the header. Revision: 4104 Author: sjoelund.se Message: - Absyn.ALG_WHILE: Changed the name of the field "whileStmt" to "boolExpr" since it better reflects its function. Revision: 4103 Author: sjoelund.se Message: * Added testcase/meta/OptionInteractive.mos: Functions with Option type in/output are now working, as well as any expression returning an Option type in the Interactive interface. * Compiler/runtime/systemimpl.c: Values__OPTION to type_desc conversion * c_runtime/modelica.h: Replaced modelica_uniontype with metamodelica_type * c_runtime/read_write.h: Replaced {read,write}_modelica_{uniontype,mmc} with {read,write}_metamodelica_type * Types.typeConvert: Added placeholder and debug message for T_ARRAY->T_LIST * Compiler.expTypeStr: Changed from void* and modelica_uniontype to metamodelica_type * Inst.getUsertypeDimensions: Changed from "option" to "Option" * Added cases for T_METAOPTION/Exp.META_OPTION - Types.unparseType - Types.getAllExpsTt - Ceval.ceval - Exp.printExp2Str Revision: 4102 Author: sjoelund.se Message: - Normalized the copyright notice to ISO-8859-10 Revision: 4096 Author: stebr461 Message: - Added functionality for Absyn.Exp.PARTEVALFUNCTION to the Dump module Revision: 4095 Author: stebr461 Message: - Tweaked the grammar rules a bit - Added new data structure to Exp.Exp for partially evaluated functions - Added functionality for this data structure to many functions in Exp Revision: 4094 Author: sjoelund.se Message: - Fix testcase/meta/Uniontype13.mos (Uniontype in Record). Broke after merge with Mathcore Revision: 4092 Author: sjoelund.se Message: - Codegen.generateExpression: Using "mmc_mk_none()"/"mmc_mk_some(x)" when generating C code instead of "mmc_mk_nil()" and "x". - Exp.typeof: Added cases for OPTION/TUPLE, and fixed the cases for LIST/CONS. Previously, the type of a LIST(ty=INT) was INT instead of T_LIST(INT)... Revision: 4088 Author: stebr461 Message: - added more tests Revision: 4087 Author: stebr461 Message: - Added grammar rules for partially evaluated functions - Added a new record to Absyn.Exp for partially evaluated functions - Added cases to Absyn.traverseExp, Absyn.getCrefFromExp and Absyn.findIteratorinExp for the new record - Added test cases for functions whose arguments have default values, and partially evaluated functions as arguments - Fixed a typographic error in Interactive.mo that prevented compilation Revision: 4077 Author: sjoelund.se Message: - Codegen.mo: Added annotation(JavaMapping="simple") to external Java functions. This handles only int,double,bool,String and max 1 output value. Revision: 4076 Author: sjoelund.se Message: - Fix Java testsuite makefile for OMDev Revision: 4075 Author: sjoelund.se Message: DefinitionsCreator.java can now translate all .mo-files in Compiler to a single JAR file. - {Inst,DAELow,Mod}.mo: Fixed syntax errors - Removed genericArguments.st and the list of generic types in functions/records. These now look up all variables and add all generic types to a string instead (used by the templates directly). - Interactive.getDefinitions: Correct behaviour when trying to filter out functions (and speeds up the generation in general). Revision: 4074 Author: sjoelund.se Message: - DFA/Interactive.mo: Uses list> instead of list - Interactive.getDefinitions: Don't add const components to the returned tree. Also uses the Print buffer to speed up a bit. - ModelicaString: Uses StringBuffer instead of concatenating 80kB strings byte by byte. Revision: 4073 Author: sjoelund.se Message: - Updated the Java testsuites for OMDev Revision: 4072 Author: sjoelund.se Message: - Interactive.mo.getDefinitions: Fixed the output to the expected "(type XYZ list)" - it was "(type XYZ list)". - record.st: Fixed new Class[] to new java.lang.Class[] (in case a package contains a record named Class; like Absyn.mo does) Revision: 4070 Author: sjoelund.se Message: - Compiler/Util.mo: Fixed syntax in some unused functions (Util.mo is parsed in the Java testsuite) - Added the sources and test suite for modelica_java.jar * make test (in c_runtime/java_interface) runs a jUnit testsuite * make jar (n c_runtime/java_interface) creates the jar-file (it is not run by running make in the source root) Revision: 4068 Author: sjoelund.se Message: - Interactive.getDefinitions: Changed the syntax slightly to be more consistent (LISP-style trees all the way; this made the parser a bit simpler). Revision: 4067 Author: sjoelund.se Message: - Cleaned up in external Java (no more getJavaMethod calls). This makes it easier to spot which line failed in the C file. - Fixed bugs when structs/string pointers are not initialized by GCC - Added support for multiple output uniontype variables Revision: 4066 Author: sjoelund.se Message: - Updated the ext Java dummy test for Win32 and fixed a bug in the jni_md include Revision: 4065 Author: sjoelund.se Message: - Added a dummy test for Java external. This tests the datatypes we currently can't use OMC (list,option,tuple). Revision: 4064 Author: sjoelund.se Message: - Changed the NONE() representation to use ctor=1 (so it doesn't share it with the empty list). Only Boolean values seem impossible to distinguish now. - java_interface.c: * Added jobject_to_mmc so any object can be turned into a list, tuple, record och option. * Added ctor_index value to the Java ModelicaRecord. OMCModelicaRecord (which OMC creates) has index -1 for regular records and >=0 for uniontypes. -2 (default for ModelicaRecord) means a warning is printed when the record is returned as a uniontype (because type checking can't be done). The automatically generated interface override get_ctor_index, so any records created with known "good" records won't generate warnings. - Interactive.mo: Uses MetaUtil.createMetaClassesInProgram to create the meta classes instead of parsing this in Java code. Revision: 4062 Author: stebr461 Message: - Builtin functions can now be passed as arguments in function calls - Added test case for passing record constructors as function arguments Revision: 4061 Author: sjoelund.se Message: - Added NewJavaMMC to java_interface.[ch]. It currently only handles uniontype, integer, real and string. - Added a field with the record name (rather than path) to the record_description datatype. - Added support external Java functions with uniontype arguments (but not result types yet). - Added a dummy interface IModelicaRecord which tags ModelicaRecord and is used as the input type of external Java functions taking uniontypes (because uniontypes are interfaces, they cannot inherit from ModelicaRecord). Revision: 4060 Author: sjoelund.se Message: Added code for TYPE_DESC_RECORD inside another TYPE_DESC_RECORD. Also added record-in-record support for external Java functions. - Codegen.mo: In read/write_modelica_record, pass the fields of the inner records rather than the full struct as a single argument. - read_write.c: In order for read/write_modelica_record to work when calling the function recursively, the functions were split in 2 (one helper function each). The first function starts the varargs and passes a pointer to it in each subsequent call. Revision: 4059 Author: sjoelund.se Message: - read_write.[ch]: Added (and tested) the MetaModelica types in regular records. - Codegen.generateType: Added case for uniontype - Inst.daeDeclareComplexVarType: Added case for uniontype (and a warning message if it fails - finding out this was the function that failed was really hard because the compiler will then just output an empty DAE). Revision: 4058 Author: sjoelund.se Message: - read_write.[ch]: Changed from passing strings for record and field names to using the record_description struct. - Ceval.mo: Disabled cevalFunction (its record constructor doesn't work with all types, and turning it on means you don't see error messages from the compiled version) - Codegen.mo: Generate code that uses record_description instead of field names from read/write_modelica_record - Inst.instClass: ty = MetaUtil.createUnionType(c,SOME(ty)); instead of keeping this in Inst.instElement (other parts of the code also needs to check for uniontypes...). - Inst.instElement: Removed the special case for uniontype components. The general case works fine with the changes to instClass and daeDeclare. - MetaUtil.createUnionType: Takes a class and a type. If the class has R_UNIONTYPE restruction, create the correct type, else use the given type. Revision: 4057 Author: sjoelund.se Message: Fixes uniontype constructors in packages, called from a different scope. - Static.elabCallArgs: Uniontype constructors now send the correct environment to MetaUtil.createFunctionArgsList (instead of the environment of the call). - MetaUtil.listToBoxes: Because the name is a String, we need to convert all dots (.) to underscores (_). The problem is Exp.COMPLEX uses strings for the name, and not Paths. Revision: 4056 Author: sjoelund.se Message: - Added code in MetaUtil to translate the whole Absyn.Program to use uniontypes instead of just the classes in the global scope. - SCode.elaborate: Now 2 functions. The first one translates the uniontypes in Absyn. This should possibly be done by Parser.parse instead, since then this function won't have to be run over and over. Revision: 4055 Author: sjoelund.se Message: SCode.mo: Added a warning message when encountering a uniontype in a package Static.mo: Changed the elabCall RECORD constructor case to also handle METARECORD. This should ensure that the METARECORD always gets the correct name. Revision: 4053 Author: sjoelund.se Message: - Codegen.mo: Bugfix of previous commit (it would try to generate the same record definition twice in some test cases) Revision: 4052 Author: sjoelund.se Message: It's now possible to create uniontypes and call functions with uniontype input from Interactive sessions. - meta_modelica.[ch]: Added struct record_description, containing path and field names. It will be passed in every record box instead of using several slots in a box to pass the data field names. - Values.mo: Added a field for record index in RECORD. This is needed for uniontypes. - Codegen.mo: Added global record_descriptions for each referenced RECORD or METARECORDCALL. - Ceval.mo: Constant evaluation of METARECORDCALL - Exp.getFunctionCalls: Added METARECORDCALL to the cases, and added an input option to find all METARECORDCALLs instead of CALLs. Revision: 4050 Author: stebr461 Message: -Added a testcase for passing external functions as arguments Revision: 4049 Author: stebr461 Message: - fixed a little bug Revision: 4048 Author: stebr461 Message: - Proper testcase for passing builtin functions as arguments - Fixed a small syntax error Revision: 4046 Author: sjoelund.se Message: - Fixed RECORD constructor no longer returning ClassInf.UNKNOWN("") instead of ClassInf.RECORD(name) - Added a case for METARECORDCALL when generating the function dependencies Revision: 4045 Author: stebr461 Message: -Compiling calls to functions with no output now works properly -Functions with no output can now be used as arguments in function calls Revision: 4043 Author: sjoelund.se Message: - Adds the possibility to return METARECORDS to the interactive shell. - Exp.METARECORDCALL: Added list fieldNames so we can pass the fields when creating the boxed data. This does cost some extra memory, but it means we can return the value to the Interactive module. It should also be helpful when debugging datastructures. - MetaUtil.listToBoxes: Now takes a list fieldNames when creating the boxed datatype. - Static.elabCallArgs: Now adds the field names to a METARECORDCALL. - Values.mo: Added the OPTION type. - c_runtime/meta_modelica.[ch]: Added mmc_mk_box(,,...) (varargs). - c_runtime/read_write.[ch], Compiler/runtime/systemimpl.c: Added TYPE_DESC_MMC which contains the MetaModelica-style data, and the ability to parse it. Revision: 4040 Author: stebr461 Message: - Fixed testcases a bit - Added error handling for empty function call in equations - Added code generation functionality for empty function calls in algorithms Revision: 4039 Author: stebr461 Message: Partial function test cases added/fixed/modified Revision: 4038 Author: sjoelund.se Message: - MetaUtil.listToBoxes: Changed the input to Exp.Type instead of Exp.Exp. The reason is simple: an Exp.COMPLEX contains list<(String,Exp.Type)> and we want to be able to box recursive data including records using the same function. - MetaUtil.createConstantCExp2: Added cases for Exp.STRING and Exp.COMPLEX Revision: 4036 Author: sjoelund.se Message: - Exp.typeOf: Added METARECORDCALL. This makes it possible to create a UT using syntax like re := REC1(REC1(REC2(1.5))); Revision: 4035 Author: sjoelund.se Message: - MetaUtil.mo: Added a case for UT arguments in UT constructor - Added testcases for recursive uniontypes. Note that a constructor like REC1(REC1(REC2(1))) still doesn't work. Revision: 4034 Author: sjoelund.se Message: - MetaUtil.mo: Changed createConstantCExp to handle more than constants (like Integer i; i=1; REC1(i) instead of REC(1)) - Static.mo: Fixed code that changed the scope when looking up a metarecord call. - Added a testcase using variables as arguments to a metarecord call. Revision: 4033 Author: stebr461 Message: - Modified a partial function test case and added a new one that tests built in functions and functions with no output - Added the following functions to Exp: getFunctionReferenceList - takes a list of expressions and returns the ones that are Exp.CREF with the type T_FUNCTION_REFERENCE isFunctionReference - checks if an Exp.Type is a function reference getFunctionRefs - takes an Exp and returns all the function reference Exp.CREFs it finds in the Exp and its subexpressions - Added the following functions to SimCodegen: getReferencedFunctions - creates a list of Absyn.Paths from function references using the new functionality in Exp getCrefFromExp - extracts an Absyn.CREF from an expression - Modified SimCodegen.getCalledFunctionsInFunction to handle references as well Revision: 4030 Author: sjoelund.se Message: - testcase/meta/Uniontype[1-3].mos now all work properly - Added read/write_modelica_uniontype (aliased to modelica_complex) - Types.mo: Added a case for T_UNIONTYPE in getAllExpsTt - Added the copyright header to java_interface.[ch] Revision: 4029 Author: sjoelund.se Message: - Interactive.mo: Disabled optimization that interferes with MetaModelica extensions - ClassInf.mo: Added UNIONTYPE cases - Inst.mo: Added UNIONTYPE cases; moved the UT case in instElement higher so it's run before the more general case - MetaUtil.mo: mk_box is now called mmc_mk_box - meta_modelica.[ch]: More functions from yacclib.[ch] present - testsuite/meta/Uniontype1.mos now works. Revision: 4026 Author: sjoelund.se Message: - Fixed the java testsuite Makefile in Linux Revision: 4025 Author: sjoelund.se Message: - Fixed C/Java runtime for external Java in Windows. - Dynamic loading of the JVM from registry or environment variables work. - The Java Runtime DefinitionsCreator was updated to escape backslashes in windows pathnames Revision: 4024 Author: krsta Message: Some minor changes (from public to protected on some functions). Revision: 4023 Author: krsta Message: Checked in merged code from Simon Björklén's Union types implementation. Revision: 4020 Author: sjoelund.se Message: - Lookup.mo: buildRecordConstructorClass now adds ALG_ASSIGN statements to the constructor so it's not a random piece of data. - Algorithm.mo: Removed warning from print statement (causes testsuite to fail) - Static.mo: elabCall has a case which fixes problems when looking up record constructors in packages. - testsuite/records added. The tests do work fine with one exception. Record-in-Record can't be returned to the interactive module and exists as a failing test. - Ceval.mo changes to cevalCallFunction were not commited because commenting out the record constructor and Cevalfunc cases change the result of several other test cases. This is also why these test cases were not added to the default testsuite. Revision: 4019 Author: sjoelund.se Message: - Added /usr/lib/jvm/default-java as a path to try if JAVA_HOME does not exist Revision: 4017 Author: stebr461 Message: - Fixed generation of function names in Codegen.generateRhsCref Revision: 4016 Author: sjoelund.se Message: - Updated Java tests Revision: 4015 Author: sjoelund.se Message: - Ceval.mo: Interpreted record constructors only used for implicit record constructors (not function calls returning records) - CevalScript.mo,SimCodegen.mo: Codegen.generateFunctions now returns record definitions already created (so they won't be duplicated in CevalScript.mo) - Exp.mo: T_RECORD wasn't used anymore so it was commented out and references updated to use COMPLEX. - Codegen.mo: Updated references from Exp.T_RECORD to COMPLEX. Codegen.generateFunctions,etc handles Record-in-Record inside compiled functions (but not when returning values to Interactive,etc). - DAE.mo, Inst.mo, Lookup.mo, Static.mo: Updated comments Revision: 4012 Author: sjoelund.se Message: - Added a mostly working implementation of external Java. - Dynamically loads the JVM. Only jni headers are needed to compile the modified C runtime. - modelica_java.jar contains the Java runtime, which depends on antlr-3.1.3.jar. - In order to run the java testsuite, you need to set JAVA_HOME to a working java installation. - There is some code for loading the JVM in visual studio, but it has not been tested. - The testsuite has been tested using OpenJDK and GCJ - It could be possible to use the included antlr jar-file instead of forcing the user to keep antlr/stringtemplate in his CLASSPATH Revision: 4005 Author: stebr461 Message: - added a case for T_FUNCTION_REFERENCE in Codegen.generateRhsCref Revision: 4004 Author: sjoelund.se Message: (rev3875 in the TemplateCodegen branch used the following bugfix; originally merged from MathCore) - got rid of $$$ in the generated code (SimCodegen.mo). Revision: 4003 Author: stebr461 Message: - added modelica_fnptr to the c_runtime - added support for function pointers in type descriptor - added read and write functions for function pointers Revision: 4000 Author: sjoelund.se Message: - Added code for handling (partial) function arguments from Absyn to Codegen. The c_runtime has not been modified and because simulations/etc have some bugs in this branch, the code could not be fully tested or compiled (although parts have been). Revision: 3999 Author: krsta Message: Union Types test cases Revision: 3992 Author: sjoelund.se Message: - Added optmanager.o to Makefile.common (someone updated the omdev version but forgot about poor Linux users) Revision: 3991 Author: sjoelund.se Message: - Linux fix (extern C shadows C++ includes; ato[if] resides in stdlib.h) Revision: 3990 Author: krsta Message: - Some updates. Revision: 3989 Author: sjoelund.se Message: - Testing write permission Revision: 3961 Author: krsta Message: - Merged code from Simon Björklén's branch. This is a code backup, not yet compilable code. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Cevalfunc.mo Modified : /trunk/Compiler/Util.mo Added : /trunk/testsuite/meta/MetaModelicaDev (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev, Revision, 4369) Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/CevalScript.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Error.mo Added : /trunk/testsuite/meta/PartialFn1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn1.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn5.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn5.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn7.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn7.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype13.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype13.mos, Revision, 4369) Modified : /trunk/c_runtime/java_interface.c Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica_builtin.cpp Added : /trunk/Compiler/PartFn.mo (Copy from path: /branches/BootstrappingTempMerge/Compiler/PartFn.mo, Revision, 4369) Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Absyn.mo Added : /trunk/testsuite/meta/BuiltinMisc.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinMisc.mos, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive3.mos, Revision, 4369) Modified : /trunk/Compiler/Mod.mo Added : /trunk/testsuite/java (Copy from path: /branches/BootstrappingTempMerge/testsuite/java, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExt.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.mo, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExt.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExtArrays.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtArrays.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExtInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtInteractive.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExtRecord.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtRecord.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaExtUniontype.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtUniontype.mos, Revision, 4369) Replacing : /trunk/testsuite/java/JavaTest.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaTest.mo, Revision, 4369) Replacing : /trunk/testsuite/java/JavaTest.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaTest.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1 (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2 (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinBoolean.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinBoolean.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinBoolean.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinBoolean.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinInteger.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinInteger.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinInteger.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinInteger.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinList.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinList.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinList.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinList.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinMisc.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinMisc.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinReal.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinReal.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinReal.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinReal.mos, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinString.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinString.mo, Revision, 4369) Added : /trunk/testsuite/meta/BuiltinString.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinString.mos, Revision, 4369) Added : /trunk/testsuite/meta/ComplicatedInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ComplicatedInteractive.mo, Revision, 4369) Added : /trunk/testsuite/meta/ComplicatedInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ComplicatedInteractive.mos, Revision, 4369) Added : /trunk/testsuite/meta/DefaultArgs.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/DefaultArgs.mo, Revision, 4369) Added : /trunk/testsuite/meta/DefaultArgs.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/DefaultArgs.mos, Revision, 4369) Added : /trunk/testsuite/meta/EqPatternm.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/EqPatternm.mo, Revision, 4369) Added : /trunk/testsuite/meta/EqPatternm.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/EqPatternm.mos, Revision, 4369) Added : /trunk/testsuite/meta/Equality.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Equality.mo, Revision, 4369) Added : /trunk/testsuite/meta/Equality.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Equality.mos, Revision, 4369) Added : /trunk/testsuite/meta/Failure.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Failure.mo, Revision, 4369) Added : /trunk/testsuite/meta/Failure.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Failure.mos, Revision, 4369) Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/List4.mos Added : /trunk/testsuite/meta/ListInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ListInteractive.mo, Revision, 4369) Added : /trunk/testsuite/meta/ListInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ListInteractive.mos, Revision, 4369) Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mo Modified : /trunk/testsuite/meta/MatchCase9.mos Added : /trunk/testsuite/meta/MatchCaseInteractive1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive1.mo, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive1.mos, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive2.mo, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive2.mos, Revision, 4369) Added : /trunk/testsuite/meta/MatchCaseInteractive3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive3.mo, Revision, 4369) Added : /trunk/testsuite/meta/OptionInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/OptionInteractive.mo, Revision, 4369) Added : /trunk/testsuite/meta/OptionInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/OptionInteractive.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn1.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn2.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn2.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn3.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn3.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn4.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn4.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn4.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn4.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn5.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn5.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn6.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn6.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn7.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn7.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn8.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn8.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn8.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn8.mos, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn9.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn9.mo, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn9.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn9.mos, Revision, 4369) Added : /trunk/testsuite/meta/Polymorphic.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Polymorphic.mo, Revision, 4369) Added : /trunk/testsuite/meta/Polymorphic.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Polymorphic.mos, Revision, 4369) Added : /trunk/testsuite/meta/Recursive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Recursive.mo, Revision, 4369) Added : /trunk/testsuite/meta/Recursive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Recursive.mos, Revision, 4369) Added : /trunk/testsuite/meta/Shadowing1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing1.mo, Revision, 4369) Added : /trunk/testsuite/meta/Shadowing1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing1.mos, Revision, 4369) Added : /trunk/testsuite/meta/Shadowing2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing2.mo, Revision, 4369) Added : /trunk/testsuite/meta/Shadowing2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing2.mos, Revision, 4369) Added : /trunk/testsuite/meta/TupleInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/TupleInteractive.mo, Revision, 4369) Added : /trunk/testsuite/meta/TupleInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/TupleInteractive.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype1.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype1.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype10.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype10.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype10.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype10.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype11.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype11.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype11.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype11.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype12.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype12.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype12.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype12.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype13.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype13.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype2.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype2.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype3.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype3.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype4.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype4.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype4.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype4.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype5.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype5.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype5.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype5.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype6.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype6.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype6.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype6.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype7.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype7.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype7.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype7.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype8.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype8.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype8.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype8.mos, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype9.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype9.mo, Revision, 4369) Added : /trunk/testsuite/meta/Uniontype9.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype9.mos, Revision, 4369) Modified : /trunk/testsuite/mofiles/RecordConstructors.mo Modified : /trunk/testsuite/records/EmptyRecordTestConstructor.mos Modified : /trunk/testsuite/records/EmptyRecordTestInput.mos Modified : /trunk/testsuite/records/NestedRecordTestConstructor.mos Modified : /trunk/testsuite/records/NestedRecordTestInput.mos Modified : /trunk/testsuite/records/SimpleRecordTestConstructor.mos Modified : /trunk/testsuite/records/SimpleRecordTestInput.mos Modified : /trunk/testsuite/records/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/Compiler/Builtin.mo Replacing : /trunk/testsuite/java/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/Makefile, Revision, 4369) Replacing : /trunk/testsuite/java/rtest (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/rtest, Revision, 4369) Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/MetaUtil.mo Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l, Revision, 4369) Modified : /trunk/Compiler/Patternm.mo Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l, Revision, 4369) Modified : /trunk/c_runtime/meta_modelica_builtin.h Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Dump.mo Replacing : /trunk/testsuite/java/JavaExt.java (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.java, Revision, 4369) Modified : /trunk/Compiler/.depend Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/common.mk (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/common.mk, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos, Revision, 4369) Modified : /trunk/Compiler/scripts/Compile.bat Replacing : /trunk/testsuite/java/dummy_test.c (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/dummy_test.c, Revision, 4369) Replacing : /trunk/testsuite/java/dummy_test_expected.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/dummy_test_expected.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/lexer.l, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/lexer.l, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/program.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Absyn.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Absyn.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Eval.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Eval.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Main.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Main.mo, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Makefile, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/README.txt, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/lexer.l, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/parser.y, Revision, 4369) Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/program.txt, Revision, 4369) Added : /trunk/testsuite/meta/PartialFn6.ext_f.c (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.ext_f.c, Revision, 4369) Revision: 4367 Author: stebr461 Date: 12:22:01, den 19 oktober 2009 Message: -Added the test suite spreadsheet to the testsuite folder ---- Added : /trunk/testsuite/test_suite_.xls Revision: 4366 Author: Frenkel TUD Date: 08:22:36, den 19 oktober 2009 Message: - Bugfix Bug 1110 ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/MissV.mo Added : /trunk/testsuite/mosfiles/MissV.mos Revision: 4361 Author: sjoelund.se Date: 10:02:17, den 14 oktober 2009 Message: - Merged c_runtime from Bootstrapping - Fixed simulation_result.cpp performance issues (<< endl flushes the buffer, \n does not) - Added the Java-specific runtimes (C and Java) - Changes to read_write.{c,h} for record-in-record, NORETCALL and MetaModelica types ---- Modified : /trunk/Compiler/.depend Added : /trunk/build/share (Copy from path: /branches/Bootstrapping/build/share, Revision, 4360) Replacing : /trunk/build/share/java (Copy from path: /branches/Bootstrapping/build/share/java, Revision, 4360) Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/boolean_array.h Added : /trunk/c_runtime/java_interface (Copy from path: /branches/Bootstrapping/c_runtime/java_interface, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/.project (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/.project, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/Makefile (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/Makefile.common (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile.common, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/Makefile.omdev.mingw (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile.omdev.mingw, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/antlr-3.1.3.jar (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/antlr-3.1.3.jar, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/junit-4.6.jar (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/junit-4.6.jar, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/Result.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/Result.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/abc.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/abc.java, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files/meta_modelica.mo (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/meta_modelica.mo, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files/meta_modelica.mos (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/meta_modelica.mos, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files/simple.mo (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/simple.mo, Revision, 4360) Replacing : /trunk/c_runtime/java_interface/test_files/simple.mos (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/simple.mos, Revision, 4360) Added : /trunk/c_runtime/java_interface.c (Copy from path: /branches/Bootstrapping/c_runtime/java_interface.c, Revision, 4360) Added : /trunk/c_runtime/java_interface.h (Copy from path: /branches/Bootstrapping/c_runtime/java_interface.h, Revision, 4360) Added : /trunk/c_runtime/jni.h (Copy from path: /branches/Bootstrapping/c_runtime/jni.h, Revision, 4360) Added : /trunk/c_runtime/jni_md.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md.h, Revision, 4360) Added : /trunk/c_runtime/jni_md_solaris.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md_solaris.h, Revision, 4360) Added : /trunk/c_runtime/jni_md_windows.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md_windows.h, Revision, 4360) Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/meta_modelica.h Added : /trunk/c_runtime/meta_modelica_builtin.cpp (Copy from path: /branches/Bootstrapping/c_runtime/meta_modelica_builtin.cpp, Revision, 4360) Added : /trunk/c_runtime/meta_modelica_builtin.h (Copy from path: /branches/Bootstrapping/c_runtime/meta_modelica_builtin.h, Revision, 4360) Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/string_array.h Revision: 4357 Author: adrpo Date: 20:50:22, den 13 oktober 2009 Message: - renamed OpenModelica1.5.0 to trunk ---- Deleted : /OpenModelica1.5.0 Added : /trunk (Copy from path: /OpenModelica1.5.0, Revision, 4356) Revision: 4356 Author: adrpo Date: 20:49:57, den 13 oktober 2009 Message: - move OpenModelica1.5.0 out of the branches ---- Added : /OpenModelica1.5.0 (Copy from path: /branches/OpenModelica1.5.0, Revision, 4355) Deleted : /branches/OpenModelica1.5.0 Revision: 4353 Author: adrpo Date: 20:43:13, den 13 oktober 2009 Message: - make all rtest* scripts svn:executable as is needed for Linux ---- Modified : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/drmodelica/rtest Modified : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/msl/rtest Modified : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/rtest Modified : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/rtestsim Modified : /branches/OpenModelica1.5.0/testsuite/meta/rtest Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/msl/rtest Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/rtestsim Modified : /branches/OpenModelica1.5.0/testsuite/records/rtest Revision: 4352 Author: adrpo Date: 20:32:58, den 13 oktober 2009 Message: - more info about linking and compiling with liblpsolve55 library ---- Modified : /branches/OpenModelica1.5.0/README.Cygwin.or.Linux.txt Revision: 4351 Author: adrpo Date: 20:29:20, den 13 oktober 2009 Message: - these files are NOT needed as we only do flattening and anyway they are automatically generated. ---- Deleted : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/add.c Deleted : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/addmatrices.c Deleted : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/f.c Revision: 4350 Author: adrpo Date: 19:30:51, den 13 oktober 2009 Message: - no -fPIC for now. ---- Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/InOutStrings.mos Revision: 4341 Author: adrpo Date: 15:04:52, den 13 oktober 2009 Message: - yacclib.h SHOULD not be included anywhere and yacclib.c should NOT be used as these functions are now part of rml.h and librml*.a. Get a new RML/MMC from Subversion or from OMDev. - i renamed yacclib.c and yacclib.h to .txt to make sure this never happens again. ---- Deleted : /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.c Added : /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.c.txt (Copy from path: /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.c, Revision, 4340) Deleted : /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.h Added : /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.h.txt (Copy from path: /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.h, Revision, 4340) Modified : /branches/OpenModelica1.5.0/Compiler/runtime/optmanager.cpp Modified : /branches/OpenModelica1.5.0/Compiler/runtime/unitparserext.cpp Revision: 4338 Author: adrpo Date: 03:27:55, den 13 oktober 2009 Message: - Compiler/runtime/omc_communication_impl.o is not needed at all when compiling mosh.cpp ---- Modified : /branches/OpenModelica1.5.0/mosh/src/Makefile.in Modified : /branches/OpenModelica1.5.0/mosh/src/Makefile.omdev.mingw Modified : /branches/OpenModelica1.5.0/mosh/src/mosh.cpp Revision: 4337 Author: adrpo Date: 03:01:25, den 13 oktober 2009 Message: - lock renamed to clientlock - mico includes in Windows Makefile.omdev.mingw ---- Modified : /branches/OpenModelica1.5.0/mosh/src/Makefile.omdev.mingw Modified : /branches/OpenModelica1.5.0/mosh/src/mosh.cpp Revision: 4335 Author: stebr461 Date: 14:26:11, den 12 oktober 2009 Message: - Added test cases for packages and connectors ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorComponents.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorIllegal.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorSimple.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/PackageComponents.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/PackageIllegal.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/PackageSimple.mo Revision: 4334 Author: stebr461 Date: 13:16:39, den 12 oktober 2009 Message: -Added various test cases for models, blocks and functions -Fixed the type enumeration test case ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/BlockComponents.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/BlockIllegal.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/BlockSimple.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/FunctionSimple.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ModelSimple.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/TypeEnumeration.mo Revision: 4333 Author: stebr461 Date: 12:18:47, den 12 oktober 2009 Message: - Added various test for type declarations ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/TypeArray.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/TypeClass1.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/TypeClass2.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/TypeEnumeration.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/TypeSimple.mo Revision: 4332 Author: stebr461 Date: 11:15:29, den 12 oktober 2009 Message: - Added test cases for various uses of records ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RecordAssignment.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RecordConnections.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RecordConstructors.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RecordNonPublic.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RecordPrefixes.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RecordSimple.mo Revision: 4331 Author: sjoelund.se Date: 09:58:34, den 12 oktober 2009 Message: - Added -fPIC to mosfiles/InOutStrings.mos so the test also works for 64-bit code. ---- Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/InOutStrings.mos Revision: 4330 Author: stebr461 Date: 08:48:51, den 12 oktober 2009 Message: - Fixed linking of the lpsolve library and added instructions to the linux readme file ---- Modified : /branches/OpenModelica1.5.0/Compiler/.depend Modified : /branches/OpenModelica1.5.0/Compiler/omc_debug/Makefile.in Modified : /branches/OpenModelica1.5.0/Compiler/omc_release/Makefile.in Deleted : /branches/OpenModelica1.5.0/Compiler/runtime/lpsolve/lib/linux/README Modified : /branches/OpenModelica1.5.0/OMNotebook/ext/Makefile Modified : /branches/OpenModelica1.5.0/OMShell/Makefile Modified : /branches/OpenModelica1.5.0/README.Cygwin.or.Linux.txt Revision: 4329 Author: sjoelund.se Date: 08:41:09, den 12 oktober 2009 Message: - Added lpsolve dependencies for 64-bit Linux. Also added simple instructions for how to get it to work. ---- Added : /branches/OpenModelica1.5.0/Compiler/runtime/lpsolve/lib/linux/README Added : /branches/OpenModelica1.5.0/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so.64-bit Revision: 4328 Author: adrpo Date: 20:57:59, den 10 oktober 2009 Message: - fixed the problem that two or more plot commands end up plotting the same plot file by generating a unique tmpPlot_NN.plt file name for each plot[X], plotParametric[X] command. ---- Modified : /branches/OpenModelica1.5.0/Compiler/CevalScript.mo Revision: 4326 Author: adrpo Date: 19:31:56, den 10 oktober 2009 Message: - escape string literals when generating C code as they might have \n in them which will fail to compile with a syntactic error. - added Util.escapeModelicaStringToCString to Util.mo ---- Modified : /branches/OpenModelica1.5.0/Compiler/Codegen.mo Modified : /branches/OpenModelica1.5.0/Compiler/Util.mo Revision: 4323 Author: adrpo Date: 06:28:20, den 8 oktober 2009 Message: - support for Modelica 3.x graphical annotations. ---- Modified : /branches/OpenModelica1.5.0/Compiler/Constants.mo Revision: 4321 Author: stebr461 Date: 16:11:55, den 7 oktober 2009 Message: -Added test cases for different kinds of class declarations: -Short class definitions -Type declaration of arrays -Simple inheritance -Array extension -Simple type extension -Nested classes ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayExtend.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/NestedClasses.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ShortClassDef.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/SimpleInheritance.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/SimpleTypeExtend.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/TypeDeclArray.mo Revision: 4319 Author: stebr461 Date: 14:08:41, den 7 oktober 2009 Message: -Added test for conditional declaration of components ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/CondDeclaration.mo Revision: 4318 Author: stebr461 Date: 13:52:32, den 7 oktober 2009 Message: - Added tests for cyclic binding of constants and parameters ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/CyclicBindingConst.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/CyclicBindingParam.mo Revision: 4317 Author: stebr461 Date: 13:07:58, den 7 oktober 2009 Message: -Added tests for the output prefix ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclConnector.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclRecord.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclType.mo Revision: 4316 Author: stebr461 Date: 12:56:01, den 7 oktober 2009 Message: -Added tests for the input prefix ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclConnector.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclRecord.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclType.mo Revision: 4315 Author: stebr461 Date: 12:37:53, den 7 oktober 2009 Message: -Added tests for the constant prefix ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclConnector.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclRecord.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclType.mo Revision: 4314 Author: stebr461 Date: 12:04:58, den 7 oktober 2009 Message: -Added tests for the parameter prefix ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclConnector.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclRecord.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclType.mo Revision: 4313 Author: stebr461 Date: 11:15:11, den 7 oktober 2009 Message: -Added several tests for the discrete prefix ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclConnector.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclRecord.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclType.mo Revision: 4312 Author: stebr461 Date: 10:57:28, den 7 oktober 2009 Message: -Added tests for the flow prefix ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclConnector.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclRecord.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclType.mo Revision: 4311 Author: stebr461 Date: 10:36:41, den 7 oktober 2009 Message: -Added tests for different kinds of declaration equations ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation1.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation2.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation3.mo Revision: 4309 Author: stebr461 Date: 10:02:52, den 7 oktober 2009 Message: - added tests for different kinds of array declarations ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration1.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration2.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration3.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration4.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration5.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Revision: 4307 Author: adrpo Date: 22:17:18, den 6 oktober 2009 Message: - fixes to XMLDump.mo ---- Modified : /branches/OpenModelica1.5.0/Compiler/XMLDump.mo Revision: 4304 Author: adrpo Date: 03:21:48, den 6 oktober 2009 Message: - latest modifications from MathCoreOSMC branch Revision: 4303 Author: bjozac Date: 11:57:25, den 5 oktober 2009 Message: Fixed bug with type instantiation of arrays/matrices. ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo ---- Modified : /branches/OpenModelica1.5.0/Compiler/Inst.mo Revision: 4301 Author: adrpo Date: 23:37:17, den 4 oktober 2009 Message: - latest modifications from MathCoreOSMC branch Revision: 4296 Author: bjozac Date: 09:56:29, den 2 oktober 2009 Message: While instantiating parameters componentreferenses in subscripts where not instantiated in order. ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 4291 Author: bjozac Date: 11:28:01, den 1 oktober 2009 Message: Exteded AbsynDep with getUsedBySub which does the same as "getUsedBy" with the extra function it returns sub path. ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/AbsynDep.mo ---- Modified : /branches/OpenModelica1.5.0/Compiler/Absyn.mo Modified : /branches/OpenModelica1.5.0/Compiler/AbsynDep.mo Modified : /branches/OpenModelica1.5.0/Compiler/CevalScript.mo Modified : /branches/OpenModelica1.5.0/Compiler/Inst.mo Modified : /branches/OpenModelica1.5.0/Compiler/Static.mo Revision: 4294 Author: stebr461 Date: 14:59:44, den 1 oktober 2009 Message: - Added test cases for access control, double declaration, and declaration order ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ComponentNames.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationOrder.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DoubleDeclaration.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ProtectedAccess.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ProtectedAccess2.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/PublicAccess.mo Revision: 4293 Author: stebr461 Date: 13:14:25, den 1 oktober 2009 Message: - Added test cases for built-in mathematical functions ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Acos.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Asin.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Atan.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Atan2.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Cos.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Cosh.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Exp.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Log.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Log10.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Sin.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Sinh.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Tan.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Tanh.mo Revision: 4292 Author: stebr461 Date: 12:25:32, den 1 oktober 2009 Message: - Added test cases for event triggering mathematical functions ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Ceil.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Div.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Floor.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Integer.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Mod.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Rem.mo Revision: 4289 Author: stebr461 Date: 11:11:08, den 1 oktober 2009 Message: - Added test cases for various different string conversions ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/StringBoolean.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/StringInteger.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/StringReal.mo Revision: 4287 Author: stebr461 Date: 09:49:31, den 1 oktober 2009 Message: - Added tests for numeric functions ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Abs.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Sign.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Sqrt.mo Revision: 4286 Author: stebr461 Date: 09:31:39, den 1 oktober 2009 Message: - Added tests for mathematical array operations ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayAddition.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDivision.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayMultiplication.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArraySubtraction.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Revision: 4285 Author: stebr461 Date: 09:03:07, den 1 oktober 2009 Message: - Added several tests for various operators ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayAccess.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayBrackets.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayCurlyBrackets.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayRange.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/FunctionCall.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/MatrixBrackets.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ModelAccess.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/StringConcatenation.mo Revision: 4283 Author: stebr461 Date: 12:12:59, den 30 september 2009 Message: - Added separate tests for logical operators ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/And.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Equals.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/GreaterThan.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/GreaterThanEqual.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/LessThan.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/LessThanEqual.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Not.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/NotEquals.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Or.mo Revision: 4282 Author: stebr461 Date: 09:55:59, den 30 september 2009 Message: - Split the expression tests into multiple test cases ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/IntAdd.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/IntDiv.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/IntMul.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/IntPow.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/IntSub.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RealAdd.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RealDiv.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RealMul.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RealPow.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/RealSub.mo Revision: 4280 Author: stebr461 Date: 15:56:51, den 29 september 2009 Message: -Added tests for many built in functions ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/EventFunctions.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/MathematicalFunctions.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/NumericFunctions.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/StringConversion.mo Revision: 4278 Author: stebr461 Date: 14:23:28, den 29 september 2009 Message: - Added general test for the time variable - Added string concatenation test to Operators ---- Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Operators.mo Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mosfiles/Time.mo Added : /branches/OpenModelica1.5.0/testsuite/mosfiles/Time.mos Revision: 4277 Author: stebr461 Date: 13:07:38, den 29 september 2009 Message: - Test cases, expressions and various operators ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayOperators.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/CondOperators.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Expressions.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Operators.mo Revision: 4276 Author: stebr461 Date: 11:01:40, den 29 september 2009 Message: - Added test cases for floating point numbers, integer literals, boolean literals and string literals ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/BooleanLiterals.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/FloatingPoint.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/IntegerLiterals.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mofiles/StringLiterals.mo Revision: 4275 Author: stebr461 Date: 09:23:33, den 29 september 2009 Message: - Added test to check if reserved words can be used as identifiers ---- Added : /branches/OpenModelica1.5.0/testsuite/mosfiles/Identifier.mo Added : /branches/OpenModelica1.5.0/testsuite/mosfiles/Identifier.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/Makefile Added : /branches/OpenModelica1.5.0/testsuite/mosfiles/checkparseerror.c Revision: 4274 Author: stebr461 Date: 08:48:59, den 29 september 2009 Message: - Added test cases for comments and documentation strings ---- Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Comment1.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/Comment2.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/DocString.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Revision: 4272 Author: adrpo Date: 01:18:17, den 29 september 2009 Message: - changes by Alexey Lebedev [alexey dot lebedev at equa dot se] to support implicit range in for loops - more tests for loops ---- Modified : /branches/OpenModelica1.5.0/Compiler/Absyn.mo Modified : /branches/OpenModelica1.5.0/Compiler/Inst.mo Modified : /branches/OpenModelica1.5.0/Compiler/SCode.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor1.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor2.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor3.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor4.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor5.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor6.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor5.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor6.mo Added : /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor7.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/Makefile Revision: 4271 Author: adrpo Date: 12:13:29, den 28 september 2009 Message: - Merged revisions 4270 and 4269 from MathCoreOSMC branch: Revision: 4270 Author: bjozac Date: 11:46:29, den 28 september 2009 Message: Implemented front-end support for tuples inside when-equations. ---- Modified : /branches/MathCoreOSMC/Compiler/Algorithm.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Revision: 4269 Author: petar Date: 11:01:23, den 28 september 2009 Message: -Added algorithm to minimize number of derived units used (details described in paper at Modelica conference). ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.h ---- Modified : /branches/OpenModelica1.5.0/Compiler/Algorithm.mo Modified : /branches/OpenModelica1.5.0/Compiler/DAE.mo Modified : /branches/OpenModelica1.5.0/Compiler/runtime/unitparser.cpp Modified : /branches/OpenModelica1.5.0/Compiler/runtime/unitparser.h Revision: 4268 Author: adrpo Date: 23:41:09, den 25 september 2009 Message: - more fixes so it compiles. ---- Modified : /branches/OpenModelica1.5.0/Compiler/Types.mo Revision: 4267 Author: adrpo Date: 12:59:59, den 25 september 2009 Message: - fixes so it compiles. ---- Modified : /branches/OpenModelica1.5.0/Compiler/Env.mo Modified : /branches/OpenModelica1.5.0/Compiler/Inst.mo Revision: 4266 Author: adrpo Date: 11:53:59, den 25 september 2009 Message: - merged revisions 4262, 4264, 4265 from MathCoreOSMC branch! Revision: 4265 Author: bjozac Date: 15:48:07, den 24 september 2009 Message: Improved error messages for connect-statements. ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/ModUtil.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Revision: 4264 Author: bjozac Date: 13:12:32, den 24 september 2009 Message: Implemented a "printErrorsNoWarning" in error module. To be able to print only error message of severity "Error". ---- Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/ErrorExt.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/errorext.cpp Revision: 4262 Author: bjozac Date: 13:34:01, den 21 september 2009 Message: Updated the unconnected connect variables to contain connector var information for unconnected outside connectors. ---- Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp ---- Modified : /branches/OpenModelica1.5.0/Compiler/Absyn.mo Modified : /branches/OpenModelica1.5.0/Compiler/Connect.mo Modified : /branches/OpenModelica1.5.0/Compiler/DAE.mo Modified : /branches/OpenModelica1.5.0/Compiler/Env.mo Modified : /branches/OpenModelica1.5.0/Compiler/Error.mo Modified : /branches/OpenModelica1.5.0/Compiler/ErrorExt.mo Modified : /branches/OpenModelica1.5.0/Compiler/Exp.mo Modified : /branches/OpenModelica1.5.0/Compiler/Inst.mo Modified : /branches/OpenModelica1.5.0/Compiler/ModUtil.mo Modified : /branches/OpenModelica1.5.0/Compiler/Static.mo Modified : /branches/OpenModelica1.5.0/Compiler/Types.mo Modified : /branches/OpenModelica1.5.0/Compiler/runtime/errorext.cpp Modified : /branches/OpenModelica1.5.0/Compiler/runtime/optmanager.cpp Revision: 4260 Author: adrpo Date: 16:46:07, den 19 september 2009 Message: - changes to the Setup project - included SimForge-0.8.4.1.zip in OpenModelica. - added a SimForge-0.8.4.1-README.txt to explain how to install and give credits to the SimForge team! ---- Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Release/omc.pdb Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/Setup.vdproj Added : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/tools/SimForge-0.8.4.1-README.txt Added : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/tools/SimForge-0.8.4.1.zip Deleted : /branches/OpenModelica1.5.0/doc/SimForge - A Graphical and Textual Open Source Model Editor by Politecnico di Milano.url Added : /branches/OpenModelica1.5.0/doc/SimForge - An Open Source Graphical Model Editor by Politecnico di Milano.url Revision: 4259 Author: adrpo Date: 03:49:35, den 19 september 2009 Message: A lot of modifications: + release 1.5.0 + merged all other changes from trunk/* that happen in the meantime! + now omc can load libraries when called from command line directly. ./omc file lib1 lib2 ... libN + merged changes in the MathCoreOSMC branch + updated the Setup project, included a link to SimForge, added omc-mingw.exe to be used on Vista if needed. + updated DAEQuery.mo, XMLDump.mo + added more help text when running omc from command line. ---- Modified : /branches/OpenModelica1.5.0/Compiler/.depend Modified : /branches/OpenModelica1.5.0/Compiler/CevalScript.mo Modified : /branches/OpenModelica1.5.0/Compiler/Codegen.mo Modified : /branches/OpenModelica1.5.0/Compiler/XMLDump.mo Modified : /branches/OpenModelica1.5.0/Compiler/Inst.mo Modified : /branches/OpenModelica1.5.0/Compiler/Static.mo Modified : /branches/OpenModelica1.5.0/Compiler/SCode.mo Modified : /branches/OpenModelica1.5.0/Compiler/DAE.mo Modified : /branches/OpenModelica1.5.0/Compiler/runtime/unitparser.cpp Modified : /branches/OpenModelica1.5.0/Compiler/Types.mo Modified : /branches/OpenModelica1.5.0/Compiler/Error.mo Modified : /branches/OpenModelica1.5.0/Compiler/Exp.mo Added : /branches/OpenModelica1.5.0/Compiler/VC7/Release/omc.pdb (Copy from path: /trunk/Compiler/VC7/Release/omc.pdb, Revision, 4071) Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/Setup.vdproj Added : /branches/OpenModelica1.5.0/doc/SimForge - A Graphical and Textual Open Source Model Editor by Politecnico di Milano.url Modified : /branches/OpenModelica1.5.0/Compiler/DAEQuery.mo Modified : /branches/OpenModelica1.5.0/Compiler/Dump.mo Modified : /branches/OpenModelica1.5.0/Compiler/Interactive.mo Modified : /branches/OpenModelica1.5.0/Compiler/Main.mo Modified : /branches/OpenModelica1.5.0/Compiler/Makefile.w32 Modified : /branches/OpenModelica1.5.0/Compiler/Prefix.mo Modified : /branches/OpenModelica1.5.0/Compiler/RTOpts.mo Modified : /branches/OpenModelica1.5.0/Compiler/SimCodegen.mo Modified : /branches/OpenModelica1.5.0/Compiler/UnitAbsyn.mo Modified : /branches/OpenModelica1.5.0/Compiler/UnitAbsynBuilder.mo Modified : /branches/OpenModelica1.5.0/Compiler/UnitChecker.mo Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/bin/QtCore4.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/bin/QtGui4.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/bin/QtNetwork4.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/bin/QtOpenGL4.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/bin/QtXml4.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/bin/Uninstall.bat Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/bin/soqt1.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/icons/OpenModelica.ico Deleted : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtCore4.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtCore4.lib Deleted : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtGui4.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtGui4.lib Deleted : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtNetwork4.dll Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtNetwork4.lib Added : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtOpenGL4.lib (Copy from path: /trunk/Compiler/VC7/Setup/lib/QtOpenGL4.lib, Revision, 4071) Added : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtXml4.lib (Copy from path: /trunk/Compiler/VC7/Setup/lib/QtXml4.lib, Revision, 4071) Added : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/coin3.lib (Copy from path: /trunk/Compiler/VC7/Setup/lib/coin3.lib, Revision, 4071) Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/qtmain.lib Added : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/soqt1.lib (Copy from path: /trunk/Compiler/VC7/Setup/lib/soqt1.lib, Revision, 4071) Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz Modified : /branches/OpenModelica1.5.0/Compiler/VC7/absyn_builder.vcproj Modified : /branches/OpenModelica1.5.0/Compiler/VC7/c_runtime.vcproj Added : /branches/OpenModelica1.5.0/Compiler/VC7/omc.rc (Copy from path: /trunk/Compiler/VC7/omc.rc, Revision, 4071) Modified : /branches/OpenModelica1.5.0/Compiler/VC7/omc.vcproj Added : /branches/OpenModelica1.5.0/Compiler/VC7/resource.h (Copy from path: /trunk/Compiler/VC7/resource.h, Revision, 4071) Modified : /branches/OpenModelica1.5.0/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /branches/OpenModelica1.5.0/Compiler/VC7/rmlRuntime/runtime/common/controlflow.c Modified : /branches/OpenModelica1.5.0/Compiler/VC7/runtime.vcproj Modified : /branches/OpenModelica1.5.0/Compiler/VC7/sendData/sendData.vcproj Modified : /branches/OpenModelica1.5.0/Compiler/runtime/ptolemyio.cpp Modified : /branches/OpenModelica1.5.0/Compiler/runtime/rtopts.c Modified : /branches/OpenModelica1.5.0/Compiler/runtime/systemimpl.c Modified : /branches/OpenModelica1.5.0/Examples/ModelQueryAPIexamples.onb Modified : /branches/OpenModelica1.5.0/Examples/UsersGuideExamples.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/3Dpkg/SimulationData.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/3Dpkg/SimulationData.h Modified : /branches/OpenModelica1.5.0/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/NotebookParser/NotebookParser.vcproj Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/application.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cell.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cell.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellcommandcenter.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/celldocument.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/command.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/commandcenter.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/commands.xml Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/commandunit.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/document.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/documentview.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/evalthread.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/factory.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/graphcell.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/indent.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/indent.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/inputcell.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/nbparser.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/notebook.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/notebookparser.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/omc_communication.cc Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/omc_communication.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/parserfactory.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/qcombobox_search.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/res.aps Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/resource1.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/rule.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/searchform.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/stripstring.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/textcell.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/treeview.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/visitor.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/compoundWidget.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/compoundWidget.ui Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/curve.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/curve.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/dataSelect.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/focusRect.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/graphScene.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/graphWidget.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/graphWindow.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/graphWindow.ui Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/label.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/legendLabel.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/line2D.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/line2D.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/lineGroup.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/lineGroup.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/point.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/point.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/variableData.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/variableData.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/variablewindow.h Modified : /branches/OpenModelica1.5.0/OMNotebook/Pltpkg2/verticalLabel.h Added : /branches/OpenModelica1.5.0/OMNotebook/ext/Resources (Copy from path: /trunk/OMNotebook/ext/Resources, Revision, 3858) Replacing : /branches/OpenModelica1.5.0/OMNotebook/ext/Resources/plotWindow.bmp (Copy from path: /trunk/OMNotebook/ext/Resources/plotWindow.bmp, Revision, 3858) Replacing : /branches/OpenModelica1.5.0/OMNotebook/ext/Resources/plotWindow.ico (Copy from path: /trunk/OMNotebook/ext/Resources/plotWindow.ico, Revision, 3858) Modified : /branches/OpenModelica1.5.0/OMNotebook/ext/e.cpp Added : /branches/OpenModelica1.5.0/OMNotebook/ext/ext.rc (Copy from path: /trunk/OMNotebook/ext/ext.rc, Revision, 3858) Modified : /branches/OpenModelica1.5.0/OMNotebook/ext/ext.vcproj Added : /branches/OpenModelica1.5.0/OMNotebook/ext/generatedfiles (Copy from path: /trunk/OMNotebook/ext/generatedfiles, Revision, 3858) Replacing : /branches/OpenModelica1.5.0/OMNotebook/ext/generatedfiles/qtres.cpp (Copy from path: /trunk/OMNotebook/ext/generatedfiles/qtres.cpp, Revision, 3858) Added : /branches/OpenModelica1.5.0/OMNotebook/ext/qtres.qrc (Copy from path: /trunk/OMNotebook/ext/qtres.qrc, Revision, 3858) Modified : /branches/OpenModelica1.5.0/OMNotebook/ext/release/ext.exe Added : /branches/OpenModelica1.5.0/OMNotebook/ext/release/ext.pdb (Copy from path: /trunk/OMNotebook/ext/release/ext.pdb, Revision, 3858) Added : /branches/OpenModelica1.5.0/OMNotebook/ext/resource.h (Copy from path: /trunk/OMNotebook/ext/resource.h, Revision, 3858) Modified : /branches/OpenModelica1.5.0/c_runtime/boolean_array.c Modified : /branches/OpenModelica1.5.0/c_runtime/boolean_array.h Modified : /branches/OpenModelica1.5.0/c_runtime/integer_array.c Modified : /branches/OpenModelica1.5.0/c_runtime/integer_array.h Modified : /branches/OpenModelica1.5.0/c_runtime/modelica.h Modified : /branches/OpenModelica1.5.0/c_runtime/real_array.c Modified : /branches/OpenModelica1.5.0/c_runtime/real_array.h Modified : /branches/OpenModelica1.5.0/c_runtime/sendData/sendData.cpp Modified : /branches/OpenModelica1.5.0/c_runtime/simulation_runtime.cpp Modified : /branches/OpenModelica1.5.0/c_runtime/solver_dasrt.cpp Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/rotationalsystems.mos Revision: 4258 Author: adrpo Date: 20:09:50, den 18 september 2009 Message: - merged trunk/Examples: Revision: 3844 Author: adrpo Date: 11:35:25, den 5 februari 2009 Message: - fixed an OMC crash on Vista (sendData.cpp) - added icons for Plot Window (ext.exe) and OMC (omc.exe) - display the Plot Window (ext.exe) on the taskbar - updated copyright in OMShell - added .pdb files for releases: ext.exe, OMShell.exe, omc.exe to make it easier to debug crashes - fixed the last date in OpenModelica System Guide - fixed 3D_Bouncinball3D.onb - fixed OMShell runtime error at start ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/ext/e.cpp Modified : /trunk/OMNotebook/ext/ext.vcproj Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/oms.cpp Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/OMShell/commandcompletion.cpp Modified : /trunk/OMShell/inputcelldelegate.h Modified : /trunk/OMShell/omc_communicator.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.h Modified : /trunk/OMShell/oms.h Modified : /trunk/OMNotebook/OMNotebookQT4/res.aps Modified : /trunk/OMShell/commandcompletion.h Modified : /trunk/OMShell/commandunit.h Modified : /trunk/Compiler/VC7/Setup/icons/OpenModelica.ico Modified : /trunk/OMShell/main.cpp Modified : /trunk/OMShell/omc_communicator.h Modified : /trunk/OMShell/otherdlg.h Modified : /trunk/Examples/3D_BouncingBall3D.onb Added : /trunk/Compiler/VC7/Release/omc.pdb Added : /trunk/Compiler/VC7/omc.rc Added : /trunk/Compiler/VC7/resource.h Added : /trunk/OMNotebook/ext/Resources Added : /trunk/OMNotebook/ext/Resources/plotWindow.bmp Added : /trunk/OMNotebook/ext/Resources/plotWindow.ico Added : /trunk/OMNotebook/ext/ext.rc Added : /trunk/OMNotebook/ext/generatedfiles Added : /trunk/OMNotebook/ext/generatedfiles/qtres.cpp Added : /trunk/OMNotebook/ext/qtres.qrc Added : /trunk/OMNotebook/ext/release/ext.pdb Added : /trunk/OMNotebook/ext/resource.h Added : /trunk/OMShell/Release/OMShell.pdb Revision: 3826 Author: adrpo Date: 13:56:17, den 27 januari 2009 Message: - issue a warning if integers are more than could be represented on 30 bits plus sign - update 3D examples - small changes in error messages - ClassLoader will display parse information only if +d=ClassLoader ---- Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz Deleted : /trunk/Examples/3D_BouncingBall.onb Deleted : /trunk/Examples/3D_MyPendulum.onb Added : /trunk/Examples/3D_BouncingBall3D.onb Added : /trunk/Examples/3D_MyPendulum3D.onb Revision: 3818 Author: adrpo Date: 18:31:16, den 25 januari 2009 Message: - updated Qt libs/dlls to 4.4.3 - made the plot size smaller - made the lines have 2 pixes width - fixed a crash when deleting a curve from the plot ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/point.cpp Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.ui Modified : /trunk/Compiler/VC7/Setup/bin/QtCore4.dll Modified : /trunk/Compiler/VC7/Setup/bin/QtGui4.dll Modified : /trunk/Compiler/VC7/Setup/bin/QtNetwork4.dll Modified : /trunk/Compiler/VC7/Setup/bin/QtOpenGL4.dll Modified : /trunk/Compiler/VC7/Setup/bin/QtXml4.dll Modified : /trunk/Compiler/VC7/Setup/bin/soqt1.dll Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/Examples/3D_BouncingBall.onb Modified : /trunk/Examples/3D_MyPendulum.onb Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.ui Added : /trunk/Compiler/VC7/Setup/lib/coin3.lib Added : /trunk/Compiler/VC7/Setup/lib/soqt1.lib Revision: 3806 Author: adrpo Date: 18:04:19, den 20 januari 2009 Message: - fixes to OMNotebook cell evaluation order. - replace the old copyright with the new one. - include OMNotebook.pdb in the release to have more info from people's crashes if they happen. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.h Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/curve.h Modified : /trunk/OMNotebook/Pltpkg2/graphScene.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/label.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/point.cpp Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.h Modified : /trunk/OMNotebook/Pltpkg2/verticalLabel.h Modified : /trunk/OMNotebook/ext/e.cpp Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/indent.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/indent.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/Pltpkg2/variableData.cpp Modified : /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Modified : /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /trunk/OMNotebook/3Dpkg/SimulationData.cpp Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/Examples/3D_BouncingBall.onb Modified : /trunk/Examples/3D_MyPendulum.onb Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/Pltpkg2/focusRect.h Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.h Modified : /trunk/OMNotebook/Pltpkg2/lineGroup.cpp Modified : /trunk/OMNotebook/Pltpkg2/lineGroup.h Modified : /trunk/OMNotebook/Pltpkg2/variableData.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/visitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/cell.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.h Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/stripstring.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /trunk/OMNotebook/OMNotebookQT4/application.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/command.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandunit.h Modified : /trunk/OMNotebook/OMNotebookQT4/documentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/factory.h Modified : /trunk/OMNotebook/OMNotebookQT4/nbparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/parserfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/rule.h Modified : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/resource1.h Revision: 3802 Author: adrpo Date: 20:42:02, den 16 januari 2009 Message: - fixes for some OMNotebook crashes - updates of some .onb files ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/ext/ext.vcproj Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/Examples/ModelQueryAPIexamples.onb Modified : /trunk/Examples/UsersGuideExamples.onb Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communication.cc Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communication.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/Examples/3D_BouncingBall.onb Modified : /trunk/Examples/3D_MyPendulum.onb Revision: 3790 Author: adrpo Date: 01:01:39, den 12 januari 2009 Message: - handle simple range i.e. 1:4 in Codegen.mo - fixed OMNotebook saving problem - updated for 1.4.5 release: + settingsimpl.c (getVersion) + Setup.vdproj and Uninstall.bat (new product code) + some of the DrModelica Files + the onb examples ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/string_array.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/Compiler/VC7/Setup/bin/Uninstall.bat Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Examples/ModelQueryAPIexamples.onb Modified : /trunk/Examples/UsersGuideExamples.onb Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/OMNotebook/NotebookParser/NotebookParser.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/Pltpkg2/variableData.cpp Modified : /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Modified : /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /trunk/OMNotebook/Pltpkg2/variableData.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/command.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.h ---- Modified : /branches/OpenModelica1.5.0/Examples/ModelQueryAPIexamples.onb Modified : /branches/OpenModelica1.5.0/Examples/UsersGuideExamples.onb Deleted : /branches/OpenModelica1.5.0/Examples/3D_BouncingBall.onb Added : /branches/OpenModelica1.5.0/Examples/3D_BouncingBall3D.onb (Copy from path: /trunk/Examples/3D_BouncingBall3D.onb, Revision, 3844) Deleted : /branches/OpenModelica1.5.0/Examples/3D_MyPendulum.onb Added : /branches/OpenModelica1.5.0/Examples/3D_MyPendulum3D.onb (Copy from path: /trunk/Examples/3D_MyPendulum3D.onb, Revision, 3844) Revision: 4257 Author: adrpo Date: 20:06:49, den 18 september 2009 Message: - merged from trunk/tools Revision: 3981 Author: adrpo Date: 01:50:27, den 29 mars 2009 Message: - small updates to the RML to MetaModelica tool ---- Modified : /trunk/tools/rml2mod/absyn.rml Revision: 3771 Author: adrpo Date: 09:31:47, den 13 december 2008 Message: - updated to parse Modelica 3.0 ---- Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/walker.g Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.suo Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.vcproj Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.hpp Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.g Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parser.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_parser.g Modified : /trunk/tools/xml/modelicaxml/modelica_parser.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/modelicaxml-v2.dtd Revision: 3770 Author: adrpo Date: 09:32:32, den 12 december 2008 Message: - update of ModelicaXML and FlatModelicaXML to parse Modelica 2.2.2 library - moved to Visual Studio 2008 - updated the .dtd and the parsers/lexers/walkers - moved to xerces-c 3.0 ---- Modified : /trunk/tools/xml/modelicaxml/README.txt Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.h Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.cpp Modified : /trunk/tools/xml/modelicaxml/dirwalk.cpp Modified : /trunk/tools/xml/modelicaxml/dirwalk.h Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/walker.g Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXml.h Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.cpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.g Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt Modified : /trunk/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt Modified : /trunk/tools/xml/flatmodelicaxml/walker.g Deleted : /trunk/tools/xml/modelicaxml/ModelicaXML.ncb Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.sln Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.suo Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.vcproj Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.hpp Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.g Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parser.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_parser.g Modified : /trunk/tools/xml/modelicaxml/modelica_parser.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/modelicaxml-v2.dtd Added : /trunk/tools/xml/LICENSE Added : /trunk/tools/xml/README.txt ---- Modified : /branches/OpenModelica1.5.0/tools/rml2mod/absyn.rml Added : /branches/OpenModelica1.5.0/tools/xml/LICENSE (Copy from path: /trunk/tools/xml/LICENSE, Revision, 3981) Added : /branches/OpenModelica1.5.0/tools/xml/README.txt (Copy from path: /trunk/tools/xml/README.txt, Revision, 3981) Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/FlatModelicaXml.h Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_parser.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_parser.g Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_parser.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/walker.g Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/ModelicaXML.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/ModelicaXML.h Deleted : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/ModelicaXML.ncb Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/ModelicaXML.sln Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/ModelicaXML.suo Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/ModelicaXML.vcproj Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/README.txt Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/dirwalk.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/dirwalk.h Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelicaTokenTypes.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelicaTokenTypes.txt Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_lexer.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_lexer.g Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_lexer.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_parser.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_parser.g Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_parser.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_parserTokenTypes.txt Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_tree_parser.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_tree_parser.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/modelicaxml-v2.dtd Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/walker.g Revision: 4256 Author: adrpo Date: 20:01:13, den 18 september 2009 Message: - merged OMShell changes from trunk/OMShell: Revision: 3844 Author: adrpo Date: 11:35:25, den 5 februari 2009 Message: - fixed an OMC crash on Vista (sendData.cpp) - added icons for Plot Window (ext.exe) and OMC (omc.exe) - display the Plot Window (ext.exe) on the taskbar - updated copyright in OMShell - added .pdb files for releases: ext.exe, OMShell.exe, omc.exe to make it easier to debug crashes - fixed the last date in OpenModelica System Guide - fixed 3D_Bouncinball3D.onb - fixed OMShell runtime error at start ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/ext/e.cpp Modified : /trunk/OMNotebook/ext/ext.vcproj Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/oms.cpp Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/OMShell/commandcompletion.cpp Modified : /trunk/OMShell/inputcelldelegate.h Modified : /trunk/OMShell/omc_communicator.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.h Modified : /trunk/OMShell/oms.h Modified : /trunk/OMNotebook/OMNotebookQT4/res.aps Modified : /trunk/OMShell/commandcompletion.h Modified : /trunk/OMShell/commandunit.h Modified : /trunk/Compiler/VC7/Setup/icons/OpenModelica.ico Modified : /trunk/OMShell/main.cpp Modified : /trunk/OMShell/omc_communicator.h Modified : /trunk/OMShell/otherdlg.h Modified : /trunk/Examples/3D_BouncingBall3D.onb Added : /trunk/Compiler/VC7/Release/omc.pdb Added : /trunk/Compiler/VC7/omc.rc Added : /trunk/Compiler/VC7/resource.h Added : /trunk/OMNotebook/ext/Resources Added : /trunk/OMNotebook/ext/Resources/plotWindow.bmp Added : /trunk/OMNotebook/ext/Resources/plotWindow.ico Added : /trunk/OMNotebook/ext/ext.rc Added : /trunk/OMNotebook/ext/generatedfiles Added : /trunk/OMNotebook/ext/generatedfiles/qtres.cpp Added : /trunk/OMNotebook/ext/qtres.qrc Added : /trunk/OMNotebook/ext/release/ext.pdb Added : /trunk/OMNotebook/ext/resource.h Added : /trunk/OMShell/Release/OMShell.pdb Revision: 3818 Author: adrpo Date: 18:31:16, den 25 januari 2009 Message: - updated Qt libs/dlls to 4.4.3 - made the plot size smaller - made the lines have 2 pixes width - fixed a crash when deleting a curve from the plot ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/point.cpp Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.ui Modified : /trunk/Compiler/VC7/Setup/bin/QtCore4.dll Modified : /trunk/Compiler/VC7/Setup/bin/QtGui4.dll Modified : /trunk/Compiler/VC7/Setup/bin/QtNetwork4.dll Modified : /trunk/Compiler/VC7/Setup/bin/QtOpenGL4.dll Modified : /trunk/Compiler/VC7/Setup/bin/QtXml4.dll Modified : /trunk/Compiler/VC7/Setup/bin/soqt1.dll Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/Examples/3D_BouncingBall.onb Modified : /trunk/Examples/3D_MyPendulum.onb Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.ui Added : /trunk/Compiler/VC7/Setup/lib/coin3.lib Added : /trunk/Compiler/VC7/Setup/lib/soqt1.lib ---- Modified : /branches/OpenModelica1.5.0/OMShell/QWinMosh.vcproj Modified : /branches/OpenModelica1.5.0/OMShell/Release/OMShell.exe Added : /branches/OpenModelica1.5.0/OMShell/Release/OMShell.pdb (Copy from path: /trunk/OMShell/Release/OMShell.pdb, Revision, 3844) Modified : /branches/OpenModelica1.5.0/OMShell/commandcompletion.cpp Modified : /branches/OpenModelica1.5.0/OMShell/commandcompletion.h Modified : /branches/OpenModelica1.5.0/OMShell/commandunit.h Modified : /branches/OpenModelica1.5.0/OMShell/inputcelldelegate.h Modified : /branches/OpenModelica1.5.0/OMShell/main.cpp Modified : /branches/OpenModelica1.5.0/OMShell/omc_communicator.cpp Modified : /branches/OpenModelica1.5.0/OMShell/omc_communicator.h Modified : /branches/OpenModelica1.5.0/OMShell/omcinteractiveenvironment.cpp Modified : /branches/OpenModelica1.5.0/OMShell/omcinteractiveenvironment.h Modified : /branches/OpenModelica1.5.0/OMShell/oms.cpp Modified : /branches/OpenModelica1.5.0/OMShell/oms.h Modified : /branches/OpenModelica1.5.0/OMShell/otherdlg.h Revision: 4255 Author: adrpo Date: 19:54:52, den 18 september 2009 Message: - a first script for compilation using MSVC. ---- Added : /branches/OpenModelica1.5.0/Compiler/scripts/CompileMSVC.bat Revision: 4254 Author: adrpo Date: 19:54:09, den 18 september 2009 Message: - pushed in all trunk/doc changes ---- Modified : /branches/OpenModelica1.5.0/doc/OpenModelicaSystem.doc Modified : /branches/OpenModelica1.5.0/doc/OpenModelicaSystem.pdf Modified : /branches/OpenModelica1.5.0/doc/OpenModelicaUsersGuide.doc Modified : /branches/OpenModelica1.5.0/doc/OpenModelicaUsersGuide.pdf Revision: 4251 Author: mohsen Date: 15:47:34, den 18 september 2009 Message: chapter 9 in the notebook/Mohsen ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Assert.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Exercise2.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Exercise3.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Exercise4.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Exercise5.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/IfStat.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Reinit.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Terminate.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/WhenStat.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DrModelica.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Functions/Call.onb Revision: 4250 Author: mohsen Date: 15:04:39, den 18 september 2009 Message: - changes to DrModelica ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DrModelica.onb Revision: 4247 Author: mohsen Date: 09:13:24, den 18 september 2009 Message: - updates to some links ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DrModelica.onb Revision: 4246 Author: mohsen Date: 09:05:33, den 18 september 2009 Message: If stat is updated in the notebook \Mohsen ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/IfStat.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/MultRes.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DrModelica.onb Revision: 4243 Author: sjoelund.se Date: 10:50:44, den 17 september 2009 Message: - OMNotebook updated Chapter 13,14,15 ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DiscreteHybrid/DEVS.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DiscreteHybrid/EventBeh.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb Revision: 4239 Author: stebr461 Date: 09:59:27, den 17 september 2009 Message: - new .onb files ---- Modified : /branches/OpenModelica1.5.0/Compiler/.depend Modified : /branches/OpenModelica1.5.0/Compiler/omc_debug/Makefile.in Modified : /branches/OpenModelica1.5.0/Compiler/omc_release/Makefile.in Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DrModelica.onb Revision: 4238 Author: adrpo Date: 06:09:30, den 17 september 2009 Message: - fixed the getIconAnnotation! In Static.mo I added a SPECIAL case in elabCallArgs to deal with graphical annotations The code doesn't go via Lookup.lookupType as the Line record has [:,2] unknown sizes and when trying to instantiate it it fails! - changed in Static.elabNamedInputArgs in the second case the flag (checkTypes as true) to just checkTypes. - do error check pointing when dealing with annotations! - added more tests in testsuite/mosfiles/interactive_api_classes.mos as the previous file was WRONG!! - added noevalfunc flag to disable the Cevalfunc module - added usedep flag to enable the Interactive.getTotalProgram (we disable it for now until replaceable packages are OK). - corrected some errors in Constants.mo and added a "uniquely" named package so that we know when we are elaborating a graphical program! - added cases for ENUM and ARRAY in Types.valuesToMods - added ENUM case in Exp.typeString - fixed a bug in Lookup.buildRecordConstructorElts ( which wrongly got rid of component modifications) - put back the strip in the omc_release/Makefile.omdev.mingw - minor code beautification ---- Modified : /branches/OpenModelica1.5.0/Compiler/.depend Modified : /branches/OpenModelica1.5.0/Compiler/Constants.mo Modified : /branches/OpenModelica1.5.0/Compiler/Static.mo Modified : /branches/OpenModelica1.5.0/Compiler/Types.mo Modified : /branches/OpenModelica1.5.0/Compiler/Exp.mo Modified : /branches/OpenModelica1.5.0/Compiler/Interactive.mo Modified : /branches/OpenModelica1.5.0/Compiler/Ceval.mo Modified : /branches/OpenModelica1.5.0/Compiler/Lookup.mo Modified : /branches/OpenModelica1.5.0/Compiler/omc_release/Makefile.omdev.mingw Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/interactive_api_classes.mos Revision: 4237 Author: sjoelund.se Date: 17:09:30, den 16 september 2009 Message: - OMNotebook files updated (Ch10,11,12) ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DrModelica.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/AnnUnitsQuant/Annotations.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/AnnUnitsQuant/FuncAnn.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/AnnUnitsQuant/SynPlac.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/AnnUnitsQuant/UnitsQuant.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Packages/Exercise1ADT.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Packages/Exercise1LibrStruct.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Packages/Generic.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Packages/Inherited.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Packages/Local.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Packages/PackAccess.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Packages/PackasADTs.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/QuickTour/Packages.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/SystemMod/FlatTank.onb Revision: 4236 Author: stebr461 Date: 16:35:25, den 16 september 2009 Message: - More Linux fixes ---- Modified : /branches/OpenModelica1.5.0/Compiler/omc_debug/Makefile.in Modified : /branches/OpenModelica1.5.0/Compiler/omc_release/Makefile.in Revision: 4235 Author: stebr461 Date: 16:22:33, den 16 september 2009 Message: - Fixed some errors in DrModelica .onb files ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DrModelica.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/Built-inFunc.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/ConcatSlice.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/Declaration.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/Empty.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/Exercise1-7-2.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/FlexSize.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/Indexing.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Arrays/ScalarFunc.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/CompConn/Connections.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/CompConn/Connectors.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/CompConn/Exercise1.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/CompConn/MechTrans.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/EqDeclarations.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/Exercise1.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/Exercise2.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/IfEq.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/RepConnStruct.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/RepStruct.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/SimpleEquality.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/Step.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Equations/WhenEq.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Generic/Extended.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Generic/ParamInterfaces.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/InherMod/Exercise1.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/InherMod/Hierachical.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Inheritance/Exercise1.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Inheritance/Exercise2.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Inheritance/Exercise3.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Inheritance/Inheritance.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/LitOpExp/Exercise1.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/LitOpExp/VariaSubt.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Redeclaration/Annotation.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Redeclaration/Exercise2.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Redeclaration/Exercise3.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Redeclaration/Exercise4.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Redeclaration/ReplRed.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Redeclaration/Replaceable.onb Revision: 4234 Author: stebr461 Date: 15:41:37, den 16 september 2009 Message: - Now compiles in Linux ---- Modified : /branches/OpenModelica1.5.0/Compiler/runtime/unitparserext.cpp Modified : /branches/OpenModelica1.5.0/Compiler/.depend Modified : /branches/OpenModelica1.5.0/OMNotebook/ext/Makefile Modified : /branches/OpenModelica1.5.0/OMShell/Makefile Modified : /branches/OpenModelica1.5.0/Compiler/runtime/ptolemyio.cpp Modified : /branches/OpenModelica1.5.0/Compiler/Makefile.common Revision: 4233 Author: mohsen Date: 14:31:26, den 16 september 2009 Message: In chapter 9 the for and while loops examples are shown in an algorithm section outside a function. This feature is not yet implemented. \Mohsen ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/ForStat.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Sections.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/WhileStat.onb Revision: 4232 Author: stebr461 Date: 13:28:21, den 16 september 2009 Message: - added some forgotten files to the makefile to make compilation work ---- Modified : /branches/OpenModelica1.5.0/Compiler/.depend Modified : /branches/OpenModelica1.5.0/Compiler/Makefile.common Revision: 4231 Author: mohsen Date: 13:08:25, den 16 september 2009 Message: Updating the chapter 9 about Algorithms and Functions. BUG: Still making a model with calls to a multi-result function doesn't work. \Mohsen ---- Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/MultRes.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/ForStat.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Sections.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/AssignStat.onb Revision: 4230 Author: adrpo Date: 12:20:34, den 16 september 2009 Message: -forgot this file. ---- Added : /branches/OpenModelica1.5.0/Compiler/InstanceHierarchy.mo Revision: 4229 Author: adrpo Date: 05:05:38, den 16 september 2009 Message: - fixes for dynamic loading. ---- Modified : /branches/OpenModelica1.5.0/Compiler/.depend Modified : /branches/OpenModelica1.5.0/Compiler/CevalScript.mo Modified : /branches/OpenModelica1.5.0/Compiler/Static.mo Modified : /branches/OpenModelica1.5.0/Compiler/runtime/systemimpl.c Modified : /branches/OpenModelica1.5.0/Compiler/Ceval.mo Modified : /branches/OpenModelica1.5.0/Compiler/CevalScript_stub.mo Modified : /branches/OpenModelica1.5.0/Compiler/absyn_builder/walker.g Modified : /branches/OpenModelica1.5.0/c_runtime/read_write.c Modified : /branches/OpenModelica1.5.0/c_runtime/read_write.h Revision: 4228 Author: adrpo Date: 17:19:09, den 15 september 2009 Message: A branch for OpenModelica 1.5.0 release Some tests still fail, is going to be fixed soon. Util.mo: - fixed a bug in Util with der(der(x beeing translated to $der$der instead of $der$der$x; also moved the replacement strings to DAELow so that anybody can have different ones. and also now use DAELow.derivativeName everywhere! - fixed problems with $ in DAELow variable names. DAELow.mo, Main.mo - fixed bug with translation of if-equations to if expressions. - now generating equations for declaration equations. - Util.arrayReplaceAtWithFill indexes from 1 lately, changed accordingly in DAELow. Ceval.mo - the Cevalfunc is now guarded by "evalfunc" flag and is NOT activated by default. SimCodegen.mo, CevalScript.mo, Ceval.mo, Interactive.mo - fixed a stack overflow when compiling recursive functions - added macros for MODELICA_ASSERT and MODELICA_TERMINATE in generated functions as they might not be included in a model, but run separate by dynamic loading. - fixed problems with dynamic loading (check the build time against the .mo file to see if the function is newer); ported from OpenModelica/trunk. - fixed problems with dynamic loading when function was called non-interactively and the compilation got a "permision denied" Static.mo, CevalScript.mo, Interactive.mo, - fixed a problem with function filename generation for .dll/.so by using ModUtil.pathStringReplaceDot instead of ModUtil.pathString2 as pathString2 changed since the merging. settingsimpl.c, Settings_5finit - make the compileCommand empty in settings so that $OPENMODELICAHOME/bin/Compile is used Inst.mo, A lot of other modules. - added InstanceHierarchy.mo to the modules to be used for expandable connectors and for the Fluid library. Right now the building of the instance hierarchy is commented out. testsuite/mathcore-mofiles - changed FunctionSimplex.mo to use the correct x[1,:] instead of x[1]! parser/walker and Absyn.mo, Interactive.mo, Ceval.mo - added annotation after extends. DAE.mo - fixes to get[Icon/Diagram]Annotation by filtering out DAE.COMPLEX variables. - many more I forgot about just now. ---- Modified : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/add.c Modified : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/addmatrices.c Modified : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/f.c Modified : /branches/OpenModelica1.5.0/Compiler/.depend Modified : /branches/OpenModelica1.5.0/Compiler/CevalScript.mo Modified : /branches/OpenModelica1.5.0/Compiler/Codegen.mo Modified : /branches/OpenModelica1.5.0/Compiler/Util.mo Modified : /branches/OpenModelica1.5.0/Compiler/Constants.mo Modified : /branches/OpenModelica1.5.0/Compiler/Inst.mo Modified : /branches/OpenModelica1.5.0/Compiler/Absyn.mo Modified : /branches/OpenModelica1.5.0/Compiler/Static.mo Modified : /branches/OpenModelica1.5.0/Compiler/SCode.mo Modified : /branches/OpenModelica1.5.0/Compiler/DAE.mo Modified : /branches/OpenModelica1.5.0/Compiler/Types.mo Modified : /branches/OpenModelica1.5.0/Compiler/Env.mo Modified : /branches/OpenModelica1.5.0/Compiler/Exp.mo Modified : /branches/OpenModelica1.5.0/Compiler/ModUtil.mo Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/Setup.vdproj Modified : /branches/OpenModelica1.5.0/Compiler/Dump.mo Modified : /branches/OpenModelica1.5.0/Compiler/Interactive.mo Modified : /branches/OpenModelica1.5.0/Compiler/Main.mo Modified : /branches/OpenModelica1.5.0/Compiler/SimCodegen.mo Modified : /branches/OpenModelica1.5.0/Compiler/UnitAbsynBuilder.mo Modified : /branches/OpenModelica1.5.0/Compiler/VC7/Setup/bin/Uninstall.bat Modified : /branches/OpenModelica1.5.0/Compiler/VC7/c_runtime.vcproj Modified : /branches/OpenModelica1.5.0/Compiler/VC7/omc.vcproj Modified : /branches/OpenModelica1.5.0/Compiler/VC7/runtime.vcproj Modified : /branches/OpenModelica1.5.0/Compiler/runtime/systemimpl.c Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /branches/OpenModelica1.5.0/c_runtime/modelica.h Modified : /branches/OpenModelica1.5.0/c_runtime/sendData/sendData.cpp Modified : /branches/OpenModelica1.5.0/tools/xml/flatmodelicaxml/walker.g Modified : /branches/OpenModelica1.5.0/tools/xml/modelicaxml/walker.g Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/DrModelica.onb Modified : /branches/OpenModelica1.5.0/Compiler/Ceval.mo Modified : /branches/OpenModelica1.5.0/Compiler/Lookup.mo Modified : /branches/OpenModelica1.5.0/Compiler/omc_release/Makefile.omdev.mingw Modified : /branches/OpenModelica1.5.0/Compiler/Makefile.common Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/Sections.onb Modified : /branches/OpenModelica1.5.0/OMNotebook/DrModelica/Algorithms/AssignStat.onb Modified : /branches/OpenModelica1.5.0/Compiler/CevalScript_stub.mo Modified : /branches/OpenModelica1.5.0/Compiler/absyn_builder/walker.g Modified : /branches/OpenModelica1.5.0/c_runtime/read_write.c Modified : /branches/OpenModelica1.5.0/Compiler/Builtin.mo Modified : /branches/OpenModelica1.5.0/Compiler/Cevalfunc.mo Modified : /branches/OpenModelica1.5.0/Compiler/ClassInf.mo Modified : /branches/OpenModelica1.5.0/Compiler/DAELow.mo Modified : /branches/OpenModelica1.5.0/Compiler/Makefile.common.omdev.mingw Modified : /branches/OpenModelica1.5.0/Compiler/Makefile.common.w32 Modified : /branches/OpenModelica1.5.0/Compiler/Makefile.omdev.mingw Modified : /branches/OpenModelica1.5.0/Compiler/VC7/omc/omc.sln Modified : /branches/OpenModelica1.5.0/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /branches/OpenModelica1.5.0/Compiler/runtime/Makefile.omdev.mingw Modified : /branches/OpenModelica1.5.0/Compiler/runtime/settingsimpl.c Modified : /branches/OpenModelica1.5.0/Makefile.omdev.mingw Modified : /branches/OpenModelica1.5.0/c_runtime/base_array.c Modified : /branches/OpenModelica1.5.0/modelica_parser/src/modelica_lexer.g Modified : /branches/OpenModelica1.5.0/modelica_parser/src/modelica_parser.g Modified : /branches/OpenModelica1.5.0/testsuite/Makefile Modified : /branches/OpenModelica1.5.0/testsuite/mathcore-mofiles/FunctionSimplex.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/FunctionSimplex.mo Modified : /branches/OpenModelica1.5.0/testsuite/mofiles/addReal1_.c Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/ArrayDivError.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/CyclicPerm.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/EqualityEquations.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/HeatTank.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/HeatTankExpanded.mo Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/Matrix.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/Pendulum.mo Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/Tank.mo Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/algorithms.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/refactorGraphAnn1.mos Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/rtest Modified : /branches/OpenModelica1.5.0/testsuite/mosfiles/simplify.mos Revision: 4225 Author: adrpo Date: 13:23:37, den 15 september 2009 Message: made a branch so we can push in some intermediate modifications ---- Added : /branches/OpenModelica1.5.0 (Copy from path: /branches/MathCoreOSMC, Revision, 4224) Revision: 4219 Author: petar Date: 14:40:04, den 11 september 2009 Message: -Improved efficiency of cache by a dirty hack: making cache an array of one element which is set as side effect, so cache is updated even if function fails. ---- Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/Cevalfunc.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/HashTable2.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/Refactor.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 4216 Author: petar Date: 11:44:26, den 10 september 2009 Message: -Fixed compile error for visual (round undeclared) ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Revision: 4213 Author: petar Date: 11:45:32, den 9 september 2009 Message: -Fixed bug in Env.Cache (looked up wrong class in cache) ---- Modified : /branches/MathCoreOSMC/Compiler/AbsynDep.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Modified : /branches/MathCoreOSMC/Compiler/HashTable2.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 4200 Author: petar Date: 13:34:42, den 3 september 2009 Message: -Fixed memory consumption problem in unit checking code. ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/UnitAbsynBuilder.mo Revision: 4198 Author: petar Date: 10:40:10, den 2 september 2009 Message: -Added defineunit language extension to flat_modelica_parser too so flat parsing works. -Fixed rounding error in rationalizing reals. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Modified : /branches/MathCoreOSMC/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /branches/MathCoreOSMC/flat_modelica_parser/src/flat_modelica_parser.g Revision: 4191 Author: otto@mathcore.com Date: 13:04:11, den 31 augusti 2009 Message: Copy the reply msg before releasing the clientlock. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication_impl.cpp Revision: 4189 Author: otto@mathcore.com Date: 11:51:01, den 31 augusti 2009 Message: Introduced a clientlock on Linux / OS X, as we have on windows. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/corbaimpl.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication_impl.cpp Revision: 4186 Author: otto@mathcore.com Date: 14:42:50, den 28 augusti 2009 Message: Fixed upper/lower case error. ---- Modified : /branches/MathCoreOSMC/Compiler/UnitParserExt.mo Revision: 4184 Author: adrpo Date: 00:20:06, den 27 augusti 2009 Message: - added lpsolve lib to the linker flags. - debugging should now work again. ---- Modified : /branches/MathCoreOSMC/Compiler/omc_debug/Makefile.omdev.mingw Revision: 4182 Author: petar Date: 14:00:05, den 24 augusti 2009 Message: -Added register of unit weights for unit parsing to handle individual weight settings for each component. ---- Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/UnitAbsynBuilder.mo Modified : /branches/MathCoreOSMC/Compiler/UnitParserExt.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparserext.cpp Revision: 4180 Author: davbr Date: 18:19:06, den 23 augusti 2009 Message: Added accumulateWeight and made "adding two units" working. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.h Revision: 4179 Author: petar Date: 16:13:19, den 23 augusti 2009 Message: -Major work on unit checking with pretty printed units. Not complete yet. ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/CevalScript.mo Modified : /branches/MathCoreOSMC/Compiler/Cevalfunc.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Dump.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/UnitAbsynBuilder.mo Modified : /branches/MathCoreOSMC/Compiler/UnitChecker.mo Modified : /branches/MathCoreOSMC/Compiler/UnitParserExt.mo Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/walker.g Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.h Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparserext.cpp Modified : /branches/MathCoreOSMC/modelica_parser/src/modelica_lexer.g Modified : /branches/MathCoreOSMC/modelica_parser/src/modelica_parser.g Revision: 4175 Author: davbr Date: 00:31:15, den 21 augusti 2009 Message: Added commit to unit parser. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.h Revision: 4170 Author: petar Date: 10:40:22, den 17 augusti 2009 Message: -Fixed bug when building unit terms with empty store (disabled checking). ---- Modified : /branches/MathCoreOSMC/Compiler/UnitAbsynBuilder.mo Revision: 4168 Author: otto@mathcore.com Date: 15:37:18, den 14 augusti 2009 Message: Added dynamic lpsolve for osx. ---- Deleted : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/osx/liblpsolve55.a Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/osx/liblpsolve55.dylib Revision: 4166 Author: otto@mathcore.com Date: 14:48:06, den 14 augusti 2009 Message: Dynamic liblpsolve on LINUX ---- Deleted : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.a Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so Revision: 4162 Author: petar Date: 10:55:19, den 13 augusti 2009 Message: -Implemented support for linspace() function in frontend. -Fixed bug with slicing in modifiers in several sub-component modifiers, e.g. PositivePin p[2](i(start={1,2})); -Fixed bug in prefixExp on general ASUB expressions ---- Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/Prefix.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 4158 Author: bjozac Date: 16:06:32, den 10 augusti 2009 Message: Updated text for error messages ---- Modified : /branches/MathCoreOSMC/Compiler/Error.mo Revision: 4157 Author: bjozac Date: 14:41:01, den 10 augusti 2009 Message: Documentation updates ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 4155 Author: petar Date: 13:25:32, den 10 augusti 2009 Message: -Added error messages for if-equations. ---- Modified : /branches/MathCoreOSMC/Compiler/Error.mo Revision: 4153 Author: bjozac Date: 14:57:19, den 7 augusti 2009 Message: * miner updates for pretty printing of modifers * removal of dead code ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Revision: 4151 Author: petar Date: 11:20:23, den 7 augusti 2009 Message: -Fixed bug in ceval of div() and rem() -Added realCeil to System.mo ---- Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/System.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Revision: 4150 Author: petar Date: 15:30:07, den 6 augusti 2009 Message: -hanged package name Math to MMath to avoid conflicts with std include header math.h ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Added : /branches/MathCoreOSMC/Compiler/MMath.mo (Copy from path: /branches/MathCoreOSMC/Compiler/Math.mo, Revision, 4149) Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.omdev.mingw Deleted : /branches/MathCoreOSMC/Compiler/Math.mo Modified : /branches/MathCoreOSMC/Compiler/UnitAbsyn.mo Modified : /branches/MathCoreOSMC/Compiler/UnitAbsynBuilder.mo Modified : /branches/MathCoreOSMC/Compiler/UnitChecker.mo Revision: 4149 Author: bjozac Date: 16:50:10, den 5 augusti 2009 Message: Small fixes for last commit. Changed where double-modification control is triggered(from SCode to Inst.instelementlist) ---- Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Revision: 4147 Author: otto@mathcore.com Date: 13:34:03, den 5 augusti 2009 Message: Updated makefiles for osx/linux. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/Makefile.in Revision: 4145 Author: otto@mathcore.com Date: 13:30:10, den 5 augusti 2009 Message: Added lpsolve libraries for all osx/linux. ---- Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/linux Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.a Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/osx Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/osx/liblpsolve55.a Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32 Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32/lpsolve55.dll Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32/lpsolve55.lib Revision: 4141 Author: petar Date: 11:28:06, den 4 augusti 2009 Message: -Added rest of implementation for unit checking, including pretty printing of units using Mixed Integer Programming based on lpsolve. Unitchecking is deactivated by default. To activate set option "unitChecking" in OptManager to true. ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/CevalScript.mo Modified : /branches/MathCoreOSMC/Compiler/Cevalfunc.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/HashTable.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.omdev.mingw Added : /branches/MathCoreOSMC/Compiler/Math.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Added : /branches/MathCoreOSMC/Compiler/UnitAbsyn.mo Added : /branches/MathCoreOSMC/Compiler/UnitAbsynBuilder.mo Modified : /branches/MathCoreOSMC/Compiler/UnitChecker.mo Added : /branches/MathCoreOSMC/Compiler/UnitParserExt.mo Modified : /branches/MathCoreOSMC/Compiler/omc_release/Makefile.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/runtime/Makefile.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/runtime/Makefile.vc Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/liblpsolve55.lib Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/liblpsolve55d.lib Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_Hash.h Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_SOS.h Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_lib.h Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_matrix.h Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_mipbb.h Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_types.h Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_utils.h Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lpsolve55.dll Added : /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lpsolve55.lib Modified : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.h Added : /branches/MathCoreOSMC/Compiler/runtime/unitparserext.cpp Modified : /branches/MathCoreOSMC/Makefile.omdev.mingw Revision: 4140 Author: bjozac Date: 16:34:23, den 3 augusti 2009 Message: * Changed ErrorExt to rollback from bottom instead of top(removed earliest msg before) * Implemented constraining class (for redeclaration) * Pretty print functions for Modifers * Redeclare checking, modifiers. * Check for multiple modifiers in same scope on same component * Improved order of variables for UpdateComponentsinEnv/UpdateCompeltsMods ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/DFA.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/walker.g Modified : /branches/MathCoreOSMC/Compiler/runtime/errorext.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/printimpl.c Revision: 4112 Author: davbr Date: 10:33:40, den 14 juli 2009 Message: Fixed problems regarding unit vector length (they had different sizes) and added the member function isBaseUnit(). ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.h Revision: 4108 Author: bjozac Date: 15:50:48, den 2 juli 2009 Message: Fixed bug with pre(variable with type extending base type), this should work now. Added a function for instantiating a partial class in inst module. ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Revision: 4101 Author: bjozac Date: 10:41:36, den 30 juni 2009 Message: Add free(printbuffer) to Print module. Previous printBuffer=NULL, never freed the memory allocated. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/printimpl.c Revision: 4100 Author: bjozac Date: 18:40:39, den 29 juni 2009 Message: Fixed the print buffer function 'int increase_buffer_fixed(int increase)' Now it actually increases the buffer, previous implementation did only allocate 'increase' amount of space. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/printimpl.c Revision: 4097 Author: bjozac Date: 18:06:10, den 26 juni 2009 Message: Some changes for Mathmodelica communication with kernel. ---- Modified : /branches/MathCoreOSMC/Compiler/Settings.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/settingsimpl.c Revision: 4093 Author: niemisto Date: 11:55:57, den 23 juni 2009 Message: added exception for equalityConstraint in dependency analysis ---- Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Revision: 4091 Author: petar Date: 12:38:07, den 18 juni 2009 Message: -Fixed so MISSING_INNER_MESSAGE error is not produced if option "checkModel" is true. This option should preferably be set when instantiating class for checkModel. ---- Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp Revision: 4090 Author: petar Date: 09:42:20, den 18 juni 2009 Message: -Added preventing reporting error for parameter without binding when it is declared with outer. ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 4086 Author: adrpo Date: 08:23:58, den 17 juni 2009 Message: - fixes for doubling the dimension of alias to array type ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 4085 Author: adrpo Date: 08:20:25, den 17 juni 2009 Message: - tests for records from the Bootstrapping branch ---- Added : /branches/MathCoreOSMC/testsuite/records Added : /branches/MathCoreOSMC/testsuite/records/EmptyRecordTestConstructor.mos Added : /branches/MathCoreOSMC/testsuite/records/EmptyRecordTestInput.mos Added : /branches/MathCoreOSMC/testsuite/records/External_C_RecordTest.c Added : /branches/MathCoreOSMC/testsuite/records/Makefile Added : /branches/MathCoreOSMC/testsuite/records/NestedRecordTestConstructor.mos Added : /branches/MathCoreOSMC/testsuite/records/NestedRecordTestInput.mos Added : /branches/MathCoreOSMC/testsuite/records/RecordTest.mo Added : /branches/MathCoreOSMC/testsuite/records/SimpleRecordTestConstructor.mos Added : /branches/MathCoreOSMC/testsuite/records/SimpleRecordTestInput.mos Added : /branches/MathCoreOSMC/testsuite/records/rtest Revision: 4082 Author: AlexeyLebedev Date: 15:53:21, den 15 juni 2009 Message: Another attempt to fix the bug http://openmodelica.ida.liu.se:8080/cb/issue/1098 -- this time, without adding extra equations, only modifying parameter bindings. ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 4081 Author: petar Date: 13:57:45, den 12 juni 2009 Message: -Fixed small bug in simplification of if-expressions. ---- Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Revision: 4080 Author: mohsen Date: 14:41:25, den 11 juni 2009 Message: Resolved some worng links, restricted classes and reuse of modeling knowledge pelab/Mohsen 090611 ---- Modified : /branches/MathCoreOSMC/OMNotebook/DrModelica/DrModelica.onb Revision: 4079 Author: mohsen Date: 14:14:00, den 11 juni 2009 Message: minor spelling error pelab/Mohsen 090611 ---- Modified : /branches/MathCoreOSMC/OMNotebook/DrModelica/Classes/Restricted.onb Revision: 4078 Author: mohsen Date: 14:32:16, den 10 juni 2009 Message: Updated the text in the section 1.Getting started with OMNotebook. The input cell can be added from the Cell menu and not from the format cell. pelab/Mohsen 090610 ---- Modified : /branches/MathCoreOSMC/OMNotebook/DrModelica/DrModelica.onb Revision: 4063 Author: davbr Date: 08:52:56, den 29 maj 2009 Message: Added the code for handling unit checking. The code for parsing unit strings is implemented in C++ and is located under directory "runtime". The actual checking (including unit inference) is implemented in file UnitChecker.mo. ---- Added : /branches/MathCoreOSMC/Compiler/UnitChecker.mo Added : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp Added : /branches/MathCoreOSMC/Compiler/runtime/unitparser.h Revision: 4051 Author: bjozac Date: 10:29:19, den 20 maj 2009 Message: Fixed connection of complex array types ; connect( arr1[1].conectorVar, arr2[7].secondConnectorVar) Now non connected flow equations generate zero equation. ---- Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Revision: 4047 Author: bjozac Date: 16:08:07, den 15 maj 2009 Message: minor changed for MC backend. ---- Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Revision: 4044 Author: niemisto Date: 12:19:19, den 15 maj 2009 Message: Added comments to all functions in ConnectionGraph package. ---- Modified : /branches/MathCoreOSMC/Compiler/ConnectionGraph.mo Revision: 4042 Author: adrpo Date: 07:07:33, den 15 maj 2009 Message: - fixes for type alias on an array type. The declaration/usage of the form below now works: type Arr = Real[3](each min=0); Arr x = {1,2,3}; - constant evaluation of enumerations values in relations - small beautification of the code ---- Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Revision: 4041 Author: bjozac Date: 16:13:32, den 14 maj 2009 Message: Fixed error messages and error reporting with partial classes and dangeling modifiers. ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/errorext.cpp Revision: 4037 Author: petar Date: 14:58:53, den 13 maj 2009 Message: -Added a function to print Types.EqMod -Added better failtrace print of elabArrayDim ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Revision: 4032 Author: otto@mathcore.com Date: 13:38:22, den 12 maj 2009 Message: Fixed crash on OS X with omniORB. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/corbaimpl.cpp Revision: 4031 Author: petar Date: 11:50:08, den 12 maj 2009 Message: -Added error message for circular equations (typically x=x) and logging of selected states (both used by MathModelica backend). -Inserted option to OptManager "logSelectedStates" which is by default turned off. -Implemented getNumMessages that returns the number of messages in the message queue. ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/ErrorExt.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/errorext.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp Revision: 4028 Author: bjozac Date: 13:04:52, den 11 maj 2009 Message: Fixed built in function sum([:]). Now also works for complex types. ---- Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Revision: 4027 Author: bjozac Date: 10:41:39, den 11 maj 2009 Message: Implemented support for detecting dangeling modifiers(modifers on components that does not exist) ---- Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Revision: 4022 Author: bjozac Date: 08:32:59, den 8 maj 2009 Message: Undid the last commit #4021 since it will make several models in the standard library to fail. This because there will be more equations then variables generated. (see Note: 4021 in Inst.mo) ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 4021 Author: AlexeyLebedev Date: 12:00:01, den 7 maj 2009 Message: Fix for the bug http://openmodelica.ida.liu.se:8080/cb/issue/1098 ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 4018 Author: adrpo Date: 03:06:33, den 7 maj 2009 Message: - first implementation of further enumeration support: + comparison of enumerations + array declaration using enumerations + array indexing using enumerations + for equations using enumerations - changes to Values.ENUM - all flattening tests go - more improvements and handling in the back-end will come later ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/Cevalfunc.mo Modified : /branches/MathCoreOSMC/Compiler/Convert.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Values.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Modified : /branches/MathCoreOSMC/testsuite/mofiles/rtest Revision: 4014 Author: niemisto Date: 14:56:53, den 5 maj 2009 Message: Added support for Connections.isRoot. - All calls to isRoot are replaced by true or false in its own phase after instantiation (Ceval was too early). This phase is implemented in ConnectionGraph and called from Inst.instProgram. - Some special case handling is needed in Static and Lookup, because all builtins have been so far in root environment and there were no support for builtins in virtual packages like Connections. - Bug fix in ConnectionGraph related to potentialRoots ---- Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/ConnectionGraph.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 4013 Author: niemisto Date: 22:56:45, den 3 maj 2009 Message: added dummy implementation for isRoot builtin ---- Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Revision: 4010 Author: bjozac Date: 14:53:51, den 27 april 2009 Message: - Inst.mo: small fixes to instantiation of a single constant in a package - Util.mo: added listFindWithCompareFunc, selectAndRemoveNth, listMap8 - VarTransform.mo: added dumping functionality for variable replacements - optmanager.cpp: small changes to some flags ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/Compiler/VarTransform.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp Revision: 4009 Author: niemisto Date: 12:59:05, den 27 april 2009 Message: removed some debug prints ---- Modified : /branches/MathCoreOSMC/Compiler/HashTableCG.mo Revision: 4008 Author: niemisto Date: 12:58:12, den 27 april 2009 Message: creates a zero array with a correct dimension for equalityConstraints ---- Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Revision: 4007 Author: niemisto Date: 12:10:56, den 27 april 2009 Message: fixed incorrect usage of hash table in ConnectionGraph ---- Modified : /branches/MathCoreOSMC/Compiler/ConnectionGraph.mo Revision: 4006 Author: petar Date: 09:50:19, den 23 april 2009 Message: -Fixed bug in unconnected flow equations not begin prefixed. ---- Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Revision: 4002 Author: adrpo Date: 11:38:49, den 14 april 2009 Message: - added -lshlwapi flag to gcc - now compiling in debug mode works. ---- Modified : /branches/MathCoreOSMC/Compiler/omc_debug/Makefile.omdev.mingw Revision: 3998 Author: petar Date: 15:58:01, den 8 april 2009 Message: -Added System.removeFile() that uses remove() from stdio.h ---- Modified : /branches/MathCoreOSMC/Compiler/System.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Revision: 3997 Author: petar Date: 14:43:06, den 7 april 2009 Message: -Added error message for matching in initialization problem. (Currently used in MathModelica but is probably required in OpenModelica as well). ---- Modified : /branches/MathCoreOSMC/Compiler/Error.mo Revision: 3996 Author: AlexeyLebedev Date: 13:05:17, den 6 april 2009 Message: Fixed the function Static.elabBuiltinTranspose2. ---- Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 3994 Author: bjozac Date: 14:56:06, den 2 april 2009 Message: missed closing ');' on last commit. ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 3993 Author: bjozac Date: 14:41:59, den 2 april 2009 Message: * Implemented support for instantiate a single constant in a package * Improved getTotalProgram to decrease instantiation time ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/CevalScript.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp Revision: 3977 Author: bjozac Date: 08:51:18, den 26 mars 2009 Message: Removed debug printing from commit #3974 ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 3976 Author: bjozac Date: 16:12:39, den 25 mars 2009 Message: Changed name from Absyn.componentRefStr to Absyn.printComponentRefStr to co-exist with Exp.printComponentRefStr ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Revision: 3974 Author: niemisto Date: 14:04:07, den 25 mars 2009 Message: Connection graph population and breaking algorithm. Current version doesn't work probably because equalityConstraints are lost in elaboration. Modification: - Refactored many instantiation methods to have ConnectionGraph.ConnectionGraph as input and output parameter. - Added Types.EqualityConstraint into T_COMPLEX - Inst.connectComponents contains special case for connections between components having equalityConstraints - Inst.instEquationCommon contains special cases for Connections.branch, Connections.root and Connections.potentialRoot - ConnectionGraph.mo contains the loop breaking algorithm ---- Modified : /branches/MathCoreOSMC/Compiler/Algorithm.mo Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/CevalScript.mo Modified : /branches/MathCoreOSMC/Compiler/Cevalfunc.mo Added : /branches/MathCoreOSMC/Compiler/ConnectionGraph.mo Modified : /branches/MathCoreOSMC/Compiler/Convert.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Added : /branches/MathCoreOSMC/Compiler/HashTableCG.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/Makefile.common Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.w32 Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Revision: 3967 Author: petar Date: 13:10:42, den 24 mars 2009 Message: -Added function DAE.getProtectedAttr. -Added function Util.listMap4 ---- Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Revision: 3964 Author: bjozac Date: 14:23:27, den 20 mars 2009 Message: Forgot to remove debug line. #3963 ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 3963 Author: bjozac Date: 14:21:25, den 20 mars 2009 Message: Update for last check in, file comparison ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Revision: 3962 Author: bjozac Date: 10:49:37, den 20 mars 2009 Message: Improved file comparison on windows. ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Revision: 3957 Author: petar Date: 13:03:08, den 19 mars 2009 Message: -removed debug-print in valueString. ---- Modified : /branches/MathCoreOSMC/Compiler/Values.mo Revision: 3954 Author: petar Date: 13:02:09, den 18 mars 2009 Message: -Added enumeration to valueString function. ---- Modified : /branches/MathCoreOSMC/Compiler/Values.mo Revision: 3950 Author: petar Date: 13:34:39, den 16 mars 2009 Message: -Fixed bug in System.trim ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Revision: 3949 Author: petar Date: 07:57:33, den 13 mars 2009 Message: - In DAE:mo made ppStatementStr public. - In Env.mo made avlTreeAdd public (avlTreeGet was already public). - Added compiler option "noCse" to OptionManager (Specific option for MathCore backend, but other backends that in the future implement CSE (Common Subexpression Elimination) might also want to turn it off (similar as to turning tearing off). ---- Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp Revision: 3933 Author: adrpo Date: 09:14:30, den 5 mars 2009 Message: - somehow I deleted the name of elabBuiltinDer and I put it back now. ---- Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 3931 Author: adrpo Date: 15:55:48, den 3 mars 2009 Message: - fixes to Vectorizable4.mo from bjorn zachrisson mathcore com due to additional checks in der(expr). ---- Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Vectorizable4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Vectorizable4.mo Revision: 3930 Author: adrpo Date: 15:52:48, den 3 mars 2009 Message: - fixed vectorization of: matrix = pre(matrix); - Now flattening of the model below using ModelicaAdditions.MultiBody works. Thanks to Joerg.Wangemann eads net for reporting the bug and providing the model! model TestBodyFreeFall import ModelicaAdditions.MultiBody; MultiBody.Parts.InertialSystem inertialSystem; MultiBody.Joints.FreeMotion freemotion; MultiBody.Parts.Body acstructure(m=1, I11=0.1,I22=0.1,I33=0.1); equation connect(inertialSystem.frame_b, freemotion.frame_a); connect(acstructure.frame_a, freemotion.frame_b); end TestBodyFreeFall; ---- Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 3920 Author: bjozac Date: 14:21:45, den 26 februari 2009 Message: Minor cosmetic details of output for error handling on derivate function, der(...) ---- Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 3917 Author: bjozac Date: 11:10:07, den 26 februari 2009 Message: Fixed error messages (rollback/deleteCheckpoint) Both in ErrorExt.cpp(bug) and in Inst.mo(structural error). Rewritten the handling of builtin functions. Now if a builtinfunction that has a handler failes, the translation fails. Builtin handlers also vectorize calls now. ---- Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/errorext.cpp Revision: 3914 Author: otto@mathcore.com Date: 09:20:01, den 24 februari 2009 Message: It doesn't work to compile with debug_print in release on win32. ---- Modified : /branches/MathCoreOSMC/Compiler/Convert.mo Revision: 3911 Author: bjozac Date: 16:13:57, den 20 februari 2009 Message: Re added code that was removed in commit(#3905) for some reason. ---- Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 3908 Author: bjozac Date: 14:21:37, den 20 februari 2009 Message: Removed a debug line from last commit(#3907) ---- Modified : /branches/MathCoreOSMC/Compiler/Values.mo Revision: 3907 Author: bjozac Date: 13:49:11, den 20 februari 2009 Message: Implemented a getPackageFileNames, which finds packages located in OPENMODELICALIBRARY path. Fixed a bug with pow(INTEGER,NEGATIVE_INTEGER), this is now not converted back to an Integer, kept as real instead. ---- Modified : /branches/MathCoreOSMC/Compiler/ClassLoader.mo Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/System.mo Modified : /branches/MathCoreOSMC/Compiler/Values.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Revision: 3905 Author: petar Date: 12:24:48, den 20 februari 2009 Message: -Added constrain() with vector arguments - Added simplification to propagate noEvent operator on expressions down to relation subexpressions -Added symbolic expansion of skew function ---- Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 3901 Author: adrpo Date: 05:24:22, den 20 februari 2009 Message: - small changes to DAE.mo so that will parse using OMC. ---- Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Revision: 3899 Author: adrpo Date: 04:00:04, den 20 februari 2009 Message: - got rid of not needed import Print from Inst.mo - added cases for handling Absyn.CLASS_EXTENDS where there are also cases for Absyn.PARTS ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Revision: 3874 Author: adrpo Date: 08:53:56, den 17 februari 2009 Message: - expose more of the c_runtime array interface - fixes for array iterators which stopped working after the merge - got rid of $$$ in the generated code (SimCodegen.mo) - Util. modelicaStringToCStr2 searches for "der(" instead of "DER(" - Handling some of the Exp.ASUB cases in Codegen.mo - Exp.ASSIGN now as an exp LHS instead of a component reference LHS - small fix in VarTransform.mo to be able to parse it with OMC - changes to some of the testsuite/mosfiles due to compiler changes. ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Codegen.mo Modified : /branches/MathCoreOSMC/Compiler/Convert.mo Modified : /branches/MathCoreOSMC/Compiler/DAELow.mo Modified : /branches/MathCoreOSMC/Compiler/Dump.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Prefix.mo Modified : /branches/MathCoreOSMC/Compiler/SimCodegen.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/Compiler/VarTransform.mo Modified : /branches/MathCoreOSMC/c_runtime/boolean_array.c Modified : /branches/MathCoreOSMC/c_runtime/boolean_array.h Modified : /branches/MathCoreOSMC/c_runtime/integer_array.c Modified : /branches/MathCoreOSMC/c_runtime/integer_array.h Modified : /branches/MathCoreOSMC/c_runtime/memory_pool.h Modified : /branches/MathCoreOSMC/c_runtime/real_array.c Modified : /branches/MathCoreOSMC/c_runtime/real_array.h Modified : /branches/MathCoreOSMC/c_runtime/string_array.c Modified : /branches/MathCoreOSMC/c_runtime/string_array.h Modified : /branches/MathCoreOSMC/testsuite/mosfiles/Initialization.mos Modified : /branches/MathCoreOSMC/testsuite/mosfiles/differentiate.mos Modified : /branches/MathCoreOSMC/testsuite/mosfiles/rtest Revision: 3869 Author: adrpo Date: 17:00:48, den 16 februari 2009 Message: - fixes to Interactive.traverseClasses + now -traverse_classes2 failed for some of the tests is gone - updated OpenModelica tests and enabled them ---- Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/testsuite/mosfiles/rtest Modified : /branches/MathCoreOSMC/testsuite/Makefile Modified : /branches/MathCoreOSMC/testsuite/mofiles/ABCDsystem.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/AddReal1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayAddSub1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayDim1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayDim2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayDim3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayDim4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayMatrixSimplifier.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayModification11.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayModification5.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayModification8.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayMulMatrixSimplifier.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayMult.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayReduce.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/BoolArrayTest.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Cardinality.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Circuit1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Class2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ColoredPointLegalMod.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Colors.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ComplexNumbers.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Connect1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Connect12.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Connect2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Connect7.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Connect8.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ConnectHierarchical1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ConnectHierarchical2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Constant10.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Constant8.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ConstrainingType1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/DiscreteVectorStateSpace.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ElementWiseMultiplication.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Encapsulated1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Epidemics1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/EqualityEquationsCorrect.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/EquationFor4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/EquationIf4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Extends1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Extends3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Extends4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/FlatTank.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Function10.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Function11.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/FunctionEval7.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/FunctionEval8.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/FunctionEval9.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/FunctionSimplex.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/HeatTankExpanded.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/HydrogenIodide.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Import1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Import3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Import4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Import5.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/InOutArray.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/InOutArray2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/InnerOuter1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Lookup1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Lookup2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Lookup4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/LotkaVolterra.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/MRFcall.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Makefile Modified : /branches/MathCoreOSMC/testsuite/mofiles/Modification10.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Modification12.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Modification13.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Modification7.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/NamedArguments.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Overwriting1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Overwriting2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/PolynomialEvaluator2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/PolynomialEvaluatorA.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/PolynomialEvaluatorB.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Range1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Record1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Redeclare1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Redeclare3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/RefinedSimpleCircuitValid.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/ScopeModification1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Shadow1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/SimpleIntegrator1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/SimpleIntegrator2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/StepAdvanced.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/SubScript2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Summation.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Tank.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/TankHybridPI.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/TankHybridPID.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/TankPID.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/TempDepResistorCircuit.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/TempDepResistorCircuitInherited.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Transpose.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Type4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/VanDerPol.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/VectorizeOneReturnValue.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/WhenEquation.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/WhenStatement1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/WhenStatement2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/WhenStatement3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/WhenVectorPredicateEquation.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/XPowers1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/XPowers3.mo Deleted : /branches/MathCoreOSMC/testsuite/mofiles/add.c Added : /branches/MathCoreOSMC/testsuite/mofiles/addReal1_.c (Copy from path: /branches/MathCoreOSMC/testsuite/mofiles/add.c, Revision, 3860) Modified : /branches/MathCoreOSMC/testsuite/mofiles/modelica_1_1_Array9.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC10.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC11.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC5.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC6.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC7.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC8.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BC9.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM10.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM11.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM14.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM15.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM16.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM17.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM18.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM19.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM20.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM21.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM22.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM23.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM24.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM25.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM26.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM5.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM6.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM7.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM8.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BM9.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BN1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BN2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BN3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS10.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS11.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS12.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS15.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS16.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS17.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS4.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS5.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS6.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS7.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS8.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/BS9.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/Gear.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/Makefile Modified : /branches/MathCoreOSMC/testsuite/mofiles/msl/rtest Modified : /branches/MathCoreOSMC/testsuite/mofiles/packages2.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/reinit.mo Revision: 3860 Author: bjozac Date: 09:53:52, den 12 februari 2009 Message: Implemented support for checkExamplePackages(function for checking any Example dir in a package ) Implemented front end, "constrain" function. ---- Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 3859 Author: petar Date: 15:55:27, den 11 februari 2009 Message: -Minor change to Makefile.vc ---- Modified : /branches/MathCoreOSMC/flat_modelica_parser/src/Makefile.vc Revision: 3857 Author: petar Date: 14:11:54, den 11 februari 2009 Message: -Added Makefile.vc files that is used by MathCore to compile frontend related stuff. - Updated some tests ---- Added : /branches/MathCoreOSMC/Compiler/absyn_builder/Makefile.vc Added : /branches/MathCoreOSMC/Compiler/modpar/Makefile.vc Added : /branches/MathCoreOSMC/Compiler/runtime/Makefile.vc Added : /branches/MathCoreOSMC/flat_modelica_parser/src/Makefile.vc Modified : /branches/MathCoreOSMC/modelica_parser/src/Makefile.win Modified : /branches/MathCoreOSMC/testsuite/mofiles/Algorithm3.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Array1.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Array10.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Array11.mo Modified : /branches/MathCoreOSMC/testsuite/mofiles/Array9.mo Revision: 3851 Author: bjozac Date: 13:54:15, den 6 februari 2009 Message: Fixed reinits of arrays, now vectorizing is working. ---- Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Revision: 3850 Author: otto@mathcore.com Date: 11:41:41, den 6 februari 2009 Message: Makefile fixes for osx. ---- Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/Makefile.in Modified : /branches/MathCoreOSMC/Compiler/modpar/Makefile.in Revision: 3849 Author: otto@mathcore.com Date: 11:23:12, den 6 februari 2009 Message: Updated configure ---- Modified : /branches/MathCoreOSMC/configure Revision: 3848 Author: otto@mathcore.com Date: 11:20:38, den 6 februari 2009 Message: Fixes for osx ---- Modified : /branches/MathCoreOSMC/configure.in Revision: 3841 Author: bjozac Date: 17:20:37, den 4 februari 2009 Message: Changes on OM’s frontend to support Mathmodelica functionality ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/testsuite/mosfiles/rtest Revision: 3838 Author: bjozac Date: 08:17:58, den 2 februari 2009 Message: Changed back to revision 3778 ---- Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/rtest Revision: 3833 Author: otto@mathcore.com Date: 15:30:29, den 30 januari 2009 Message: Fixed makefiles for linux ---- Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Modified : /branches/MathCoreOSMC/configure Modified : /branches/MathCoreOSMC/configure.in Revision: 3832 Author: bjozac Date: 14:30:29, den 29 januari 2009 Message: * Implemented support, in frontend, for mod/div/rem * Readded Adrians code for handeling zero flow equations of arrays(Connect.mo) * Change/fixed the "current variable" in error message functionality * Added support for having "der(x) := x" in algorithm section. * function/operator skew() in Static.mo * Updated rtest to current Mathcore rtest version. ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Modified : /branches/MathCoreOSMC/Compiler/DAELow.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/rtest Modified : /branches/MathCoreOSMC/testsuite/mosfiles/rtest Revision: 3831 Author: adrpo Date: 07:57:17, den 28 januari 2009 Message: - merged the Array branch revisions 3782-3789 (see the revision comments below) - 13 tests are failing due to: + -traverse_classes2 failed + constant function evaluation seems not to work Revision: 3789 Author: AlexeyLebedev Date: 16:05:38, den 8 januari 2009 Message: Constant evaluation of size(Exp.MATRIX, Integer) added. ---- Modified : /branches/Array/Compiler/Ceval.mo Revision: 3787 Author: AlexeyLebedev Date: 14:46:44, den 23 december 2008 Message: Implicit for iterators implemented (with some restrictions: 1) Only the first usage of the iterator variable is used to determine the range. It is not asserted that the range is the same in all the places where the variable is used. 2) The iterator variable is not been looked for inside matchcontinue and valublock expressions. ) It does not work, though, -- there are some problems with constant evaluation of size function. ---- Modified : /branches/Array/Compiler/Absyn.mo Modified : /branches/Array/Compiler/Error.mo Modified : /branches/Array/Compiler/Inst.mo Revision: 3786 Author: AlexeyLebedev Date: 15:25:21, den 22 december 2008 Message: Multiple for iterators are now possible (like: for i in 1:m, j in 1:n loop ... end for; ) ---- Modified : /branches/Array/Compiler/Inst.mo Revision: 3785 Author: AlexeyLebedev Date: 17:53:35, den 18 december 2008 Message: A bugfix + CEval for elementwise operators + testfiles. ---- Modified : /branches/Array/Compiler/Ceval.mo Modified : /branches/Array/Compiler/Exp.mo Modified : /branches/Array/Compiler/Values.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOps1.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOps2.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOps3.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOps4.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOps5.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval1.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval2.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval3.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval4.mo Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval5.mo Revision: 3782 Author: AlexeyLebedev Date: 17:38:38, den 17 december 2008 Message: Elementwise operators added ---- Modified : /branches/Array/Compiler/Exp.mo Modified : /branches/Array/Compiler/Static.mo ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/Values.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOps1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOps2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOps3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOps4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOps5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOpsCEval1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOpsCEval2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOpsCEval3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOpsCEval4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayEWOpsCEval5.mo Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Makefile Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOps1.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOps1.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOps2.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOps2.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOps3.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOps3.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOps4.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOps4.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOps5.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOps5.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOpsCEval1.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOpsCEval1.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOpsCEval2.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOpsCEval2.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOpsCEval3.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOpsCEval3.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOpsCEval4.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOpsCEval4.mo, Revision, 3830) Added : /branches/MathCoreOSMC/testsuite/mofiles/ArrayEWOpsCEval5.mo (Copy from path: /branches/Array/testsuite/mofiles/ArrayEWOpsCEval5.mo, Revision, 3830) Revision: 3811 Author: bjozac Date: 17:05:41, den 22 januari 2009 Message: Fixed constant evaluation of REDUCTION for simple case (only one iterator) ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Revision: 3810 Author: petar Date: 16:02:33, den 22 januari 2009 Message: -Added explanation to REDUCTION ---- Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Revision: 3809 Author: petar Date: 09:06:52, den 22 januari 2009 Message: -Removed printing to stdout that messes up MathCore:s testsuite ---- Modified : /branches/MathCoreOSMC/Compiler/ClassLoader.mo Modified : /branches/MathCoreOSMC/Compiler/Values.mo Revision: 3808 Author: petar Date: 14:44:40, den 21 januari 2009 Message: -Changed error reporting to always prefix message with the severity string (Error, Warning or Notification) -Added dependencies to some makefiles - Removed DAE.RECORD, instead use DAE.COMPLEX ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Codegen.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Refactor.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/Compiler/Values.mo Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/parse.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/ErrorMessage.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/error_reporting.h Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Modified : /branches/MathCoreOSMC/modelica_parser/src/Makefile.omdev.mingw Revision: 3801 Author: petar Date: 13:09:56, den 16 januari 2009 Message: -Major commit. Includes merges from revision when Adrian did the merge up to today. (MathCores r3273 to r3313) ---- Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Algorithm.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/CevalScript.mo Modified : /branches/MathCoreOSMC/Compiler/CevalScript_stub.mo Modified : /branches/MathCoreOSMC/Compiler/Codegen.mo Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Modified : /branches/MathCoreOSMC/Compiler/Convert.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/DAELow.mo Modified : /branches/MathCoreOSMC/Compiler/DAEQuery.mo Modified : /branches/MathCoreOSMC/Compiler/Derive.mo Modified : /branches/MathCoreOSMC/Compiler/Dump.mo Modified : /branches/MathCoreOSMC/Compiler/DumpGraphviz.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/ModUtil.mo Modified : /branches/MathCoreOSMC/Compiler/Prefix.mo Modified : /branches/MathCoreOSMC/Compiler/Refactor.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Modified : /branches/MathCoreOSMC/Compiler/SimCodegen.mo Modified : /branches/MathCoreOSMC/Compiler/System.mo Modified : /branches/MathCoreOSMC/Compiler/TaskGraph.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/VarTransform.mo Modified : /branches/MathCoreOSMC/Compiler/XMLDump.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/settingsimpl.c Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Revision: 3788 Author: petar Date: 10:34:48, den 7 januari 2009 Message: -Removed dependency on environment variable ANTLR_HOME. Now goes through OMDEV instead. ---- Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /branches/MathCoreOSMC/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /branches/MathCoreOSMC/modelica_parser/src/Makefile.omdev.mingw Revision: 3784 Author: adrpo Date: 15:11:38, den 18 december 2008 Message: - got rid of all the not-needed files for the front-end: I added not a Main_stub.mo which only does translateFile. I splited Derive.mo into 2. I also took out from the compilation: DAELow.mo, Codegen.mo, SimCodegen.mo, TaskGraph.mo, TaskGraphExt.mo DAEExt.mo. See omc_frontend/Makefile.omdev.mingw Unfortunately I had to fix the dependencies manually in the makefile, but we can fix that later. ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/BackendVarTransform_stub.mo Modified : /branches/MathCoreOSMC/Compiler/CevalScript_stub.mo Added : /branches/MathCoreOSMC/Compiler/Derive_stub.mo Added : /branches/MathCoreOSMC/Compiler/Main_stub.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/omc_frontend/Makefile.omdev.mingw Revision: 3783 Author: adrpo Date: 12:23:56, den 18 december 2008 Message: - stubs CevalScript_stub.mo and BackendVarTransform_stub.mo - makefile entry for frontend, write frontend in the Eclipse window - this will create omcf.exe in omc_frontend and then copy it as build/bin/omc.exe - it will also create a frontend.a with all the objects. ---- Added : /branches/MathCoreOSMC/Compiler/BackendVarTransform_stub.mo Added : /branches/MathCoreOSMC/Compiler/CevalScript_stub.mo Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/Makefile.omdev.mingw Added : /branches/MathCoreOSMC/Compiler/omc_frontend Added : /branches/MathCoreOSMC/Compiler/omc_frontend/Makefile.omdev.mingw Modified : /branches/MathCoreOSMC/Makefile.omdev.mingw Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/add.c Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/addmatrices.c Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/BouncingBall.log Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/f.c Revision: 3781 Author: adrpo Date: 18:06:18, den 16 december 2008 Message: - added the complete getTotalProgram in Interactive.mo - commented out the .mos files from testsuite/mathcore-mofiles/drmodelica/Makefile ---- Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Makefile Revision: 3779 Author: adrpo Date: 23:47:44, den 15 december 2008 Message: - run the tests in msl and drmodelica directories also. ---- Modified : /branches/MathCoreOSMC/testsuite/Makefile Revision: 3778 Author: adrpo Date: 23:40:55, den 15 december 2008 Message: - modification to rtest scripts to create the /tmp/omctesting/ if it doesn't exists! ---- Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/rtest Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/rtest Modified : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/rtest Revision: 3777 Author: adrpo Date: 23:36:05, den 15 december 2008 Message: - checking the MathCore testsuite mofiles ---- Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Vectorizable4.mo Modified : /branches/MathCoreOSMC/testsuite/Makefile Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/rtest Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Makefile Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/add.c Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/addmatrices.c Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/BouncingBall.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/f.c Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Makefile Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/rtest Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/rtest Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Abs1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Abs2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/AddReal1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/AddReal2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Algorithm1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Algorithm2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Algorithm3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Algorithm4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/AlgorithmCondAssign1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/AlgorithmCondAssign2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array12.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array13.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayMatrixSimplifier.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification12.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayModification9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayMulMatrixSimplifier.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArrayRemoveIndex1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ArraySlice1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Array_builtin.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/BoolArrayTest.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Cardinality.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Circle.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Circuit1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Class1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Class2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Class3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Class4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConditionalArrayExpression1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConditionalArrayExpression2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConditionalComponent.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect12.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect13.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect14.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect15.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Connect9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectConst1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectFlowEffort.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectHierarchical1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectHierarchical2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectInner1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectInner2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectInner3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectInnerOuter.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectInnerOuter2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectInnerOuter3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConnectTypes.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Constant9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConstrainingType1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConstrainingType2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConstrainingType3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConstructParameters.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConstructParameters1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ConstructParameters2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DAEexample.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Declaration1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Declaration2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Declaration3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DeclarationOrder1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DeclarationOrder2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DeclareConstant1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DeclareConstant2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DeclareConstant3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DependsMutual.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DependsRecursive.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Derivative1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Discrete1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Discrete2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DisturbedResistance1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DisturbedResistance2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DisturbedResistance3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/DisturbedResistance4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Each1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Encapsulated1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Encapsulated2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Encapsulated3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationComponent1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationComponent2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationComponent3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationComponent4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationComponent5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationFor1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationFor2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationFor3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationFor4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationIf1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationIf2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationIf3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/EquationIf4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Extends1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Extends2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Extends3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Extends4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Extends5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ExternalFunction1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ExternalFunction1_f.c Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ExternalFunction2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ExternalFunction2_f.c Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ExternalFunction3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ExternalFunction3_addmatrices.c Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Faculty1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Faculty2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Faculty3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Faculty4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FlatParse.mof Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FlexibleShaftNonLinearTotal.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ForLoopHideVariable.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FuncMultResults.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function12.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function5_test.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Function9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionBubblesort.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEval9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionEvalBuiltin.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/FunctionSimplex.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/HelloWorld.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Import1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Import2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Import3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Import4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Import5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Influenza.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/InnerClass1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/InnerOuter1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/InnerOuter2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Integer2Real.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Lookup1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Lookup2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Lookup3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Lookup4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Lookup5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Lookup6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Lookup7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Lookup8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/LookupArray.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Matrix1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/MinMax.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification12.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification13.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification14.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Modification9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ModifyConstant1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ModifyConstant2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ModifyConstant3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ModifyConstant4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ModifyConstant5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ModifyConstant6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ModifyUnknown1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ModifyUnknown2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/MultipleDeclarations.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/MultipleDeclarations2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/NamedArguments.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/NoEvent1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Overwriting1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Overwriting2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Overwriting3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Overwriting4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ParseError1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ParseError2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Partial1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/PolynomialEvaluator1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/PolynomialEvaluator2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/PredefinedTypes.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Protected1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Range1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Real2Integer1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Real2Integer2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Real2Integer3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Record1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/RecursiveFunctionCall.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Redeclare1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Redeclare2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Redeclare3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Redeclare4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Redeclare5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/RedeclareFlowEffort.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ReplaceFunction.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ScopeDeclaration1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ScopeDeclaration2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ScopeDeclaration3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ScopeDeclaration4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ScopeModification1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/ScopeModification2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Shadow1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SimpleIntegrator1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SimpleIntegrator2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SimpleIntegrator3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SimpleIntegrator4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SmallLinsys.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SmallPlantModified.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SmallPlantModified.mof Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/StructuralParameter1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SubScript1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SubScript2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SumForLoop.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SumSeriesWhile.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/SumVectorForIf.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Terminal1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Terminal2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Type9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Units1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Units2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/VERSION.texi Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/VectorDimension.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Vectorizable1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Vectorizable2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Vectorizable3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Vectorizable5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/WhenSemantics1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/XPowers1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/XPowers2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/XPowers3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Xpowers1_new.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Xpowers2_new.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/Xpowers3_new.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/compilelog.txt Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ABCDsystem.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ABCDsystem.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AccessDemoIllegalMod.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AccessDemoLegalMod.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ActivateWhenEquation.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ActivateWhenEquation.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AlgorithmCondAssign1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AlgorithmCondAssign1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AlgorithmCondAssign2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AlgorithmCondAssign2.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AlgorithmSection.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AlgorithmSection.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AppendElement.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AppendElement.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayAddEmpty.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayAddEmpty.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayAddSub.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayAddSub1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayAddSub1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayAlgebraFunc.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayAlgebraFunc.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayConstruct1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayConstruct1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayDim1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayDim2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayDim3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayDim4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayDiv.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayDivError.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayDivError.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayEmpty.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayEmpty.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayExponentiation.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayExponentiation.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayFieldSlice.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayFieldSlice.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayIndex.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayIndex.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayMult.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayMult.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayReduce.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArrayReduce.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArraySlice.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArraysInitIllegal.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ArraysInitLegal.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AssertTest.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AssertTest.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AssertTest1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AssertTest1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AssertTest2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/AssertTest2.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/BlockMatrix.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/BlockMatrix2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/BlockMatrix3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/BouncingBall.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/BouncingBall.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Circuit.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ColorClasses.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ColorPixel.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ColorPixel.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ColoredPointIllegalMod1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ColoredPointIllegalMod2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ColoredPointIllegalMod3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ColoredPointLegalMod.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Colors.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ComplexNumbers.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ComplexNumbers.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Concat3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Concat3.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConcatArr1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConcatArr1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConcatArr2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConcatArr2.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConcatArr4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConcatArr4.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConnectForEquations.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConnectForEquations.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConstructFunc.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ConstructFunc.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/CyclicPerm.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/CyclicPerm.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DAEexample.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DAEexample.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DimConvert.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DimConvert.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DimSize.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DimSize.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DiscreteVectorStateSpace.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DiscreteVectorStateSpace.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DoubleWhenConflict.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DoubleWhenConflict.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DoubleWhenSequential.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/DoubleWhenSequential.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ElementWiseMultiplication.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Epidemics1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Epidemics1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/EqualityEquations.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/EqualityEquations.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/EqualityEquationsCorrect.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/EqualityEquationsCorrect.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/EquationCall.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/EquationCall.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Equations.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ErrorNestedWhen.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ErrorNestedWhen.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FilterBlock1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FilterBlock1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FiveForEquations.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FiveForEquations.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FlatTank.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FlatTank.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ForLoopHideVariable.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ForLoopHideVariable.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FuncDer.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FuncDer.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FuncMultResults.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/FuncMultResults.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/GenericMicroCircuit.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HeatTank.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HeatTank.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HeatTankExpanded.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HeatTankExpanded.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HelloWorld.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HelloWorld.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HideVariableForEquations.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HideVariableForEquations.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HydrogenIodide.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/HydrogenIodide.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/IfEquation.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/IfEquation.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/JoinThreeVectors2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/JoinThreeVectors2.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/LeastSquares.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/LogCall1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/LotkaVolterra.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/LotkaVolterra.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/MRFcall.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/MRFcall.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/MicroCircuitInvalid.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/MicroCircuitValid.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/ModifiedFiltersInSeries.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/MoonLanding.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/MoonLanding.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/MultFuncCall.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/OneArgBaseFunction.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/OneArgBaseFunction.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Oscillator.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Oscillator.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PointInst.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PointSum.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator2.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluator3.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluatorA.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluatorA.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluatorB.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/PolynomialEvaluatorB.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/RangeVector.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/RangeVector.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/RefinedSimpleCircuitValid.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SimplePeriodicSampler.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SimplePeriodicSampler.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/StatementCall.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/StatementCall.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/StepAdvanced.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/StepAdvanced.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SubArrayIndex.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SubArrayIndex.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SumForLoop.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SumForLoop.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SumSeriesWhile.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SumSeriesWhile.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SumVectorForIf.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/SumVectorForIf.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Summation.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Tank.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Tank.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TankHybridPI.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TankHybridPI.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TankHybridPID.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TankHybridPID.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TankPI.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TankPI.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TankPID.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TankPID.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TanksConnectedPI.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TanksConnectedPI.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TempDepResistorCircuit.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TempDepResistorCircuitInherited.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TempResistor3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TempResistor3.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TwoRateSampler.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/TwoRateSampler.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/VanDerPol.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/VectorizeOneReturnValue.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/VectorizeOneReturnValue.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/VectorizeSeveralArguments.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/VectorizeSumVec.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/VectorizeSumVec.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WatchDog1AlgorithmWhen.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WatchDog2EquationWhen.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WatchDog2EquationWhen.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenEquation.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenEquation.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenNotValid.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenNotValid.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenPriority.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenPriority.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenStatement1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenStatement1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenStatement2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenStatement2.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenStatement3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenStatement3.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenValidResult.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenValidResult.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenVectorPredicateEquation.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/WhenVectorPredicateEquation.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Xpowers.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Xpowers1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Xpowers1.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Xpowers2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Xpowers2.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Xpowers3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/Xpowers3.mos Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_AddSub1.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_AlgorithmSection.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_ArrayMult.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_BouncingBall.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_DVSSTest.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_DoubleWhenSequential.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_FiveForEquations.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_FlatTank.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_FuncDer.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_HelloWorld.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_HideVariableForEquations.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_HydrogenIodide.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_LotkaVolterra.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_PolyEvaluate1.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_PolyEvaluate2.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_Sampler.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_Step.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_TankPI.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_TankPID.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_TanksConnectedPI.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_Test.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_TwoRateSampler.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_WhenEquation.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_WhenStat.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_WhenStat2.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/drmodelica/output_WhenStat3.log Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/if_then_elseif_else.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modelica_1_1_Array9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modelica_1_1_Function10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modelica_1_1_Type10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modelica_1_1_Type11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modelica_1_1_Type9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modifyOuter.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modifyOuter2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modtest.info Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/modtest.texi Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BC9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM12.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM13.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM14.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM15.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM16.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM17.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM18.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM19.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM20.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM21.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM22.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM23.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM24.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM25.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM26.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM27.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM28.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BM9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BN1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BN2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BN3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS10.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS11.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS12.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS13.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS14.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS15.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS16.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS17.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS3.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS4.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS5.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS6.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS7.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS8.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/BS9.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/Gear.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/Makefile Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/msl/README.TXT Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/package-s-1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/packages1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/packages2.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/partial-s-1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/partials1.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/prtest.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/reinit.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/rtestsim Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/translation_failed_template.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/translation_template.mo Added : /branches/MathCoreOSMC/testsuite/mathcore-mofiles/tupleSubset.mo Revision: 3775 Author: adrpo Date: 23:30:45, den 15 december 2008 Message: - splitting of Ceval into Ceval and CevalScript - splitting of VarTransform into VarTransform and BackendVarTransform - modified all the needed files for the new changes - added the new .mo files to the Compiler/Makefiles.common.* ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Added : /branches/MathCoreOSMC/Compiler/BackendVarTransform.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Added : /branches/MathCoreOSMC/Compiler/CevalScript.mo Modified : /branches/MathCoreOSMC/Compiler/DAELow.mo Modified : /branches/MathCoreOSMC/Compiler/Main.mo Modified : /branches/MathCoreOSMC/Compiler/Makefile.common Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.w32 Modified : /branches/MathCoreOSMC/Compiler/SimCodegen.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/VarTransform.mo Modified : /branches/MathCoreOSMC/testsuite/Makefile Revision: 3774 Author: adrpo Date: 08:56:54, den 15 december 2008 Message: - added flag +showErrorMessages to show error messages while they happen. + the flag is used in Print.printErrorBuf - disable the ClassLoader.loadCompletePackageFromMp failure message as it might happen because of directories with no .mo files. - return the entire program in Interactive.getTotalModel as we have missing functionality right now. ---- Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/ClassLoader.mo Modified : /branches/MathCoreOSMC/Compiler/DAELow.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Main.mo Modified : /branches/MathCoreOSMC/Compiler/runtime/printimpl.c Modified : /branches/MathCoreOSMC/Compiler/runtime/rtopts.c Revision: 3772 Author: adrpo Date: 17:04:48, den 13 december 2008 Message: - first compilable version! - testsuite will have to wait a bit :) right now most of the tests fail. ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Modified : /branches/MathCoreOSMC/Compiler/ClassLoader.mo Modified : /branches/MathCoreOSMC/Compiler/Codegen.mo Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Modified : /branches/MathCoreOSMC/Compiler/Convert.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/DAELow.mo Modified : /branches/MathCoreOSMC/Compiler/DAEQuery.mo Modified : /branches/MathCoreOSMC/Compiler/DFA.mo Modified : /branches/MathCoreOSMC/Compiler/Debug.mo Modified : /branches/MathCoreOSMC/Compiler/Derive.mo Modified : /branches/MathCoreOSMC/Compiler/Dump.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/Main.mo Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/ModUtil.mo Modified : /branches/MathCoreOSMC/Compiler/Patternm.mo Modified : /branches/MathCoreOSMC/Compiler/Prefix.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Modified : /branches/MathCoreOSMC/Compiler/SimCodegen.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/TaskGraph.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/Compiler/Values.mo Modified : /branches/MathCoreOSMC/Compiler/VarTransform.mo Modified : /branches/MathCoreOSMC/Compiler/XMLDump.mo Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/parse.cpp Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/walker.g Modified : /branches/MathCoreOSMC/Compiler/omc_release/Makefile.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/runtime/ErrorMessage.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/ErrorMessage.hpp Modified : /branches/MathCoreOSMC/Compiler/runtime/Makefile.in Modified : /branches/MathCoreOSMC/Compiler/runtime/Makefile.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/runtime/corbaimpl.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/corbaimpl_stub.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/daeext.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/errorext.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/errorext.h Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication.idl Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication_impl.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication_impl.h Added : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/printimpl.c Modified : /branches/MathCoreOSMC/Compiler/runtime/ptolemyio.cpp Modified : /branches/MathCoreOSMC/Compiler/runtime/rtopts.c Modified : /branches/MathCoreOSMC/Compiler/runtime/settingsimpl.c Modified : /branches/MathCoreOSMC/Compiler/runtime/socketimpl.c Modified : /branches/MathCoreOSMC/Compiler/runtime/systemimpl.c Modified : /branches/MathCoreOSMC/c_runtime/memory_pool.h Modified : /branches/MathCoreOSMC/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /branches/MathCoreOSMC/flat_modelica_parser/src/flat_modelica_parser.g Modified : /branches/MathCoreOSMC/modelica_parser/src/MyAST.h Modified : /branches/MathCoreOSMC/modelica_parser/src/modelica_lexer.g Modified : /branches/MathCoreOSMC/modelica_parser/src/modelica_parser.g Modified : /branches/MathCoreOSMC/testsuite/mofiles/FlatParse.mof Revision: 3768 Author: adrpo Date: 06:50:27, den 8 december 2008 Message: - intermediate merging of OSMC with MathCore front-end - not compilable yet - added the new packages ---- Modified : /branches/MathCoreOSMC/Compiler/.depend Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo Added : /branches/MathCoreOSMC/Compiler/AbsynDep.mo Modified : /branches/MathCoreOSMC/Compiler/Algorithm.mo Modified : /branches/MathCoreOSMC/Compiler/Builtin.mo Modified : /branches/MathCoreOSMC/Compiler/Ceval.mo Added : /branches/MathCoreOSMC/Compiler/Cevalfunc.mo Modified : /branches/MathCoreOSMC/Compiler/ClassInf.mo Modified : /branches/MathCoreOSMC/Compiler/ClassLoader.mo Modified : /branches/MathCoreOSMC/Compiler/Codegen.mo Modified : /branches/MathCoreOSMC/Compiler/Connect.mo Modified : /branches/MathCoreOSMC/Compiler/Constants.mo Modified : /branches/MathCoreOSMC/Compiler/DAE.mo Modified : /branches/MathCoreOSMC/Compiler/DAELow.mo Modified : /branches/MathCoreOSMC/Compiler/Debug.mo Modified : /branches/MathCoreOSMC/Compiler/Dump.mo Modified : /branches/MathCoreOSMC/Compiler/DumpGraphviz.mo Modified : /branches/MathCoreOSMC/Compiler/Env.mo Modified : /branches/MathCoreOSMC/Compiler/Error.mo Modified : /branches/MathCoreOSMC/Compiler/ErrorExt.mo Modified : /branches/MathCoreOSMC/Compiler/Exp.mo Added : /branches/MathCoreOSMC/Compiler/HashTable.mo Added : /branches/MathCoreOSMC/Compiler/HashTable2.mo Added : /branches/MathCoreOSMC/Compiler/HashTable3.mo Added : /branches/MathCoreOSMC/Compiler/HashTable4.mo Added : /branches/MathCoreOSMC/Compiler/HashTable5.mo Modified : /branches/MathCoreOSMC/Compiler/Inst.mo Modified : /branches/MathCoreOSMC/Compiler/Interactive.mo Modified : /branches/MathCoreOSMC/Compiler/Lookup.mo Modified : /branches/MathCoreOSMC/Compiler/Main.mo Modified : /branches/MathCoreOSMC/Compiler/Makefile.common.omdev.mingw Modified : /branches/MathCoreOSMC/Compiler/Mod.mo Modified : /branches/MathCoreOSMC/Compiler/ModUtil.mo Added : /branches/MathCoreOSMC/Compiler/OptManager.mo Modified : /branches/MathCoreOSMC/Compiler/Prefix.mo Modified : /branches/MathCoreOSMC/Compiler/Print.mo Modified : /branches/MathCoreOSMC/Compiler/RTOpts.mo Modified : /branches/MathCoreOSMC/Compiler/SCode.mo Modified : /branches/MathCoreOSMC/Compiler/SimCodegen.mo Modified : /branches/MathCoreOSMC/Compiler/Static.mo Modified : /branches/MathCoreOSMC/Compiler/System.mo Modified : /branches/MathCoreOSMC/Compiler/Types.mo Modified : /branches/MathCoreOSMC/Compiler/Util.mo Modified : /branches/MathCoreOSMC/Compiler/Values.mo Modified : /branches/MathCoreOSMC/Compiler/VarTransform.mo Revision: 3767 Author: adrpo Date: 06:35:49, den 8 december 2008 Message: - a branch for merging of OSMC's front-end with MathCore's front-end ---- Added : /branches/MathCoreOSMC (Copy from path: /trunk, Revision, 3766) Revision: 3766 Author: adrpo Date: 06:24:54, den 8 december 2008 Message: - fixed a mistake in Absyn.EQ/ALG_FAILURE/EQUALITY, they should contain EquationItem and AlgorithmItem as built by the parser - got rid of function removal on loading as we can do it based on build time: Ceval, ClassLoader, Interactive, Inst, Static - beautifying dumping of MetaModelica code and handle also the equality and failure equations. - remove the .sig and .srz files on clean - fixed a bug with modifications merging (see Modification6.mo) - System__hash improved plus now considering the entire string + RefinedSimpleCircuitValid.mo changes due to different hashing. - more homogeneous function documentation strings here and there - small changes to sendData, OMNotebook and ext(ernal plotter). ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.ui Modified : /trunk/OMNotebook/ext/e.cpp Modified : /trunk/OMNotebook/ext/ext.vcproj Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/testsuite/mofiles/Modification6.mo Modified : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid.mo Revision: 3755 Author: adrpo Date: 06:18:22, den 1 december 2008 Message: - fixed a small mistake in setAnnotationVersion ---- Modified : /trunk/Compiler/runtime/rtopts.c Revision: 3754 Author: adrpo Date: 03:52:26, den 1 december 2008 Message: - added better annotation handling: + annotationVersion flag to the compiler: * omc +annotationVersion=1.x|2.x|3.x + setAnnotationVersion/getAnnotationVersion API + see Constants.mo, RTOpts.mo, rtopts.c + more implementation is needed for Modelica 3.0 annotations. - more command line help for omc. - better component names in SCode data structures and changes to all needed files due to them - better support for model extends X end X;: + handling of Absyn.CLASS_EXTENDS and SCode.CLASS_EXTENDS + changes in the walker.g to populate Absyn.CLASS with the class name for the model extends case (before was empty) + further support is needed for model extends X case in Inst.mo - small beautification in parsers ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/.depend Revision: 3753 Author: adrpo Date: 01:22:45, den 27 november 2008 Message: - added -fPIC to the C flags for x86_64 ---- Modified : /trunk/c_runtime/Makefile Revision: 3752 Author: adrpo Date: 00:15:31, den 27 november 2008 Message: - do a bit more cleaning after testing delete *.so and *.dll ---- Modified : /trunk/testsuite/Makefile Revision: 3751 Author: adrpo Date: 20:27:04, den 26 november 2008 Message: - tried to test something and forgot to undo my changes. ---- Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Revision: 3750 Author: adrpo Date: 20:16:29, den 26 november 2008 Message: - fflush the standard error stream as it may display differently on Windows vs. Linux. - change the CyclicPerm.mos test to sync with the new changes. ---- Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/Compiler/runtime/printimpl.c Revision: 3749 Author: adrpo Date: 19:42:46, den 26 november 2008 Message: - got rid of -ltermcap as is not needed ---- Modified : /trunk/mosh/src/Makefile.in Revision: 3748 Author: adrpo Date: 06:15:53, den 26 november 2008 Message: QUITE BIG CHANGES TO SUPPORT THE STREAM CONNECTORS - stream connector support is not ready yet, still left to do generation of equations. - added "stream" to: + the lexer and parser + the Absyn component attributes + the SCode component attributes + the Types attributes - changed XMLDump to also dump the stream attribute of a variable - changed DAE.VAR components to more meaningful names and used them also in Exp.VAR components - add dummy variable as: der($dummy) = 0; instead der($dummy) = sin(time*6628.318530717); the dummy derivative is now added ONLY if there are no other states! - removed double new lines in the generated code from: SimCodegen.generateInitializeDeinitializationDataStruc - beautifying the generated code - added tests for setting/reading "stream" attribute - val(variable, integer) now returns a Real value as it should! - made testsuite simulation rtest scripts more sensitive to combined string and numbers differences - now the records returned by interactive functions and the simulation result are named! changed the testsuite to agree with the changes. - pushed the fixes for not needing ./ in the path by Robert [Robert.Wotzlaw \at web.de], thanks! - fixed a bug when sample(0, Ts) will not generate any event at T=0 Thanks to Beat Arnet [beat.arnet \ at ieee.org] for reporting it! ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Makefile.in Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/testsuite/mytest/MyHelloWorld.mos Modified : /trunk/testsuite/mytest/dyn2.mos Modified : /trunk/testsuite/mytest/simulation_failed_template.mos Modified : /trunk/testsuite/mytest/simulation_template.mos Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/List4.mos Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/mosfiles/ABCDsystem.mos Modified : /trunk/testsuite/mosfiles/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/AppendElement.mos Modified : /trunk/testsuite/mosfiles/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/AssertTest.mos Modified : /trunk/testsuite/mosfiles/AssertTest1.mos Modified : /trunk/testsuite/mosfiles/AssertTest2.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/ColorPixel.mos Modified : /trunk/testsuite/mosfiles/CombiTimeTableTest.mos Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/Concat3.mos Modified : /trunk/testsuite/mosfiles/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/DimConvert.mos Modified : /trunk/testsuite/mosfiles/DimSize.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/Epidemics1.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles/EquationCall.mos Modified : /trunk/testsuite/mosfiles/ErrorNestedWhen.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles/HeatTank.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/InOutRecord.mos Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/MRFcall.mos Modified : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/MoonLanding.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles/Oscillator.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/RangeVector.mos Modified : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/StatementCall.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/StringTest.mo Modified : /trunk/testsuite/mosfiles/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/TempResistor3.mos Modified : /trunk/testsuite/mosfiles/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenNotValid.mos Modified : /trunk/testsuite/mosfiles/WhenPriority.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mo Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles/WillowForest.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/simulation_failed_template.mos Modified : /trunk/testsuite/mosfiles/simulation_template.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/testsuite/meta/rtest Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Examples/3D_BouncingBall.onb Modified : /trunk/Examples/3D_MyPendulum.onb Modified : /trunk/Examples/sim_BouncingBall.mos Revision: 3740 Author: adrpo Date: 01:11:07, den 8 november 2008 Message: - small copyright update ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 3739 Author: adrpo Date: 00:47:20, den 7 november 2008 Message: - fixed a small typo ---- Modified : /trunk/Makefile.in Revision: 3738 Author: adrpo Date: 00:46:28, den 7 november 2008 Message: - on openSuse 11, gcc 4.3 includes of string.h are needed - re-link omc if when there are changes in sendData files ---- Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Revision: 3737 Author: adrpo Date: 00:44:26, den 7 november 2008 Message: - Linux fixes for new plotting functionality ---- Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/Makefile Revision: 3736 Author: adrpo Date: 18:07:44, den 5 november 2008 Message: - added ptplot-linux.jar that will dump the omc_tmp_plot.png in the current directory. ---- Added : /trunk/build/bin/ptplot-linux.jar Revision: 3735 Author: adrpo Date: 08:17:04, den 4 november 2008 Message: - my mistake, on Ubuntu 8.10: $ export CLASSPATH=/usr/share/java/antlr.jar does work! ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3734 Author: adrpo Date: 04:27:20, den 3 november 2008 Message: - on Ubuntu 8.10 for me: $ export CLASSPATH=/usr/share/java/antlr.jar does not work, but: $ export CLASSPATH=/usr/share/java/antlrall.jar works. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3733 Author: adrpo Date: 03:55:30, den 3 november 2008 Message: - seems that rtest* scripts had problem handling Windows line endings. - due to changes by dietmarw I had to re-write parts of rtest* files. now they should work with ANY Mac/Windows/Linux line endings. ---- Modified : /trunk/testsuite/mytest/rtest-mo Modified : /trunk/testsuite/mytest/rtest-mos Modified : /trunk/testsuite/mofiles/msl/rtest Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/meta/rtest Modified : /trunk/testsuite/mosfiles/rtest Revision: 3732 Author: dietmarw Date: 17:35:42, den 2 november 2008 Message: Formal clean up of all code files: * applied svn:eol-style native to all files except Compiler/*.mo --> LF * unified the eol-style of ALL files (this was necessary in order to set the svn properties * unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe) * make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well. * FYI: script to remove trailing white spaces: http://is.gd/5A6B ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Makefile.in Modified : /trunk/configure.in Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/Compiler/Main.mo Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Examples/ModelQueryAPIexamples.onb Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/options.cpp Modified : /trunk/mosh/src/options.h Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/c_runtime/dummy_model.cpp Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/testsuite/mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/InOutArray.mo Modified : /trunk/testsuite/mofiles/InOutArray2.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/solver_euler.cpp Modified : /trunk/c_runtime/solver_euler.h Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/modelica_parser/src/Makefile.win Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM12.mo Modified : /trunk/testsuite/mofiles/msl/BM13.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM16.mo Modified : /trunk/testsuite/mofiles/msl/BM17.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM24.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM27.mo Modified : /trunk/testsuite/mofiles/msl/BM28.mo Modified : /trunk/testsuite/mofiles/msl/BM3.mo Modified : /trunk/testsuite/mofiles/msl/BM4.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS13.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS15.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mytest/MyHelloWorld.mo Modified : /trunk/testsuite/mytest/MyHelloWorld.mos Modified : /trunk/testsuite/mytest/PowerOf3.mo Modified : /trunk/testsuite/mytest/PowerOf3.mos Modified : /trunk/testsuite/mytest/PowerOf3_pkg.mo Modified : /trunk/testsuite/mytest/dyn1.mo Modified : /trunk/testsuite/mytest/dyn1.mos Modified : /trunk/testsuite/mytest/dyn2.mo Modified : /trunk/testsuite/mytest/dyn2.mos Modified : /trunk/testsuite/mytest/dyn2_pkg.mo Modified : /trunk/testsuite/mytest/simulation_failed_template.mos Modified : /trunk/testsuite/mytest/simulation_template.mos Modified : /trunk/testsuite/mytest/translation_failed_template.mo Modified : /trunk/testsuite/mytest/translation_template.mo Modified : /trunk/testsuite/meta/List1.mo Modified : /trunk/testsuite/meta/List1.mos Modified : /trunk/testsuite/meta/List2.mo Modified : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/List3.mo Modified : /trunk/testsuite/meta/List3.mos Modified : /trunk/testsuite/meta/List4.mo Modified : /trunk/testsuite/meta/List4.mos Modified : /trunk/testsuite/meta/MatchCase1.mo Modified : /trunk/testsuite/meta/MatchCase1.mos Modified : /trunk/testsuite/meta/MatchCase2.mo Modified : /trunk/testsuite/meta/MatchCase2.mos Modified : /trunk/testsuite/meta/MatchCase3.mo Modified : /trunk/testsuite/meta/MatchCase3.mos Modified : /trunk/testsuite/meta/MatchCase4.mo Modified : /trunk/testsuite/meta/MatchCase4.mos Modified : /trunk/testsuite/meta/MatchCase5.mo Modified : /trunk/testsuite/meta/MatchCase5.mos Modified : /trunk/testsuite/meta/MatchCase6.mo Modified : /trunk/testsuite/meta/MatchCase6.mos Modified : /trunk/testsuite/meta/MatchCase7.mo Modified : /trunk/testsuite/meta/MatchCase7.mos Modified : /trunk/testsuite/meta/MatchCase8.mo Modified : /trunk/testsuite/meta/MatchCase8.mos Modified : /trunk/testsuite/meta/MatchCase9.mo Modified : /trunk/testsuite/meta/MatchCase9.mos Modified : /trunk/testsuite/mofiles/Abs1.mo Modified : /trunk/testsuite/mofiles/Abs2.mo Modified : /trunk/testsuite/mofiles/AddReal1.mo Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/Algorithm2.mo Modified : /trunk/testsuite/mofiles/Algorithm3.mo Modified : /trunk/testsuite/mofiles/Algorithm4.mo Modified : /trunk/testsuite/mofiles/Array1.mo Modified : /trunk/testsuite/mofiles/Array10.mo Modified : /trunk/testsuite/mofiles/Array11.mo Modified : /trunk/testsuite/mofiles/Array12.mo Modified : /trunk/testsuite/mofiles/Array13.mo Modified : /trunk/testsuite/mofiles/Array2.mo Modified : /trunk/testsuite/mofiles/Array3.mo Modified : /trunk/testsuite/mofiles/Array4.mo Modified : /trunk/testsuite/mofiles/Array5.mo Modified : /trunk/testsuite/mofiles/Array6.mo Modified : /trunk/testsuite/mofiles/Array7.mo Modified : /trunk/testsuite/mofiles/Array8.mo Modified : /trunk/testsuite/mofiles/Array9.mo Modified : /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayModification1.mo Modified : /trunk/testsuite/mofiles/ArrayModification10.mo Modified : /trunk/testsuite/mofiles/ArrayModification11.mo Modified : /trunk/testsuite/mofiles/ArrayModification12.mo Modified : /trunk/testsuite/mofiles/ArrayModification2.mo Modified : /trunk/testsuite/mofiles/ArrayModification3.mo Modified : /trunk/testsuite/mofiles/ArrayModification4.mo Modified : /trunk/testsuite/mofiles/ArrayModification5.mo Modified : /trunk/testsuite/mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mofiles/ArrayModification7.mo Modified : /trunk/testsuite/mofiles/ArrayModification8.mo Modified : /trunk/testsuite/mofiles/ArrayModification9.mo Modified : /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo Modified : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mofiles/Array_builtin.mo Modified : /trunk/testsuite/mofiles/BoolArrayTest.mo Modified : /trunk/testsuite/mofiles/Break.mo Modified : /trunk/testsuite/mofiles/Cardinality.mo Modified : /trunk/testsuite/mofiles/Circle.mo Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/Class1.mo Modified : /trunk/testsuite/mofiles/Class2.mo Modified : /trunk/testsuite/mofiles/Class3.mo Modified : /trunk/testsuite/mofiles/Class4.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression2.mo Modified : /trunk/testsuite/mofiles/Connect1.mo Modified : /trunk/testsuite/mofiles/Connect10.mo Modified : /trunk/testsuite/mofiles/Connect11.mo Modified : /trunk/testsuite/mofiles/Connect12.mo Modified : /trunk/testsuite/mofiles/Connect13.mo Modified : /trunk/testsuite/mofiles/Connect14.mo Modified : /trunk/testsuite/mofiles/Connect15.mo Modified : /trunk/testsuite/mofiles/Connect2.mo Modified : /trunk/testsuite/mofiles/Connect3.mo Modified : /trunk/testsuite/mofiles/Connect4.mo Modified : /trunk/testsuite/mofiles/Connect5.mo Modified : /trunk/testsuite/mofiles/Connect6.mo Modified : /trunk/testsuite/mofiles/Connect7.mo Modified : /trunk/testsuite/mofiles/Connect8.mo Modified : /trunk/testsuite/mofiles/Connect9.mo Modified : /trunk/testsuite/mofiles/ConnectConst1.mo Modified : /trunk/testsuite/mofiles/ConnectFlowEffort.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mofiles/ConnectTypes.mo Modified : /trunk/testsuite/mofiles/Constant1.mo Modified : /trunk/testsuite/mofiles/Constant10.mo Modified : /trunk/testsuite/mofiles/Constant2.mo Modified : /trunk/testsuite/mofiles/Constant3.mo Modified : /trunk/testsuite/mofiles/Constant4.mo Modified : /trunk/testsuite/mofiles/Constant5.mo Modified : /trunk/testsuite/mofiles/Constant6.mo Modified : /trunk/testsuite/mofiles/Constant7.mo Modified : /trunk/testsuite/mofiles/Constant8.mo Modified : /trunk/testsuite/mofiles/Constant9.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mofiles/ConstrainingType2.mo Modified : /trunk/testsuite/mofiles/ConstrainingType3.mo Modified : /trunk/testsuite/mofiles/ConstructParameters.mo Modified : /trunk/testsuite/mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mofiles/ConstructParameters2.mo Modified : /trunk/testsuite/mofiles/Declaration1.mo Modified : /trunk/testsuite/mofiles/Declaration2.mo Modified : /trunk/testsuite/mofiles/Declaration3.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder1.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mofiles/DeclareConstant1.mo Modified : /trunk/testsuite/mofiles/DeclareConstant2.mo Modified : /trunk/testsuite/mofiles/DeclareConstant3.mo Modified : /trunk/testsuite/mofiles/DependsMutual.mo Modified : /trunk/testsuite/mofiles/DependsRecursive.mo Modified : /trunk/testsuite/mofiles/Derivative1.mo Modified : /trunk/testsuite/mofiles/Discrete1.mo Modified : /trunk/testsuite/mofiles/Discrete2.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance1.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance2.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance3.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mofiles/Each1.mo Modified : /trunk/testsuite/mofiles/Encapsulated1.mo Modified : /trunk/testsuite/mofiles/Encapsulated2.mo Modified : /trunk/testsuite/mofiles/Encapsulated3.mo Modified : /trunk/testsuite/mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mofiles/EquationComponent2.mo Modified : /trunk/testsuite/mofiles/EquationComponent3.mo Modified : /trunk/testsuite/mofiles/EquationComponent4.mo Modified : /trunk/testsuite/mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mofiles/EquationFor1.mo Modified : /trunk/testsuite/mofiles/EquationFor2.mo Modified : /trunk/testsuite/mofiles/EquationFor3.mo Modified : /trunk/testsuite/mofiles/EquationFor4.mo Modified : /trunk/testsuite/mofiles/EquationIf1.mo Modified : /trunk/testsuite/mofiles/EquationIf2.mo Modified : /trunk/testsuite/mofiles/EquationIf3.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/Extends1.mo Modified : /trunk/testsuite/mofiles/Extends2.mo Modified : /trunk/testsuite/mofiles/Extends3.mo Modified : /trunk/testsuite/mofiles/Extends4.mo Modified : /trunk/testsuite/mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mofiles/Faculty1.mo Modified : /trunk/testsuite/mofiles/Faculty2.mo Modified : /trunk/testsuite/mofiles/Faculty3.mo Modified : /trunk/testsuite/mofiles/Faculty4.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/Function1.mo Modified : /trunk/testsuite/mofiles/Function10.mo Modified : /trunk/testsuite/mofiles/Function11.mo Modified : /trunk/testsuite/mofiles/Function2.mo Modified : /trunk/testsuite/mofiles/Function3.mo Modified : /trunk/testsuite/mofiles/Function4.mo Modified : /trunk/testsuite/mofiles/Function5.mo Modified : /trunk/testsuite/mofiles/Function5_test.mo Modified : /trunk/testsuite/mofiles/Function6.mo Modified : /trunk/testsuite/mofiles/Function7.mo Modified : /trunk/testsuite/mofiles/Function8.mo Modified : /trunk/testsuite/mofiles/Function9.mo Modified : /trunk/testsuite/mofiles/FunctionBreak.mo Modified : /trunk/testsuite/mofiles/FunctionEval1.mo Modified : /trunk/testsuite/mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mofiles/FunctionEval4.mo Modified : /trunk/testsuite/mofiles/FunctionEval5.mo Modified : /trunk/testsuite/mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/FunctionReturn.mo Modified : /trunk/testsuite/mofiles/IconsRecursiveTest.mo Modified : /trunk/testsuite/mofiles/Import1.mo Modified : /trunk/testsuite/mofiles/Import2.mo Modified : /trunk/testsuite/mofiles/Import3.mo Modified : /trunk/testsuite/mofiles/Import4.mo Modified : /trunk/testsuite/mofiles/Import5.mo Modified : /trunk/testsuite/mofiles/InOutBool.mo Modified : /trunk/testsuite/mofiles/Influenza.mo Modified : /trunk/testsuite/mofiles/InnerClass1.mo Modified : /trunk/testsuite/mofiles/InnerOuter1.mo Modified : /trunk/testsuite/mofiles/InnerOuter2.mo Modified : /trunk/testsuite/mofiles/Integer2Real.mo Modified : /trunk/testsuite/mofiles/ListTest.mo Modified : /trunk/testsuite/mofiles/Lookup1.mo Modified : /trunk/testsuite/mofiles/Lookup2.mo Modified : /trunk/testsuite/mofiles/Lookup3.mo Modified : /trunk/testsuite/mofiles/Lookup4.mo Modified : /trunk/testsuite/mofiles/Lookup5.mo Modified : /trunk/testsuite/mofiles/Lookup6.mo Modified : /trunk/testsuite/mofiles/Lookup7.mo Modified : /trunk/testsuite/mofiles/Match1.mo Modified : /trunk/testsuite/mofiles/Match2.mo Modified : /trunk/testsuite/mofiles/Match3.mo Modified : /trunk/testsuite/mofiles/Match4.mo Modified : /trunk/testsuite/mofiles/Match5.mo Modified : /trunk/testsuite/mofiles/Match6.mo Modified : /trunk/testsuite/mofiles/Match7.mo Modified : /trunk/testsuite/mofiles/Matrix1.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Modified : /trunk/testsuite/mofiles/Modification1.mo Modified : /trunk/testsuite/mofiles/Modification10.mo Modified : /trunk/testsuite/mofiles/Modification11.mo Modified : /trunk/testsuite/mofiles/Modification12.mo Modified : /trunk/testsuite/mofiles/Modification13.mo Modified : /trunk/testsuite/mofiles/Modification2.mo Modified : /trunk/testsuite/mofiles/Modification3.mo Modified : /trunk/testsuite/mofiles/Modification4.mo Modified : /trunk/testsuite/mofiles/Modification5.mo Modified : /trunk/testsuite/mofiles/Modification6.mo Modified : /trunk/testsuite/mofiles/Modification7.mo Modified : /trunk/testsuite/mofiles/Modification8.mo Modified : /trunk/testsuite/mofiles/Modification9.mo Modified : /trunk/testsuite/mofiles/ModifyConstant1.mo Modified : /trunk/testsuite/mofiles/ModifyConstant2.mo Modified : /trunk/testsuite/mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mofiles/ModifyConstant4.mo Modified : /trunk/testsuite/mofiles/ModifyConstant5.mo Modified : /trunk/testsuite/mofiles/ModifyConstant6.mo Modified : /trunk/testsuite/mofiles/ModifyUnknown1.mo Modified : /trunk/testsuite/mofiles/ModifyUnknown2.mo Modified : /trunk/testsuite/mofiles/MultipleDeclarations.mo Modified : /trunk/testsuite/mofiles/MultipleDeclarations2.mo Modified : /trunk/testsuite/mofiles/MyPointsInst1.mo Modified : /trunk/testsuite/mofiles/MyPointsInst2.mo Modified : /trunk/testsuite/mofiles/NamedArguments.mo Modified : /trunk/testsuite/mofiles/NoEvent1.mo Modified : /trunk/testsuite/mofiles/Overwriting1.mo Modified : /trunk/testsuite/mofiles/Overwriting2.mo Modified : /trunk/testsuite/mofiles/Overwriting3.mo Modified : /trunk/testsuite/mofiles/Overwriting4.mo Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/ParseError2.mo Modified : /trunk/testsuite/mofiles/Partial1.mo Modified : /trunk/testsuite/mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mofiles/Protected1.mo Modified : /trunk/testsuite/mofiles/Range1.mo Modified : /trunk/testsuite/mofiles/Real2Integer1.mo Modified : /trunk/testsuite/mofiles/Real2Integer2.mo Modified : /trunk/testsuite/mofiles/Real2Integer3.mo Modified : /trunk/testsuite/mofiles/Record1.mo Modified : /trunk/testsuite/mofiles/Redeclare1.mo Modified : /trunk/testsuite/mofiles/Redeclare2.mo Modified : /trunk/testsuite/mofiles/Redeclare3.mo Modified : /trunk/testsuite/mofiles/Redeclare4.mo Modified : /trunk/testsuite/mofiles/Redeclare5.mo Modified : /trunk/testsuite/mofiles/RedeclareFlowEffort.mo Modified : /trunk/testsuite/mofiles/ReplaceFunction.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration1.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration2.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration3.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration4.mo Modified : /trunk/testsuite/mofiles/ScopeModification1.mo Modified : /trunk/testsuite/mofiles/ScopeModification2.mo Modified : /trunk/testsuite/mofiles/Shadow1.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator1.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator2.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator3.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator4.mo Modified : /trunk/testsuite/mofiles/SmallLinsys.mo Modified : /trunk/testsuite/mofiles/SmallPlantModified.mo Modified : /trunk/testsuite/mofiles/StructuralParameter1.mo Modified : /trunk/testsuite/mofiles/SubScript1.mo Modified : /trunk/testsuite/mofiles/SubScript2.mo Modified : /trunk/testsuite/mofiles/Switch.mo Modified : /trunk/testsuite/mofiles/Terminal1.mo Modified : /trunk/testsuite/mofiles/Terminal2.mo Modified : /trunk/testsuite/mofiles/Transpose.mo Modified : /trunk/testsuite/mofiles/Type1.mo Modified : /trunk/testsuite/mofiles/Type10.mo Modified : /trunk/testsuite/mofiles/Type2.mo Modified : /trunk/testsuite/mofiles/Type3.mo Modified : /trunk/testsuite/mofiles/Type4.mo Modified : /trunk/testsuite/mofiles/Type5.mo Modified : /trunk/testsuite/mofiles/Type6.mo Modified : /trunk/testsuite/mofiles/Type7.mo Modified : /trunk/testsuite/mofiles/Type8.mo Modified : /trunk/testsuite/mofiles/Type9.mo Modified : /trunk/testsuite/mofiles/Units1.mo Modified : /trunk/testsuite/mofiles/Units2.mo Modified : /trunk/testsuite/mofiles/VectorDimension.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mofiles/Vectorizable2.mo Modified : /trunk/testsuite/mofiles/Vectorizable3.mo Modified : /trunk/testsuite/mofiles/Vectorizable4.mo Modified : /trunk/testsuite/mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mofiles/WaveEquationSample.mo Modified : /trunk/testsuite/mofiles/WhenSemantics1.mo Modified : /trunk/testsuite/mofiles/WillowForest.mo Modified : /trunk/testsuite/mofiles/if_then_elseif_else.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Array9.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Function10.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type10.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type11.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type9.mo Modified : /trunk/testsuite/mofiles/package-s-1.mo Modified : /trunk/testsuite/mofiles/packages1.mo Modified : /trunk/testsuite/mofiles/packages2.mo Modified : /trunk/testsuite/mofiles/partial-s-1.mo Modified : /trunk/testsuite/mofiles/partials1.mo Modified : /trunk/testsuite/mofiles/prtest.mo Modified : /trunk/testsuite/mofiles/reinit.mo Modified : /trunk/testsuite/mofiles/translation_failed_template.mo Modified : /trunk/testsuite/mofiles/translation_template.mo Modified : /trunk/testsuite/mosfiles/ABCDsystem.mo Modified : /trunk/testsuite/mosfiles/ABCDsystem.mos Modified : /trunk/testsuite/mosfiles/ActivateWhenEquation.mo Modified : /trunk/testsuite/mosfiles/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles/Algorithm.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mo Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/AppendElement.mo Modified : /trunk/testsuite/mosfiles/AppendElement.mos Modified : /trunk/testsuite/mosfiles/ArrayAddEmpty.mo Modified : /trunk/testsuite/mosfiles/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mo Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mo Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles/ArrayDivError.mo Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/ArrayEmpty.mo Modified : /trunk/testsuite/mosfiles/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayEqn.mo Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mo Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles/ArrayFieldSlice.mo Modified : /trunk/testsuite/mosfiles/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles/ArrayIndex.mo Modified : /trunk/testsuite/mosfiles/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mo Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mo Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/AssertTest.mo Modified : /trunk/testsuite/mosfiles/AssertTest.mos Modified : /trunk/testsuite/mosfiles/AssertTest1.mo Modified : /trunk/testsuite/mosfiles/AssertTest1.mos Modified : /trunk/testsuite/mosfiles/AssertTest2.mo Modified : /trunk/testsuite/mosfiles/AssertTest2.mos Modified : /trunk/testsuite/mosfiles/Body.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall2.mo Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mo Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/ColorPixel.mo Modified : /trunk/testsuite/mosfiles/ColorPixel.mos Modified : /trunk/testsuite/mosfiles/CombiTimeTableTest.mos Modified : /trunk/testsuite/mosfiles/CombiTimeTableTestAll.mo Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mo Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/Concat3.mo Modified : /trunk/testsuite/mosfiles/Concat3.mos Modified : /trunk/testsuite/mosfiles/ConcatArr1.mo Modified : /trunk/testsuite/mosfiles/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles/ConcatArr2.mo Modified : /trunk/testsuite/mosfiles/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles/ConcatArr4.mo Modified : /trunk/testsuite/mosfiles/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles/ConnectForEquations.mo Modified : /trunk/testsuite/mosfiles/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mo Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/CyclicPerm.mo Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mo Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mo Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/DimConvert.mo Modified : /trunk/testsuite/mosfiles/DimConvert.mos Modified : /trunk/testsuite/mosfiles/DimSize.mo Modified : /trunk/testsuite/mosfiles/DimSize.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mo Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mo Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/Epidemics1.mo Modified : /trunk/testsuite/mosfiles/Epidemics1.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mo Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles/EquationCall.mo Modified : /trunk/testsuite/mosfiles/EquationCall.mos Modified : /trunk/testsuite/mosfiles/ErrorNestedWhen.mo Modified : /trunk/testsuite/mosfiles/ErrorNestedWhen.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mo Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mo Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/FilterBlock1.mo Modified : /trunk/testsuite/mosfiles/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mo Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mo Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mo Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mo Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mo Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mo Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles/HeatTank.mo Modified : /trunk/testsuite/mosfiles/HeatTank.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mo Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mo Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mo Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mo Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mo Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/InOutRecord.mo Modified : /trunk/testsuite/mosfiles/InOutRecord.mos Modified : /trunk/testsuite/mosfiles/InOutStrings.mo Modified : /trunk/testsuite/mosfiles/InOutStrings.mos Modified : /trunk/testsuite/mosfiles/Initialization.mo Modified : /trunk/testsuite/mosfiles/Interpol2.mo Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/JoinThreeVectors2.mo Modified : /trunk/testsuite/mosfiles/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles/LinearSysEq.mo Modified : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mo Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/MRFcall.mo Modified : /trunk/testsuite/mosfiles/MRFcall.mos Modified : /trunk/testsuite/mosfiles/Matrix.mo Modified : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/MoonAndEarth.mo Modified : /trunk/testsuite/mosfiles/MoonLanding.mo Modified : /trunk/testsuite/mosfiles/MoonLanding.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mo Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mo Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/OneArgBaseFunction.mo Modified : /trunk/testsuite/mosfiles/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles/Oscillator.mo Modified : /trunk/testsuite/mosfiles/Oscillator.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mo Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/RangeVector.mo Modified : /trunk/testsuite/mosfiles/RangeVector.mos Modified : /trunk/testsuite/mosfiles/Riccati.mo Modified : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/SmallLinsys.mo Modified : /trunk/testsuite/mosfiles/StatementCall.mo Modified : /trunk/testsuite/mosfiles/StatementCall.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mo Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/StringTest.mo Modified : /trunk/testsuite/mosfiles/SubArrayIndex.mo Modified : /trunk/testsuite/mosfiles/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles/SumForLoop.mo Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mo Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles/Switch.mo Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/Tank.mo Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mo Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mo Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mo Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mo Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mo Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/TempResistor3.mo Modified : /trunk/testsuite/mosfiles/TempResistor3.mos Modified : /trunk/testsuite/mosfiles/TooManyPointsBug.mo Modified : /trunk/testsuite/mosfiles/TooManyPointsBug.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mo Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles/VectorizeSumVec.mo Modified : /trunk/testsuite/mosfiles/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mo Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mo Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenNotValid.mo Modified : /trunk/testsuite/mosfiles/WhenNotValid.mos Modified : /trunk/testsuite/mosfiles/WhenPriority.mo Modified : /trunk/testsuite/mosfiles/WhenPriority.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mo Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mo Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mo Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/WhenValidResult.mo Modified : /trunk/testsuite/mosfiles/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles/WillowForest.mo Modified : /trunk/testsuite/mosfiles/WillowForest.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mo Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mo Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mo Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/dertest.mo Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/ideal_diode.mo Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/simulation_failed_template.mos Modified : /trunk/testsuite/mosfiles/simulation_template.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mo Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/testalgwhen.mo Modified : /trunk/testsuite/mosfiles/val.mo Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/options.cpp Modified : /trunk/c_runtime/options.h Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/testsuite/mofiles/ABCDsystem.mo Modified : /trunk/testsuite/mofiles/AccessDemoIllegalMod.mo Modified : /trunk/testsuite/mofiles/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mofiles/ActivateWhenEquation.mo Modified : /trunk/testsuite/mofiles/AddReal2.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mofiles/AlgorithmSection.mo Modified : /trunk/testsuite/mofiles/AppendElement.mo Modified : /trunk/testsuite/mofiles/ArrayAddEmpty.mo Modified : /trunk/testsuite/mofiles/ArrayAddSub.mo Modified : /trunk/testsuite/mofiles/ArrayAddSub1.mo Modified : /trunk/testsuite/mofiles/ArrayAlgebraFunc.mo Modified : /trunk/testsuite/mofiles/ArrayConstruct1.mo Modified : /trunk/testsuite/mofiles/ArrayDim1.mo Modified : /trunk/testsuite/mofiles/ArrayDim2.mo Modified : /trunk/testsuite/mofiles/ArrayDim3.mo Modified : /trunk/testsuite/mofiles/ArrayDim4.mo Modified : /trunk/testsuite/mofiles/ArrayDiv.mo Modified : /trunk/testsuite/mofiles/ArrayDivError.mo Modified : /trunk/testsuite/mofiles/ArrayEmpty.mo Modified : /trunk/testsuite/mofiles/ArrayExponentiation.mo Modified : /trunk/testsuite/mofiles/ArrayFieldSlice.mo Modified : /trunk/testsuite/mofiles/ArrayIndex.mo Modified : /trunk/testsuite/mofiles/ArrayMult.mo Modified : /trunk/testsuite/mofiles/ArrayReduce.mo Modified : /trunk/testsuite/mofiles/ArraySlice.mo Modified : /trunk/testsuite/mofiles/ArraysInitIllegal.mo Modified : /trunk/testsuite/mofiles/ArraysInitLegal.mo Modified : /trunk/testsuite/mofiles/AssertTest.mo Modified : /trunk/testsuite/mofiles/AssertTest1.mo Modified : /trunk/testsuite/mofiles/AssertTest2.mo Modified : /trunk/testsuite/mofiles/BlockMatrix.mo Modified : /trunk/testsuite/mofiles/BlockMatrix2.mo Modified : /trunk/testsuite/mofiles/BlockMatrix3.mo Modified : /trunk/testsuite/mofiles/BouncingBall.mo Modified : /trunk/testsuite/mofiles/Circuit.mo Modified : /trunk/testsuite/mofiles/ColorClasses.mo Modified : /trunk/testsuite/mofiles/ColorPixel.mo Modified : /trunk/testsuite/mofiles/ColoredPointIllegalMod1.mo Modified : /trunk/testsuite/mofiles/ColoredPointIllegalMod2.mo Modified : /trunk/testsuite/mofiles/ColoredPointIllegalMod3.mo Modified : /trunk/testsuite/mofiles/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mofiles/Colors.mo Modified : /trunk/testsuite/mofiles/ComplexNumbers.mo Modified : /trunk/testsuite/mofiles/Concat3.mo Modified : /trunk/testsuite/mofiles/ConcatArr1.mo Modified : /trunk/testsuite/mofiles/ConcatArr2.mo Modified : /trunk/testsuite/mofiles/ConcatArr4.mo Modified : /trunk/testsuite/mofiles/ConnectForEquations.mo Modified : /trunk/testsuite/mofiles/ConstructFunc.mo Modified : /trunk/testsuite/mofiles/CyclicPerm.mo Modified : /trunk/testsuite/mofiles/DAEexample.mo Modified : /trunk/testsuite/mofiles/DimConvert.mo Modified : /trunk/testsuite/mofiles/DimSize.mo Modified : /trunk/testsuite/mofiles/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mofiles/DoubleWhenConflict.mo Modified : /trunk/testsuite/mofiles/DoubleWhenSequential.mo Modified : /trunk/testsuite/mofiles/ElementWiseMultiplication.mo Modified : /trunk/testsuite/mofiles/Epidemics1.mo Modified : /trunk/testsuite/mofiles/EqualityEquations.mo Modified : /trunk/testsuite/mofiles/EqualityEquationsCorrect.mo Modified : /trunk/testsuite/mofiles/EquationCall.mo Modified : /trunk/testsuite/mofiles/Equations.mo Modified : /trunk/testsuite/mofiles/ErrorNestedWhen.mo Modified : /trunk/testsuite/mofiles/FilterBlock1.mo Modified : /trunk/testsuite/mofiles/FiveForEquations.mo Modified : /trunk/testsuite/mofiles/FlatTank.mo Modified : /trunk/testsuite/mofiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mofiles/FuncDer.mo Modified : /trunk/testsuite/mofiles/FuncMultResults.mo Modified : /trunk/testsuite/mofiles/GenericMicroCircuit.mo Modified : /trunk/testsuite/mofiles/HeatTank.mo Modified : /trunk/testsuite/mofiles/HeatTankExpanded.mo Modified : /trunk/testsuite/mofiles/HelloWorld.mo Modified : /trunk/testsuite/mofiles/HideVariableForEquations.mo Modified : /trunk/testsuite/mofiles/HydrogenIodide.mo Modified : /trunk/testsuite/mofiles/IfEquation.mo Modified : /trunk/testsuite/mofiles/JoinThreeVectors2.mo Modified : /trunk/testsuite/mofiles/LeastSquares.mo Modified : /trunk/testsuite/mofiles/LogCall1.mo Modified : /trunk/testsuite/mofiles/LotkaVolterra.mo Modified : /trunk/testsuite/mofiles/MRFcall.mo Modified : /trunk/testsuite/mofiles/MicroCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/MicroCircuitValid.mo Modified : /trunk/testsuite/mofiles/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mofiles/MoonLanding.mo Modified : /trunk/testsuite/mofiles/MultFuncCall.mo Modified : /trunk/testsuite/mofiles/OneArgBaseFunction.mo Modified : /trunk/testsuite/mofiles/Oscillator.mo Modified : /trunk/testsuite/mofiles/PointInst.mo Modified : /trunk/testsuite/mofiles/PointSum.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluatorA.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mofiles/RangeVector.mo Modified : /trunk/testsuite/mofiles/RefinedSimpleCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid2.mo Modified : /trunk/testsuite/mofiles/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mofiles/StatementCall.mo Modified : /trunk/testsuite/mofiles/StepAdvanced.mo Modified : /trunk/testsuite/mofiles/SubArrayIndex.mo Modified : /trunk/testsuite/mofiles/SumForLoop.mo Modified : /trunk/testsuite/mofiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/Summation.mo Modified : /trunk/testsuite/mofiles/Tank.mo Modified : /trunk/testsuite/mofiles/TankHybridPI.mo Modified : /trunk/testsuite/mofiles/TankHybridPID.mo Modified : /trunk/testsuite/mofiles/TankPI.mo Modified : /trunk/testsuite/mofiles/TankPID.mo Modified : /trunk/testsuite/mofiles/TanksConnectedPI.mo Modified : /trunk/testsuite/mofiles/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mofiles/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mofiles/TempResistor3.mo Modified : /trunk/testsuite/mofiles/TwoRateSampler.mo Modified : /trunk/testsuite/mofiles/VanDerPol.mo Modified : /trunk/testsuite/mofiles/VectorizeOneReturnValue.mo Modified : /trunk/testsuite/mofiles/VectorizeSeveralArguments.mo Modified : /trunk/testsuite/mofiles/VectorizeSumVec.mo Modified : /trunk/testsuite/mofiles/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mofiles/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mofiles/WhenEquation.mo Modified : /trunk/testsuite/mofiles/WhenNotValid.mo Modified : /trunk/testsuite/mofiles/WhenPriority.mo Modified : /trunk/testsuite/mofiles/WhenStatement1.mo Modified : /trunk/testsuite/mofiles/WhenStatement2.mo Modified : /trunk/testsuite/mofiles/WhenStatement3.mo Modified : /trunk/testsuite/mofiles/WhenValidResult.mo Modified : /trunk/testsuite/mofiles/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mofiles/XPowers1.mo Modified : /trunk/testsuite/mofiles/XPowers2.mo Modified : /trunk/testsuite/mofiles/XPowers3.mo Modified : /trunk/testsuite/mofiles/Xpowers.mo Modified : /trunk/testsuite/mofiles/Xpowers1_new.mo Modified : /trunk/testsuite/mofiles/Xpowers2_new.mo Modified : /trunk/testsuite/mofiles/Xpowers3_new.mo Modified : /trunk/c_runtime/sendData/Makefile.Release.mingw Modified : /trunk/c_runtime/Makefile Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/testsuite/meta/Makefile Modified : /trunk/c_runtime/simulation_result.h Modified : /trunk/README-BUILD-RELEASE.txt Modified : /trunk/README-WIN32.txt Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Modified : /trunk/OMNotebook/ext/ext.vcproj Modified : /trunk/OMShell/OMS.sln Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMNotebook/3Dpkg/SimulationData.cpp Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.pro Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/ext/e.cpp Modified : /trunk/OMShell/OMShell.pro Modified : /trunk/OMNotebook/ext/ext.pro Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/Compiler/doc/omc_helptext.txt Modified : /trunk/Compiler/doc/omc_interactive_api.txt Modified : /trunk/Compiler/scripts/doPlot.bat Modified : /trunk/OMShell/oms.cpp Modified : /trunk/build/bin/ptplot copyright.txt Modified : /trunk/c_runtime/dummy_model_functions.cpp Modified : /trunk/Compiler/modpar/Makefile.in Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communication.cc Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communication.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/OMShell/omc_communication.cc Modified : /trunk/OMShell/omc_communication.h Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/testsuite/mosfiles/BearingFrictionTest.mo Modified : /trunk/testsuite/mosfiles/BooleanModel.mo Modified : /trunk/testsuite/mosfiles/FuncCross.mo Modified : /trunk/testsuite/mosfiles/InitTest.mo Modified : /trunk/testsuite/mosfiles/InputOutput.mo Modified : /trunk/testsuite/mosfiles/LargeSteps.mo Modified : /trunk/testsuite/mosfiles/LossyGear1.mo Modified : /trunk/testsuite/mosfiles/MatrixTest.mo Modified : /trunk/testsuite/mosfiles/Modelica.mo Modified : /trunk/testsuite/mosfiles/NonLinSys.mo Modified : /trunk/testsuite/mosfiles/NonLinSys2.mo Modified : /trunk/testsuite/mosfiles/NonLinSys3.mo Modified : /trunk/testsuite/mosfiles/NonLinSys4.mo Modified : /trunk/testsuite/mosfiles/Test3PhaseSystemTotal.mo Modified : /trunk/testsuite/mosfiles/TestModels.mo Modified : /trunk/testsuite/mosfiles/TimeVaryingLinsys.mo Modified : /trunk/testsuite/mosfiles/TrapezoidTest.mo Modified : /trunk/testsuite/mosfiles/avg.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/tupleTest.mo Modified : /trunk/testsuite/mosfiles/Array1.mos Modified : /trunk/testsuite/mosfiles/DefaultComponentName.mo Modified : /trunk/testsuite/mosfiles/DefaultComponentName.mos Modified : /trunk/testsuite/mosfiles/ForStatement1.mos Modified : /trunk/testsuite/mosfiles/ForStatement2.mos Modified : /trunk/testsuite/mosfiles/ForStatement3.mos Modified : /trunk/testsuite/mosfiles/ForStatement4.mos Modified : /trunk/testsuite/mosfiles/ForStatement5fail.mos Modified : /trunk/testsuite/mosfiles/ForStatement6.mos Modified : /trunk/testsuite/mosfiles/ForStatement7.mos Modified : /trunk/testsuite/mosfiles/FuncNamespace.mo Modified : /trunk/testsuite/mosfiles/FuncNamespace.mos Modified : /trunk/testsuite/mosfiles/IfStatement.mos Modified : /trunk/testsuite/mosfiles/IfStatementIllegal.mos Modified : /trunk/testsuite/mosfiles/IntAddSubOverflow.mos Modified : /trunk/testsuite/mosfiles/IntDivOverflow.mos Modified : /trunk/testsuite/mosfiles/IntMulOverflow.mos Modified : /trunk/testsuite/mosfiles/IntPowOverflow.mos Modified : /trunk/testsuite/mosfiles/Overloading1.mo Modified : /trunk/testsuite/mosfiles/Overloading2.mo Modified : /trunk/testsuite/mosfiles/Overloading3.mo Modified : /trunk/testsuite/mosfiles/Overloading4.mo Modified : /trunk/testsuite/mosfiles/OverloadingFunc.mos Modified : /trunk/testsuite/mosfiles/Rename.mo Modified : /trunk/testsuite/mosfiles/Rename.mos Modified : /trunk/testsuite/mosfiles/TestNDims.mo Modified : /trunk/testsuite/mosfiles/UnpOpPrecedence.mo Modified : /trunk/testsuite/mosfiles/UnpOpPrecedence.mos Modified : /trunk/testsuite/mosfiles/WhileStatement.mos Modified : /trunk/testsuite/mosfiles/WhileStatementIllegal.mos Modified : /trunk/testsuite/mosfiles/attributes.mo Modified : /trunk/testsuite/mosfiles/attributes.mos Modified : /trunk/testsuite/mosfiles/differentiate.mos Modified : /trunk/testsuite/mosfiles/func_bubble.mo Modified : /trunk/testsuite/mosfiles/func_bubble.mos Modified : /trunk/testsuite/mosfiles/func_explicit_typeconv.mo Modified : /trunk/testsuite/mosfiles/func_explicit_typeconv.mos Modified : /trunk/testsuite/mosfiles/func_factorial.mo Modified : /trunk/testsuite/mosfiles/func_factorial.mos Modified : /trunk/testsuite/mosfiles/func_multiple_return.mo Modified : /trunk/testsuite/mosfiles/func_multiple_return.mos Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_loadsave.mos Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mo Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualifiedInit.mo Modified : /trunk/testsuite/mosfiles/matrices.mos Modified : /trunk/testsuite/mosfiles/refactorGraphAnn1.mo Modified : /trunk/testsuite/mosfiles/refactorGraphAnn1.mos Modified : /trunk/testsuite/mosfiles/refactorGraphAnn2.mo Modified : /trunk/testsuite/mosfiles/refactorGraphAnn2.mos Modified : /trunk/testsuite/mosfiles/simplify.mos Modified : /trunk/testsuite/mosfiles/strings.mo Modified : /trunk/testsuite/mosfiles/strings.mos Modified : /trunk/testsuite/mosfiles/variables.mos Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/testsuite/mofiles/msl/Makefile Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/inputcelldelegate.h Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.h Modified : /trunk/OMShell/oms.h Modified : /trunk/c_runtime/base_array.c Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/Compiler/DFA.mo Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/base_array.h Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/inline.h Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/simulation_init.h Modified : /trunk/c_runtime/simulation_input.h Modified : /trunk/c_runtime/solver_dasrt.h Modified : /trunk/c_runtime/string_array.h Modified : /trunk/c_runtime/tables.h Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/Graphviz.mo Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/README-OMDev-MINGW.txt Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/c_runtime/ddasrt.c Modified : /trunk/c_runtime/fortran/ddasrt.f Modified : /trunk/OMShell/commandcompletion.cpp Modified : /trunk/OMShell/commandcompletion.h Modified : /trunk/OMShell/commandunit.h Modified : /trunk/OMShell/main.cpp Modified : /trunk/OMShell/omc_communicator.cpp Modified : /trunk/OMShell/omc_communicator.h Modified : /trunk/OMShell/otherdlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/application.h Modified : /trunk/OMNotebook/OMNotebookQT4/cell.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellgrammar.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/command.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandunit.h Modified : /trunk/OMNotebook/OMNotebookQT4/copytest.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/documentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/factory.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/indent.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/indent.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/nbparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.hpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/parserfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.h Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/resource1.h Modified : /trunk/OMNotebook/OMNotebookQT4/rule.h Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/stripstring.h Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.h Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/visitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/curve.h Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.h Modified : /trunk/OMNotebook/Pltpkg2/focusRect.h Modified : /trunk/OMNotebook/Pltpkg2/graphScene.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.h Modified : /trunk/OMNotebook/Pltpkg2/label.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/lineGroup.cpp Modified : /trunk/OMNotebook/Pltpkg2/lineGroup.h Modified : /trunk/OMNotebook/Pltpkg2/point.cpp Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /trunk/OMNotebook/Pltpkg2/variableData.cpp Modified : /trunk/OMNotebook/Pltpkg2/variableData.h Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.h Modified : /trunk/OMNotebook/Pltpkg2/verticalLabel.h Modified : /trunk/mosh/src/builtin_function.cpp Modified : /trunk/mosh/src/builtin_function.hpp Modified : /trunk/mosh/src/compiled_function.cpp Modified : /trunk/mosh/src/compiled_function.hpp Modified : /trunk/mosh/src/expression_parser.g Modified : /trunk/mosh/src/function_argument.cpp Modified : /trunk/mosh/src/function_argument.hpp Modified : /trunk/mosh/src/modelica_function.cpp Modified : /trunk/mosh/src/modelica_function.hpp Modified : /trunk/mosh/src/modelica_runtime_error.cpp Modified : /trunk/mosh/src/modelica_runtime_error.hpp Modified : /trunk/mosh/src/modelica_type.cpp Modified : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/symboltable.cpp Modified : /trunk/mosh/src/symboltable.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/modelica_parser/src/MyAST.h Modified : /trunk/modelica_parser/src/test.cpp Modified : /trunk/modelica_parser/src/token_names.cpp Modified : /trunk/modelica_parser/src/token_names.hpp Modified : /trunk/flat_modelica_parser/src/test.cpp Modified : /trunk/Compiler/absyn_builder/expression_parser.g Modified : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/error_reporting.h Modified : /trunk/Compiler/runtime/errorext.h Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.h Modified : /trunk/Compiler/runtime/socketimpl.c Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Modified : /trunk/c_runtime/daux.c Modified : /trunk/c_runtime/f2c.h Modified : /trunk/c_runtime/hybrd.c Modified : /trunk/c_runtime/libf2c/f2c.h Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp Modified : /trunk/Examples/3D_BouncingBall.onb Modified : /trunk/Examples/sim_BouncingBall.mos Modified : /trunk/.cdtproject-sample-cdt Modified : /trunk/.project-sample-cdt Modified : /trunk/Compiler/DEBUG.TXT Modified : /trunk/Compiler/VC7/MakeRMLandGRAMMAR/readme.txt Modified : /trunk/Compiler/VC7/MakeStaticMicoLib/MakefileStatic.win32 Modified : /trunk/Compiler/VC7/MakeStaticMicoLib/README.txt Modified : /trunk/Compiler/VC7/README.txt Modified : /trunk/Compiler/VC7/Setup/bin/Microsoft.VC90.CRT.manifest Modified : /trunk/Compiler/VC7/Setup/bin/ptplot copyright.txt Modified : /trunk/Compiler/VC7/UpdateEnv/ReadMe.txt Modified : /trunk/Compiler/VC7/UpdateEnv/Resource.h Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.cpp Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.rc Modified : /trunk/Compiler/VC7/antlr/Makefile.debug.win32 Modified : /trunk/Compiler/VC7/antlr/Makefile.win32 Modified : /trunk/Compiler/VC7/cleanomc.bat Modified : /trunk/Compiler/VC7/libf2c.vcproj Modified : /trunk/Compiler/VC7/makeomc.bat Modified : /trunk/Compiler/VC7/omc/Readme.txt Modified : /trunk/Compiler/VC7/rebuildomc.bat Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/array.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/boolean.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/controlflow.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/integer.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/internal.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/logicalvar.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/main.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-core.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-end.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-start.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/string.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vector.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/diff/Make.mk Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/diff/Makefile Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/diff/rml.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/mask/Make.mk Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/mask/Makefile Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/mask/rml.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/Make.mk Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/Makefile Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml.h Modified : /trunk/Compiler/VC7/rmlc.bat Modified : /trunk/Compiler/VC7/sendData/readme.txt Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Modified : /trunk/Compiler/absyn_builder/yacclib.c Modified : /trunk/Compiler/absyn_builder/yacclib.h Modified : /trunk/Compiler/doc/manual.tex Modified : /trunk/Compiler/modpar/Codegen.cpp Modified : /trunk/Compiler/modpar/Codegen.hpp Modified : /trunk/Compiler/modpar/DuplicateParentMerge.cpp Modified : /trunk/Compiler/modpar/DuplicateParentMerge.hpp Modified : /trunk/Compiler/modpar/MergeAllParents.cpp Modified : /trunk/Compiler/modpar/MergeAllParents.hpp Modified : /trunk/Compiler/modpar/MergeRule.cpp Modified : /trunk/Compiler/modpar/MergeRule.hpp Modified : /trunk/Compiler/modpar/MergeSiblings.cpp Modified : /trunk/Compiler/modpar/MergeSiblings.hpp Modified : /trunk/Compiler/modpar/ParallelOptions.hpp Modified : /trunk/Compiler/modpar/Schedule.cpp Modified : /trunk/Compiler/modpar/Schedule.hpp Modified : /trunk/Compiler/modpar/SingleChildMerge.cpp Modified : /trunk/Compiler/modpar/SingleChildMerge.hpp Modified : /trunk/Compiler/modpar/TaskGraph.cpp Modified : /trunk/Compiler/modpar/TaskGraph.hpp Modified : /trunk/Compiler/modpar/TaskGraphExt.cpp Modified : /trunk/Compiler/modpar/TaskGraphExt_stub.cpp Modified : /trunk/Compiler/modpar/TaskMerging.cpp Modified : /trunk/Compiler/modpar/TaskMerging.hpp Modified : /trunk/Compiler/modpar/solvers.cpp Modified : /trunk/Compiler/report/example-1.tex Modified : /trunk/Compiler/report/example-4.tex Modified : /trunk/Compiler/report/report.tex Modified : /trunk/Compiler/report/semantik Modified : /trunk/Compiler/report/syntax Modified : /trunk/Compiler/rml2mmo/Makefile.omdev.mingw Modified : /trunk/Compiler/rml2mmo/README.txt Modified : /trunk/Compiler/rml2sig/Makefile.omdev.mingw Modified : /trunk/Compiler/rml2sig/rml2sig.bat Modified : /trunk/Compiler/rml2sig/rml2sig.lex Modified : /trunk/Compiler/runtime/corbaimpl_stub.cpp Modified : /trunk/Compiler/runtime/omc_communication.idl Modified : /trunk/Compiler/test_codegen/Makefile.single Modified : /trunk/Compiler/test_codegen/algorithm_for1.mo Modified : /trunk/Compiler/test_codegen/algorithm_if1.mo Modified : /trunk/Compiler/test_codegen/algorithm_while1.mo Modified : /trunk/Compiler/test_codegen/equation_funcall1.mo Modified : /trunk/Compiler/test_codegen/equation_funcall10.mo Modified : /trunk/Compiler/test_codegen/equation_funcall11.mo Modified : /trunk/Compiler/test_codegen/equation_funcall12.mo Modified : /trunk/Compiler/test_codegen/equation_funcall2.mo Modified : /trunk/Compiler/test_codegen/equation_funcall3.mo Modified : /trunk/Compiler/test_codegen/equation_funcall4.mo Modified : /trunk/Compiler/test_codegen/equation_funcall5.mo Modified : /trunk/Compiler/test_codegen/equation_funcall6.mo Modified : /trunk/Compiler/test_codegen/equation_funcall7.mo Modified : /trunk/Compiler/test_codegen/equation_funcall8.mo Modified : /trunk/Compiler/test_codegen/equation_funcall9.mo Modified : /trunk/Compiler/test_codegen/expression_array_construct1.mo Modified : /trunk/Compiler/test_codegen/expression_array_construct2.mo Modified : /trunk/Compiler/test_codegen/expression_if1.mo Modified : /trunk/Compiler/test_codegen/expression_index1.mo Modified : /trunk/Compiler/test_codegen/expression_matrix_vector_product1.mo Modified : /trunk/Compiler/test_codegen/expression_range1.mo Modified : /trunk/Compiler/test_codegen/expression_range2.mo Modified : /trunk/Compiler/test_codegen/expression_unary_minus1.mo Modified : /trunk/Compiler/test_codegen/expression_unary_minus2.mo Modified : /trunk/Compiler/test_codegen/if_algorithm.mo Modified : /trunk/Compiler/test_codegen/if_expression.mo Modified : /trunk/Compiler/test_codegen/input_variable_size_array.mo Modified : /trunk/Compiler/test_codegen/main.c Modified : /trunk/Compiler/test_codegen/misc_bubblesort.mo Modified : /trunk/Compiler/test_codegen/misc_simplex1.mo Modified : /trunk/Compiler/test_codegen/misc_simplex2.mo Modified : /trunk/Compiler/test_codegen/return_multiple_record.mo Modified : /trunk/Compiler/test_codegen/return_multiple_record_array.mo Modified : /trunk/Compiler/test_codegen/return_multiple_scalar.mo Modified : /trunk/Compiler/test_codegen/return_multiple_scalar_array.mo Modified : /trunk/Compiler/test_codegen/return_record.mo Modified : /trunk/Compiler/test_codegen/return_record_array.mo Modified : /trunk/Compiler/test_codegen/return_scalar.mo Modified : /trunk/Compiler/test_codegen/return_scalar_array.mo Modified : /trunk/Compiler/test_codegen/rtest.sh Modified : /trunk/Compiler/test_codegen/simtest.mo Modified : /trunk/Compiler/test_codegen/test.mo Modified : /trunk/Compiler/tools/rmldoc Modified : /trunk/Examples/BouncingBall.mo Modified : /trunk/Examples/Circle.mo Modified : /trunk/Examples/ExternalFunc1.c Modified : /trunk/Examples/ExternalFunc1_ext.h Modified : /trunk/Examples/ExternalFunc2.c Modified : /trunk/Examples/ExternalFunc2.h Modified : /trunk/Examples/ExternalLibraries.mo Modified : /trunk/Examples/ExternalLibraries.mos Modified : /trunk/Examples/HelloWorld.mo Modified : /trunk/Examples/Influenza.mo Modified : /trunk/Examples/SimpleIntegrator.mo Modified : /trunk/Examples/Switch.mo Modified : /trunk/Examples/UsersGuideExamples.onb Modified : /trunk/Examples/VanDerPol.mo Modified : /trunk/Examples/bubblesort.mo Modified : /trunk/Examples/dcmotor.mo Modified : /trunk/Examples/sim_Influenza.mos Modified : /trunk/Examples/sim_dcmotor.mos Modified : /trunk/Examples/visualize_3D_BouncingBall.mo Modified : /trunk/Examples/visualize_3D_BouncingBall.mos Modified : /trunk/OMNotebook/3Dpkg/3Dpkg.vcproj Modified : /trunk/OMNotebook/ANTLR/ReadMe.txt Modified : /trunk/OMNotebook/ANTLR/antlr.vcproj Modified : /trunk/OMNotebook/Doxygen_doc/cell_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/cellcommands_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/cellcursor_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/celldocument_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/class_cell_style.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_add_cell_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_application.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_application.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_command_center.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_cursor.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_document.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_document_view.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_factory.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_group.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_parser_factory.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_style.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_change_style_on_selected_cells_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_chapter_counter_visitor.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_close_file_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_center.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_completion.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_unit.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_composite_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_copy_selected_cells_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_create_new_cell_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_after_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_down_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_up_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_widget.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_document.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_document_view.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_eval_selected_cells.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_export_to_pure_text.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_factory.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_highlighter_thread.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_image_size_dlg.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_cell.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_cell_delegate.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_tree_view.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_my_text_browser.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_my_text_edit.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_n_b_parser.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_new_file_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_parser.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_socket.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_window.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_null_factory.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_null_highlighter.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_omc_interactive_environment.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_file_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_modelica_highlighter.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_other_dlg.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_parser_factory.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_printer_visitor.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_pure_text_visitor.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_rule.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_save_document_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_serializing_visitor.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_split_cell_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_stylesheet.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_syntax_highlighter.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cell.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_border.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_color.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_face.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_family.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_size.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_stretch.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_margin.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_padding.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_text_alignment.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_vertical_alignment.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_copy_text.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_cut_text.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_insert_image.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_insert_link.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_tree_view.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_ungroup_cell_command.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_chapter_counters.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_groupcell_visitor.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_link_visitor.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_visitor.html Modified : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_x_m_l_parser.html Modified : /trunk/OMNotebook/Doxygen_doc/class_omc_communicator.html Modified : /trunk/OMNotebook/Doxygen_doc/classresult__t.html Modified : /trunk/OMNotebook/Doxygen_doc/command_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/document_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/doxygen.css Modified : /trunk/OMNotebook/Doxygen_doc/inputcell_8cpp.html Modified : /trunk/OMNotebook/Doxygen_doc/inputcell_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/qtapp_8cpp.html Modified : /trunk/OMNotebook/Doxygen_doc/rule_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/serializingvisitor_8cpp.html Modified : /trunk/OMNotebook/Doxygen_doc/serializingvisitor_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/stylesheet_8cpp.html Modified : /trunk/OMNotebook/Doxygen_doc/stylesheet_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/syntaxhighlighter_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/textcell_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/tree.html Modified : /trunk/OMNotebook/Doxygen_doc/xmlnodename_8h.html Modified : /trunk/OMNotebook/Doxygen_doc/xmlparser_8cpp.html Modified : /trunk/OMNotebook/Doxygen_doc/xmlparser_8h.html Modified : /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb Modified : /trunk/OMNotebook/DrModelica/AccessControl/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/AccessControl/MoonLanding.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Assert.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise5.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/ForStat.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/IfStat.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/MultRes.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Reinit.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Sections.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/WhileStat.onb Modified : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/Graphical.onb Modified : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/SynPlac.onb Modified : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/UnitsQuant.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/InterfacingtoNonMechModComp.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/KinematicLoops.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Built-inFunc.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ConcatConstruct.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ConcatSlice.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Construction.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Declaration.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Empty.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-3.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-4.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-5.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-6.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/FlexSize.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Indexing.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ScalarFunc.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/TypeCheck.onb Modified : /trunk/OMNotebook/DrModelica/Circuits/Acausal.onb Modified : /trunk/OMNotebook/DrModelica/Circuits/DCmotor.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Nested.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Partial.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Restricted.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/CardEq.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Connections.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/In-Output.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/MechTrans.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/MultToSingle.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/PhysicalConn.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/ClassesforCPT.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/CoupledPipeline.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/DEVS.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventBeh.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventPriority.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/FlatTank mm.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/MultEvents.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/WatchDog.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/Equations/IfEq.onb Modified : /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Polynomial.onb Modified : /trunk/OMNotebook/DrModelica/Equations/PolynomialEvaluator.onb Modified : /trunk/OMNotebook/DrModelica/Equations/RepConnStruct.onb Modified : /trunk/OMNotebook/DrModelica/Equations/RepStruct.onb Modified : /trunk/OMNotebook/DrModelica/Equations/SimpleEquality.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Step.onb Modified : /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Call.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Extending.onb Modified : /trunk/OMNotebook/DrModelica/Functions/External.onb Modified : /trunk/OMNotebook/DrModelica/Functions/MultipleRes.onb Modified : /trunk/OMNotebook/DrModelica/Generic/Extended.onb Modified : /trunk/OMNotebook/DrModelica/Generic/ParamInterfaces.onb Modified : /trunk/OMNotebook/DrModelica/Generic/Parameterized.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Extend.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Modification.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Short.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Inheritance.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Multiple.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb Modified : /trunk/OMNotebook/DrModelica/LawsOfNature/TransformerEMF.onb Modified : /trunk/OMNotebook/DrModelica/LitOpExp/VarTime.onb Modified : /trunk/OMNotebook/DrModelica/LitOpExp/VariaSubt.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Exercise1ADT.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Exercise2VarOp.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Inherited.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Local.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Moving.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Nonencapsulated.onb Modified : /trunk/OMNotebook/DrModelica/Packages/PackLibrStruct.onb Modified : /trunk/OMNotebook/DrModelica/Packages/PackasADTs.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Algorithm.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Array.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Equations.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1algorithm.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1arrays.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1package.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2hybrid.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise3-classes.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Functions.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Generic.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/IfClause.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Inheritance.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Local.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Partial.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/SimpleCircuit.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Statement.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/WhenClause.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Annotation.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Final.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Redeclaration.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/ReplRed.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Replaceable.onb Modified : /trunk/OMNotebook/DrModelica/SystemMod/FlatTank.onb Modified : /trunk/OMNotebook/DrModelica/SystemMod/PIControl.onb Modified : /trunk/OMNotebook/DrModelica/TypeSubtype/Sub-SuperType.onb Modified : /trunk/OMNotebook/DrModelica/Variables/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Variables/FieldVar.onb Modified : /trunk/OMNotebook/DrModelica/Variables/Initialization.onb Modified : /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt Modified : /trunk/OMNotebook/NotebookParser/NotebookParser.vcproj Modified : /trunk/OMNotebook/NotebookParser/ReadMe.txt Modified : /trunk/OMNotebook/NotebookParser/lexer.g Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt Modified : /trunk/OMNotebook/NotebookParser/parser.g Modified : /trunk/OMNotebook/NotebookParser/walker.g Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Modified : /trunk/OMNotebook/OMNotebookQT4/highlighter.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/highlighter.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/imagecell.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/imagecell.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/modelicacolors.xml Modified : /trunk/OMNotebook/OMNotebookQT4/modelicacolors.xml.old Modified : /trunk/OMNotebook/OMNotebookQT4/modelicahighlighter.cpp.old2 Modified : /trunk/OMNotebook/OMNotebookQT4/modelicahighlighter.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/modelicahighlighter.h.old2 Modified : /trunk/OMNotebook/OMNotebookQT4/modeq_communicator.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/modeq_communicator.hpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/modeqinteractiveenvironment.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/modeqinteractiveenvironment.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/res.rc Modified : /trunk/OMNotebook/OMNotebookQT4/res_qt.qrc Modified : /trunk/OMNotebook/OMNotebookQT4/selectingvisitor.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/selectingvisitor.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/smlhighlighter.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/smlhighlighter.h.old2 Modified : /trunk/OMNotebook/OMNotebookQT4/smlinteractiveenvironment.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/smlinteractiveenvironment.cpp.old2 Modified : /trunk/OMNotebook/OMNotebookQT4/smlinteractiveenvironment.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/smlinteractiveenvironment.h.old2 Modified : /trunk/OMNotebook/OMNotebookQT4/smlsyntaxhighlighter.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/smlsyntaxhighlighter.cpp.old2 Modified : /trunk/OMNotebook/OMNotebookQT4/smlsyntaxhighlighter.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/smlsyntaxhighlighter.h.old2 Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.xml Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.xml.old Modified : /trunk/OMNotebook/OMNotebookQT4/syntax_highlighter.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/syntax_highlighter.hpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h.old Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp.old Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h.old Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/ReadMe.txt Modified : /trunk/OMNotebook/doxygen_config Modified : /trunk/OMNotebook/toFullForm.nb Modified : /trunk/OMShell/README.txt Modified : /trunk/OMShell/oms.qrc Modified : /trunk/OMShell/res.rc Modified : /trunk/OMShell/resource.h Modified : /trunk/OMShell/ui_OtherDlg.h Modified : /trunk/OSMC-License.txt Modified : /trunk/c_runtime/LICENSE Modified : /trunk/c_runtime/README Modified : /trunk/c_runtime/bigden.c Modified : /trunk/c_runtime/biglag.c Modified : /trunk/c_runtime/blaswrap.h Modified : /trunk/c_runtime/ddassl.c Modified : /trunk/c_runtime/dgesv_aux.c Modified : /trunk/c_runtime/dlamch.c Modified : /trunk/c_runtime/dlinpk.c Modified : /trunk/c_runtime/dogleg.c Modified : /trunk/c_runtime/dpmpar.c Modified : /trunk/c_runtime/enorm.c Modified : /trunk/c_runtime/fdjac1.c Modified : /trunk/c_runtime/fortran/ddassl.f Modified : /trunk/c_runtime/fortran/dpmpar.f Modified : /trunk/c_runtime/fortran/nelmead.f Modified : /trunk/c_runtime/hybrd1.c Modified : /trunk/c_runtime/hybrj.c Modified : /trunk/c_runtime/libf2c/README Modified : /trunk/c_runtime/libf2c/abort_.c Modified : /trunk/c_runtime/libf2c/arithchk.c Modified : /trunk/c_runtime/libf2c/backspac.c Modified : /trunk/c_runtime/libf2c/c_abs.c Modified : /trunk/c_runtime/libf2c/c_cos.c Modified : /trunk/c_runtime/libf2c/c_div.c Modified : /trunk/c_runtime/libf2c/c_exp.c Modified : /trunk/c_runtime/libf2c/c_log.c Modified : /trunk/c_runtime/libf2c/c_sin.c Modified : /trunk/c_runtime/libf2c/c_sqrt.c Modified : /trunk/c_runtime/libf2c/cabs.c Modified : /trunk/c_runtime/libf2c/close.c Modified : /trunk/c_runtime/libf2c/comptry.bat Modified : /trunk/c_runtime/libf2c/d_abs.c Modified : /trunk/c_runtime/libf2c/d_acos.c Modified : /trunk/c_runtime/libf2c/d_asin.c Modified : /trunk/c_runtime/libf2c/d_atan.c Modified : /trunk/c_runtime/libf2c/d_atn2.c Modified : /trunk/c_runtime/libf2c/d_cnjg.c Modified : /trunk/c_runtime/libf2c/d_cos.c Modified : /trunk/c_runtime/libf2c/d_cosh.c Modified : /trunk/c_runtime/libf2c/d_dim.c Modified : /trunk/c_runtime/libf2c/d_exp.c Modified : /trunk/c_runtime/libf2c/d_imag.c Modified : /trunk/c_runtime/libf2c/d_int.c Modified : /trunk/c_runtime/libf2c/d_lg10.c Modified : /trunk/c_runtime/libf2c/d_log.c Modified : /trunk/c_runtime/libf2c/d_mod.c Modified : /trunk/c_runtime/libf2c/d_nint.c Modified : /trunk/c_runtime/libf2c/d_prod.c Modified : /trunk/c_runtime/libf2c/d_sign.c Modified : /trunk/c_runtime/libf2c/d_sin.c Modified : /trunk/c_runtime/libf2c/d_sinh.c Modified : /trunk/c_runtime/libf2c/d_sqrt.c Modified : /trunk/c_runtime/libf2c/d_tan.c Modified : /trunk/c_runtime/libf2c/d_tanh.c Modified : /trunk/c_runtime/libf2c/derf_.c Modified : /trunk/c_runtime/libf2c/derfc_.c Modified : /trunk/c_runtime/libf2c/dfe.c Modified : /trunk/c_runtime/libf2c/dolio.c Modified : /trunk/c_runtime/libf2c/dtime_.c Modified : /trunk/c_runtime/libf2c/due.c Modified : /trunk/c_runtime/libf2c/ef1asc_.c Modified : /trunk/c_runtime/libf2c/ef1cmc_.c Modified : /trunk/c_runtime/libf2c/endfile.c Modified : /trunk/c_runtime/libf2c/erf_.c Modified : /trunk/c_runtime/libf2c/erfc_.c Modified : /trunk/c_runtime/libf2c/err.c Modified : /trunk/c_runtime/libf2c/etime_.c Modified : /trunk/c_runtime/libf2c/exit_.c Modified : /trunk/c_runtime/libf2c/f77_aloc.c Modified : /trunk/c_runtime/libf2c/f77vers.c Modified : /trunk/c_runtime/libf2c/fio.h Modified : /trunk/c_runtime/libf2c/fmt.c Modified : /trunk/c_runtime/libf2c/fmt.h Modified : /trunk/c_runtime/libf2c/fmtlib.c Modified : /trunk/c_runtime/libf2c/fp.h Modified : /trunk/c_runtime/libf2c/ftell64_.c Modified : /trunk/c_runtime/libf2c/ftell_.c Modified : /trunk/c_runtime/libf2c/getarg_.c Modified : /trunk/c_runtime/libf2c/getenv_.c Modified : /trunk/c_runtime/libf2c/h_abs.c Modified : /trunk/c_runtime/libf2c/h_dim.c Modified : /trunk/c_runtime/libf2c/h_dnnt.c Modified : /trunk/c_runtime/libf2c/h_indx.c Modified : /trunk/c_runtime/libf2c/h_len.c Modified : /trunk/c_runtime/libf2c/h_mod.c Modified : /trunk/c_runtime/libf2c/h_nint.c Modified : /trunk/c_runtime/libf2c/h_sign.c Modified : /trunk/c_runtime/libf2c/hl_ge.c Modified : /trunk/c_runtime/libf2c/hl_gt.c Modified : /trunk/c_runtime/libf2c/hl_le.c Modified : /trunk/c_runtime/libf2c/hl_lt.c Modified : /trunk/c_runtime/libf2c/i77vers.c Modified : /trunk/c_runtime/libf2c/i_abs.c Modified : /trunk/c_runtime/libf2c/i_dim.c Modified : /trunk/c_runtime/libf2c/i_dnnt.c Modified : /trunk/c_runtime/libf2c/i_indx.c Modified : /trunk/c_runtime/libf2c/i_len.c Modified : /trunk/c_runtime/libf2c/i_mod.c Modified : /trunk/c_runtime/libf2c/i_nint.c Modified : /trunk/c_runtime/libf2c/i_sign.c Modified : /trunk/c_runtime/libf2c/iargc_.c Modified : /trunk/c_runtime/libf2c/iio.c Modified : /trunk/c_runtime/libf2c/ilnw.c Modified : /trunk/c_runtime/libf2c/inquire.c Modified : /trunk/c_runtime/libf2c/l_ge.c Modified : /trunk/c_runtime/libf2c/l_gt.c Modified : /trunk/c_runtime/libf2c/l_le.c Modified : /trunk/c_runtime/libf2c/l_lt.c Modified : /trunk/c_runtime/libf2c/lbitbits.c Modified : /trunk/c_runtime/libf2c/lbitshft.c Modified : /trunk/c_runtime/libf2c/lio.h Modified : /trunk/c_runtime/libf2c/lread.c Modified : /trunk/c_runtime/libf2c/lwrite.c Modified : /trunk/c_runtime/libf2c/main.c Modified : /trunk/c_runtime/libf2c/makefile.vc Modified : /trunk/c_runtime/libf2c/open.c Modified : /trunk/c_runtime/libf2c/pow_ci.c Modified : /trunk/c_runtime/libf2c/pow_dd.c Modified : /trunk/c_runtime/libf2c/pow_di.c Modified : /trunk/c_runtime/libf2c/pow_hh.c Modified : /trunk/c_runtime/libf2c/pow_ii.c Modified : /trunk/c_runtime/libf2c/pow_qq.c Modified : /trunk/c_runtime/libf2c/pow_ri.c Modified : /trunk/c_runtime/libf2c/pow_zi.c Modified : /trunk/c_runtime/libf2c/pow_zz.c Modified : /trunk/c_runtime/libf2c/qbitbits.c Modified : /trunk/c_runtime/libf2c/qbitshft.c Modified : /trunk/c_runtime/libf2c/r_abs.c Modified : /trunk/c_runtime/libf2c/r_acos.c Modified : /trunk/c_runtime/libf2c/r_asin.c Modified : /trunk/c_runtime/libf2c/r_atan.c Modified : /trunk/c_runtime/libf2c/r_atn2.c Modified : /trunk/c_runtime/libf2c/r_cnjg.c Modified : /trunk/c_runtime/libf2c/r_cos.c Modified : /trunk/c_runtime/libf2c/r_cosh.c Modified : /trunk/c_runtime/libf2c/r_dim.c Modified : /trunk/c_runtime/libf2c/r_exp.c Modified : /trunk/c_runtime/libf2c/r_imag.c Modified : /trunk/c_runtime/libf2c/r_int.c Modified : /trunk/c_runtime/libf2c/r_lg10.c Modified : /trunk/c_runtime/libf2c/r_log.c Modified : /trunk/c_runtime/libf2c/r_mod.c Modified : /trunk/c_runtime/libf2c/r_nint.c Modified : /trunk/c_runtime/libf2c/r_sign.c Modified : /trunk/c_runtime/libf2c/r_sin.c Modified : /trunk/c_runtime/libf2c/r_sinh.c Modified : /trunk/c_runtime/libf2c/r_sqrt.c Modified : /trunk/c_runtime/libf2c/r_tan.c Modified : /trunk/c_runtime/libf2c/r_tanh.c Modified : /trunk/c_runtime/libf2c/rawio.h Modified : /trunk/c_runtime/libf2c/rdfmt.c Modified : /trunk/c_runtime/libf2c/rewind.c Modified : /trunk/c_runtime/libf2c/rsfe.c Modified : /trunk/c_runtime/libf2c/rsli.c Modified : /trunk/c_runtime/libf2c/rsne.c Modified : /trunk/c_runtime/libf2c/s_cat.c Modified : /trunk/c_runtime/libf2c/s_cmp.c Modified : /trunk/c_runtime/libf2c/s_copy.c Modified : /trunk/c_runtime/libf2c/s_paus.c Modified : /trunk/c_runtime/libf2c/s_rnge.c Modified : /trunk/c_runtime/libf2c/s_stop.c Modified : /trunk/c_runtime/libf2c/scomptry.bat Modified : /trunk/c_runtime/libf2c/sfe.c Modified : /trunk/c_runtime/libf2c/sig_die.c Modified : /trunk/c_runtime/libf2c/signal_.c Modified : /trunk/c_runtime/libf2c/signbit.c Modified : /trunk/c_runtime/libf2c/sue.c Modified : /trunk/c_runtime/libf2c/system_.c Modified : /trunk/c_runtime/libf2c/typesize.c Modified : /trunk/c_runtime/libf2c/uio.c Modified : /trunk/c_runtime/libf2c/uninit.c Modified : /trunk/c_runtime/libf2c/util.c Modified : /trunk/c_runtime/libf2c/wref.c Modified : /trunk/c_runtime/libf2c/wrtfmt.c Modified : /trunk/c_runtime/libf2c/wsfe.c Modified : /trunk/c_runtime/libf2c/wsle.c Modified : /trunk/c_runtime/libf2c/wsne.c Modified : /trunk/c_runtime/libf2c/xwsne.c Modified : /trunk/c_runtime/libf2c/z_abs.c Modified : /trunk/c_runtime/libf2c/z_cos.c Modified : /trunk/c_runtime/libf2c/z_div.c Modified : /trunk/c_runtime/libf2c/z_exp.c Modified : /trunk/c_runtime/libf2c/z_log.c Modified : /trunk/c_runtime/libf2c/z_sin.c Modified : /trunk/c_runtime/libf2c/z_sqrt.c Modified : /trunk/c_runtime/lsame.c Modified : /trunk/c_runtime/nelmead.c Modified : /trunk/c_runtime/newuoa.c Modified : /trunk/c_runtime/newuob.c Modified : /trunk/c_runtime/qform.c Modified : /trunk/c_runtime/qrfac.c Modified : /trunk/c_runtime/r1mpyq.c Modified : /trunk/c_runtime/r1updt.c Modified : /trunk/c_runtime/sendData/include/QBuffer Modified : /trunk/c_runtime/sendData/include/QByteArray Modified : /trunk/c_runtime/sendData/include/QColor Modified : /trunk/c_runtime/sendData/include/QDataStream Modified : /trunk/c_runtime/sendData/include/QDir Modified : /trunk/c_runtime/sendData/include/QFile Modified : /trunk/c_runtime/sendData/include/QProcess Modified : /trunk/c_runtime/sendData/include/QString Modified : /trunk/c_runtime/sendData/include/QTemporaryFile Modified : /trunk/c_runtime/sendData/include/QTextStream Modified : /trunk/c_runtime/sendData/include/QThread Modified : /trunk/c_runtime/sendData/include/QVariant Modified : /trunk/c_runtime/sendData/include/QVector Modified : /trunk/c_runtime/sendData/include/QtCore/qalgorithms.h Modified : /trunk/c_runtime/sendData/include/QtCore/qatomic.h Modified : /trunk/c_runtime/sendData/include/QtCore/qatomic_arch.h Modified : /trunk/c_runtime/sendData/include/QtCore/qatomic_windows.h Modified : /trunk/c_runtime/sendData/include/QtCore/qbuffer.h Modified : /trunk/c_runtime/sendData/include/QtCore/qbytearray.h Modified : /trunk/c_runtime/sendData/include/QtCore/qchar.h Modified : /trunk/c_runtime/sendData/include/QtCore/qcolor.h Modified : /trunk/c_runtime/sendData/include/QtCore/qconfig.h Modified : /trunk/c_runtime/sendData/include/QtCore/qdatastream.h Modified : /trunk/c_runtime/sendData/include/QtCore/qdebug.h Modified : /trunk/c_runtime/sendData/include/QtCore/qdir.h Modified : /trunk/c_runtime/sendData/include/QtCore/qfeatures.h Modified : /trunk/c_runtime/sendData/include/QtCore/qfile.h Modified : /trunk/c_runtime/sendData/include/QtCore/qfileinfo.h Modified : /trunk/c_runtime/sendData/include/QtCore/qglobal.h Modified : /trunk/c_runtime/sendData/include/QtCore/qhash.h Modified : /trunk/c_runtime/sendData/include/QtCore/qiodevice.h Modified : /trunk/c_runtime/sendData/include/QtCore/qiterator.h Modified : /trunk/c_runtime/sendData/include/QtCore/qlist.h Modified : /trunk/c_runtime/sendData/include/QtCore/qmap.h Modified : /trunk/c_runtime/sendData/include/QtCore/qmetatype.h Modified : /trunk/c_runtime/sendData/include/QtCore/qnamespace.h Modified : /trunk/c_runtime/sendData/include/QtCore/qobject.h Modified : /trunk/c_runtime/sendData/include/QtCore/qobjectdefs.h Modified : /trunk/c_runtime/sendData/include/QtCore/qpair.h Modified : /trunk/c_runtime/sendData/include/QtCore/qplatformdefs.h Modified : /trunk/c_runtime/sendData/include/QtCore/qprocess.h Modified : /trunk/c_runtime/sendData/include/QtCore/qregexp.h Modified : /trunk/c_runtime/sendData/include/QtCore/qset.h Modified : /trunk/c_runtime/sendData/include/QtCore/qsettings.h Modified : /trunk/c_runtime/sendData/include/QtCore/qstring.h Modified : /trunk/c_runtime/sendData/include/QtCore/qstringlist.h Modified : /trunk/c_runtime/sendData/include/QtCore/qstringlistmodel.h Modified : /trunk/c_runtime/sendData/include/QtCore/qstringmatcher.h Modified : /trunk/c_runtime/sendData/include/QtCore/qtemporaryfile.h Modified : /trunk/c_runtime/sendData/include/QtCore/qtextstream.h Modified : /trunk/c_runtime/sendData/include/QtCore/qthread.h Modified : /trunk/c_runtime/sendData/include/QtCore/qvariant.h Modified : /trunk/c_runtime/sendData/include/QtCore/qvector.h Modified : /trunk/c_runtime/sendData/include/QtGui/qrgb.h Modified : /trunk/c_runtime/sendData/include/QtNetwork/QHostAddress Modified : /trunk/c_runtime/sendData/include/QtNetwork/QTcpSocket Modified : /trunk/c_runtime/sendData/include/QtNetwork/qabstractsocket.h Modified : /trunk/c_runtime/sendData/include/QtNetwork/qhostaddress.h Modified : /trunk/c_runtime/sendData/include/QtNetwork/qtcpsocket.h Modified : /trunk/c_runtime/sendData/sendData.pro Modified : /trunk/c_runtime/sendData/sendData.vcproj Modified : /trunk/c_runtime/trsapp.c Modified : /trunk/c_runtime/update.c Modified : /trunk/doc/OpenModelica Project Online.url Modified : /trunk/doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex Modified : /trunk/flat_modelica_parser/README Modified : /trunk/modelica_parser/LICENSE Modified : /trunk/modelica_parser/src/parse_tree_dumper.hpp Modified : /trunk/modelica_parser/test/lexer/Makefile.in Modified : /trunk/modelica_parser/test/lexer/Makefile.win Modified : /trunk/modelica_parser/test/lexer/test_lexer.cpp Modified : /trunk/modelica_parser/test/lexer/testfiles/testmlcomment1.in.txt Modified : /trunk/modelica_parser/test/lexer/testone.bat Modified : /trunk/modelica_parser/test/parser/Makefile.in Modified : /trunk/modelica_parser/test/parser/Makefile.win Modified : /trunk/modelica_parser/test/parser/test_parser.cpp Modified : /trunk/modelica_parser/test/parser/testfiles/test1.in.mo Modified : /trunk/modelica_parser/test/parser/testfiles/test2.in.mo Modified : /trunk/modelica_parser/test/parser/testone.bat Modified : /trunk/mosh/LICENSE Modified : /trunk/mosh/build/Makefile.single Modified : /trunk/mosh/build/main.c Modified : /trunk/mosh/src/Makefile.omdev.mingw Modified : /trunk/mosh/src/runtime/main.cpp Modified : /trunk/mosh/src/runtime/modelica_array.cpp Modified : /trunk/mosh/src/runtime/modelica_array.hpp Modified : /trunk/mosh/src/runtime/numerical_array.hpp Modified : /trunk/testsuite/meta/compilelog.txt Modified : /trunk/testsuite/mofiles/msl/README.TXT Modified : /trunk/testsuite/mosfiles/ExtObj.c Modified : /trunk/testsuite/mosfiles/ExtObj.h Modified : /trunk/testsuite/mosfiles/ExternalFunc1.c Modified : /trunk/testsuite/mosfiles/ExternalFunc1_ext.h Modified : /trunk/testsuite/mosfiles/ExternalFunc2.c Modified : /trunk/testsuite/mosfiles/ExternalFunc2.h Modified : /trunk/testsuite/mosfiles/Func.c Modified : /trunk/testsuite/mosfiles/Func.h Modified : /trunk/testsuite/mosfiles/testTables.txt Modified : /trunk/testsuite/mosfiles/testTables2.txt Modified : /trunk/testsuite/mytest/Makefile Modified : /trunk/tools/Makefile.in Modified : /trunk/tools/OMCMonitor/LICENSE.txt Modified : /trunk/tools/OMCMonitor/OMCMonitor.c Modified : /trunk/tools/OMCMonitor/OMCMonitor.h Modified : /trunk/tools/OMCMonitor/OMCMonitor.rc Modified : /trunk/tools/OMCMonitor/OMCMonitor.sln Modified : /trunk/tools/OMCMonitor/OMCMonitor.vcproj Modified : /trunk/tools/OMCMonitor/resource.h Modified : /trunk/tools/rml2mod/.externalToolBuilders/Make.launch Modified : /trunk/tools/rml2mod/.project Modified : /trunk/tools/rml2mod/Makefile Modified : /trunk/tools/rml2mod/absyn.rml Modified : /trunk/tools/rml2mod/defs.h Modified : /trunk/tools/rml2mod/dictionary.rml Modified : /trunk/tools/rml2mod/external.c Modified : /trunk/tools/rml2mod/external.rml Modified : /trunk/tools/rml2mod/lexer.c Modified : /trunk/tools/rml2mod/loadprogramdb.c Modified : /trunk/tools/rml2mod/loadprogramdb.rml Modified : /trunk/tools/rml2mod/lookup.rml Modified : /trunk/tools/rml2mod/main.rml Modified : /trunk/tools/rml2mod/moddump.rml Modified : /trunk/tools/rml2mod/modrefactor.rml Modified : /trunk/tools/rml2mod/modrefactortypes.rml Modified : /trunk/tools/rml2mod/parser.y Modified : /trunk/tools/rml2mod/print.rml Modified : /trunk/tools/rml2mod/rml-db-parse.y Modified : /trunk/tools/rml2mod/rml-db-scan.l Modified : /trunk/tools/rml2mod/rml2mmod/rml2mmod.sln Modified : /trunk/tools/rml2mod/rmldump.rml Modified : /trunk/tools/rml2mod/rmlrefactor.rml Modified : /trunk/tools/rml2mod/rmltomod.rml Modified : /trunk/tools/rml2mod/scanparse.c Modified : /trunk/tools/rml2mod/scanparse.rml Modified : /trunk/tools/rml2mod/test.rml Modified : /trunk/tools/rml2mod/test2.rml Modified : /trunk/tools/rml2mod/util.rml Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaLexer.cpp Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaLexer.hpp Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXML.cpp Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXml.h Modified : /trunk/tools/xml/flatmodelicaxml/Makefile Modified : /trunk/tools/xml/flatmodelicaxml/ModelicaXMLUtilities.cpp Modified : /trunk/tools/xml/flatmodelicaxml/ModelicaXMLUtilities.hpp Modified : /trunk/tools/xml/flatmodelicaxml/MyAST.h Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.g Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.cpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.g Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt Modified : /trunk/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp Modified : /trunk/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt Modified : /trunk/tools/xml/flatmodelicaxml/parse_tree_dumper.cpp Modified : /trunk/tools/xml/flatmodelicaxml/parse_tree_dumper.hpp Modified : /trunk/tools/xml/flatmodelicaxml/test.cpp Modified : /trunk/tools/xml/flatmodelicaxml/walker.g Modified : /trunk/tools/xml/modelicaxml/Makefile Modified : /trunk/tools/xml/modelicaxml/Makefile.cygwin Modified : /trunk/tools/xml/modelicaxml/Makefile_parser Modified : /trunk/tools/xml/modelicaxml/Makefile_parser.cygwin Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.cpp Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.h Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.sln Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.vcproj Modified : /trunk/tools/xml/modelicaxml/ModelicaXMLUtilities.cpp Modified : /trunk/tools/xml/modelicaxml/ModelicaXMLUtilities.hpp Modified : /trunk/tools/xml/modelicaxml/MyAST.h Modified : /trunk/tools/xml/modelicaxml/README.txt Modified : /trunk/tools/xml/modelicaxml/dirwalk.cpp Modified : /trunk/tools/xml/modelicaxml/dirwalk.h Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.hpp Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.g Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parser.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_parser.g Modified : /trunk/tools/xml/modelicaxml/modelica_parser.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/modelicaxml-v2.dtd Modified : /trunk/tools/xml/modelicaxml/parse_tree_dumper.cpp Modified : /trunk/tools/xml/modelicaxml/parse_tree_dumper.hpp Modified : /trunk/tools/xml/modelicaxml/test.cpp Modified : /trunk/tools/xml/modelicaxml/token_names.cpp Modified : /trunk/tools/xml/modelicaxml/token_names.hpp Modified : /trunk/tools/xml/modelicaxml/walker.g Revision: 3731 Author: dietmarw Date: 17:14:00, den 1 november 2008 Message: Another update of the instruction on newer gcc versions. (It's not only Ubuntu 8.10 that might have the problem.) From: Dietmar Winkler ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3730 Author: dietmarw Date: 17:13:51, den 1 november 2008 Message: Merge branch 'myCorrections' From: Dietmar Winkler ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3729 Author: adrpo Date: 10:44:26, den 1 november 2008 Message: - rml2sig is not needed! ---- Modified : /trunk/Makefile.in Revision: 3727 Author: adrpo Date: 15:50:05, den 31 oktober 2008 Message: - in Ubuntu 8.10 we have the antlr package. - I changed the note to mention newer gcc compilers if you compile antlr from source. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3726 Author: adrpo Date: 14:38:55, den 31 oktober 2008 Message: - had to rename build/lib/libQt[NAME].a to build/lib/libQt[NAME]-mingw.a so that they don't interfere with Linux Qt libs. - added the new libQt*-mingw.a to the setup project Setup.vdproj ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 3725 Author: adrpo Date: 13:45:33, den 31 oktober 2008 Message: - renamed OMNotebook/OMNotebookQT4/trunk.pro to OMNotebook.pro - more modifications to Qt projects to get rid of hardcoded paths ---- Added : /trunk/OMNotebook/OMNotebookQT4/OMNotebook.pro (Copy from path: /trunk/OMNotebook/OMNotebookQT4/trunk.pro, Revision, 3724) Deleted : /trunk/OMNotebook/OMNotebookQT4/trunk.pro Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMNotebook/ext/ext.pro Modified : /trunk/OMShell/Makefile Modified : /trunk/OMShell/OMShell.pro Revision: 3724 Author: adrpo Date: 09:45:23, den 31 oktober 2008 Message: - had to rename build/lib/libQt[NAME].a to build/lib/libQt[NAME]-mingw.a so that they don't interfere with Linux Qt libs. - changed ext.vcproj and trunk.vcproj to copy the executables and *.xml to build/bin - new OMNotebook.exe and ext.exe ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/res.aps Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.ui Modified : /trunk/OMNotebook/ext/ext.vcproj Modified : /trunk/OMNotebook/ext/release/ext.exe Added : /trunk/build/lib/libQtCore-mingw.a (Copy from path: /trunk/build/lib/libQtCore.a, Revision, 3723) Deleted : /trunk/build/lib/libQtCore.a Added : /trunk/build/lib/libQtGui-mingw.a (Copy from path: /trunk/build/lib/libQtGui.a, Revision, 3723) Deleted : /trunk/build/lib/libQtGui.a Added : /trunk/build/lib/libQtNetwork-mingw.a (Copy from path: /trunk/build/lib/libQtNetwork.a, Revision, 3723) Deleted : /trunk/build/lib/libQtNetwork.a Revision: 3723 Author: adrpo Date: 09:01:14, den 31 oktober 2008 Message: - added target qtclients to build OMNotebook/OMShell/ext in Makefile.in (Makefile) - fixed a warning in mosh/src/mosh.cpp - added more documentation on how to compile the new Qt plotting and 3D functionality in README.Cygwin.or.Linux.txt ---- Modified : /trunk/Makefile.in Modified : /trunk/OMNotebook/ext/Makefile Modified : /trunk/OMShell/Makefile Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/mosh/src/mosh.cpp Revision: 3722 Author: adrpo Date: 07:21:27, den 31 oktober 2008 Message: - fixes of OMShell, ext and OMNotebook for Linux (Ubuntu 8.10) + a lot of #include were needed + updates in *.pro on how coin-config and soqt-config are used ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.pro Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/ext/ext.pro Modified : /trunk/OMShell/Makefile Revision: 3721 Author: adrpo Date: 07:04:36, den 31 oktober 2008 Message: - add the Linux Makefile for ext (the external Qt plot window) ---- Added : /trunk/OMNotebook/ext/Makefile Revision: 3720 Author: adrpo Date: 06:59:24, den 31 oktober 2008 Message: - use `mico-config --libs` instead of directly specifying the libs ---- Modified : /trunk/OMShell/OMShell.pro Revision: 3719 Author: adrpo Date: 06:55:28, den 31 oktober 2008 Message: - Fixes for Linux warning (Ubuntu 8.10) ---- Modified : /trunk/testsuite/mosfiles/ExtObj.c Revision: 3718 Author: adrpo Date: 02:46:52, den 31 oktober 2008 Message: - due to a cleanup of the C headers in various GCC compilers we need more includes - #include added - thanks go to Dietmar Winkler for reporting this. From: Dietmar Winkler That seems to be a result of GCC4.3 (as installed with Ubuntu Intrepid). They made quite a bit of clean up and thus: http://en.opensuse.org/GCC_4.3_Transition#Missing_Includes ---- Modified : /trunk/Compiler/runtime/ptolemyio.cpp Revision: 3717 Author: adrpo Date: 12:17:05, den 29 oktober 2008 Message: - small change in the data sending. ---- Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 3716 Author: adrpo Date: 13:38:15, den 25 oktober 2008 Message: - the damn Qt doesn't have the same behavior on Linux vs. Windows! - added include for QTemporaryFile - changed the waitForConnected(-1) to waitForConnected(5000) ---- Added : /trunk/c_runtime/sendData/include/QTemporaryFile Added : /trunk/c_runtime/sendData/include/QtCore/qtemporaryfile.h Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 3715 Author: adrpo Date: 12:53:04, den 25 oktober 2008 Message: - Linux modifications to sendData & Qt plotting ---- Modified : /trunk/Examples/3D_BouncingBall.onb Modified : /trunk/Examples/sim_BouncingBall.mos Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/ext/ext.pro Modified : /trunk/OMShell/Makefile Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/sendData/sendData.pro Revision: 3714 Author: adrpo Date: 12:50:41, den 25 oktober 2008 Message: - added some visualization scripts ---- Added : /trunk/Examples/visualize_3D_BouncingBall.mo Added : /trunk/Examples/visualize_3D_BouncingBall.mos Revision: 3713 Author: adrpo Date: 05:17:03, den 25 oktober 2008 Message: - got rid of -D DEBUG flag from the Linux Makefiles of parsers. ---- Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/src/Makefile.in Revision: 3712 Author: adrpo Date: 05:05:01, den 25 oktober 2008 Message: - update to Linux makefiles -O3 instead of -g for parsing and omc runtime. ---- Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/src/Makefile.in Revision: 3711 Author: adrpo Date: 04:37:52, den 25 oktober 2008 Message: - update to makefiles + got rid of $OSTYPE (as we already have different makefiles for MinGW and Linux) + added -ftrace for Linux for easier testing + updated the Qt libs for Linux ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 3710 Author: adrpo Date: 04:09:13, den 25 oktober 2008 Message: - fixes for sendData.* on Linux ---- Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Revision: 3709 Author: adrpo Date: 04:02:57, den 25 oktober 2008 Message: - added "test" and "testmos" targets to the Linux Makefile.in. it was present in the windows mingw makefiles since some years now. ---- Modified : /trunk/Makefile.in Revision: 3708 Author: adrpo Date: 03:02:26, den 25 oktober 2008 Message: - seems that on some Linux distros (Fedora, Debian, ??) there was a problem with malloc not being defined. i added now stdlib include to the needed files. ---- Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/simulation_init.h Revision: 3707 Author: adrpo Date: 02:57:42, den 24 oktober 2008 Message: - modification of sendData library to: + make it work better for Linux & MacOS + improve the stability of starting the external plot viewer ---- Modified : /trunk/c_runtime/sendData/Makefile.Release.mingw Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/simulation_runtime.h Revision: 3706 Author: adrpo Date: 09:33:07, den 21 oktober 2008 Message: - fixed the broken +d=failtrace debugging facility - fixed bug http://openmodelica.ida.liu.se:8080/cb/issue/1022 pointed out by Alexander.Roehnsch dlr de. Thanks! External function with no input parameters do not typecheck! ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 3705 Author: dietmarw Date: 12:25:24, den 20 oktober 2008 Message: Documentation: updated example session, closes Task [# 1014]. From: Dietmar Winkler ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3704 Author: dietmarw Date: 12:24:44, den 20 oktober 2008 Message: updated documentation (MICO Corba libs are automatically set as of r3668), some minor typos fixed From: Dietmar Winkler ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3702 Author: adrpo Date: 06:39:57, den 20 oktober 2008 Message: moved the osxinstaller to /installers ---- Added : /installers/osxinstaller (Copy from path: /trunk/osxinstaller, Revision, 3701) Deleted : /trunk/osxinstaller Revision: 3700 Author: ericmeyers Date: 02:19:33, den 20 oktober 2008 Message: added OS X installer binary. self executing disk image containing installer pkg file ---- Added : /trunk/osxinstaller Added : /trunk/osxinstaller/OpenModelica145.dmg Revision: 3699 Author: ericmeyers Date: 17:47:13, den 19 oktober 2008 Message: - find readline on OS X (configure) - added VisualizationWidget to the ext project pro file - neutered the SoQt stuff on OSX until we get it working - added -framework Carbon and -lz to systemimpl for OS X compatibilty with Qt ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Modified : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/ext/ext.pro Modified : /trunk/configure Revision: 3698 Author: adrpo Date: 14:38:26, den 18 oktober 2008 Message: - switched all plot<->plot2 - switched all plotParameteric<->plotParametric2 - now val(var, integer) works! ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Modified : /trunk/OMNotebook/ext/release/ext.exe Revision: 3697 Author: adrpo Date: 10:31:16, den 17 oktober 2008 Message: - workaround for the crash on exit when running on Windows Vista ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 3694 Author: adrpo Date: 01:02:03, den 16 oktober 2008 Message: - minor correction to DAEQuery.mo (missed a ";") in when equations. ---- Modified : /trunk/Compiler/DAEQuery.mo Revision: 3693 Author: adrpo Date: 00:39:04, den 16 oktober 2008 Message: - fixed the problem with the order of equations in DAEQuery.mo ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAEQuery.mo Revision: 3691 Author: adrpo Date: 05:37:58, den 14 oktober 2008 Message: - fixes for Visual Studio debugging - added debug_print in internal.c ---- Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/internal.c Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Revision: 3686 Author: dietmarw Date: 20:38:32, den 11 oktober 2008 Message: Update and clean up of the Linux readme: * cleaner indentation * use aptitude instead of apt-get (better dependency tracking and installed by default anyway) * mark bash command lines with the bash sign '$' * Ubuntu version updated to 8.04 From: Dietmar Winkler ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3682 Author: adrpo Date: 16:06:15, den 8 oktober 2008 Message: - just dummy model code to be able to compile c_runtime.lib with Visual Studio ---- Added : /trunk/c_runtime/dummy_model.cpp Added : /trunk/c_runtime/dummy_model_functions.cpp Revision: 3681 Author: donida Date: 17:52:55, den 7 oktober 2008 Message: Refactoring of the dumpXMLDAE method in Ceval.mo and Static.mo ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Revision: 3679 Author: donida Date: 11:50:27, den 3 oktober 2008 Message: Initiailization of the OSTYP and OS_MSYS variables was not done. Fixed. ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Revision: 3678 Author: adrpo Date: 03:56:16, den 3 oktober 2008 Message: - added Microsoft.VC90.CRT.manifest which is needed for Windows Vista as it doesn't start OMShell or OMNotebook without it... manifest crap! ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Added : /trunk/Compiler/VC7/Setup/bin/Microsoft.VC90.CRT.manifest Revision: 3677 Author: adrpo Date: 02:22:31, den 3 oktober 2008 Message: - got rid of ";" at the end of simulate and visualize commands so that we get some meaningful output. ---- Modified : /trunk/Examples/3D_BouncingBall.onb Modified : /trunk/Examples/3D_MyPendulum.onb Revision: 3676 Author: adrpo Date: 02:16:05, den 3 oktober 2008 Message: - Linux fixes for OMNotebook to include the new 3D visualization package based on SoQt and Coin3D. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.pro Revision: 3675 Author: adrpo Date: 02:05:44, den 3 oktober 2008 Message: - Linux fixes for SimulationData.h (wrong case in imports!) ---- Modified : /trunk/OMNotebook/3Dpkg/SimulationData.h Revision: 3674 Author: adrpo Date: 01:37:12, den 3 oktober 2008 Message: moved to the old repository: https://openmodelica.ida.liu.se/svn/OpenModelica/old ---- Added : /old/WinMosh_QT4 (Copy from path: /trunk/WinMosh_QT4, Revision, 3673) Deleted : /trunk/WinMosh_QT4 Revision: 3673 Author: adrpo Date: 01:36:21, den 3 oktober 2008 Message: moved to the old repository: https://openmodelica.ida.liu.se/svn/OpenModelica/old ---- Added : /old/WinMosh (Copy from path: /trunk/WinMosh, Revision, 3672) Deleted : /trunk/WinMosh Revision: 3672 Author: adrpo Date: 01:35:52, den 3 oktober 2008 Message: moved to the old repository: https://openmodelica.ida.liu.se/svn/OpenModelica/old ---- Added : /old/OMNotebook_QT3 (Copy from path: /trunk/OMNotebook_QT3, Revision, 3671) Deleted : /trunk/OMNotebook_QT3 Revision: 3671 Author: adrpo Date: 01:35:18, den 3 oktober 2008 Message: moved to the old repository: https://openmodelica.ida.liu.se/svn/OpenModelica/old/pde ---- Deleted : /trunk/pde Revision: 3668 Author: adrpo Date: 01:14:47, den 3 oktober 2008 Message: - Linux fixes to detect MICO Corba libraries automatically using mico-config --libs - Updated README.Cygwin.or.Linux.txt and explain that MICO executables need to be in the PATH ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3667 Author: adrpo Date: 00:25:07, den 3 oktober 2008 Message: - fixes in the Linux/Mac/Solaris/*nix part ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 3666 Author: adrpo Date: 21:30:41, den 2 oktober 2008 Message: - updated the READMEs due to changes to: + upgrades of all solutions and projects to MSVC 2008 + upgrades of OMDev package to GCC 3.4.5 and MICO Corba 2.3.13 - got rid of some deprecated compiler/linker flags in Makefile.w32 due to MSVC 2008 upgrade - added package documentation as comment to XMLDump.mo ---- Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/XMLDump.mo Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/README-BUILD-RELEASE.txt Modified : /trunk/README-WIN32.txt Revision: 3665 Author: adrpo Date: 21:26:16, den 2 oktober 2008 Message: - YOU WILL NEED THE NEW OMDev AND MSVC 2008 TO BUILD THE RELEASE OMDev: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/ - upgraded the entire OMC solution OpenModelica\Compiler\VC7\omc\omc.sln to MSVC 2008 + got rid of some deprecated compiler flags + changed from mico2311.lib to mico2313.lib - Changes to the Setup project + added the new GCC 3.4.5 and removed GCC 3.4.4 + added the new Qt 4.4.2 DLLs needed by OMNotebook + added Coin3D and SoQt DLLs needed by the new OMNotebook 3D visualization + added the new MSVC 2008 DLLs and removed the old MSVC 2003 DLLs + added SimpleVisual.mo to the ModelicaLib.tar.gz + the lib directory of the OpenModelica release directory now contains c_runtime.lib - added the old gcc-3.4.4.tar.gz just in case we will need it later ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/VC7/antlr/Makefile.win32 Modified : /trunk/Compiler/VC7/libf2c.vcproj Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Added : /trunk/Compiler/VC7/Setup/bin/QtCore4.dll Added : /trunk/Compiler/VC7/Setup/bin/QtGui4.dll Added : /trunk/Compiler/VC7/Setup/bin/QtNetwork4.dll Added : /trunk/Compiler/VC7/Setup/bin/QtOpenGL4.dll Added : /trunk/Compiler/VC7/Setup/bin/QtXml4.dll Deleted : /trunk/Compiler/VC7/Setup/bin/atl71.dll Added : /trunk/Compiler/VC7/Setup/bin/coin3.dll Deleted : /trunk/Compiler/VC7/Setup/bin/comdlg32.dll Deleted : /trunk/Compiler/VC7/Setup/bin/mfc71.dll Deleted : /trunk/Compiler/VC7/Setup/bin/mfc71u.dll Deleted : /trunk/Compiler/VC7/Setup/bin/mico2311.dll Added : /trunk/Compiler/VC7/Setup/bin/mico2313.dll Deleted : /trunk/Compiler/VC7/Setup/bin/msvcp71.dll Added : /trunk/Compiler/VC7/Setup/bin/msvcp90.dll Deleted : /trunk/Compiler/VC7/Setup/bin/msvcr71.dll Added : /trunk/Compiler/VC7/Setup/bin/msvcr90.dll Deleted : /trunk/Compiler/VC7/Setup/bin/msvcrt.dll Added : /trunk/Compiler/VC7/Setup/bin/soqt1.dll Modified : /trunk/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz Added : /trunk/Compiler/VC7/Setup/zips/mingw-3.4.4.tar.gz (Copy from path: /trunk/Compiler/VC7/Setup/zips/mingw.tar.gz, Revision, 3653) Deleted : /trunk/Compiler/VC7/Setup/zips/mingw.tar.gz Added : /trunk/Compiler/VC7/Setup/zips/mingw-3.4.5.tar.gz Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.vcproj Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Modified : /trunk/Compiler/VC7/omc/omc.sln Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Revision: 3664 Author: adrpo Date: 21:16:41, den 2 oktober 2008 Message: - updated the -lmico2311 to -lmico2313 as I updated the OMDev package with the new MICO Corba 2.3.13 ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 3663 Author: adrpo Date: 21:15:48, den 2 oktober 2008 Message: - the new MICO Corba 2.3.13 generates includes like instead of "omc_communication.h", that's why I updated the includes in the Makefiles ---- Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Revision: 3662 Author: adrpo Date: 21:14:14, den 2 oktober 2008 Message: - updated the PATH setting in Compile.bat to the new GCC 3.4.5 as is needed by Windows Vista ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 3661 Author: adrpo Date: 21:12:49, den 2 oktober 2008 Message: - copied options.cpp, options.h from OpenModelica/mosh to here to get rid of the dependency - small update to read_write.c ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Added : /trunk/c_runtime/options.cpp Added : /trunk/c_runtime/options.h Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/read_write.c Revision: 3660 Author: adrpo Date: 21:08:23, den 2 oktober 2008 Message: - added the new functionality that supports the 3D visualization in OMNotebook + new sendData functions in c_runtime + visualization API in Ceval.mo, Static.mo, Interactive.mo, Values.mo + new external functions in Compiler/runtime/, files ptolemyio.cpp and systemimpl.c ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/Values.mo Revision: 3659 Author: adrpo Date: 21:00:25, den 2 oktober 2008 Message: - updated the OMDev package GET IT HERE: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/ + from gcc 3.4.4 to gcc 3.4.5 + from mico 2.3.11 to mico 2.3.13 + all dlls and .a are now compiled with gcc 3.4.5 or msvc 2008 - changed Makefile.omdev.mingw to the new mico 2.3.13 ---- Modified : /trunk/Makefile.omdev.mingw Revision: 3658 Author: adrpo Date: 20:57:31, den 2 oktober 2008 Message: - deleted the Qt DLLs from here - moved the Qt 4.4.2, SoQt and Coin3D DLLs to OpenModelica\Compiler\VC7\Setup\bin ---- Deleted : /trunk/OMNotebook/OMNotebookQT4/Release/QtCore4.dll Deleted : /trunk/OMNotebook/OMNotebookQT4/Release/QtGui4.dll Deleted : /trunk/OMNotebook/OMNotebookQT4/Release/QtNetwork4.dll Deleted : /trunk/OMNotebook/OMNotebookQT4/Release/QtXml4.dll Revision: 3657 Author: adrpo Date: 20:55:46, den 2 oktober 2008 Message: - updated OMSNotebook solution to MSVC 2008 - added the new 3D package based on Coin3D - added and updated the Corba generated files to version MICO 2.3.13 - updated the readmes - fixed a problem with URL links not being valid in the new Qt 4.4.2 - fixed a bunch of bugs - moved the Qt 4.4.2, SoQt and Coin3D DLLs to OpenModelica\Compiler\VC7\Setup\bin ---- Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Modified : /trunk/OMNotebook/ext/ext.vcproj Added : /trunk/OMNotebook/3Dpkg Added : /trunk/OMNotebook/3Dpkg/SimulationData.cpp Added : /trunk/OMNotebook/3Dpkg/SimulationData.h Added : /trunk/OMNotebook/3Dpkg/VisualizationWidget.cpp Added : /trunk/OMNotebook/3Dpkg/VisualizationWidget.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Added : /trunk/OMNotebook/OMNotebookQT4/omc_communication.cc Added : /trunk/OMNotebook/OMNotebookQT4/omc_communication.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/ext/release/ext.exe Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Added : /trunk/OMNotebook/3Dpkg/3Dpkg.vcproj Modified : /trunk/OMNotebook/NotebookParser/NotebookParser.vcproj Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/ReadMe.txt Revision: 3656 Author: adrpo Date: 20:49:32, den 2 oktober 2008 Message: - updated OMShell project to MSVC 2008 - updated Corba generated files to version MICO 2.3.13 - updated the readmes ---- Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/OMS.sln Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/omc_communication.cc Modified : /trunk/OMShell/omc_communication.h Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Added : /trunk/OMShell/README.txt (Copy from path: /trunk/OMShell/README-UNIX.txt, Revision, 3653) Deleted : /trunk/OMShell/README-UNIX.txt Revision: 3655 Author: adrpo Date: 20:47:01, den 2 oktober 2008 Message: - added 3D examples that will work with the new OMNotebook ---- Added : /trunk/Examples/3D_BouncingBall.onb Added : /trunk/Examples/3D_MyPendulum.onb Revision: 3653 Author: ericmeyers Date: 01:23:16, den 1 oktober 2008 Message: changed model Test to model TestMe in the IFEquation testsuite. OS X HFS+ filesystem is case-insensitive and executing Test was actually executing /bin/test ---- Modified : /trunk/testsuite/mosfiles/IfEquation.mo Modified : /trunk/testsuite/mosfiles/IfEquation.mos Revision: 3652 Author: ericmeyers Date: 23:33:26, den 26 september 2008 Message: fixed gcc dynamic library compiler flags for OS X ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 3651 Author: donida Date: 16:00:59, den 26 september 2008 Message: The ö char was not correctly saved from Eclipse. Fixed. ---- Modified : /trunk/Compiler/XMLDump.mo Revision: 3650 Author: donida Date: 15:51:27, den 26 september 2008 Message: The header of the XMLDump.mo file has been changed according to the OSMC Public License. ---- Modified : /trunk/Compiler/XMLDump.mo Revision: 3649 Author: adrpo Date: 01:45:58, den 24 september 2008 Message: - added more files to the project ---- Modified : /trunk/Compiler/VC7/c_runtime.vcproj Revision: 3648 Author: adrpo Date: 12:42:47, den 23 september 2008 Message: - replaced the incorrect CloseHandle with correct FindClose - no more asserts when build with Visual Studio in debug mode. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 3647 Author: adrpo Date: 12:10:03, den 23 september 2008 Message: - additional fix for MetaModelica GC error found by MathCore ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gcuser-plain.c Revision: 3646 Author: adrpo Date: 15:24:20, den 22 september 2008 Message: - fixed a MetaModelica GC error found by MathCore (thanks!) ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gccore.c Revision: 3644 Author: adrpo Date: 07:34:14, den 16 september 2008 Message: - add -fPIC to the link flags for x86_64 bit architectures in systemimpl.c - updated Ceval.mo and DAEQuery.mo with the newest MATLAB export facility ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 3643 Author: donida Date: 18:29:59, den 15 september 2008 Message: Added package XMLDump and API function dumpXMLDAE to obtain flattened, index-reduced models in XML format ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Static.mo Added : /trunk/Compiler/XMLDump.mo Revision: 3639 Author: adrpo Date: 14:01:55, den 15 september 2008 Message: - added mk_bcon(double d) which returns true if d > 0 or false otherwise. ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml.h Revision: 3638 Author: donida Date: 11:17:38, den 14 september 2008 Message: Corrected error in getBindingsStr (returned a '-' when field empty) ---- Modified : /trunk/Compiler/DAE.mo Revision: 3637 Author: adrpo Date: 10:55:18, den 14 september 2008 Message: HUGE CHANGES THAT FIX A MEMORY LEAK AND REQUIRE A NEW OMDev: [http://www.ida.liu.se/~adrpo/omc/omdev/mingw/] or a new MMC/RML Compiler: [do an svn update] - Fixes for the memory leak + got rid of yacclib.c|h as this functionality is now present directly in mmc/rml + got rid of yacclib.h include in files: TaskGraphExt.cpp, TaskGraphExt_stub.cpp, corbaimpl.cpp, daeext.cpp, errorext.cpp, printimpl.c, ptolemyio.cpp, rtopts.c, settingsimpl.c, systemimpl.c - Changes to Visual Source projects to deal with fixes for the memory leak + pushed the new changes into rmlRuntime project + removed yacclib.c|h from the projects + small changes to the debug configuration of projects - Changed the default tolerance from 1e-10 to 1e-6 in Main.mo and commands.xml ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gcuser-plain.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml.h Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/modpar/TaskGraphExt.cpp Modified : /trunk/Compiler/modpar/TaskGraphExt_stub.cpp Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Revision: 3636 Author: adrpo Date: 10:39:16, den 14 september 2008 Message: - changed the tolerance default from 1e-10 to 1e-6 ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 3624 Author: adrpo Date: 17:16:23, den 23 juni 2008 Message: Bug reported by Federico Zenith (Thanks!) ----------------------------------------- In SVN trunk, revision 3623, in OMNotebook/OMNotebookQT4/treeview.h, there is a redundant specification (TreeView::) on line 80. This is generally overlooked by some compilers (VS2005 is one, IIRC), but recent versions of GCC consider that an error. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.h Revision: 3619 Author: adrpo Date: 13:28:05, den 12 juni 2008 Message: - fixes to the old WinMosh to make it work again ---- Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Added : /trunk/WinMosh/WinMosh.sln Modified : /trunk/WinMosh/WinMosh.vcproj Added : /trunk/WinMosh/omc_communication.cc Added : /trunk/WinMosh/omc_communication.h Revision: 3618 Author: adrpo Date: 10:32:21, den 3 juni 2008 Message: - small clarification ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3615 Author: adrpo Date: 23:55:50, den 28 maj 2008 Message: - Fixed a funny typo discovered by H. Dieter Wilhelm. Thanks! ---- Modified : /trunk/README-BUILD-RELEASE.txt Revision: 3605 Author: adrpo Date: 02:48:42, den 27 maj 2008 Message: - more meaningful names for components into Env.FRAME record - gain a bit more speed by replacing Env.myhash with System.hash - some code and comment formatting and beautification - compile for tracing in debug mode in omc_debug/Makefile.omdev.mingw ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Revision: 3604 Author: adrpo Date: 23:54:03, den 26 maj 2008 Message: - small update of RML to MetaModelica tool. ---- Modified : /trunk/tools/rml2mod/dictionary.rml Modified : /trunk/tools/rml2mod/modrefactor.rml Revision: 3603 Author: adrpo Date: 01:52:02, den 26 maj 2008 Message: - added test to be sure bug: http://openmodelica.ida.liu.se:8080/cb/issue/1012 never comes back. ---- Added : /trunk/testsuite/mosfiles/LinearSysEq.mo Added : /trunk/testsuite/mosfiles/LinearSysEq.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 3602 Author: adrpo Date: 01:04:12, den 26 maj 2008 Message: - added the new include files from simulation runtime to the Setup project. ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 3601 Author: adrpo Date: 00:37:08, den 26 maj 2008 Message: - fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/1012 Solving of linear system of equations generates incorrect results. - the problem was the fact that continuous equations were classified as discrete and ended up in functionDAE_output2 which is never called during the continuous integration but only at events. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 3600 Author: adrpo Date: 05:18:09, den 24 maj 2008 Message: - tests for records and strings as function arguments ---- Added : /trunk/testsuite/mosfiles/InOutRecord.mo Added : /trunk/testsuite/mosfiles/InOutRecord.mos Added : /trunk/testsuite/mosfiles/InOutStrings.mo Added : /trunk/testsuite/mosfiles/InOutStrings.mos Added : /trunk/testsuite/mosfiles/InOutStrings_fkn1.cc Added : /trunk/testsuite/mosfiles/InOutStrings_fkn2.cc Modified : /trunk/testsuite/mosfiles/Makefile Revision: 3598 Author: adrpo Date: 18:26:57, den 22 maj 2008 Message: - fixes for Linux compilation of OMNotebook - fixes to the project files - fixes for resource files - do not ask to convert files - look for the omc_tmp_plot.png image both in $OPENMODELICAHOME/tmp and in the current directory. - new OMNotebook & ext window ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/res_qt.qrc Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.pro Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/curve.h Modified : /trunk/OMNotebook/Pltpkg2/graphScene.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/label.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/point.cpp Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/variablewindow.h Modified : /trunk/OMNotebook/Pltpkg2/verticalLabel.h Modified : /trunk/OMNotebook/ext/e.cpp Modified : /trunk/OMNotebook/ext/ext.pro Modified : /trunk/OMNotebook/ext/ext.vcproj Modified : /trunk/OMNotebook/ext/release/ext.exe Revision: 3597 Author: adrpo Date: 18:25:21, den 22 maj 2008 Message: - fixes for Linux compilation of OMShell - fixes to the project - fixes for resource files - updated copyright year - new OMShell ---- Modified : /trunk/OMShell/Makefile Modified : /trunk/OMShell/OMShell.pro Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/Release/OMShell.exe Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/oms.qrc Revision: 3596 Author: adrpo Date: 11:00:21, den 22 maj 2008 Message: - fixes for Visual Studio compilation add also gcc flags: -msse2 -mfpmath=sse when compiling with VS. - add base_array* to the c_runtime.vcproj - small changes to Setup.vdproj ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 3595 Author: adrpo Date: 10:25:03, den 22 maj 2008 Message: - get some more speed from gcc -O3 ---- Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Revision: 3594 Author: adrpo Date: 10:21:44, den 22 maj 2008 Message: - bug fix for some crashes on Linux from Kim & Joel ---- Modified : /trunk/c_runtime/read_write.c Revision: 3593 Author: adrpo Date: 09:37:22, den 22 maj 2008 Message: - fixes for Linux ---- Modified : /trunk/c_runtime/sendData/sendData.pro Revision: 3592 Author: adrpo Date: 09:35:25, den 22 maj 2008 Message: Not needed as is a local settings file. ---- Deleted : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.suo Revision: 3591 Author: adrpo Date: 09:34:21, den 22 maj 2008 Message: - fixes for Linux ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 3590 Author: adrpo Date: 08:58:23, den 22 maj 2008 Message: - fixes to make the test compatible with Linux. ---- Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Revision: 3589 Author: adrpo Date: 08:48:06, den 22 maj 2008 Message: - changed the message given in console. ---- Modified : /trunk/Compiler/VC7/omc.vcproj Revision: 3588 Author: adrpo Date: 08:46:29, den 22 maj 2008 Message: - fixes for Linux ---- Modified : /trunk/c_runtime/Makefile Revision: 3587 Author: adrpo Date: 08:36:28, den 22 maj 2008 Message: - small change to the testsuite ---- Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 3586 Author: adrpo Date: 07:04:47, den 22 maj 2008 Message: - changes to the testsuite due to the heavy changes in the code. ---- Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Added : /trunk/testsuite/mofiles/InOutArray2.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/XPowers3.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 3585 Author: adrpo Date: 07:03:29, den 22 maj 2008 Message: - support for arrays of records and strings - records are now supported in the DAE representation - started support for semiLinear and delay in Builtin.mo and Ceval.mo - a bit more information on failures - removed unused imports from DFA.mo - small changes to beautify the environment printing in Env.mo - beautify the documentation for functions in Interactive.mo - got rid of unused imports in MetaUtil.mo - if trace is enabled show more info in printimpl.c - different gcc flags for different platforms in systemimpl.c - beautify the dumping of components in SCode.mo - in SimCodegen.mo changed $point to $p and $leftBrace to $lB and $rightBrace to $rB in generated C variable names to save on string memory. - small beautifying of Static.mo, Types.mo and Values.mo - ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/c_runtime/base_array.c Added : /trunk/c_runtime/base_array.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/index_spec.h Added : /trunk/c_runtime/inline.h Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/string_array.h Revision: 3584 Author: adrpo Date: 06:45:08, den 22 maj 2008 Message: - fixes for bugs: http://openmodelica.ida.liu.se:8080/cb/issue/1008 Matrix equations in connections not flattened properly. http://openmodelica.ida.liu.se:8080/cb/issue/1009 Equations for setting vector-valued flow variables to zero in externally unconnected connectors are not flattened. - also fixed a bug in Exp.mo that generated bad simulation code for array * scalar expressions. ---- Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Util.mo Revision: 3583 Author: adrpo Date: 06:31:09, den 22 maj 2008 Message: - fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/144 sample, pulse, trapezoid events where not handled correctly on x86 and x86_64 don't use the old FPU, use the SSE instructions to avoid problems with double in registers of 80 bit vs. 64 bit memory doubles. ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/simulation_events.cpp Revision: 3547 Author: adrpo Date: 08:24:05, den 15 maj 2008 Message: The compiler should report more errors when running in the command line: - report parsing errors when parsing .mos files! ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 3546 Author: adrpo Date: 08:18:20, den 15 maj 2008 Message: The compiler should report more errors when running in the command line: - if the file given as argument does not exist report error - report errors in the parsing - fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/1010 ---- Modified : /trunk/Compiler/Main.mo Revision: 3506 Author: adrpo Date: 20:12:13, den 1 maj 2008 Message: - added tests for the fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/111 "Too many points. Error, could not save data. Not enought space." ---- Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/TooManyPointsBug.mo Added : /trunk/testsuite/mosfiles/TooManyPointsBug.mos Revision: 3505 Author: x06hener Date: 19:50:07, den 1 maj 2008 Message: *More missing files added.. ---- Added : /trunk/OMNotebook/Pltpkg2/variablewindow.cpp Added : /trunk/OMNotebook/Pltpkg2/variablewindow.h Revision: 3504 Author: adrpo Date: 19:48:21, den 1 maj 2008 Message: - fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/111 "Too many points Error, could not save data. Not enought space." - now the simulationResultData is reallocated with a bigger size when needed. ---- Modified : /trunk/c_runtime/simulation_result.cpp Revision: 3502 Author: x06hener Date: 09:05:13, den 29 april 2008 Message: *More filename changes ---- Replacing : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Added : /trunk/OMNotebook/Pltpkg2/legendLabel.h Added : /trunk/OMNotebook/Pltpkg2/point.cpp Replacing : /trunk/OMNotebook/Pltpkg2/point.h Deleted : /trunk/OMNotebook/Pltpkg2/LegendLabel.h Deleted : /trunk/OMNotebook/Pltpkg2/Point.cpp Revision: 3501 Author: x06hener Date: 09:02:49, den 29 april 2008 Message: *Added some missing files *Prevented overwriting of files in some cases *Fixed some filenames ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/apply.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/image.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/text_right.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/text_under.png Added : /trunk/OMNotebook/Pltpkg2/newgraph.ui Revision: 3498 Author: donida Date: 00:33:35, den 25 april 2008 Message: A brief report for the APIs of the OpenModelica compiler has been added. It inclueds some usage examples. ---- Added : /trunk/doc/OpenModelicaAPI-Howto Added : /trunk/doc/OpenModelicaAPI-Howto/OMC_API-HowTo.pdf Added : /trunk/doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex Revision: 3497 Author: krsta Date: 12:01:55, den 23 april 2008 Message: Added a new testcase ---- Modified : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/MatchCase9.mo Added : /trunk/testsuite/meta/MatchCase9.mos Revision: 3496 Author: krsta Date: 11:59:22, den 23 april 2008 Message: Improved handling of MetaModelica high-level data structures ---- Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Revision: 3455 Author: adrpo Date: 21:13:47, den 15 april 2008 Message: - in Linux you get sometime linker duplicate errors for function "errmsg". changed the "errmsg" name to "_errmesg" ---- Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Revision: 3454 Author: adrpo Date: 21:03:37, den 15 april 2008 Message: - setting executable property on rtest ---- Modified : /trunk/testsuite/meta/rtest Revision: 3453 Author: adrpo Date: 20:53:26, den 15 april 2008 Message: - added more info on compilation problems - added info for Ubuntu 7.10 distributions - added info for simulation code entering an infinite loop ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3383 Author: adrpo Date: 04:44:50, den 16 mars 2008 Message: - Modelica 3.0 grammar updates! + added constrainedby to the grammar + now the entire Modelica Standard Library 3.0 can be parsed. ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 3382 Author: adrpo Date: 04:40:23, den 16 mars 2008 Message: - finally fixed the getErrorString() does not exist problem! ---- Modified : /trunk/OMShell/oms.cpp Revision: 3381 Author: adrpo Date: 04:39:53, den 16 mars 2008 Message: - finally fixed the getErrorString() does not exist problem! ---- Modified : /trunk/OMShell/Release/OMShell.exe Revision: 3219 Author: adrpo Date: 15:33:53, den 20 februari 2008 Message: - the latest updates for DAEQuery.mo [exportDAEtoMatlab API] used by Olof Bäck [ISY] and Daniel Gunnarsson [IEI]. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAEQuery.mo Revision: 3216 Author: x06hener Date: 16:01:45, den 19 februari 2008 Message: *Added plotAll() and plotAll(model) commands *Changed default value of "points" to false ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Revision: 3215 Author: adrpo Date: 15:37:04, den 19 februari 2008 Message: - added the tests i somehow forgot to commit from the dynamic_loading branch ---- Added : /trunk/testsuite/mosfiles/FuncNamespace.mo Added : /trunk/testsuite/mosfiles/FuncNamespace.mos Added : /trunk/testsuite/mosfiles/Overloading1.mo Added : /trunk/testsuite/mosfiles/Overloading2.mo Added : /trunk/testsuite/mosfiles/Overloading3.mo Added : /trunk/testsuite/mosfiles/Overloading4.mo Added : /trunk/testsuite/mosfiles/OverloadingFunc.mos Revision: 3214 Author: x06hener Date: 14:53:34, den 19 februari 2008 Message: *Now possible to save images from external plot windows *Added support for the plotAll() command *Data points are now not enabled by default *Improved stability ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/Pltpkg2/LegendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.h Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.ui Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/ext/release/ext.exe Revision: 3211 Author: adrpo Date: 22:11:50, den 18 februari 2008 Message: - updated OpenModelica users and system guide - added 2 new short sections to user's guide on: + OMNotebook new functionality + using MDT Console to plot from Eclipse ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 3195 Author: adrpo Date: 05:52:36, den 15 februari 2008 Message: - added missing tests ---- Added : /trunk/testsuite/mofiles/InOutArray.mo Added : /trunk/testsuite/mofiles/InOutBool.mo Revision: 3194 Author: adrpo Date: 05:46:34, den 15 februari 2008 Message: - fixed a BAD typo :) ---- Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.h Revision: 3193 Author: adrpo Date: 05:17:11, den 15 februari 2008 Message: Huge update =========== 1. Updated version to 1.4.4 in: ------------------------------- - Examples/*.onb - Setup.vdproj - settingsimpl.c - updated the new product code in Uninstall.bat 2. Updated more files with the new OSMC-PL license. --------------------------------------------------- 3. Merged branch with branches/x08joekl_dynamic_loading up to revision 3162, see below: --------------------------------------------------------------------------------------- Revision: 3162 Author: x08joekl Date: 16:33:27, den 8 februari 2008 Message: ** Beefed up the testcase to show more bugs where functions isn't cleared from the cache. ** Fixed the bugs the testcase now tests. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Overloading3.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Overloading4.mo Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/OverloadingFunc.mos Revision: 3161 Author: x08kimja Date: 13:32:40, den 8 februari 2008 Message: ++ But the so file on *nix can be removed ---- Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/strings.mos Revision: 3160 Author: x08kimja Date: 13:31:25, den 8 februari 2008 Message: ** This testcase should not remove foo.dll since windows does not allow a filehandle to be removed while the file is open. ---- Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/strings.mos Revision: 3159 Author: x08joekl Date: 10:28:48, den 8 februari 2008 Message: ++ The CompiledCFunction list in the symboltable is now cleared when a function is either removed from Absyn tree or replaced. This so that the "cached" funcHandle is closed and reevaluated. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/ClassLoader.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Main.mo Revision: 3151 Author: x08joekl Date: 13:07:15, den 7 februari 2008 Message: ** Updated dependencies ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend Revision: 3150 Author: x08kimja Date: 12:28:09, den 7 februari 2008 Message: ++ Interactive.CompiledCFunction is a public uniontype. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Main.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo Revision: 3149 Author: x08joekl Date: 12:11:11, den 7 februari 2008 Message: ** Use Static.isFunctionInCflist new spiffy feature of returning the function handler. This means we don't have to load the library each time. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3148 Author: x08joekl Date: 12:09:52, den 7 februari 2008 Message: ** Changed isFunctionInCflist to also return the function handle if it we're a match. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo Revision: 3147 Author: x08joekl Date: 12:09:00, den 7 februari 2008 Message: -- remove writeValuesAsArgs since it's been depricated for some time now. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Values.mo Revision: 3146 Author: x08kimja Date: 11:17:24, den 7 februari 2008 Message: ** Added functionhandler to the list for compiled c functions ++ removeCF now calls freeFunction ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Main.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo Revision: 3145 Author: x08joekl Date: 10:50:53, den 7 februari 2008 Message: ** Add funcHandle to cflist in Static.mo ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo Revision: 3144 Author: x08kimja Date: 16:47:41, den 6 februari 2008 Message: ** moved case that always compiles functions a few steps down. ** Changed the definition of cflist so that it does not cause confusion ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3143 Author: x08joekl Date: 15:21:44, den 6 februari 2008 Message: ** Correct comment. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3142 Author: x08joekl Date: 15:14:38, den 6 februari 2008 Message: -- Reverted the "correct-targets" revision (r3141) and instead made the targets really phony. This because filesystem have too low resolution in filetimes. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo Revision: 3141 Author: x08kimja Date: 14:27:25, den 6 februari 2008 Message: ** Now writes "correct" targets in Makefile ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo Revision: 3140 Author: x08joekl Date: 14:17:13, den 6 februari 2008 Message: ** Split executeFunction into loadLibrary, lookupFunction, executeFunction, freeFunction and freeLibrary. This to make it possible for the next step to "save" a functionpointer. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3139 Author: x08joekl Date: 17:30:56, den 5 februari 2008 Message: ** Fixed pathString2 so that it atleast somewhat protecteds strings with the used delimiter in them. Ie, if you had function Test_Func inside Test_Package, the old code would have said: Test_Package_Test_Func (with _ as delimiter) Now is returnes: Test__Package_Test__Func so it's different than Test.Package.Test.Func ... ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend Modified : /branches/x08joekl_dynamic_loading/Compiler/ModUtil.mo Revision: 3138 Author: x08joekl Date: 17:27:52, den 5 februari 2008 Message: ** Replaced _replace with a new and improved version: ++ Handles search string being a substring of target string. ++ Abit more effective. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3137 Author: x08joekl Date: 14:51:12, den 5 februari 2008 Message: ** Ported r3128 from trunk: SCode.mo .depend Env.mo Inst.mo SimCodegen.mo Interactive.mo Mod.mo ** Ported r3126 from trunk: CodeGen.mo ** Ported r3116 from trunk: Absyn.mo DFA.mo Patternm.mo Exp.mo Static.mo ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend Modified : /branches/x08joekl_dynamic_loading/Compiler/Absyn.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/DFA.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Env.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Exp.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Inst.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Mod.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Patternm.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/SCode.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo Revision: 3136 Author: x08joekl Date: 14:49:25, den 5 februari 2008 Message: ** Ported r3117 from trunk. ---- Added : /branches/x08joekl_dynamic_loading/testsuite/meta/List3.mo(Copy from path: /trunk/testsuite/meta/List3.mo, Revision, 3117 Added : /branches/x08joekl_dynamic_loading/testsuite/meta/List3.mos(Copy from path: /trunk/testsuite/meta/List3.mos, Revision, 3117 Added : /branches/x08joekl_dynamic_loading/testsuite/meta/List4.mo(Copy from path: /trunk/testsuite/meta/List4.mo, Revision, 3117 Added : /branches/x08joekl_dynamic_loading/testsuite/meta/List4.mos(Copy from path: /trunk/testsuite/meta/List4.mos, Revision, 3117 Modified : /branches/x08joekl_dynamic_loading/testsuite/meta/Makefile Revision: 3135 Author: x08joekl Date: 14:48:36, den 5 februari 2008 Message: ** Ported r3127 from trunk ++ Added FuncNamespace test. ++ Added OverloadingFunc test. ---- Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Func.c Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Func.h Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/FuncNamespace.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/FuncNamespace.mos Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Makefile Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Matrix.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Matrix.mos Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Overloading1.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Overloading2.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/OverloadingFunc.mos Revision: 3134 Author: x08joekl Date: 14:47:12, den 5 februari 2008 Message: ** Ported r3128 from trunk. ---- Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/Makefile Revision: 3133 Author: x08joekl Date: 14:46:54, den 5 februari 2008 Message: ** Ported r3128 from trunk. ---- Added : /branches/x08joekl_dynamic_loading/testsuite/mofiles/IconsRecursiveTest.mo Revision: 3132 Author: x08joekl Date: 12:33:32, den 5 februari 2008 Message: ** Ported r3128 from trunk. ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/solver_euler.cpp Revision: 3131 Author: x08joekl Date: 12:31:14, den 5 februari 2008 Message: ** Ported r3128 from trunk. ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/simulation_events.cpp Revision: 3130 Author: x08joekl Date: 12:27:13, den 5 februari 2008 Message: ** Ported r3125 from trunk. ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/README Modified : /branches/x08joekl_dynamic_loading/c_runtime/simulation_init.cpp Modified : /branches/x08joekl_dynamic_loading/c_runtime/simulation_input.cpp Modified : /branches/x08joekl_dynamic_loading/c_runtime/simulation_runtime.cpp Modified : /branches/x08joekl_dynamic_loading/c_runtime/solver_dasrt.cpp Revision: 3129 Author: x08joekl Date: 12:13:47, den 5 februari 2008 Message: ** Added some debug printouts. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo Revision: 3120 Author: x08joekl Date: 16:42:03, den 4 februari 2008 Message: ** There's bugs in the compiler that this exposes, but have no clue if it's known bug, supposed to fail or what - and as it's not on our table at the moment, remove. ---- Deleted : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mos Revision: 3119 Author: x08joekl Date: 16:21:49, den 4 februari 2008 Message: ** Correct test. Now it fails on compiling in both trunk and branch. ---- Deleted : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mo Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mos Revision: 3118 Author: x08joekl Date: 16:09:32, den 4 februari 2008 Message: ++ Added testcase that fails with UnknownException on trunk and invalid C-code on dynload branch. ---- Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mos Revision: 3115 Author: x08kimja Date: 13:46:32, den 4 februari 2008 Message: -- Some commented code related to in/outfile -- unused variables infile and outfile ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3114 Author: x08joekl Date: 16:27:13, den 31 januari 2008 Message: ++ Implement more boolean_array functions as it's usable these days. ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/boolean_array.c Modified : /branches/x08joekl_dynamic_loading/c_runtime/boolean_array.h Revision: 3113 Author: x08joekl Date: 16:26:37, den 31 januari 2008 Message: ** Handle conversion of empty arrays to other array types ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.c Revision: 3112 Author: x08joekl Date: 16:25:29, den 31 januari 2008 Message: ++ Add testcase for using arrays as input and output arguments to functions. Specially boolean arrays. ---- Added : /branches/x08joekl_dynamic_loading/testsuite/mofiles/InOutArray.mo Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/Makefile Revision: 3111 Author: x08joekl Date: 15:12:19, den 31 januari 2008 Message: ** Added a testcase utilizing that external functions now can have boolean in and out arguments. ---- Added : /branches/x08joekl_dynamic_loading/testsuite/mofiles/InOutBool.mo Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/Makefile Revision: 3110 Author: x08joekl Date: 15:09:42, den 31 januari 2008 Message: ** Match modelica_boolean:s new type with some correct rml boolean handling. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3109 Author: x08joekl Date: 15:07:27, den 31 januari 2008 Message: ++ Made boolean_array a bit more complete with the addition of a free_data function. ** Changed modelica_boolean typedef to a signed char instead of a double. ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/boolean_array.c Modified : /branches/x08joekl_dynamic_loading/c_runtime/boolean_array.h Modified : /branches/x08joekl_dynamic_loading/c_runtime/memory_pool.h Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.c Revision: 3108 Author: x08joekl Date: 14:31:48, den 31 januari 2008 Message: ** executeFunction now handles boolean arguments ---- Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/FuncDer.mo Revision: 3107 Author: x08joekl Date: 14:30:57, den 31 januari 2008 Message: ** As simulation executables now are created without .exe suffix on non-windows it's a bad idea to use the names of builtin shell commands (that always are checked before the path). ---- Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/ExtObj.mo Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/ExtObj.mos Revision: 3106 Author: x08joekl Date: 12:39:54, den 31 januari 2008 Message: -- Removed debug code, interfears with some of the testcases. ** Fixed generating arrays. Wrapps all the lists in Values__ARRAY and build up the list backwards. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3105 Author: x08joekl Date: 12:00:45, den 31 januari 2008 Message: ** As we no longer use printf(%e) as transport we get better precision ---- Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/EquationCall.mo Revision: 3104 Author: x08joekl Date: 11:59:28, den 31 januari 2008 Message: ** As we no longer use printf(%e) as transport we get better precision ---- Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/FunctionSimplex.mo Revision: 3103 Author: x08joekl Date: 11:42:40, den 31 januari 2008 Message: ** Real fix ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/printimpl.c Revision: 3102 Author: x08joekl Date: 11:33:43, den 31 januari 2008 Message: ** Print error buf to stderr instead of stdout so it doesn't interfer with the testcases. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/printimpl.c Revision: 3101 Author: x08kimja Date: 11:02:57, den 31 januari 2008 Message: ** %s -> %lu ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3100 Author: x08kimja Date: 11:02:03, den 31 januari 2008 Message: -- Removed appending of _ to external function names ++ prepended external function names with in ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo Revision: 3099 Author: x08joekl Date: 10:40:29, den 31 januari 2008 Message: -- Removed no longer used functions. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo Revision: 3098 Author: x08joekl Date: 10:38:27, den 31 januari 2008 Message: ** Modulized executeFunction to lessen code duplication. ++ Added support for arrays in and out (real, int and bool arrays that is). ++ Added support for returning tuples. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3097 Author: x08joekl Date: 10:36:24, den 31 januari 2008 Message: ++ Added support for tuples ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.c Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.h Revision: 3096 Author: x08joekl Date: 10:35:25, den 31 januari 2008 Message: ** Correct allocation in real_array and integer_array ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/integer_array.c Modified : /branches/x08joekl_dynamic_loading/c_runtime/real_array.c Revision: 3095 Author: x08kimja Date: 14:57:10, den 30 januari 2008 Message: -- Removed PRE_VARIABLES etc macros etc from generateReadCallWriteExternal ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo Revision: 3094 Author: x08joekl Date: 14:26:27, den 30 januari 2008 Message: ** Some whitespace fixes just to make diffs to trunk nicer ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo Revision: 3093 Author: x08joekl Date: 16:48:42, den 29 januari 2008 Message: ** System.executeFunction now uses the new and improved read_write to talk with dynamicly loaded functions. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3092 Author: x08joekl Date: 16:48:06, den 29 januari 2008 Message: ** System.executeFunction now uses the new and improved read_write to talk with dynamicly loaded functions. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo Revision: 3091 Author: x08joekl Date: 16:47:29, den 29 januari 2008 Message: ** System.executeFunction now uses the new and improved read_write to talk with dynamicly loaded functions. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3090 Author: x08joekl Date: 16:43:33, den 29 januari 2008 Message: ** The king is dead, praise the king. read_write now deals in direct memory transfer between omc and functions instead of files. ---- Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.c Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.h Revision: 3089 Author: x08kimja Date: 16:26:42, den 29 januari 2008 Message: ** inArgs are sent as references ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo Revision: 3088 Author: x08kimja Date: 16:08:01, den 29 januari 2008 Message: -- modelica.h seems to be included twice so removed it from generateFunctionHeaders -- Removed fileoperation macros. ** Changed var names for in_file and out_file since files are no longer used ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo Revision: 3087 Author: x08kimja Date: 16:05:26, den 29 januari 2008 Message: -- Removed the creation of main function in cevalGenerateFunction ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3086 Author: x08joekl Date: 14:07:07, den 28 januari 2008 Message: ** Some testcases, mostly for dynamic linking ---- Added : /branches/x08joekl_dynamic_loading/testsuite/mytest Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/Makefile Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/MyHelloWorld.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/MyHelloWorld.mos Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/PowerOf3.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/PowerOf3.mos Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/PowerOf3_pkg.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn1.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn1.mos Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn2.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn2.mos Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn2_pkg.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/rtest-mo Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/rtest-mos Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/simulation_failed_template.mos Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/simulation_template.mos Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/translation_failed_template.mo Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/translation_template.mo Revision: 3085 Author: x08kimja Date: 12:20:58, den 28 januari 2008 Message: ** %MODELICAUSERCFLAGS -> ${MODELICAUSERCFLAGS} ** Loading functions dynamically rather than calling exe. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3084 Author: x08joekl Date: 11:20:32, den 28 januari 2008 Message: ** Changed dependencies between mo files a while back and as this is in the SVN - generate a new one. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend Revision: 3083 Author: x08joekl Date: 11:19:11, den 28 januari 2008 Message: ++ Ceval now generates a makefile for functions that create a dynamic library instead of a exe. ++ On *nix, systemimpl.c now needs to link with libdl. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/omc_debug/Makefile.in Modified : /branches/x08joekl_dynamic_loading/Compiler/omc_release/Makefile.in Revision: 3082 Author: x08joekl Date: 11:17:29, den 28 januari 2008 Message: ++ executeFunction now dynamicly links function instead. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3081 Author: x08joekl Date: 17:10:52, den 25 januari 2008 Message: ** Need to keep executeFunction around for a while longer ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo Revision: 3080 Author: x08joekl Date: 17:06:59, den 25 januari 2008 Message: ** Use Debug.fprintln instead of print. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3079 Author: x08kimja Date: 16:57:24, den 25 januari 2008 Message: Debug prints are printed to the console ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/printimpl.c Revision: 3078 Author: x08joekl Date: 16:45:56, den 25 januari 2008 Message: ** Cleaned up (and corrected) makefiles generated both in Ceval and SimCodegen. ** Ceval:s simulate() function now uses System.getExeExt() instead of a hardcoded .exe ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo Revision: 3077 Author: x08joekl Date: 16:42:16, den 25 januari 2008 Message: link is a function in libc on *nix ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3076 Author: x08kimja Date: 15:38:11, den 25 januari 2008 Message: -- System from imported files -- Unused variable libs removed -- Own implementation of cevalGenerateFunction ++ Call to cevalGenerateFunction ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo Revision: 3075 Author: x08kimja Date: 15:35:32, den 25 januari 2008 Message: ++ Imports Ceval in order to call generateMakefileHeader -- generateMakefile does not take MakefileHeader as an argument any more. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo Revision: 3074 Author: x08kimja Date: 15:27:35, den 25 januari 2008 Message: ** SimCodegen now makes the call to Ceval.generateMakefileHeader rather than take it as an argument. ** Changed some inparameters to descriptive names ** Made geretateMakefileHeader a public function so that it could be called from SimCodegen ** Made cevalGenerateFunction public so that Static does not have to implement it's own version of the function. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3073 Author: x08joekl Date: 14:08:13, den 25 januari 2008 Message: ** On Win32, programs are now generated with .exe ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3072 Author: x08joekl Date: 13:22:51, den 25 januari 2008 Message: ** _replace is used by settingsimpl.c, so can't be static. ** set_link is the name of the function, not set_linker. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3071 Author: x08joekl Date: 12:52:22, den 25 januari 2008 Message: ** Missed needed header for generate_array defintion. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3070 Author: x08kimja Date: 12:14:45, den 25 januari 2008 Message: ** Forgot to change two of the calls to local variables ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3069 Author: x08kimja Date: 12:12:31, den 25 januari 2008 Message: ** Switched to local variables in generateMakefileHeader ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3068 Author: x08joekl Date: 12:10:51, den 25 januari 2008 Message: ** Too much copy-paste isn't good for you. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo Revision: 3067 Author: x08kimja Date: 12:01:22, den 25 januari 2008 Message: ++ Added function to generate MakefileHeader that all Makefiles should contain. ** Changed from using Print to stringAppendList in cevalGenerateFunction to be more symmetric to other code. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo Revision: 3066 Author: x08joekl Date: 11:54:00, den 25 januari 2008 Message: ++ Added settings for c++ compiler, linker and linkflags aswell. ++ Added functions for reading c compiler, c compiler flags and those settings above aswell. ** Moved some code around in systemimpl.c to lessen the duplication of code. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c Revision: 3065 Author: x08kimja Date: 11:53:48, den 25 januari 2008 Message: ++ Added inParameter for MakefileHeader ** Changed names of inparameters to descriptive names in generateMakefile ** Changed the list of strings that makes the Makefile so that the MakefileHeader is used. ---- Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo Revision: 3064 Author: x08joekl Date: 11:10:42, den 25 januari 2008 Message: ** Initial commit of Dynamic Loading of functions branch. ---- Added : /branches/x08joekl_dynamic_loading(Copy from path: /trunk, Revision, 3063 ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/Setup/bin/Uninstall.bat Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.h Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/socketimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Examples/ModelQueryAPIexamples.onb Modified : /trunk/Examples/UsersGuideExamples.onb Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/testsuite/mofiles/EquationCall.mo Modified : /trunk/testsuite/mofiles/FuncDer.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles/ExtObj.mo Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/strings.mos Added : /trunk/testsuite/mytest (Copy from path: /branches/x08joekl_dynamic_loading/testsuite/mytest, Revision, 3162) Revision: 3191 Author: x06hener Date: 01:07:00, den 15 februari 2008 Message: *Added external graphics window to setup project ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 3190 Author: x06hener Date: 20:43:14, den 14 februari 2008 Message: *Changed some library paths ---- Modified : /trunk/OMNotebook/ext/ext.vcproj Revision: 3187 Author: x06hener Date: 17:35:43, den 14 februari 2008 Message: *Added a toolbar in OMNotebook *Added an external graphics window *Misc. improvements to the plotting functionality ---- Modified : /trunk/OMNotebook/NotebookParser/NotebookParser.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/ImageSizeDlg.ui Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editcopy.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editcut.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editpaste.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/exit.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/filenew.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/fileopen.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/fileprint.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/filesave.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/find.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/redo.png Added : /trunk/OMNotebook/OMNotebookQT4/Resources/toolbarIcons/undo.png Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Added : /trunk/OMNotebook/OMNotebookQT4/indent.cpp Added : /trunk/OMNotebook/OMNotebookQT4/indent.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/res_qt.qrc Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/Pltpkg2/curve.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.ui Modified : /trunk/OMNotebook/Pltpkg2/variableData.cpp Added : /trunk/OMNotebook/ext Added : /trunk/OMNotebook/ext/e.cpp Added : /trunk/OMNotebook/ext/ext.pro Added : /trunk/OMNotebook/ext/ext.vcproj Added : /trunk/OMNotebook/ext/release Added : /trunk/OMNotebook/ext/release/ext.exe Revision: 3185 Author: haklu Date: 07:30:06, den 14 februari 2008 Message: Fixed better support for if-equations. 1) Now, it also works inside when-clauses 2) if the branches have the same left hand side of the equations then equations of the form "lhs = if (cond) then tb else fb;" is generated instead of "0 = if (cond) then lhs - tb else lhs-fb;" 3) in code generation if the variable to solve for in an equation can be solved in both branches then the solved variable is extracted so that we no longer need to treat it as a nonlinear equation. ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Revision: 3163 Author: adrpo@ida.liu.se Date: 10:47:33, den 10 februari 2008 Message: test new subversion server ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 3128 Author: adrpo Date: 10:00:05, den 5 februari 2008 Message: Fixes for bugs: Instantiation of partial models should fail: http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=174 Qualified Self reference should not give stack overflow: http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=179 Added new API function in Interactive.mo: parseFile("file.mo") will not load the file into the symbol table, it will just return the top contents of the file. Very useful for just looking into a file without loading. Other small fixes, cosmetic changes and documentation. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/solver_euler.cpp Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Mod.mo Added : /trunk/testsuite/mofiles/IconsRecursiveTest.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/.depend Revision: 3127 Author: adrpo Date: 09:24:43, den 5 februari 2008 Message: - Added a test case to check the fixes for bug 180. http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=180 Many thanks to Constantin Belyaev [cbelyaev !!at!! gmail] for providing the test case. ---- Added : /trunk/testsuite/mosfiles/Matrix.mo Added : /trunk/testsuite/mosfiles/Matrix.mos Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/Func.c Added : /trunk/testsuite/mosfiles/Func.h Revision: 3126 Author: adrpo Date: 08:31:54, den 5 februari 2008 Message: - fixes bug: Incomplete generation of output array variable in external function call wrapper http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=180 Many thanks to Constantin Belyaev [cbelyaev !!at!! gmail] for providing a patch. ---- Modified : /trunk/Compiler/Codegen.mo Revision: 3125 Author: adrpo Date: 08:27:43, den 5 februari 2008 Message: - fixes for bug: pre(var) where var has (start = value) should give value. http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=181 ---- Modified : /trunk/c_runtime/solver_dasrt.cpp Revision: 3124 Author: adrpo Date: 05:52:40, den 5 februari 2008 Message: - added some missing spaces. ---- Modified : /trunk/c_runtime/simulation_input.cpp Revision: 3123 Author: adrpo Date: 05:46:09, den 5 februari 2008 Message: - give more info when running the simulation code with -v. ---- Modified : /trunk/c_runtime/simulation_init.cpp Revision: 3122 Author: adrpo Date: 03:08:25, den 5 februari 2008 Message: - updated readme ---- Modified : /trunk/c_runtime/README Revision: 3121 Author: adrpo Date: 03:07:49, den 5 februari 2008 Message: - more info on flags ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 3117 Author: krsta Date: 14:46:56, den 4 februari 2008 Message: - New test cases ---- Added : /trunk/testsuite/meta/List3.mo Added : /trunk/testsuite/meta/List3.mos Added : /trunk/testsuite/meta/List4.mo Added : /trunk/testsuite/meta/List4.mos Modified : /trunk/testsuite/meta/Makefile Revision: 3116 Author: krsta Date: 14:44:57, den 4 februari 2008 Message: - Improvements of MetaModelica constructs handling ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Static.mo Revision: 3063 Author: adrpo Date: 06:31:55, den 18 januari 2008 Message: - got rid of the libQt*.a as we already have them in build/lib - updated the Setup project to take them from build/lib ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Deleted : /trunk/OMNotebook/OMNotebookQT4/Release/libQtCore.a Deleted : /trunk/OMNotebook/OMNotebookQT4/Release/libQtGui.a Deleted : /trunk/OMNotebook/OMNotebookQT4/Release/libQtNetwork.a Revision: 3062 Author: adrpo Date: 22:15:36, den 16 januari 2008 Message: added buildModel command to the commands.xml ---- Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Revision: 3061 Author: adrpo Date: 21:48:36, den 16 januari 2008 Message: Fixed bug: http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=177 buildModel failed to work since we added the tolerance as a parameter to the simulation. Credits go to Constantin Belyaev cbelyaev/AT/gmail for providing the patch. Thanks! ---- Modified : /trunk/Compiler/Static.mo Revision: 3060 Author: adrpo Date: 21:38:38, den 16 januari 2008 Message: - fixed the Linux part for the case there is no QTHOME defined ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 3059 Author: adrpo Date: 21:37:16, den 16 januari 2008 Message: - updated the emulateStreamData prototype to the last version. ---- Modified : /trunk/c_runtime/sendData/humbug.cpp Revision: 3058 Author: adrpo Date: 20:08:39, den 16 januari 2008 Message: RML_IMMEDIATE(RML_TAGFIXNUM(integer)) is used to transform an integer to a pointer. Here we actually want the inverse of that, we want to transform a pointer into an integer. Removed RML_IMMEDIATE(...). ---- Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 3057 Author: x06hener Date: 20:05:22, den 16 januari 2008 Message: Removed an unused variable ---- Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 3056 Author: x06hener Date: 20:03:17, den 16 januari 2008 Message: Fixed some signed/unsigned warnings ---- Modified : /trunk/c_runtime/sendData/sendData.cpp Revision: 3055 Author: adrpo Date: 19:56:28, den 16 januari 2008 Message: - fixes in the Linux part ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 3054 Author: adrpo Date: 19:55:31, den 16 januari 2008 Message: - ANTLR on Linux has problems with Linköping, changed it to Linkoping. ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/mosh/src/expression_parser.g Modified : /trunk/mosh/src/walker.g Modified : /trunk/Compiler/absyn_builder/expression_parser.g Revision: 3053 Author: adrpo Date: 19:53:46, den 16 januari 2008 Message: - Static::enabled is a method, changed to actually calling it Static::enabled() ---- Modified : /trunk/c_runtime/simulation_result.cpp Revision: 3052 Author: adrpo Date: 19:11:58, den 16 januari 2008 Message: - changed the License to OSMC License - added Static::enabled() implementation to sendData.cpp ---- Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Revision: 3051 Author: adrpo Date: 18:41:14, den 16 januari 2008 Message: not needed, is build automatically ---- Deleted : /trunk/c_runtime/sendData/release Revision: 3050 Author: x06hener Date: 09:37:13, den 14 januari 2008 Message: Added some missing files ---- Added : /trunk/c_runtime/sendData/release Added : /trunk/c_runtime/sendData/release/libsendData.a Revision: 3049 Author: x06hener Date: 09:20:27, den 14 januari 2008 Message: Added some missing files ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Added : /trunk/OMNotebook/OMNotebookQT4/Release/libQtCore.a Added : /trunk/OMNotebook/OMNotebookQT4/Release/libQtGui.a Added : /trunk/OMNotebook/OMNotebookQT4/Release/libQtNetwork.a Revision: 3048 Author: adrpo Date: 03:05:52, den 14 januari 2008 Message: - added OSMC-License.txt to the release build instead of LICENSE.txt. ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 3047 Author: adrpo Date: 02:45:04, den 14 januari 2008 Message: Not Needed as we have OSMC-License.txt in the root directory. ---- Deleted : /trunk/Compiler/LICENSE Revision: 3046 Author: x06hener Date: 00:11:43, den 13 januari 2008 Message: Added some features to the new plotting package ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/c_runtime/Makefile Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 3045 Author: adrpo Date: 09:11:48, den 11 januari 2008 Message: - updated the license with the entire text. ---- Modified : /trunk/OSMC-License.txt Revision: 3044 Author: adrpo Date: 08:15:46, den 11 januari 2008 Message: - fixed bug 170: http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=170 - transpose now works even if the first matrix dimension is bigger than the second matrix dimension - added Transpose.mo to the testsuite so we don't run into this error again ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Transpose.mo Revision: 3043 Author: adrpo Date: 23:56:35, den 22 december 2007 Message: - added Open Source Modelica Consortium (OSMC) License to the trunk ---- Added : /trunk/OSMC-License.txt Revision: 3042 Author: adrpo Date: 23:49:05, den 22 december 2007 Message: - compile with -ftrace so we have a trace when we run the compiler with -trace ---- Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 3041 Author: adrpo Date: 23:44:05, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/options.cpp Modified : /trunk/mosh/src/options.h Modified : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/c_runtime/solver_euler.cpp Modified : /trunk/c_runtime/solver_euler.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/simulation_result.h Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/simulation_init.h Modified : /trunk/c_runtime/simulation_input.h Modified : /trunk/c_runtime/solver_dasrt.h Modified : /trunk/c_runtime/string_array.h Modified : /trunk/c_runtime/tables.h Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/mosh/src/builtin_function.cpp Modified : /trunk/mosh/src/builtin_function.hpp Modified : /trunk/mosh/src/compiled_function.cpp Modified : /trunk/mosh/src/compiled_function.hpp Modified : /trunk/mosh/src/expression_parser.g Modified : /trunk/mosh/src/function_argument.cpp Modified : /trunk/mosh/src/function_argument.hpp Modified : /trunk/mosh/src/modelica_function.cpp Modified : /trunk/mosh/src/modelica_function.hpp Modified : /trunk/mosh/src/modelica_runtime_error.cpp Modified : /trunk/mosh/src/modelica_runtime_error.hpp Modified : /trunk/mosh/src/modelica_type.cpp Modified : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/symboltable.cpp Modified : /trunk/mosh/src/symboltable.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/modelica_parser/src/MyAST.h Modified : /trunk/modelica_parser/src/test.cpp Modified : /trunk/modelica_parser/src/token_names.cpp Modified : /trunk/modelica_parser/src/token_names.hpp Modified : /trunk/flat_modelica_parser/src/test.cpp Modified : /trunk/Compiler/absyn_builder/expression_parser.g Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/Compiler/absyn_builder/yacclib.c Modified : /trunk/Compiler/absyn_builder/yacclib.h Modified : /trunk/c_runtime/LICENSE Modified : /trunk/c_runtime/README Modified : /trunk/modelica_parser/LICENSE Modified : /trunk/mosh/LICENSE Revision: 3040 Author: adrpo Date: 22:57:38, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/VarTransform.mo Revision: 3039 Author: adrpo Date: 22:56:59, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Values.mo Revision: 3038 Author: adrpo Date: 22:56:10, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Util.mo Revision: 3037 Author: adrpo Date: 22:55:35, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Types.mo Revision: 3036 Author: adrpo Date: 22:54:25, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/TaskGraphExt.mo Revision: 3035 Author: adrpo Date: 22:53:46, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/TaskGraph.mo Revision: 3034 Author: adrpo Date: 22:53:05, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/System.mo Revision: 3033 Author: adrpo Date: 22:52:11, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Static.mo Revision: 3032 Author: adrpo Date: 22:51:25, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Socket.mo Revision: 3031 Author: adrpo Date: 22:50:55, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 3030 Author: adrpo Date: 22:50:18, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Settings.mo Revision: 3029 Author: adrpo Date: 22:49:21, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/SCode.mo Revision: 3028 Author: adrpo Date: 22:47:40, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/RTOpts.mo Revision: 3027 Author: adrpo Date: 22:47:10, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Refactor.mo Revision: 3026 Author: adrpo Date: 22:46:18, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Print.mo Revision: 3025 Author: adrpo Date: 22:45:47, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Prefix.mo Revision: 3024 Author: adrpo Date: 22:44:53, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Patternm.mo Revision: 3023 Author: adrpo Date: 22:44:18, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Parser.mo Revision: 3022 Author: adrpo Date: 22:43:46, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/ModUtil.mo Revision: 3021 Author: adrpo Date: 22:43:01, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Mod.mo Revision: 3020 Author: adrpo Date: 22:42:33, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/MetaUtil.mo Revision: 3019 Author: adrpo Date: 22:41:46, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Main.mo Revision: 3018 Author: adrpo Date: 22:39:46, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Lookup.mo Revision: 3017 Author: adrpo Date: 22:39:16, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Interactive.mo Revision: 3016 Author: adrpo Date: 22:38:17, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Inst.mo Revision: 3015 Author: adrpo Date: 22:37:51, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Graphviz.mo Revision: 3014 Author: adrpo Date: 22:37:28, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Exp.mo Revision: 3013 Author: adrpo Date: 22:36:49, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/ErrorExt.mo Revision: 3012 Author: adrpo Date: 22:36:29, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Error.mo Revision: 3011 Author: adrpo Date: 22:36:00, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License - changing properties: + line endings to Linux + RCS ids for each ---- Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Revision: 3010 Author: adrpo Date: 22:32:11, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/DumpGraphviz.mo Revision: 3009 Author: adrpo Date: 22:31:01, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/Dump.mo Revision: 3008 Author: adrpo Date: 22:30:31, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/DFA.mo Revision: 3007 Author: adrpo Date: 22:29:58, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/Derive.mo Revision: 3006 Author: adrpo Date: 22:28:59, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/Debug.mo Revision: 3005 Author: adrpo Date: 22:28:20, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/DAEQuery.mo Revision: 3004 Author: adrpo Date: 22:27:43, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/DAELow.mo Revision: 3003 Author: adrpo Date: 22:27:05, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/DAEEXT.mo Revision: 3002 Author: adrpo Date: 22:26:32, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/DAE.mo Revision: 3001 Author: adrpo Date: 22:25:52, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/Corba.mo Revision: 3000 Author: adrpo Date: 22:25:23, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/Convert.mo Revision: 2999 Author: adrpo Date: 22:24:30, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/Constants.mo Revision: 2998 Author: adrpo Date: 22:23:35, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/Connect.mo Revision: 2997 Author: adrpo Date: 22:22:59, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/Codegen.mo Revision: 2996 Author: adrpo Date: 22:22:14, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/ClassLoader.mo Revision: 2995 Author: adrpo Date: 22:21:48, den 22 december 2007 Message: - changing to Open Source Modelica Consortium (OSMC) License ---- Modified : /trunk/Compiler/ClassInf.mo Revision: 2994 Author: adrpo Date: 22:20:49, den 22 december 2007 Message: - changing to OSMC License ---- Modified : /trunk/Compiler/Ceval.mo Revision: 2993 Author: adrpo Date: 22:19:58, den 22 december 2007 Message: - changing to OSMC License ---- Modified : /trunk/Compiler/Builtin.mo Revision: 2992 Author: adrpo Date: 22:17:32, den 22 december 2007 Message: - changing to OSMC License ---- Modified : /trunk/Compiler/Algorithm.mo Revision: 2991 Author: adrpo Date: 22:16:52, den 22 december 2007 Message: - changing to OSMC License ---- Modified : /trunk/Compiler/Absyn.mo Revision: 2990 Author: adrpo Date: 21:59:59, den 22 december 2007 Message: - got rid of some unused variables ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vector.c Revision: 2989 Author: adrpo Date: 21:58:50, den 22 december 2007 Message: - returning some values to get rid of the warnings ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/main.c Revision: 2988 Author: adrpo Date: 21:57:44, den 22 december 2007 Message: - got rid of some unused variables ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/controlflow.c Revision: 2987 Author: adrpo Date: 21:56:49, den 22 december 2007 Message: - got rid of some unused variables ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/array.c Revision: 2986 Author: adrpo Date: 06:46:27, den 21 december 2007 Message: - fixes to MMC/RML runtime as Visual Studio compiler doesn't implement C99 ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/string.c Revision: 2985 Author: adrpo Date: 05:55:50, den 21 december 2007 Message: - small changes to DAEQuery.mo, Ceval.mo, Static.mo and Exp.mo - changed the way if-expressions are output to the Matlab file - changed getIncidenceMatrix to exportDAEtoMatlab - made some Exp functions needed in DAEQuery public ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/.depend Revision: 2984 Author: adrpo Date: 00:13:06, den 21 december 2007 Message: - added arctan_rettype and defined arctan as atan. ---- Modified : /trunk/c_runtime/modelica.h Revision: 2983 Author: adrpo Date: 15:19:01, den 18 december 2007 Message: - updates to OMShell project to base it on OMDev ---- Modified : /trunk/OMShell/QWinMosh.vcproj Revision: 2982 Author: adrpo Date: 15:15:59, den 18 december 2007 Message: These are local settings or user files, they are not needed. ---- Deleted : /trunk/OMShell/OMS.ncb Deleted : /trunk/OMShell/OMS.suo Revision: 2981 Author: adrpo Date: 14:45:37, den 18 december 2007 Message: - updated OMShell.exe to agree with the latest qt libraries ---- Modified : /trunk/OMShell/Release/OMShell.exe Revision: 2980 Author: adrpo Date: 01:25:56, den 16 december 2007 Message: - Linux testsuite fixes; now all the tests succeed ---- Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Revision: 2979 Author: adrpo Date: 10:50:31, den 7 december 2007 Message: - small cosmetic change ---- Modified : /trunk/Compiler/absyn_builder/yacclib.c Revision: 2977 Author: adrpo Date: 11:15:58, den 30 november 2007 Message: - .depend update ---- Modified : /trunk/Compiler/.depend Revision: 2976 Author: adrpo Date: 11:15:05, den 30 november 2007 Message: - updated the mmc/rml runtime to the latest version + alloc the to-space (reserved) only when a major GC happen + timers for GC + help text for the runtime when the executable is called with -help ---- Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-add.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-create.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-length.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-list.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-nth.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-setnth.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-update.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-vec.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/array.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/bool-and.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/bool-not.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/bool-or.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/boolean.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/controlflow.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/external-rml.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-abs.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-add.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-div.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-eq.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-ge.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-gt.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-int.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-le.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-lt.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-max.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-min.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-mod.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-mul.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-ne.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-neg.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-real.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-str.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-sub.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/integer.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/internal.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-append.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-arr.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-delete.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-length.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-member.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-nth.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-reverse.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-str.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-vec.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/logicalvar.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/lvar-get.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/lvar-new.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/lvar-set.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/main.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/misc-clock.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/misc-print.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/misc-tick.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-atoi.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-clock.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-equal.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gcuser-plain.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-get-real.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-init.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-mkreal.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-mkstring.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-motor.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-nil.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-once.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-set-real.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-stringeq.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-unwind.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-abs.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-add.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-atan.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-cos.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-div.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-eq.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-exp.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-floor.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-ge.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-gt.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-int.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-le.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-ln.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-lt.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-max.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-min.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-mod.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-mul.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-ne.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-neg.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-pow.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-sin.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-sqrt.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-str.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-sub.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-core.h Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-end.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-predef.h Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-start.h Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-state.h Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/str-append.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/str-int.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/str-length.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/str-list.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/str-nth.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/string.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-add.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-arr.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-create.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-length.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-list.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-nth.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-setnth.c Deleted : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-update.c Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vector.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/diff/rml.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/mask/rml.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml-labels.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml.h Revision: 2975 Author: haklu Date: 13:09:13, den 29 november 2007 Message: If the desired output interval was smaller than 0.001 not output was given except for at events. Now fixed. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 2968 Author: adrpo Date: 21:11:33, den 25 november 2007 Message: - fixed the input path to mico2311.lib: $(OMDev)\lib\mico-win32-msvc ---- Modified : /trunk/Compiler/VC7/omc.vcproj Revision: 2967 Author: x06hener Date: 16:51:33, den 13 november 2007 Message: *Added some features, e.g. a line counter, error links *Saved files now correctly set antialiasing mode when opened *Updated Qt dll files ---- Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/OMNotebookQT4/Release/QtCore4.dll Modified : /trunk/OMNotebook/OMNotebookQT4/Release/QtGui4.dll Modified : /trunk/OMNotebook/OMNotebookQT4/Release/QtNetwork4.dll Modified : /trunk/OMNotebook/OMNotebookQT4/Release/QtXml4.dll Revision: 2966 Author: krsta Date: 16:35:22, den 13 november 2007 Message: * A new MetaModelica related testcase ---- Added : /trunk/testsuite/meta/List2.mo Added : /trunk/testsuite/meta/List2.mos Modified : /trunk/testsuite/meta/Makefile Revision: 2965 Author: krsta Date: 16:33:56, den 13 november 2007 Message: * Minor Changes in MetaModelica list handling ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Patternm.mo Revision: 2964 Author: krsta Date: 16:29:05, den 13 november 2007 Message: * Minor change in meta_modelica.h ---- Modified : /trunk/c_runtime/meta_modelica.h Revision: 2963 Author: adrpo Date: 17:01:14, den 9 november 2007 Message: - fixed build problems if clean was called ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 2962 Author: adrpo Date: 16:59:53, den 9 november 2007 Message: - do not delete the sendData/Makefile* ---- Modified : /trunk/c_runtime/Makefile Revision: 2961 Author: adrpo Date: 16:26:40, den 9 november 2007 Message: - fixes to the Visual Studio project to build the debug version of omc. ---- Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Modified : /trunk/Compiler/VC7/omc.vcproj Revision: 2960 Author: adrpo Date: 15:17:14, den 9 november 2007 Message: - create the Debug directory ---- Added : /trunk/Compiler/VC7/Debug Revision: 2959 Author: adrpo Date: 05:34:21, den 8 november 2007 Message: faster testsuite run by simulating: - using the new tolerance parameter - making the numberOfIntervals smaller - comparing numbers using bigger epsilon=1e-3 instead of 1e-5 as before ---- Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmSection.mos Modified : /trunk/testsuite/mosfiles/AppendElement.mos Modified : /trunk/testsuite/mosfiles/ArrayAddEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Modified : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mos Modified : /trunk/testsuite/mosfiles/ArrayConstruct1.mos Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos Modified : /trunk/testsuite/mosfiles/ArrayEmpty.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ArrayExponentiation.mos Modified : /trunk/testsuite/mosfiles/ArrayFieldSlice.mos Modified : /trunk/testsuite/mosfiles/ArrayIndex.mos Modified : /trunk/testsuite/mosfiles/ArrayMult.mos Modified : /trunk/testsuite/mosfiles/ArrayReduce.mos Modified : /trunk/testsuite/mosfiles/AssertTest.mos Modified : /trunk/testsuite/mosfiles/AssertTest1.mos Modified : /trunk/testsuite/mosfiles/AssertTest2.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall2.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/ColorPixel.mos Modified : /trunk/testsuite/mosfiles/CombiTimeTableTest.mos Modified : /trunk/testsuite/mosfiles/ComplexNumbers.mos Modified : /trunk/testsuite/mosfiles/Concat3.mos Modified : /trunk/testsuite/mosfiles/ConcatArr1.mos Modified : /trunk/testsuite/mosfiles/ConcatArr2.mos Modified : /trunk/testsuite/mosfiles/ConcatArr4.mos Modified : /trunk/testsuite/mosfiles/ConnectForEquations.mos Modified : /trunk/testsuite/mosfiles/ConstructFunc.mos Modified : /trunk/testsuite/mosfiles/CyclicPerm.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/DAEexample2.mos Modified : /trunk/testsuite/mosfiles/DimConvert.mos Modified : /trunk/testsuite/mosfiles/DimSize.mos Modified : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Modified : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Modified : /trunk/testsuite/mosfiles/Epidemics1.mos Modified : /trunk/testsuite/mosfiles/EqualityEquations.mos Modified : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mosfiles/EquationCall.mos Modified : /trunk/testsuite/mosfiles/ErrorNestedWhen.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/FilterBlock1.mos Modified : /trunk/testsuite/mosfiles/FiveForEquations.mos Modified : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles/HeatTank.mos Modified : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Modified : /trunk/testsuite/mosfiles/HydrogenIodide.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/IfEquation.mos Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/JoinThreeVectors2.mos Modified : /trunk/testsuite/mosfiles/LotkaVolterra.mos Modified : /trunk/testsuite/mosfiles/MRFcall.mos Modified : /trunk/testsuite/mosfiles/MoonLanding.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst1.mos Modified : /trunk/testsuite/mosfiles/MyPointsInst2.mos Modified : /trunk/testsuite/mosfiles/OneArgBaseFunction.mos Modified : /trunk/testsuite/mosfiles/Oscillator.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mosfiles/RangeVector.mos Modified : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Modified : /trunk/testsuite/mosfiles/StatementCall.mos Modified : /trunk/testsuite/mosfiles/StepAdvanced.mos Modified : /trunk/testsuite/mosfiles/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles/Switch.mos Modified : /trunk/testsuite/mosfiles/Tank.mos Modified : /trunk/testsuite/mosfiles/TankHybridPI.mos Modified : /trunk/testsuite/mosfiles/TankHybridPID.mos Modified : /trunk/testsuite/mosfiles/TankPI.mos Modified : /trunk/testsuite/mosfiles/TankPID.mos Modified : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Modified : /trunk/testsuite/mosfiles/TempResistor3.mos Modified : /trunk/testsuite/mosfiles/TwoRateSampler.mos Modified : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mosfiles/VectorizeSumVec.mos Modified : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mosfiles/WaveEquationSample.mos Modified : /trunk/testsuite/mosfiles/WhenEquation.mos Modified : /trunk/testsuite/mosfiles/WhenNotValid.mos Modified : /trunk/testsuite/mosfiles/WhenPriority.mos Modified : /trunk/testsuite/mosfiles/WhenStatement1.mos Modified : /trunk/testsuite/mosfiles/WhenStatement2.mos Modified : /trunk/testsuite/mosfiles/WhenStatement3.mos Modified : /trunk/testsuite/mosfiles/WhenValidResult.mos Modified : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos Modified : /trunk/testsuite/mosfiles/WillowForest.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/dertest.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/rtest Revision: 2958 Author: adrpo Date: 05:30:55, den 8 november 2007 Message: faster testsuite run by simulating: - using the new tolerance parameter - making the numberOfIntervals smaller ---- Modified : /trunk/testsuite/mosfiles/ActivateWhenEquation.mos Revision: 2957 Author: adrpo Date: 05:27:16, den 8 november 2007 Message: use the new tolerance parameter to simulate faster ---- Modified : /trunk/testsuite/mosfiles/ABCDsystem.mos Revision: 2956 Author: adrpo Date: 05:25:46, den 8 november 2007 Message: - omc +g=MetaModelica is the correct flag and not omc +meta ---- Modified : /trunk/testsuite/meta/rtest Revision: 2955 Author: adrpo Date: 05:24:44, den 8 november 2007 Message: - added the MetaModelica tests in the makefile. ---- Modified : /trunk/testsuite/Makefile Revision: 2954 Author: adrpo Date: 04:59:14, den 8 november 2007 Message: - changes to commands.xml to support the new <> parameter in the simulate(...) commands ---- Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Revision: 2953 Author: adrpo Date: 04:58:06, den 8 november 2007 Message: - doc changes due to <> addition in the simulate(...) command ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 2952 Author: adrpo Date: 04:57:10, den 8 november 2007 Message: - fixes to windows makefiles - changes to DAELow.lower to not simplify the DAE before dumping the incidence matrix from DAEQuery.mo - Changes to Ceval, Static, Main to write <> to Model_init.txt now tolerance can be specified when calling simulate: simulate(Model, tolerance=1e-5) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/SimCodegen.mo Revision: 2951 Author: adrpo Date: 04:51:47, den 8 november 2007 Message: - fixes to Makefiles to compile *.o when *.c* change - made simulation_input.cpp read the <> from the Model_init.txt ---- Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Revision: 2950 Author: adrpo Date: 04:49:38, den 8 november 2007 Message: - fixes to the Windows setup ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/omc.vcproj Revision: 2949 Author: adrpo Date: 07:20:53, den 7 november 2007 Message: cosmetic change ---- Modified : /trunk/Compiler/Interactive.mo Revision: 2948 Author: adrpo Date: 02:01:38, den 7 november 2007 Message: - better checks and error messages for flags. ---- Modified : /trunk/Compiler/runtime/rtopts.c Revision: 2947 Author: adrpo Date: 02:00:15, den 7 november 2007 Message: - added usage info when omc is invoked without flags ---- Modified : /trunk/Compiler/Main.mo Revision: 2946 Author: krsta Date: 12:31:28, den 3 november 2007 Message: - Added a specific directory for MetaModelica -related test cases ---- Added : /trunk/testsuite/meta Added : /trunk/testsuite/meta/List1.mo Added : /trunk/testsuite/meta/List1.mos Added : /trunk/testsuite/meta/MatchCase1.mo Added : /trunk/testsuite/meta/MatchCase1.mos Added : /trunk/testsuite/meta/MatchCase2.mo Added : /trunk/testsuite/meta/MatchCase2.mos Added : /trunk/testsuite/meta/MatchCase3.mo Added : /trunk/testsuite/meta/MatchCase3.mos Added : /trunk/testsuite/meta/MatchCase4.mo Added : /trunk/testsuite/meta/MatchCase4.mos Added : /trunk/testsuite/meta/MatchCase5.mo Added : /trunk/testsuite/meta/MatchCase5.mos Added : /trunk/testsuite/meta/MatchCase6.mo Added : /trunk/testsuite/meta/MatchCase6.mos Added : /trunk/testsuite/meta/MatchCase7.mo Added : /trunk/testsuite/meta/MatchCase7.mos Added : /trunk/testsuite/meta/MatchCase8.mo Added : /trunk/testsuite/meta/MatchCase8.mos Added : /trunk/testsuite/meta/Makefile Added : /trunk/testsuite/meta/rtest Added : /trunk/testsuite/meta/compilelog.txt Revision: 2945 Author: krsta Date: 12:25:06, den 3 november 2007 Message: - Some updates to the pattern match algorithm, etc. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Patternm.mo Revision: 2944 Author: adrpo Date: 18:07:12, den 24 oktober 2007 Message: - fixes for building debug version ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Revision: 2942 Author: x06hener Date: 17:45:56, den 9 oktober 2007 Message: *Updated to make compatible with omc changes ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Revision: 2941 Author: x06hener Date: 16:57:47, den 9 oktober 2007 Message: *Removed some debug library dependencies *Removed some unused function arguments ---- Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Revision: 2940 Author: petar Date: 14:26:10, den 5 oktober 2007 Message: Fixed bug with parameter values not added to unknown vector before initialization starts. ---- Modified : /trunk/c_runtime/simulation_init.cpp Revision: 2939 Author: x06hener Date: 12:21:49, den 3 oktober 2007 Message: Renamed some functions to avoid name conflicts on Mac ---- Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Revision: 2938 Author: adrpo Date: 12:03:25, den 27 september 2007 Message: - build the debug version in the Debug configuration! ---- Modified : /trunk/Compiler/VC7/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Revision: 2936 Author: adrpo Date: 15:17:27, den 26 september 2007 Message: - fixed small Linux part typo ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2935 Author: x06hener Date: 14:58:16, den 26 september 2007 Message: *Added the sendData project to the VC7 directory ---- Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/omc/omc.sln Revision: 2934 Author: x06hener Date: 14:37:40, den 26 september 2007 Message: *Removed print statements *Reintroduced option to build without Qt *Changed some rml calls *Added sendData.vcproj ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/Makefile.omdev.mingw Added : /trunk/c_runtime/sendData/humbug.cpp Added : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Added : /trunk/c_runtime/sendData/sendData.vcproj Deleted : /trunk/c_runtime/sendData/Makefile Revision: 2933 Author: x06hener Date: 18:55:49, den 25 september 2007 Message: And the pdb file. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Revision: 2932 Author: x06hener Date: 17:59:32, den 25 september 2007 Message: *Added range options to graphcells *Added "save parameters" command *Fixed minor bugs ---- Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/Pltpkg2/preferences.ui Revision: 2931 Author: x06hener Date: 17:54:23, den 25 september 2007 Message: *Added static Qt libraries for MinGW *The MinGW version of Omc is now built with static Qt libraries *Added some Qt header files *Added range options to plot2/plotParametric2 *Removed some unnecessary files. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/Makefile.omdev.mingw Deleted : /trunk/c_runtime/sendData/humbug.cpp Deleted : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Added : /trunk/c_runtime/sendData/Makefile.Release.mingw Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Added : /trunk/Compiler/VC7/Setup/lib Modified : /trunk/Compiler/VC7/sendData/sendData.vcproj Added : /trunk/c_runtime/sendData/include Added : /trunk/c_runtime/sendData/include/QBuffer Added : /trunk/c_runtime/sendData/include/QByteArray Added : /trunk/c_runtime/sendData/include/QColor Added : /trunk/c_runtime/sendData/include/QDataStream Added : /trunk/c_runtime/sendData/include/QDir Added : /trunk/c_runtime/sendData/include/QFile Added : /trunk/c_runtime/sendData/include/QProcess Added : /trunk/c_runtime/sendData/include/QString Added : /trunk/c_runtime/sendData/include/QTextStream Added : /trunk/c_runtime/sendData/include/QThread Added : /trunk/c_runtime/sendData/include/QVariant Added : /trunk/c_runtime/sendData/include/QVector Added : /trunk/c_runtime/sendData/include/QtCore Added : /trunk/c_runtime/sendData/include/QtCore/qalgorithms.h Added : /trunk/c_runtime/sendData/include/QtCore/qatomic.h Added : /trunk/c_runtime/sendData/include/QtCore/qatomic_arch.h Added : /trunk/c_runtime/sendData/include/QtCore/qatomic_windows.h Added : /trunk/c_runtime/sendData/include/QtCore/qbuffer.h Added : /trunk/c_runtime/sendData/include/QtCore/qbytearray.h Added : /trunk/c_runtime/sendData/include/QtCore/qchar.h Added : /trunk/c_runtime/sendData/include/QtCore/qcolor.h Added : /trunk/c_runtime/sendData/include/QtCore/qconfig.h Added : /trunk/c_runtime/sendData/include/QtCore/qdatastream.h Added : /trunk/c_runtime/sendData/include/QtCore/qdebug.h Added : /trunk/c_runtime/sendData/include/QtCore/qdir.h Added : /trunk/c_runtime/sendData/include/QtCore/qfeatures.h Added : /trunk/c_runtime/sendData/include/QtCore/qfile.h Added : /trunk/c_runtime/sendData/include/QtCore/qfileinfo.h Added : /trunk/c_runtime/sendData/include/QtCore/qglobal.h Added : /trunk/c_runtime/sendData/include/QtCore/qhash.h Added : /trunk/c_runtime/sendData/include/QtCore/qiodevice.h Added : /trunk/c_runtime/sendData/include/QtCore/qiterator.h Added : /trunk/c_runtime/sendData/include/QtCore/qlist.h Added : /trunk/c_runtime/sendData/include/QtCore/qmap.h Added : /trunk/c_runtime/sendData/include/QtCore/qmetatype.h Added : /trunk/c_runtime/sendData/include/QtCore/qnamespace.h Added : /trunk/c_runtime/sendData/include/QtCore/qobject.h Added : /trunk/c_runtime/sendData/include/QtCore/qobjectdefs.h Added : /trunk/c_runtime/sendData/include/QtCore/qpair.h Added : /trunk/c_runtime/sendData/include/QtCore/qplatformdefs.h Added : /trunk/c_runtime/sendData/include/QtCore/qprocess.h Added : /trunk/c_runtime/sendData/include/QtCore/qregexp.h Added : /trunk/c_runtime/sendData/include/QtCore/qset.h Added : /trunk/c_runtime/sendData/include/QtCore/qsettings.h Added : /trunk/c_runtime/sendData/include/QtCore/qstring.h Added : /trunk/c_runtime/sendData/include/QtCore/qstringlist.h Added : /trunk/c_runtime/sendData/include/QtCore/qstringlistmodel.h Added : /trunk/c_runtime/sendData/include/QtCore/qstringmatcher.h Added : /trunk/c_runtime/sendData/include/QtCore/qtextstream.h Added : /trunk/c_runtime/sendData/include/QtCore/qthread.h Added : /trunk/c_runtime/sendData/include/QtCore/qvariant.h Added : /trunk/c_runtime/sendData/include/QtCore/qvector.h Added : /trunk/c_runtime/sendData/include/QtGui Added : /trunk/c_runtime/sendData/include/QtGui/qrgb.h Added : /trunk/c_runtime/sendData/include/QtNetwork Added : /trunk/c_runtime/sendData/include/QtNetwork/QHostAddress Added : /trunk/c_runtime/sendData/include/QtNetwork/QTcpSocket Added : /trunk/c_runtime/sendData/include/QtNetwork/qabstractsocket.h Added : /trunk/c_runtime/sendData/include/QtNetwork/qhostaddress.h Added : /trunk/c_runtime/sendData/include/QtNetwork/qtcpsocket.h Added : /trunk/build/lib/libQtCore.a Added : /trunk/build/lib/libQtGui.a Added : /trunk/build/lib/libQtNetwork.a Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.vcproj Modified : /trunk/Compiler/VC7/omc/omc.sln Added : /trunk/c_runtime/sendData/Makefile Added : /trunk/Compiler/VC7/Setup/lib/QtCore4.dll Added : /trunk/Compiler/VC7/Setup/lib/QtCore4.lib Added : /trunk/Compiler/VC7/Setup/lib/QtGui4.dll Added : /trunk/Compiler/VC7/Setup/lib/QtGui4.lib Added : /trunk/Compiler/VC7/Setup/lib/QtNetwork4.dll Added : /trunk/Compiler/VC7/Setup/lib/QtNetwork4.lib Added : /trunk/Compiler/VC7/Setup/lib/qtmain.lib Revision: 2930 Author: adrpo Date: 05:41:21, den 23 september 2007 Message: - Windows Vista instructions ---- Modified : /trunk/README-BUILD-RELEASE.txt Revision: 2929 Author: adrpo Date: 00:42:40, den 20 september 2007 Message: - finally found the problem with weird simulation runtime errors. - memset the damn malloc-ed region. ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 2928 Author: adrpo Date: 19:47:33, den 19 september 2007 Message: Not needed in SVN as these are the user settings ---- Deleted : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Revision: 2927 Author: adrpo Date: 19:36:51, den 19 september 2007 Message: Added new API functionality: - refactorIconAnnotation - refactorDiagramAnnotation implemented by Filipo Donida [donida@elet.polimi.it] (thanks) ---- Modified : /trunk/Compiler/Interactive.mo Revision: 2926 Author: adrpo Date: 19:27:33, den 19 september 2007 Message: - updated ReadMe.txt with the latest developments ---- Modified : /trunk/OMNotebook/ReadMe.txt Revision: 2925 Author: adrpo Date: 19:22:34, den 19 september 2007 Message: - got rid of ANTLR project (not needed as is already in OMDev) - updated walker.g to work with antlr 2.7.7 - regenerated the NotebookParser antlr files with antlr-2.7.7 - make the .pdb even for Release version - updated projects to be able to build also a debug version. - made the projects dependent on OMDev so peole don't have to compile antlr and mico ---- Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp Modified : /trunk/OMNotebook/ANTLR/antlr.vcproj Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt Modified : /trunk/OMNotebook/NotebookParser/NotebookParser.vcproj Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt Modified : /trunk/OMNotebook/NotebookParser/walker.g Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Revision: 2924 Author: adrpo Date: 19:11:12, den 19 september 2007 Message: - fixes a crash when OPENMODELICAHOME is set to the empty string. - added the .pdb to be able to debug using minidumps when we get crashes. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Added : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb Revision: 2923 Author: adrpo Date: 18:33:13, den 19 september 2007 Message: - these are needed for MSVC compilation & setup because of the new OMNotebook functionality ---- Added : /trunk/Compiler/VC7/sendData Added : /trunk/Compiler/VC7/sendData/readme.txt Added : /trunk/Compiler/VC7/sendData/sendData.vcproj Added : /trunk/Compiler/VC7/sendData/Release Revision: 2922 Author: adrpo Date: 18:31:40, den 19 september 2007 Message: - small MSVC compilaion and setup fixes ---- Modified : /trunk/Compiler/VC7/antlr/Makefile.debug.win32 Modified : /trunk/Compiler/VC7/antlr/Makefile.win32 Revision: 2921 Author: adrpo Date: 22:34:19, den 17 september 2007 Message: - fixes a crash when OPENMODELICAHOME is set to the empty string. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Revision: 2920 Author: adrpo Date: 21:23:09, den 13 september 2007 Message: - get rid of Matrix.sig dependency ---- Modified : /trunk/Compiler/.depend Revision: 2919 Author: adrpo Date: 08:00:13, den 11 september 2007 Message: - - updated README-BUILD-RELEASE.txt with the new changes ---- Modified : /trunk/README-BUILD-RELEASE.txt Revision: 2918 Author: adrpo Date: 07:55:25, den 11 september 2007 Message: - added OMShell release in the trunk ---- Added : /trunk/OMShell/Release Added : /trunk/OMShell/Release/OMShell.exe Revision: 2917 Author: adrpo Date: 07:53:59, den 11 september 2007 Message: - added -ftrace option to Makefile.w32 - used -trace option in corbaimpl.cpp - updated Compile.bat to work on Vista - updated c_runtime.vcproj, added meta_modelica.c and meta_modelica.h - update omc.vcproj - updated VC7/rmlRuntime/runtime/common/main.c to take in -trace option - updated VC7/c_runtime.vcproj to take the OMNotebook and OMShell from trunk instead of M:\ ---- Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/scripts/Compile.bat Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/main.c Modified : /trunk/Compiler/VC7/omc.vcproj Revision: 2916 Author: adrpo Date: 07:50:40, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/VarTransform.mo Revision: 2915 Author: adrpo Date: 07:50:19, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Values.mo Revision: 2914 Author: adrpo Date: 07:49:41, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Util.mo Revision: 2913 Author: adrpo Date: 07:45:59, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Types.mo Revision: 2912 Author: adrpo Date: 07:45:35, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/TaskGraphExt.mo Revision: 2911 Author: adrpo Date: 07:45:06, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/TaskGraph.mo Revision: 2910 Author: adrpo Date: 07:41:54, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/System.mo Revision: 2909 Author: adrpo Date: 07:41:14, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Static.mo Revision: 2908 Author: adrpo Date: 07:40:49, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Socket.mo Revision: 2907 Author: adrpo Date: 07:40:27, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 2906 Author: adrpo Date: 07:38:40, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Settings.mo Revision: 2905 Author: adrpo Date: 07:38:19, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/SCode.mo Revision: 2904 Author: adrpo Date: 07:32:54, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/RTOpts.mo Revision: 2903 Author: adrpo Date: 07:32:43, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Refactor.mo Revision: 2902 Author: adrpo Date: 07:32:20, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Print.mo Revision: 2901 Author: adrpo Date: 07:32:08, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Prefix.mo Revision: 2900 Author: adrpo Date: 07:31:52, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Patternm.mo Revision: 2899 Author: adrpo Date: 07:31:40, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Parser.mo Revision: 2898 Author: adrpo Date: 07:31:10, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/ModUtil.mo Revision: 2897 Author: adrpo Date: 07:28:01, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/Mod.mo Revision: 2896 Author: adrpo Date: 07:27:20, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package - added RCS $Id$ to the files who were missing these ---- Modified : /trunk/Compiler/MetaUtil.mo Revision: 2895 Author: adrpo Date: 07:26:23, den 11 september 2007 Message: - cosmetic changes - moved copyright from Modelica package comment to file ignored comment to speed up MDT - changed module to package ---- Modified : /trunk/Compiler/Main.mo Revision: 2894 Author: adrpo Date: 06:26:05, den 11 september 2007 Message: - cosmetic changes ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Revision: 2893 Author: adrpo Date: 06:24:07, den 11 september 2007 Message: - cosmetic changes ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/Graphviz.mo Revision: 2892 Author: adrpo Date: 06:22:48, den 11 september 2007 Message: - cosmetic changes ---- Modified : /trunk/Compiler/Env.mo Revision: 2891 Author: adrpo Date: 06:22:10, den 11 september 2007 Message: ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Revision: 2890 Author: adrpo Date: 06:20:54, den 11 september 2007 Message: - cosmetic changes ---- Modified : /trunk/Compiler/ClassInf.mo Revision: 2889 Author: adrpo Date: 06:20:21, den 11 september 2007 Message: - cosmetic changes ---- Modified : /trunk/Compiler/Ceval.mo Revision: 2888 Author: adrpo Date: 06:19:56, den 11 september 2007 Message: - cosmetic changes ---- Modified : /trunk/Compiler/Builtin.mo Revision: 2887 Author: adrpo Date: 06:19:04, den 11 september 2007 Message: - cosmetic changes ---- Modified : /trunk/Compiler/Algorithm.mo Revision: 2886 Author: adrpo Date: 02:46:20, den 11 september 2007 Message: - fixed a small typo ---- Modified : /trunk/Compiler/Absyn.mo Revision: 2885 Author: adrpo Date: 02:30:02, den 11 september 2007 Message: - cosmetic changes - added Absyn.getClassName ---- Modified : /trunk/Compiler/Absyn.mo Revision: 2884 Author: x06hener Date: 08:55:03, den 10 september 2007 Message: Removed annoying messagebox ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Revision: 2883 Author: x06hener Date: 22:23:26, den 8 september 2007 Message: Fixes the crash when OPENMODELICAHOME is undefined. Displays the main window even if files given as command line parameters are not found. Updated copyright information. Now correctly shows the application icon. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/res.aps Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Revision: 2882 Author: adrpo Date: 18:14:28, den 7 september 2007 Message: - the VC7\Setup\bin\ptplot.jar dumps the plot image in $OPENMODELICAHOME/tmp/ - updated the build\bin\ptplot.jar to do the same. ---- Modified : /trunk/build/bin/ptplot.jar Revision: 2881 Author: adrpo Date: 23:56:02, den 6 september 2007 Message: Seems this file is no longer required. ---- Deleted : /trunk/Compiler/Matrix.mo Revision: 2880 Author: x06klasj Date: 22:04:52, den 5 september 2007 Message: The testcases in the drmodelica directory are moved to the mofiles and mosfiles directory and the drmodelica directory are removed. ---- Deleted : /trunk/testsuite/mofiles/drmodelica Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/MyPointsInst1.mo Added : /trunk/testsuite/mofiles/MyPointsInst2.mo Added : /trunk/testsuite/mofiles/Switch.mo Added : /trunk/testsuite/mofiles/WaveEquationSample.mo Added : /trunk/testsuite/mofiles/WillowForest.mo Added : /trunk/testsuite/mosfiles/ABCDsystem.mo Added : /trunk/testsuite/mosfiles/ABCDsystem.mos Added : /trunk/testsuite/mosfiles/ActivateWhenEquation.mo Added : /trunk/testsuite/mosfiles/ActivateWhenEquation.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos Added : /trunk/testsuite/mosfiles/AlgorithmSection.mo Added : /trunk/testsuite/mosfiles/AlgorithmSection.mos Added : /trunk/testsuite/mosfiles/AppendElement.mo Added : /trunk/testsuite/mosfiles/AppendElement.mos Added : /trunk/testsuite/mosfiles/ArrayAddEmpty.mo Added : /trunk/testsuite/mosfiles/ArrayAddEmpty.mos Added : /trunk/testsuite/mosfiles/ArrayAddSub1.mo Added : /trunk/testsuite/mosfiles/ArrayAddSub1.mos Added : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mo Added : /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mos Added : /trunk/testsuite/mosfiles/ArrayConstruct1.mo Added : /trunk/testsuite/mosfiles/ArrayConstruct1.mos Added : /trunk/testsuite/mosfiles/ArrayDivError.mo Added : /trunk/testsuite/mosfiles/ArrayDivError.mos Added : /trunk/testsuite/mosfiles/ArrayEmpty.mo Added : /trunk/testsuite/mosfiles/ArrayEmpty.mos Added : /trunk/testsuite/mosfiles/ArrayExponentiation.mo Added : /trunk/testsuite/mosfiles/ArrayExponentiation.mos Added : /trunk/testsuite/mosfiles/ArrayFieldSlice.mo Added : /trunk/testsuite/mosfiles/ArrayFieldSlice.mos Added : /trunk/testsuite/mosfiles/ArrayIndex.mo Added : /trunk/testsuite/mosfiles/ArrayIndex.mos Added : /trunk/testsuite/mosfiles/ArrayMult.mo Added : /trunk/testsuite/mosfiles/ArrayMult.mos Added : /trunk/testsuite/mosfiles/ArrayReduce.mo Added : /trunk/testsuite/mosfiles/ArrayReduce.mos Added : /trunk/testsuite/mosfiles/AssertTest.mo Added : /trunk/testsuite/mosfiles/AssertTest.mos Added : /trunk/testsuite/mosfiles/AssertTest1.mo Added : /trunk/testsuite/mosfiles/AssertTest1.mos Added : /trunk/testsuite/mosfiles/AssertTest2.mo Added : /trunk/testsuite/mosfiles/AssertTest2.mos Added : /trunk/testsuite/mosfiles/BouncingBall2.mo Added : /trunk/testsuite/mosfiles/BouncingBall2.mos Added : /trunk/testsuite/mosfiles/ColorPixel.mo Added : /trunk/testsuite/mosfiles/ColorPixel.mos Added : /trunk/testsuite/mosfiles/ComplexNumbers.mo Added : /trunk/testsuite/mosfiles/ComplexNumbers.mos Added : /trunk/testsuite/mosfiles/Concat3.mo Added : /trunk/testsuite/mosfiles/Concat3.mos Added : /trunk/testsuite/mosfiles/ConcatArr1.mo Added : /trunk/testsuite/mosfiles/ConcatArr1.mos Added : /trunk/testsuite/mosfiles/ConcatArr2.mo Added : /trunk/testsuite/mosfiles/ConcatArr2.mos Added : /trunk/testsuite/mosfiles/ConcatArr4.mo Added : /trunk/testsuite/mosfiles/ConcatArr4.mos Added : /trunk/testsuite/mosfiles/ConnectForEquations.mo Added : /trunk/testsuite/mosfiles/ConnectForEquations.mos Added : /trunk/testsuite/mosfiles/ConstructFunc.mo Added : /trunk/testsuite/mosfiles/ConstructFunc.mos Added : /trunk/testsuite/mosfiles/CyclicPerm.mo Added : /trunk/testsuite/mosfiles/CyclicPerm.mos Added : /trunk/testsuite/mosfiles/DAEexample2.mo Added : /trunk/testsuite/mosfiles/DAEexample2.mos Added : /trunk/testsuite/mosfiles/DimConvert.mo Added : /trunk/testsuite/mosfiles/DimConvert.mos Added : /trunk/testsuite/mosfiles/DimSize.mo Added : /trunk/testsuite/mosfiles/DimSize.mos Added : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mo Added : /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos Added : /trunk/testsuite/mosfiles/DoubleWhenConflict.mo Added : /trunk/testsuite/mosfiles/DoubleWhenConflict.mos Added : /trunk/testsuite/mosfiles/DoubleWhenSequential.mo Added : /trunk/testsuite/mosfiles/DoubleWhenSequential.mos Added : /trunk/testsuite/mosfiles/Epidemics1.mo Added : /trunk/testsuite/mosfiles/Epidemics1.mos Added : /trunk/testsuite/mosfiles/EqualityEquations.mo Added : /trunk/testsuite/mosfiles/EqualityEquations.mos Added : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mo Added : /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos Added : /trunk/testsuite/mosfiles/EquationCall.mo Added : /trunk/testsuite/mosfiles/EquationCall.mos Added : /trunk/testsuite/mosfiles/ErrorNestedWhen.mo Added : /trunk/testsuite/mosfiles/ErrorNestedWhen.mos Added : /trunk/testsuite/mosfiles/FilterBlock1.mo Added : /trunk/testsuite/mosfiles/FilterBlock1.mos Added : /trunk/testsuite/mosfiles/FiveForEquations.mo Added : /trunk/testsuite/mosfiles/FiveForEquations.mos Added : /trunk/testsuite/mosfiles/FlatTank.mo Added : /trunk/testsuite/mosfiles/FlatTank.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Added : /trunk/testsuite/mosfiles/FuncDer.mo Added : /trunk/testsuite/mosfiles/FuncDer.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mo Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Added : /trunk/testsuite/mosfiles/HeatTank.mo Added : /trunk/testsuite/mosfiles/HeatTank.mos Added : /trunk/testsuite/mosfiles/HeatTankExpanded.mo Added : /trunk/testsuite/mosfiles/HeatTankExpanded.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mo Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Added : /trunk/testsuite/mosfiles/HideVariableForEquations.mo Added : /trunk/testsuite/mosfiles/HideVariableForEquations.mos Added : /trunk/testsuite/mosfiles/HydrogenIodide.mo Added : /trunk/testsuite/mosfiles/HydrogenIodide.mos Added : /trunk/testsuite/mosfiles/IfEquation.mo Added : /trunk/testsuite/mosfiles/IfEquation.mos Added : /trunk/testsuite/mosfiles/JoinThreeVectors2.mo Added : /trunk/testsuite/mosfiles/JoinThreeVectors2.mos Added : /trunk/testsuite/mosfiles/LotkaVolterra.mo Added : /trunk/testsuite/mosfiles/LotkaVolterra.mos Added : /trunk/testsuite/mosfiles/MRFcall.mo Added : /trunk/testsuite/mosfiles/MRFcall.mos Added : /trunk/testsuite/mosfiles/MoonLanding.mo Added : /trunk/testsuite/mosfiles/MoonLanding.mos Added : /trunk/testsuite/mosfiles/MyPointsInst1.mo Added : /trunk/testsuite/mosfiles/MyPointsInst1.mos Added : /trunk/testsuite/mosfiles/MyPointsInst2.mo Added : /trunk/testsuite/mosfiles/MyPointsInst2.mos Added : /trunk/testsuite/mosfiles/OneArgBaseFunction.mo Added : /trunk/testsuite/mosfiles/OneArgBaseFunction.mos Added : /trunk/testsuite/mosfiles/Oscillator.mo Added : /trunk/testsuite/mosfiles/Oscillator.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Added : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mo Added : /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos Added : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mo Added : /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos Added : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mo Added : /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos Added : /trunk/testsuite/mosfiles/RangeVector.mo Added : /trunk/testsuite/mosfiles/RangeVector.mos Added : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mo Added : /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos Added : /trunk/testsuite/mosfiles/StatementCall.mo Added : /trunk/testsuite/mosfiles/StatementCall.mos Added : /trunk/testsuite/mosfiles/StepAdvanced.mo Added : /trunk/testsuite/mosfiles/StepAdvanced.mos Added : /trunk/testsuite/mosfiles/SubArrayIndex.mo Added : /trunk/testsuite/mosfiles/SubArrayIndex.mos Modified : /trunk/testsuite/mosfiles/SumForLoop.mo Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mo Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Added : /trunk/testsuite/mosfiles/Switch.mo Added : /trunk/testsuite/mosfiles/Switch.mos Added : /trunk/testsuite/mosfiles/Tank.mo Added : /trunk/testsuite/mosfiles/Tank.mos Added : /trunk/testsuite/mosfiles/TankHybridPI.mo Added : /trunk/testsuite/mosfiles/TankHybridPI.mos Added : /trunk/testsuite/mosfiles/TankHybridPID.mo Added : /trunk/testsuite/mosfiles/TankHybridPID.mos Added : /trunk/testsuite/mosfiles/TankPI.mo Added : /trunk/testsuite/mosfiles/TankPI.mos Added : /trunk/testsuite/mosfiles/TankPID.mo Added : /trunk/testsuite/mosfiles/TankPID.mos Added : /trunk/testsuite/mosfiles/TanksConnectedPI.mo Added : /trunk/testsuite/mosfiles/TanksConnectedPI.mos Added : /trunk/testsuite/mosfiles/TempResistor3.mo Added : /trunk/testsuite/mosfiles/TempResistor3.mos Added : /trunk/testsuite/mosfiles/TwoRateSampler.mo Added : /trunk/testsuite/mosfiles/TwoRateSampler.mos Added : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mo Added : /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos Added : /trunk/testsuite/mosfiles/VectorizeSumVec.mo Added : /trunk/testsuite/mosfiles/VectorizeSumVec.mos Added : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mo Added : /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos Added : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mo Added : /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos Added : /trunk/testsuite/mosfiles/WaveEquationSample.mo Added : /trunk/testsuite/mosfiles/WaveEquationSample.mos Added : /trunk/testsuite/mosfiles/WhenEquation.mo Added : /trunk/testsuite/mosfiles/WhenEquation.mos Added : /trunk/testsuite/mosfiles/WhenNotValid.mo Added : /trunk/testsuite/mosfiles/WhenNotValid.mos Added : /trunk/testsuite/mosfiles/WhenPriority.mo Added : /trunk/testsuite/mosfiles/WhenPriority.mos Added : /trunk/testsuite/mosfiles/WhenStatement1.mo Added : /trunk/testsuite/mosfiles/WhenStatement1.mos Added : /trunk/testsuite/mosfiles/WhenStatement2.mo Added : /trunk/testsuite/mosfiles/WhenStatement2.mos Added : /trunk/testsuite/mosfiles/WhenStatement3.mo Added : /trunk/testsuite/mosfiles/WhenStatement3.mos Added : /trunk/testsuite/mosfiles/WhenValidResult.mo Added : /trunk/testsuite/mosfiles/WhenValidResult.mos Added : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mo Added : /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos Added : /trunk/testsuite/mosfiles/WillowForest.mo Added : /trunk/testsuite/mosfiles/WillowForest.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mo Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mo Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mo Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/mofiles/ABCDsystem.mo Added : /trunk/testsuite/mofiles/AccessDemoIllegalMod.mo Added : /trunk/testsuite/mofiles/AccessDemoLegalMod.mo Added : /trunk/testsuite/mofiles/ActivateWhenEquation.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign2.mo Added : /trunk/testsuite/mofiles/AlgorithmSection.mo Added : /trunk/testsuite/mofiles/AppendElement.mo Added : /trunk/testsuite/mofiles/ArrayAddEmpty.mo Added : /trunk/testsuite/mofiles/ArrayAddSub.mo Added : /trunk/testsuite/mofiles/ArrayAddSub1.mo Added : /trunk/testsuite/mofiles/ArrayAlgebraFunc.mo Added : /trunk/testsuite/mofiles/ArrayConstruct1.mo Added : /trunk/testsuite/mofiles/ArrayDim1.mo Added : /trunk/testsuite/mofiles/ArrayDim2.mo Added : /trunk/testsuite/mofiles/ArrayDim3.mo Added : /trunk/testsuite/mofiles/ArrayDim4.mo Added : /trunk/testsuite/mofiles/ArrayDiv.mo Added : /trunk/testsuite/mofiles/ArrayDivError.mo Added : /trunk/testsuite/mofiles/ArrayEmpty.mo Added : /trunk/testsuite/mofiles/ArrayExponentiation.mo Added : /trunk/testsuite/mofiles/ArrayFieldSlice.mo Added : /trunk/testsuite/mofiles/ArrayIndex.mo Added : /trunk/testsuite/mofiles/ArrayMult.mo Added : /trunk/testsuite/mofiles/ArrayReduce.mo Added : /trunk/testsuite/mofiles/ArraySlice.mo Added : /trunk/testsuite/mofiles/ArraysInitIllegal.mo Added : /trunk/testsuite/mofiles/ArraysInitLegal.mo Added : /trunk/testsuite/mofiles/AssertTest.mo Added : /trunk/testsuite/mofiles/AssertTest1.mo Added : /trunk/testsuite/mofiles/AssertTest2.mo Added : /trunk/testsuite/mofiles/BlockMatrix.mo Added : /trunk/testsuite/mofiles/BlockMatrix2.mo Added : /trunk/testsuite/mofiles/BlockMatrix3.mo Added : /trunk/testsuite/mofiles/BouncingBall.mo Added : /trunk/testsuite/mofiles/Circuit.mo Added : /trunk/testsuite/mofiles/ColorClasses.mo Added : /trunk/testsuite/mofiles/ColorPixel.mo Added : /trunk/testsuite/mofiles/ColoredPointIllegalMod1.mo Added : /trunk/testsuite/mofiles/ColoredPointIllegalMod2.mo Added : /trunk/testsuite/mofiles/ColoredPointIllegalMod3.mo Added : /trunk/testsuite/mofiles/ColoredPointLegalMod.mo Added : /trunk/testsuite/mofiles/Colors.mo Added : /trunk/testsuite/mofiles/ComplexNumbers.mo Added : /trunk/testsuite/mofiles/Concat3.mo Added : /trunk/testsuite/mofiles/ConcatArr1.mo Added : /trunk/testsuite/mofiles/ConcatArr2.mo Added : /trunk/testsuite/mofiles/ConcatArr4.mo Added : /trunk/testsuite/mofiles/ConnectForEquations.mo Added : /trunk/testsuite/mofiles/ConstructFunc.mo Added : /trunk/testsuite/mofiles/CyclicPerm.mo Modified : /trunk/testsuite/mofiles/DAEexample.mo Added : /trunk/testsuite/mofiles/DimConvert.mo Added : /trunk/testsuite/mofiles/DimSize.mo Added : /trunk/testsuite/mofiles/DiscreteVectorStateSpace.mo Added : /trunk/testsuite/mofiles/DoubleWhenConflict.mo Added : /trunk/testsuite/mofiles/DoubleWhenSequential.mo Added : /trunk/testsuite/mofiles/ElementWiseMultiplication.mo Added : /trunk/testsuite/mofiles/Epidemics1.mo Added : /trunk/testsuite/mofiles/EqualityEquations.mo Added : /trunk/testsuite/mofiles/EqualityEquationsCorrect.mo Added : /trunk/testsuite/mofiles/EquationCall.mo Added : /trunk/testsuite/mofiles/Equations.mo Added : /trunk/testsuite/mofiles/ErrorNestedWhen.mo Added : /trunk/testsuite/mofiles/FilterBlock1.mo Added : /trunk/testsuite/mofiles/FiveForEquations.mo Added : /trunk/testsuite/mofiles/FlatTank.mo Modified : /trunk/testsuite/mofiles/ForLoopHideVariable.mo Added : /trunk/testsuite/mofiles/FuncDer.mo Modified : /trunk/testsuite/mofiles/FuncMultResults.mo Added : /trunk/testsuite/mofiles/GenericMicroCircuit.mo Added : /trunk/testsuite/mofiles/HeatTank.mo Added : /trunk/testsuite/mofiles/HeatTankExpanded.mo Modified : /trunk/testsuite/mofiles/HelloWorld.mo Added : /trunk/testsuite/mofiles/HideVariableForEquations.mo Added : /trunk/testsuite/mofiles/HydrogenIodide.mo Added : /trunk/testsuite/mofiles/IfEquation.mo Added : /trunk/testsuite/mofiles/JoinThreeVectors2.mo Added : /trunk/testsuite/mofiles/LeastSquares.mo Added : /trunk/testsuite/mofiles/LogCall1.mo Added : /trunk/testsuite/mofiles/LotkaVolterra.mo Added : /trunk/testsuite/mofiles/MRFcall.mo Added : /trunk/testsuite/mofiles/MicroCircuitInvalid.mo Added : /trunk/testsuite/mofiles/MicroCircuitValid.mo Added : /trunk/testsuite/mofiles/ModifiedFiltersInSeries.mo Added : /trunk/testsuite/mofiles/MoonLanding.mo Added : /trunk/testsuite/mofiles/MultFuncCall.mo Added : /trunk/testsuite/mofiles/OneArgBaseFunction.mo Added : /trunk/testsuite/mofiles/Oscillator.mo Added : /trunk/testsuite/mofiles/PointInst.mo Added : /trunk/testsuite/mofiles/PointSum.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator2.mo Added : /trunk/testsuite/mofiles/PolynomialEvaluator3.mo Added : /trunk/testsuite/mofiles/PolynomialEvaluatorA.mo Added : /trunk/testsuite/mofiles/PolynomialEvaluatorB.mo Added : /trunk/testsuite/mofiles/RangeVector.mo Added : /trunk/testsuite/mofiles/RefinedSimpleCircuitInvalid.mo Added : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid.mo Added : /trunk/testsuite/mofiles/RefinedSimpleCircuitValid2.mo Added : /trunk/testsuite/mofiles/SimplePeriodicSampler.mo Added : /trunk/testsuite/mofiles/StatementCall.mo Added : /trunk/testsuite/mofiles/StepAdvanced.mo Added : /trunk/testsuite/mofiles/SubArrayIndex.mo Modified : /trunk/testsuite/mofiles/SumForLoop.mo Modified : /trunk/testsuite/mofiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/SumVectorForIf.mo Added : /trunk/testsuite/mofiles/Summation.mo Added : /trunk/testsuite/mofiles/Tank.mo Added : /trunk/testsuite/mofiles/TankHybridPI.mo Added : /trunk/testsuite/mofiles/TankHybridPID.mo Added : /trunk/testsuite/mofiles/TankPI.mo Added : /trunk/testsuite/mofiles/TankPID.mo Added : /trunk/testsuite/mofiles/TanksConnectedPI.mo Added : /trunk/testsuite/mofiles/TempDepResistorCircuit.mo Added : /trunk/testsuite/mofiles/TempDepResistorCircuitInherited.mo Added : /trunk/testsuite/mofiles/TempResistor3.mo Added : /trunk/testsuite/mofiles/TwoRateSampler.mo Added : /trunk/testsuite/mofiles/VanDerPol.mo Added : /trunk/testsuite/mofiles/VectorizeOneReturnValue.mo Added : /trunk/testsuite/mofiles/VectorizeSeveralArguments.mo Added : /trunk/testsuite/mofiles/VectorizeSumVec.mo Added : /trunk/testsuite/mofiles/WatchDog1AlgorithmWhen.mo Added : /trunk/testsuite/mofiles/WatchDog2EquationWhen.mo Added : /trunk/testsuite/mofiles/WhenEquation.mo Added : /trunk/testsuite/mofiles/WhenNotValid.mo Added : /trunk/testsuite/mofiles/WhenPriority.mo Added : /trunk/testsuite/mofiles/WhenStatement1.mo Added : /trunk/testsuite/mofiles/WhenStatement2.mo Added : /trunk/testsuite/mofiles/WhenStatement3.mo Added : /trunk/testsuite/mofiles/WhenValidResult.mo Added : /trunk/testsuite/mofiles/WhenVectorPredicateEquation.mo Modified : /trunk/testsuite/mofiles/XPowers1.mo Modified : /trunk/testsuite/mofiles/XPowers2.mo Modified : /trunk/testsuite/mofiles/XPowers3.mo Added : /trunk/testsuite/mofiles/Xpowers.mo Modified : /trunk/testsuite/mosfiles/blockssystems.mos Revision: 2879 Author: x06hener Date: 20:48:39, den 5 september 2007 Message: Minor tweaks ---- Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/Pltpkg2/focusRect.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Revision: 2878 Author: x06hener Date: 14:09:36, den 3 september 2007 Message: Removed scrollbars from graphics area (not required with Qt 4.3.1) ---- Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphScene.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/LegendLabel.h Revision: 2877 Author: x06hener Date: 14:05:37, den 3 september 2007 Message: Upgraded to Qt 4.3.1 ---- Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/Release/QtCore4.dll Modified : /trunk/OMNotebook/OMNotebookQT4/Release/QtGui4.dll Modified : /trunk/OMNotebook/OMNotebookQT4/Release/QtNetwork4.dll Modified : /trunk/OMNotebook/OMNotebookQT4/Release/QtXml4.dll Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Revision: 2876 Author: x06hener Date: 11:27:46, den 27 augusti 2007 Message: Fix for the "empty coordinate system" problem ---- Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Revision: 2875 Author: adrpo Date: 00:52:59, den 26 augusti 2007 Message: - generate .depend all the time in Linux too - thanks to Simon Björklén [simon@at@bjorklen.com] for tripping into this ---- Modified : /trunk/Compiler/Makefile.in Revision: 2874 Author: krsta Date: 17:19:55, den 18 augusti 2007 Message: Updated the section with array for-constructors in WhatDoesNotWork.html. ---- Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2873 Author: krsta Date: 17:07:58, den 18 augusti 2007 Message: Added a new array for-constructor test case. ---- Added : /trunk/testsuite/mosfiles/ForIterator2.mo Added : /trunk/testsuite/mosfiles/ForIterator2.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2872 Author: krsta Date: 17:04:24, den 18 augusti 2007 Message: Modified the handling of array for constructors. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Revision: 2871 Author: krsta Date: 15:36:23, den 16 augusti 2007 Message: Updated the section with for iterator constructors. ---- Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2870 Author: krsta Date: 15:32:23, den 16 augusti 2007 Message: Added a testcase for some cases of for iterators. ---- Added : /trunk/testsuite/mosfiles/ForIterator1.mo Added : /trunk/testsuite/mosfiles/ForIterator1.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2869 Author: krsta Date: 11:46:40, den 16 augusti 2007 Message: Added run-time handling of (MetaModelica) lists to the C runtime. Two new files. ---- Added : /trunk/c_runtime/meta_modelica.c Modified : /trunk/c_runtime/modelica.h Added : /trunk/c_runtime/meta_modelica.h Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Revision: 2868 Author: krsta Date: 11:44:38, den 16 augusti 2007 Message: Updated MetaModelica pattern match algorithm and list handling (builtin functions for list handling, etc.). Merged the Matrix module with the DFA module. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Revision: 2867 Author: adrpo Date: 03:15:55, den 10 augusti 2007 Message: - generated the .pdf of OpenModelicaSystem.doc ---- Modified : /trunk/doc/OpenModelicaSystem.pdf Revision: 2866 Author: krsta Date: 16:00:17, den 8 augusti 2007 Message: Added pattern matching to System Documentation. PDF version to come. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Revision: 2865 Author: adrpo Date: 00:35:10, den 8 augusti 2007 Message: - got rid of quotes (") from model_dir - added $MODELICAUSERLFLAGS in the second case of System.generateMakefile - removed the .NET Framework dependency from Setup.vdproj - cosmetic change in Makefile.common.w32 ---- Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2864 Author: krsta Date: 16:22:52, den 7 augusti 2007 Message: Modified the pattern match algorithm. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/Matrix.mo Revision: 2863 Author: adrpo Date: 01:33:35, den 19 juli 2007 Message: - added ${MODELICAUSERLFLAGS} to the end of the g++ command in the generated Model.makefile as Hong Duan (hduan [at] ucdavis [dot] edu) suggested ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 2862 Author: adrpo Date: 04:40:22, den 16 juli 2007 Message: - if they not exist create .sig files first - this seems to fix the dependencies problems we had before - compilation for small changes is now faster ---- Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 2861 Author: adrpo Date: 04:25:39, den 16 juli 2007 Message: - cleaning up makefiles - using rmldep-new.sh in Linux makefiles also ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/rml2sig/rmldep-new.sh Revision: 2859 Author: adrpo Date: 17:42:24, den 13 juli 2007 Message: - updated the MDT and Debugging chapter ---- Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 2858 Author: adrpo Date: 17:38:14, den 13 juli 2007 Message: - updated the MDT and Debugging chapter ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 2857 Author: adrpo Date: 01:42:49, den 13 juli 2007 Message: - linux fixes for the new libsendData.a from c_runtime ---- Modified : /trunk/c_runtime/Makefile Revision: 2856 Author: krsta Date: 12:44:14, den 12 juli 2007 Message: Made some improvements and fixed some bugs in the valueblock and for iterator constructs. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Static.mo Revision: 2855 Author: x06hener Date: 01:47:11, den 11 juli 2007 Message: Compiled OMNotebook with the improvements added by Adrian ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Revision: 2854 Author: adrpo Date: 11:06:07, den 10 juli 2007 Message: - VC7 Setup fixes for new stuff in OMNotebook - Parser fixes to handle multiple for iterators, both in array iterators and in for loops, Have a look at Absyn.ForIterators - Small changes in makefiles - Fixed stringEqual in external-rml.c - ptplot.jar dumps the plot image in $OPENMODELICAHOME/tmp/ - OMNotebook and OMShell in windows now starts in $OPENMODELICAHOME/tmp/ ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/Setup/bin/ptplot.jar Modified : /trunk/Compiler/VC7/omc/omc.sln Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/external-rml.c Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/rml2sig/rmldep-new.sh Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/res.aps Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/c_runtime/sendData/humbug.cpp Modified : /trunk/c_runtime/sendData/humbug.h Modified : /trunk/c_runtime/sendData/sendData.cpp Modified : /trunk/c_runtime/sendData/sendData.h Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 2853 Author: x06hener Date: 16:19:04, den 26 juni 2007 Message: Added support for the new plotting features of OMNotebook. Set the variable QTHOME to a MinGW version of Qt 4.3 to enable these extensions. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/Makefile.omdev.mingw Added : /trunk/c_runtime/sendData Added : /trunk/c_runtime/sendData/humbug.cpp Added : /trunk/c_runtime/sendData/humbug.h Added : /trunk/c_runtime/sendData/sendData.cpp Added : /trunk/c_runtime/sendData/sendData.h Added : /trunk/c_runtime/sendData/sendData.pro Revision: 2852 Author: x06hener Date: 16:08:19, den 26 juni 2007 Message: Minor improvements, now DrModelica should open if DRMODELICAHOME is set. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/evalthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Revision: 2851 Author: x06hener Date: 15:56:02, den 26 juni 2007 Message: Minor improvements ---- Modified : /trunk/OMNotebook/Pltpkg2/LegendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Added : /trunk/OMNotebook/Pltpkg2/focusRect.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Revision: 2849 Author: krsta Date: 22:55:45, den 25 juni 2007 Message: Uncommented the code for the un-nested for constructor iterators. The following cases should work: x := {EXP for VAR in EXP}; x := FuncCall(EXP for VAR in EXP); x = {EXP for VAR in EXP}; Added some comments to DFA, Matrix and Patternm. ---- Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Matrix.mo Modified : /trunk/Compiler/Patternm.mo Revision: 2848 Author: krsta Date: 12:50:53, den 24 juni 2007 Message: Added support for MetaModelica lists to the matchcontinue expression. Mostly altered DFA, Convert, Patternm and MetaUtil. ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Convert.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Matrix.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Patternm.mo Revision: 2847 Author: krsta Date: 15:06:20, den 22 juni 2007 Message: Made some improvements to the valueblock expression implementation in Codegen and Static. Made some changes in MetaUtil.mo. Added code for for-iterator constructors to Inst (they will be uncommented later on). ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Revision: 2846 Author: krsta Date: 16:15:27, den 21 juni 2007 Message: Changed the call dymTableTimeIni2 till omcTableTimeIni. ---- Modified : /trunk/testsuite/mosfiles/Modelica.mo Revision: 2845 Author: x06hener Date: 14:13:42, den 21 juni 2007 Message: Added the Graph cell style. ---- Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.xml Revision: 2844 Author: petfr Date: 13:33:16, den 21 juni 2007 Message: Uppdaterat OpenModelicaSystem.doc and .pdf and OpenModelicaUsersGuide.doc and .pdf for release 1.4.3 with updated author list and release notes. OpenModelicaSystem also updated the module interaction figures and added 3 short module descriptions for the patternmatch compilation. OpenModelicaMetaProgramming.doc and .pdf also updated somewhat, e.g. to reflect that if-expressions now work. ---- Modified : /trunk/doc/OpenModelicaMetaProgramming.doc Modified : /trunk/doc/OpenModelicaMetaProgramming.pdf Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 2843 Author: x06hener Date: 00:16:11, den 21 juni 2007 Message: Added a missing .h-file. ---- Added : /trunk/OMNotebook/Pltpkg2/label.h Revision: 2842 Author: x05andfe Date: 20:59:11, den 20 juni 2007 Message: fixed copy/paste problem (if complex cell structure) ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Revision: 2841 Author: x05andfe Date: 20:58:07, den 20 juni 2007 Message: fixed treeview lines ---- Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Revision: 2840 Author: petfr Date: 15:41:00, den 20 juni 2007 Message: Changed date in DrModelica main file to 2007-06-20 ---- Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Revision: 2839 Author: adrpo Date: 00:22:38, den 20 juni 2007 Message: - added new OMNotebook to the release - added new Qt dlls to the release - added WhatDoesNotWork.html to the "doc" directory from the release ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2838 Author: krsta Date: 13:33:36, den 19 juni 2007 Message: Added support for nested MetaModelica lists + some minor improvements. ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Static.mo Revision: 2837 Author: x06hener Date: 18:04:34, den 18 juni 2007 Message: ---- Added : /trunk/OMNotebook/OMNotebookQT4/Release/QtCore4.dll Added : /trunk/OMNotebook/OMNotebookQT4/Release/QtGui4.dll Added : /trunk/OMNotebook/OMNotebookQT4/Release/QtNetwork4.dll Added : /trunk/OMNotebook/OMNotebookQT4/Release/QtXml4.dll Revision: 2836 Author: x06hener Date: 17:39:52, den 18 juni 2007 Message: Added OMNotebook.exe ---- Added : /trunk/OMNotebook/OMNotebookQT4/Release Added : /trunk/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe Revision: 2835 Author: x06hener Date: 13:55:31, den 18 juni 2007 Message: Removed some old file dependencies. ---- Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Revision: 2834 Author: krsta Date: 16:10:45, den 17 juni 2007 Message: Added a simple testfile for the MetaModelica list, containing the generated code. Only the .mo file (a .mos file will be added soon, when i have managed to get the rtest file(s) to work). ---- Added : /trunk/testsuite/mofiles/ListTest.mo Revision: 2833 Author: krsta Date: 14:45:40, den 17 juni 2007 Message: Added compiling of MetaModelica lists. Added the list type to the type system files: Types.mo, Values.mo. List constructs in Exp.mo. Handling of lists in Inst.mo, Codegen.mo, Prefix.mo and Static.mo. Minor changes in Absyn.mo and DAE.mo. Also added a new file, MetaUtil, that contains several functions for handling MetaModelica extensions. All the testcases succeded (remember to make clean). ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/Makefile.common.w32 Added : /trunk/Compiler/MetaUtil.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Values.mo Revision: 2832 Author: adrpo Date: 15:11:47, den 15 juni 2007 Message: - fixed a small typo and deleted the version number as we talk about the OpenModelica from Subversion. ---- Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2831 Author: petar Date: 11:10:41, den 15 juni 2007 Message: Changed getClassInformation and getComponents to also return array dimensions of classes and components. ---- Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Revision: 2830 Author: krsta Date: 12:45:02, den 14 juni 2007 Message: - reverted the last Inst.mo changes ---- Modified : /trunk/Compiler/Inst.mo Revision: 2829 Author: adrpo Date: 11:47:44, den 14 juni 2007 Message: - reverted changes by krsta as the testsuite doesn't work. - small changes in Main.mo ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Values.mo Revision: 2827 Author: krsta Date: 14:02:33, den 13 juni 2007 Message: Inst.mo: Added support for list type in instElement, instVar, etc.. The list complex type is picked up in instElement. An extra boolean flag has been added to instVar, instVar2, daeDeclare, etc.. This flag (if true) indicates that a list type should be created in daeDeclare4. ---- Modified : /trunk/Compiler/Inst.mo Revision: 2826 Author: krsta Date: 13:25:49, den 12 juni 2007 Message: Added List type to type system files. More to come ... ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Values.mo Revision: 2825 Author: adrpo Date: 07:41:01, den 12 juni 2007 Message: - updates to makefiles for Linux - makefiles for Cygwin - readme on how to build ModelicaXml on Linux and Cygwin ---- Modified : /trunk/tools/xml/modelicaxml/Makefile Added : /trunk/tools/xml/modelicaxml/Makefile.cygwin Modified : /trunk/tools/xml/modelicaxml/Makefile_parser Added : /trunk/tools/xml/modelicaxml/Makefile_parser.cygwin Added : /trunk/tools/xml/modelicaxml/README.txt Revision: 2824 Author: adrpo Date: 11:11:38, den 11 juni 2007 Message: - added new flag +g: omc [+g=Modelica|MetaModelica], default to 'Modelica' - added function RTOpts.acceptMetaModelicaGrammar() that returns true if omc is called with omc +g=MetaModelica ... ---- Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/rtopts.c Revision: 2823 Author: krsta Date: 13:00:39, den 10 juni 2007 Message: Some minor changes to the valueblock expression and patternmatch algorithhm. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Patternm.mo Modified : /trunk/Compiler/Convert.mo Revision: 2822 Author: krsta Date: 20:20:39, den 7 juni 2007 Message: Added string comparison, ==, to generateRelation in Codegen.mo. The C strcmp operation is generated. ---- Modified : /trunk/Compiler/Codegen.mo Revision: 2821 Author: krsta Date: 17:19:34, den 7 juni 2007 Message: Constant comparison of strings added in cevalRelation. The MetaModelica ==& operator is used, perhaps == should be used instead (if it is working?). Very easy to change. Non-constant comparison of strings will be added to the OMC shortly ... ---- Modified : /trunk/Compiler/Ceval.mo Revision: 2820 Author: g-pavgr Date: 22:32:20, den 6 juni 2007 Message: ---- Modified : /trunk/testsuite/mofiles/Break.mo Revision: 2819 Author: g-pavgr Date: 22:17:10, den 6 juni 2007 Message: Fixed reading of break/return from .mof files ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mofiles/Break.mo Revision: 2818 Author: g-pavgr Date: 11:23:09, den 6 juni 2007 Message: Support for brake and return: fixed getAllExpsStmt; added test cases. ---- Modified : /trunk/Compiler/Algorithm.mo Added : /trunk/testsuite/mofiles/Break.mo Added : /trunk/testsuite/mofiles/FunctionBreak.mo Added : /trunk/testsuite/mofiles/FunctionReturn.mo Revision: 2817 Author: x06hener Date: 02:36:30, den 6 juni 2007 Message: Fixes broken text links, the style bug, copy/paste bugs and problems introduced by Qt 4.3 ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Deleted : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Deleted : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Deleted : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Revision: 2816 Author: x06hener Date: 02:20:59, den 6 juni 2007 Message: Minor improvements of the new plotting package ---- Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/Pltpkg2/LegendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/Point.cpp Revision: 2815 Author: krsta Date: 13:04:59, den 4 juni 2007 Message: A few minor improvements of the patternmatch algorithm. ---- Modified : /trunk/Compiler/DFA.mo Modified : /trunk/Compiler/Patternm.mo Revision: 2814 Author: adrpo Date: 04:04:25, den 2 juni 2007 Message: - mosh.cpp changes + wait for some time when we wait for omc to start + wait for some time when we wait for omc to quit ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 2813 Author: adrpo Date: 03:48:12, den 2 juni 2007 Message: - small update to README.Cygwin.or.Linux.txt ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 2812 Author: adrpo Date: 03:34:55, den 2 juni 2007 Message: - Linux fixes ---- Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Revision: 2811 Author: adrpo Date: 03:25:33, den 2 juni 2007 Message: - small fixes for Corba implementation for making mosh.cpp compile - moved char* omc_cmd_message = ""; char* omc_reply_message = ""; to omc_communication_impl.cpp and made them external in corbaimpl.cpp. this way they don't need to be defined in mosh.cpp - removed char* omc_message from mosh.cpp as is not needed anymore ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Revision: 2810 Author: krsta Date: 10:44:09, den 1 juni 2007 Message: Matchcontinue testcase files. ---- Added : /trunk/testsuite/mofiles/Match1.mo Added : /trunk/testsuite/mofiles/Match2.mo Added : /trunk/testsuite/mofiles/Match3.mo Added : /trunk/testsuite/mofiles/Match4.mo Added : /trunk/testsuite/mofiles/Match5.mo Added : /trunk/testsuite/mofiles/Match6.mo Added : /trunk/testsuite/mofiles/Match7.mo Revision: 2809 Author: krsta Date: 10:42:41, den 1 juni 2007 Message: First commited version of MetaModelica matchcontinue. One entry point in Inst.instStatement, the rest of the code in the new files Matrix.mo, DFA.mo and Patternm.mo. Matching of uniontypes and list constructs will be supported later on. A few testcase .mo files added to testsuite/mofiles (match1.mo, match2.mo, ...). ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.common.omdev.mingw Added : /trunk/Compiler/DFA.mo Added : /trunk/Compiler/Patternm.mo Added : /trunk/Compiler/Matrix.mo Revision: 2808 Author: krsta Date: 13:50:17, den 30 maj 2007 Message: Added two new builtin functions. stringCmp compares two strings and returns 0 if unequal. getTag fetches the type name of an ojbect reference, using the c++ typeid(ref).name(). ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Builtin.mo Revision: 2807 Author: adrpo Date: 05:23:32, den 29 maj 2007 Message: - a lot of fixes to external functions. + RML_IMMEDIATE(RML_UNTAGFIXNUM(x)) is an ERROR, so i replaced it with RML_UNTAGFIXNUM(x) + fixed types using RML types as on 64bit architecture instead of integer we use long. - got rid of GCC_EXEC_PREFIX in Linux/Mac part ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2806 Author: krsta Date: 12:27:53, den 25 maj 2007 Message: Two new test cases ---- Added : /trunk/testsuite/mofiles/drmodelica/WaveEquationSample.mo Added : /trunk/testsuite/mofiles/drmodelica/WaveEquationSample.mos Added : /trunk/testsuite/mofiles/drmodelica/WillowForest.mo Added : /trunk/testsuite/mofiles/drmodelica/WillowForest.mos Revision: 2805 Author: x06klasj Date: 11:38:28, den 24 maj 2007 Message: updated some testcases ---- Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mos Revision: 2804 Author: adrpo Date: 23:42:16, den 23 maj 2007 Message: - included MacOS changes from Eric Meyers (erictmeyers@gmail.com) ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/libf2c/makefile.u Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 2803 Author: adrpo Date: 21:52:13, den 23 maj 2007 Message: - added DAEQuery.mo to the compilation - DAEQuery.mo has functionality for dumping the incidence matrix: + getIncidenceMatrix(ClassName) will dump a file called ClassName_imatrix.m containing the incidence matrix in some sort of Mathlab format. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/Makefile.w32 Added : /trunk/Compiler/DAEQuery.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/.depend Revision: 2802 Author: adrpo Date: 21:39:07, den 23 maj 2007 Message: - broadcast environment change using alternative functionality ---- Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.cpp Revision: 2801 Author: x06klasj Date: 18:22:36, den 23 maj 2007 Message: changed the return value for the val function from boolean to real. ---- Modified : /trunk/Compiler/Static.mo Revision: 2800 Author: x06klasj Date: 17:55:51, den 23 maj 2007 Message: Testcase files modified and added. ---- Modified : /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo Modified : /trunk/testsuite/mofiles/drmodelica/AppendElement.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest1.mo Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo Modified : /trunk/testsuite/mofiles/drmodelica/CyclicPerm.mo Modified : /trunk/testsuite/mofiles/drmodelica/DimConvert.mo Modified : /trunk/testsuite/mofiles/drmodelica/DimSize.mo Modified : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mo Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mo Modified : /trunk/testsuite/mofiles/drmodelica/EqualityEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/ErrorNestedWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/FiveForEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/FlatTank.mo Added : /trunk/testsuite/mofiles/drmodelica/HeatTank.mo Added : /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mo Modified : /trunk/testsuite/mofiles/drmodelica/HideVariableForEquations.mo Modified : /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo Modified : /trunk/testsuite/mofiles/drmodelica/IfEquation.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mo Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorB.mo Modified : /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo Modified : /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo Added : /trunk/testsuite/mofiles/drmodelica/Tank.mo Added : /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mo Added : /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mo Added : /trunk/testsuite/mofiles/drmodelica/TankPI.mo Added : /trunk/testsuite/mofiles/drmodelica/TankPID.mo Added : /trunk/testsuite/mofiles/drmodelica/TanksConnectedPI.mo Modified : /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Added : /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mos Modified : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mos Modified : /trunk/testsuite/mofiles/drmodelica/AppendElement.mos Modified : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mos Modified : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mos Modified : /trunk/testsuite/mofiles/drmodelica/ArrayMult.mos Modified : /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mos Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest1.mos Modified : /trunk/testsuite/mofiles/drmodelica/AssertTest2.mos Modified : /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mos Modified : /trunk/testsuite/mofiles/drmodelica/CyclicPerm.mos Modified : /trunk/testsuite/mofiles/drmodelica/DimConvert.mos Modified : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mos Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mos Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mos Modified : /trunk/testsuite/mofiles/drmodelica/Epidemics1.mos Modified : /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mos Modified : /trunk/testsuite/mofiles/drmodelica/ErrorNestedWhen.mos Added : /trunk/testsuite/mofiles/drmodelica/FlatTank.mos Modified : /trunk/testsuite/mofiles/drmodelica/FuncDer.mos Added : /trunk/testsuite/mofiles/drmodelica/HeatTank.mos Modified : /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mos Modified : /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mos Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mos Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorB.mos Modified : /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mos Added : /trunk/testsuite/mofiles/drmodelica/Tank.mos Added : /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mos Added : /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mos Added : /trunk/testsuite/mofiles/drmodelica/TankPI.mos Added : /trunk/testsuite/mofiles/drmodelica/TankPID.mos Added : /trunk/testsuite/mofiles/drmodelica/TanksConnectedPI.mos Modified : /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mos Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mos Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mos Modified : /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mos Modified : /trunk/testsuite/mofiles/drmodelica/WhenEquation.mos Modified : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mos Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mos Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mos Modified : /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mos Modified : /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mos Revision: 2799 Author: krsta Date: 17:48:43, den 23 maj 2007 Message: Testcase files added, not to be used yet. ---- Added : /trunk/testsuite/mofiles/drmodelica/ActivateWhenEquation.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayAddEmpty.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayAlgebraFunc.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayConstruct1.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayEmpty.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mo Added : /trunk/testsuite/mofiles/drmodelica/ColorPixel.mo Added : /trunk/testsuite/mofiles/drmodelica/Concat3.mo Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr1.mo Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr2.mo Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr4.mo Added : /trunk/testsuite/mofiles/drmodelica/ConnectForEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/MoonLanding.mo Added : /trunk/testsuite/mofiles/drmodelica/Oscillator.mo Added : /trunk/testsuite/mofiles/drmodelica/RangeVector.mo Added : /trunk/testsuite/mofiles/drmodelica/SubArrayIndex.mo Added : /trunk/testsuite/mofiles/drmodelica/TempResistor3.mo Added : /trunk/testsuite/mofiles/drmodelica/VectorizeSumVec.mo Added : /trunk/testsuite/mofiles/drmodelica/ActivateWhenEquation.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayAddEmpty.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayAlgebraFunc.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayConstruct1.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayEmpty.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mos Added : /trunk/testsuite/mofiles/drmodelica/ColorPixel.mos Added : /trunk/testsuite/mofiles/drmodelica/Concat3.mos Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr1.mos Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr2.mos Added : /trunk/testsuite/mofiles/drmodelica/ConcatArr4.mos Added : /trunk/testsuite/mofiles/drmodelica/ConnectForEquations.mos Added : /trunk/testsuite/mofiles/drmodelica/MoonLanding.mos Added : /trunk/testsuite/mofiles/drmodelica/Oscillator.mos Added : /trunk/testsuite/mofiles/drmodelica/RangeVector.mos Added : /trunk/testsuite/mofiles/drmodelica/SubArrayIndex.mos Added : /trunk/testsuite/mofiles/drmodelica/TempResistor3.mos Added : /trunk/testsuite/mofiles/drmodelica/VectorizeSumVec.mos Revision: 2798 Author: petar Date: 09:47:52, den 23 maj 2007 Message: -Assertions are checked in DAElow.lower if they are always false. In that case error message is given and lowering fails. (to test this instantiate a CombiTable component and run checkModel, without giving any table data). -Assertions only output if accepting a step (see acceptedStep variable). -Fixed minor typos in comments. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Error.mo Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/tables.cpp Modified : /trunk/c_runtime/simulation_init.cpp Modified : /trunk/Compiler/.depend Revision: 2797 Author: krsta Date: 12:36:35, den 22 maj 2007 Message: * Absyn.mo: Added valueblock record to Exp uniontype. Added uniontype ValueblockBody. * Static.mo: Added two new cases to the elabExp function, evaluation of valueblock expression (one for valueblocks containing algorithm statements and one for valueblocks containing equations). Added a new function for converting valueblock equations into algorithm assignments. * Inst.mo: Had to change the accesibility of some functions from protected to public. * Exp.mo: Added (duplicated) uniontypes and records from DAE.mo, Algorithm.mo, Types.mo and Values.mo. Part of a work-around since the MetaModelica compiler can't handle circular dependencies. * Convert.mo: Functions that converts the duplicated data structures from Exp.mo into original form and vise versa. These functions are called in Static.elabExp and Codegen.generateExpression. * Prefix.mo: Added functions for prefixing algorithm statements since an expression now may contain algorithm statements. * Codegen.mo: Added a new case-clause in generateExpression for generating code for valueblock expressions. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/SCode.mo Added : /trunk/Compiler/Convert.mo Revision: 2796 Author: petar Date: 11:33:26, den 21 maj 2007 Message: - Clearing errormessages before executing checkModel and buildModel to prevent error messages from earlier evaluations. - Added error message for declaration modifiers. - Better error message for type checking of functions. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Types.mo Revision: 2795 Author: petar Date: 16:34:54, den 16 maj 2007 Message: Fixed bug with type extending basic type using long class definition in several levels, and having modifiers on builtin attributes. See Type10.mo ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Type10.mo Modified : /trunk/Compiler/ClassInf.mo Revision: 2794 Author: adrpo Date: 17:53:34, den 10 maj 2007 Message: - fixes for Corba connection (mostly for Windows 2000) it seems that CORBA::ORB_init(argc, dummyArgv, "mico-local-orb"); ignores totally the first argument ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 2793 Author: adrpo Date: 06:05:08, den 9 maj 2007 Message: - added stringFind implementation for Linux too ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2792 Author: adrpo Date: 04:23:56, den 9 maj 2007 Message: fixed a typo in testsuite/Makefile for the added test ---- Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2790 Author: petar Date: 13:50:06, den 8 maj 2007 Message: Fixed compile bug in older versions of metamodelicacompiler. ---- Modified : /trunk/Compiler/Derive.mo Revision: 2789 Author: petar Date: 14:53:15, den 7 maj 2007 Message: - getDefaultComponentName and getDefaultComponentPrefixes API functions, see DefaultComponentName.mos - der(expr), see dertest.mos ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/WhatDoesNotWork.html Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/testsuite/mosfiles/DefaultComponentName.mo Added : /trunk/testsuite/mosfiles/DefaultComponentName.mos Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/dertest.mo Added : /trunk/testsuite/mosfiles/dertest.mos Revision: 2788 Author: petar Date: 11:02:23, den 4 maj 2007 Message: Fixed bug in setComponentModifierValue, testcase: interactive_api_param.mos ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2787 Author: petar Date: 16:51:42, den 3 maj 2007 Message: Improved solving of nonlinear systems. Now tries both extrapolation and using old values. Extrapolation might end up in going into forbidden region, whereas using old values as starting point might have problems during initialization. Pendulum.mos requires extrapolation and dae2 in NonLinSys.mo requires old values. ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/matrix.h Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/NonLinSys.mo Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Revision: 2786 Author: petar Date: 14:31:32, den 30 april 2007 Message: Fixed bug with event handling. When dassl returns at an event it is not certain that the event condition becomes "true", i.e. passing the event. It may be a epsilon before the event. To prevent this, the code now (again;) takes a tiny step passed the event to make sure that all events are true. Added bouncingball example in BouncingBallExamples.mos to test this. Fixed so mixed systems (ideal_diode, etc) now becomes a linear system if if-expressions are present. This requires differentiation of if-expression to determine jacobian of linear system, i.e the A matrix. Changed Derive.differentiateExp to take boolean if differentiation of if-expressions should be done. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mo Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Revision: 2785 Author: x06hener Date: 15:32:29, den 27 april 2007 Message: ---- Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Revision: 2784 Author: x06hener Date: 15:30:54, den 27 april 2007 Message: ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Added : /trunk/OMNotebook/OMNotebookQT4/evalthread.cpp Added : /trunk/OMNotebook/OMNotebookQT4/evalthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Revision: 2783 Author: x06hener Date: 11:35:10, den 27 april 2007 Message: ---- Modified : /trunk/OMNotebook/Pltpkg2/LegendLabel.h Modified : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Modified : /trunk/OMNotebook/Pltpkg2/Point.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Modified : /trunk/OMNotebook/Pltpkg2/compoundWidget.ui Added : /trunk/OMNotebook/Pltpkg2/curve.cpp Added : /trunk/OMNotebook/Pltpkg2/curve.h Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.cpp Modified : /trunk/OMNotebook/Pltpkg2/dataSelect.h Modified : /trunk/OMNotebook/Pltpkg2/graphScene.h Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWidget.h Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/graphWindow.h Added : /trunk/OMNotebook/Pltpkg2/legendLabel.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.cpp Modified : /trunk/OMNotebook/Pltpkg2/line2D.h Modified : /trunk/OMNotebook/Pltpkg2/lineGroup.cpp Modified : /trunk/OMNotebook/Pltpkg2/lineGroup.h Modified : /trunk/OMNotebook/Pltpkg2/point.h Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Modified : /trunk/OMNotebook/Pltpkg2/preferenceWindow.h Modified : /trunk/OMNotebook/Pltpkg2/preferences.ui Modified : /trunk/OMNotebook/Pltpkg2/variableData.cpp Modified : /trunk/OMNotebook/Pltpkg2/variableData.h Modified : /trunk/OMNotebook/Pltpkg2/verticalLabel.h Revision: 2782 Author: petar Date: 16:15:52, den 26 april 2007 Message: Changed small step taken when event has occured and Dassl should be reinitialized to continue integration. Step previously was 1e-13, now it is defined in terms of machine precision, a bit larger than HMIN. This will prevent dassl from reporting that step (tout-t) is less than HMIN, since HMIN is also is defined in terms of machine precision. ---- Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_dasrt.h Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/TestModels.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Revision: 2781 Author: petar Date: 11:46:44, den 20 april 2007 Message: Fixes to be able to compile using Visual Studio. Added some comments to System.mo Added GENERIC_ERROR to Error.mo. ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/c_runtime/simulation_init.h Modified : /trunk/c_runtime/solver_dasrt.h Revision: 2779 Author: adrpo Date: 03:17:25, den 20 april 2007 Message: - Makefile updates for Linux to mirror Makefile.omdev.mingw ---- Modified : /trunk/c_runtime/Makefile Revision: 2778 Author: petar Date: 10:06:14, den 19 april 2007 Message: Removed need for fortran compiler by translating fortran files to c using f2c. Replaced nelmead.f with version that can be translated. Moved fortran files to folder named fortran. Several testcases updated due to small numerical differences between c and fortran. ---- Modified : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Added : /trunk/c_runtime/ddasrt.c Added : /trunk/c_runtime/fortran Added : /trunk/c_runtime/fortran/ddasrt.f (Copy from path: /trunk/c_runtime/ddasrt.f, Revision, 2777) Added : /trunk/c_runtime/daux.c Added : /trunk/c_runtime/hybrd.c Added : /trunk/c_runtime/bigden.c Added : /trunk/c_runtime/biglag.c Added : /trunk/c_runtime/ddassl.c Added : /trunk/c_runtime/dlamch.c Added : /trunk/c_runtime/dlinpk.c Added : /trunk/c_runtime/dogleg.c Added : /trunk/c_runtime/dpmpar.c Added : /trunk/c_runtime/enorm.c Added : /trunk/c_runtime/fdjac1.c Added : /trunk/c_runtime/fortran/ddassl.f (Copy from path: /trunk/c_runtime/ddassl.f, Revision, 2777) Added : /trunk/c_runtime/fortran/dpmpar.f (Copy from path: /trunk/c_runtime/dpmpar.f, Revision, 2777) Added : /trunk/c_runtime/fortran/nelmead.f (Copy from path: /trunk/c_runtime/nelmead.f, Revision, 2777) Added : /trunk/c_runtime/hybrd1.c Added : /trunk/c_runtime/hybrj.c Added : /trunk/c_runtime/lsame.c Added : /trunk/c_runtime/nelmead.c Added : /trunk/c_runtime/newuoa.c Added : /trunk/c_runtime/newuob.c Added : /trunk/c_runtime/qform.c Added : /trunk/c_runtime/qrfac.c Added : /trunk/c_runtime/r1mpyq.c Added : /trunk/c_runtime/r1updt.c Added : /trunk/c_runtime/trsapp.c Added : /trunk/c_runtime/update.c Deleted : /trunk/c_runtime/bigden.f Deleted : /trunk/c_runtime/biglag.f Deleted : /trunk/c_runtime/daux.f Deleted : /trunk/c_runtime/ddasrt.f Deleted : /trunk/c_runtime/ddassl.f Deleted : /trunk/c_runtime/dlamch.f Deleted : /trunk/c_runtime/dlinpk.f Deleted : /trunk/c_runtime/dogleg.f Deleted : /trunk/c_runtime/dpmpar.f Deleted : /trunk/c_runtime/enorm.f Deleted : /trunk/c_runtime/fdjac1.f Added : /trunk/c_runtime/fortran/bigden.f (Copy from path: /trunk/c_runtime/bigden.f, Revision, 2777) Added : /trunk/c_runtime/fortran/biglag.f (Copy from path: /trunk/c_runtime/biglag.f, Revision, 2777) Added : /trunk/c_runtime/fortran/daux.f (Copy from path: /trunk/c_runtime/daux.f, Revision, 2777) Added : /trunk/c_runtime/fortran/dlamch.f (Copy from path: /trunk/c_runtime/dlamch.f, Revision, 2777) Added : /trunk/c_runtime/fortran/dlinpk.f (Copy from path: /trunk/c_runtime/dlinpk.f, Revision, 2777) Added : /trunk/c_runtime/fortran/dogleg.f (Copy from path: /trunk/c_runtime/dogleg.f, Revision, 2777) Added : /trunk/c_runtime/fortran/enorm.f (Copy from path: /trunk/c_runtime/enorm.f, Revision, 2777) Added : /trunk/c_runtime/fortran/fdjac1.f (Copy from path: /trunk/c_runtime/fdjac1.f, Revision, 2777) Added : /trunk/c_runtime/fortran/hybrd.f (Copy from path: /trunk/c_runtime/hybrd.f, Revision, 2777) Deleted : /trunk/c_runtime/hybrd.f Added : /trunk/c_runtime/fortran/hybrd1.f (Copy from path: /trunk/c_runtime/hybrd1.f, Revision, 2777) Deleted : /trunk/c_runtime/hybrd1.f Added : /trunk/c_runtime/fortran/hybrj.f (Copy from path: /trunk/c_runtime/hybrj.f, Revision, 2777) Deleted : /trunk/c_runtime/hybrj.f Added : /trunk/c_runtime/fortran/lsame.f (Copy from path: /trunk/c_runtime/lsame.f, Revision, 2777) Deleted : /trunk/c_runtime/lsame.f Deleted : /trunk/c_runtime/nelmead.f Added : /trunk/c_runtime/fortran/newuoa.f (Copy from path: /trunk/c_runtime/newuoa.f, Revision, 2777) Deleted : /trunk/c_runtime/newuoa.f Added : /trunk/c_runtime/fortran/newuob.f (Copy from path: /trunk/c_runtime/newuob.f, Revision, 2777) Deleted : /trunk/c_runtime/newuob.f Added : /trunk/c_runtime/fortran/qform.f (Copy from path: /trunk/c_runtime/qform.f, Revision, 2777) Deleted : /trunk/c_runtime/qform.f Added : /trunk/c_runtime/fortran/qrfac.f (Copy from path: /trunk/c_runtime/qrfac.f, Revision, 2777) Deleted : /trunk/c_runtime/qrfac.f Added : /trunk/c_runtime/fortran/r1mpyq.f (Copy from path: /trunk/c_runtime/r1mpyq.f, Revision, 2777) Deleted : /trunk/c_runtime/r1mpyq.f Added : /trunk/c_runtime/fortran/r1updt.f (Copy from path: /trunk/c_runtime/r1updt.f, Revision, 2777) Deleted : /trunk/c_runtime/r1updt.f Added : /trunk/c_runtime/fortran/trsapp.f (Copy from path: /trunk/c_runtime/trsapp.f, Revision, 2777) Deleted : /trunk/c_runtime/trsapp.f Added : /trunk/c_runtime/fortran/update.f (Copy from path: /trunk/c_runtime/update.f, Revision, 2777) Deleted : /trunk/c_runtime/update.f Revision: 2777 Author: petar Date: 11:01:39, den 17 april 2007 Message: Speeded up instantiation by writing special instantiation code for builtin classes (Real, Integer,String,Boolean). ---- Modified : /trunk/Compiler/Inst.mo Revision: 2776 Author: petar Date: 16:53:28, den 16 april 2007 Message: Fixed bug with "Automatic" output intervals and latest newTime implementation. ---- Modified : /trunk/c_runtime/solver_dasrt.cpp Revision: 2775 Author: g-bjoza Date: 16:09:09, den 16 april 2007 Message: Some cleanups from last commit. Bug 849, some simplification errors with vector and matrix operations. ---- Modified : /trunk/Compiler/Util.mo Revision: 2774 Author: petar Date: 15:52:42, den 16 april 2007 Message: Fixed bug with calculating nextTime when step is calculated from numberOfIntervals, giving numbers like 0.01111111111111111111111 due to inprecise floating point precision. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Revision: 2773 Author: g-bjoza Date: 15:36:50, den 16 april 2007 Message: Bug fix 849 Some minor fixes overall. Matrix simplification, builtin function pre. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo Added : /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo Added : /trunk/testsuite/mofiles/VectorDimension.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo Modified : /trunk/testsuite/mofiles/XPowers1.mo Modified : /trunk/testsuite/mofiles/Xpowers3_new.mo Modified : /trunk/build/bin Revision: 2772 Author: petar Date: 09:54:43, den 16 april 2007 Message: -Fixed bug with DASSL failing for large simulation times with few output steps. Solver now calls DASSL with largest step size=0.001, and then keeps track of when to output to result file separately. See LargeSteps.mo in simulation2.mos. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Added : /trunk/testsuite/mosfiles/LargeSteps.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2771 Author: haklu Date: 15:05:43, den 13 april 2007 Message: Fixed sample-bug ---- Modified : /trunk/c_runtime/simulation_events.cpp Revision: 2770 Author: petar Date: 13:43:08, den 13 april 2007 Message: Added integer_rettype to modelica.h. ---- Modified : /trunk/c_runtime/modelica.h Revision: 2769 Author: petar Date: 16:28:26, den 12 april 2007 Message: Split functionDAE_output into functionDAE_output and functionDAE_output2. The first contains only continuous parts and the second discrete parts. This makes discrete variables emit value both before and after event possible. See blocksources.mos (PulseTest). ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/testsuite/mosfiles/TestModels.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/c_runtime/simulation_init.cpp Revision: 2768 Author: adrpo Date: 10:13:34, den 11 april 2007 Message: - more Linux fixes ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2767 Author: adrpo Date: 09:58:15, den 11 april 2007 Message: - Linux fixes to Peter A. changes ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2766 Author: adrpo Date: 19:18:54, den 10 april 2007 Message: - tail recursive implementations of some Util functions - cosmetic changes - increased the young generation size in rml.h and stack size in p-gccore.c - added ongoing support for dumping the incidence matrix - added partial-s-1.mo to failing tests because with the new tail recursive implementations the compiler goes into an infinite loop ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml.h Revision: 2765 Author: petar Date: 14:32:35, den 10 april 2007 Message: Added "smart setting of fixed attribute". If initial equations are present in a model and no state has fixed=false, all states that occur in the initial equation section is set to fixed=false, and a warning is issued. This makes most "simple models" work as they would if we followed the standard and setting states fixed=false by default. (OMC instead has fixed=true as default for states due to allowing overdetermined initial equation systems). ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SimCodegen.mo Added : /trunk/testsuite/mosfiles/Initialization.mos Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Added : /trunk/testsuite/mosfiles/Initialization.mo Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2763 Author: petar Date: 08:35:34, den 4 april 2007 Message: Changed representation of builtin attributes in DAE.VariableAttributes (start,min,max, etc) to Exp.Exp (was previously Real, String, etc). ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/PredefinedTypes.mo Modified : /trunk/Compiler/ModUtil.mo Revision: 2762 Author: adrpo Date: 02:20:11, den 31 mars 2007 Message: - small performance improvements - cosmetic changes ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Env.mo Revision: 2761 Author: petfr Date: 17:43:25, den 29 mars 2007 Message: OpenModelicaMetaProgramming.doc and .pdf Moved all exercises to a separate appendix DrModelica: Small update of text and link to DAEexample ---- Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /trunk/doc/OpenModelicaMetaProgramming.doc Modified : /trunk/doc/OpenModelicaMetaProgramming.pdf Revision: 2760 Author: adrpo Date: 00:28:07, den 28 mars 2007 Message: - cosmetic changes for the upcoming MDT that folds away the LICENSE at the start of the file. - changed svn:eol-style to "LF" instead of "native" as a workaround for the debugger execution point positions, which are wrong if we have CRLF line endings. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/Refactor.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/Graphviz.mo Revision: 2759 Author: adrpo Date: 06:02:49, den 23 mars 2007 Message: - facilities for tracing ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/main.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml.h Revision: 2758 Author: adrpo Date: 05:38:46, den 23 mars 2007 Message: - fixes for environment update after OpenModelica installation. - no need anymore to boot the system or log off the user after installation. ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.cpp Modified : /trunk/Compiler/VC7/omc/omc.sln Revision: 2757 Author: adrpo Date: 02:55:33, den 23 mars 2007 Message: - reverting the bad commit by krsta ---- Deleted : /trunk/README.txt Deleted : /trunk/conf Deleted : /trunk/dav Deleted : /trunk/db Deleted : /trunk/format Deleted : /trunk/hooks Deleted : /trunk/locks Revision: 2756 Author: krsta Date: 14:05:32, den 22 mars 2007 Message: ---- Added : /trunk/README.txt Added : /trunk/conf Added : /trunk/dav Added : /trunk/db Added : /trunk/format Added : /trunk/hooks Added : /trunk/locks Added : /trunk/conf/authz Added : /trunk/conf/passwd Added : /trunk/conf/svnserve.conf Added : /trunk/db/current Added : /trunk/db/format Added : /trunk/db/fs-type Added : /trunk/db/revprops Added : /trunk/db/revprops/0 Added : /trunk/db/revs Added : /trunk/db/revs/0 Added : /trunk/db/transactions Added : /trunk/db/uuid Added : /trunk/db/write-lock Added : /trunk/hooks/post-commit.tmpl Added : /trunk/hooks/post-lock.tmpl Added : /trunk/hooks/post-revprop-change.tmpl Added : /trunk/hooks/post-unlock.tmpl Added : /trunk/hooks/pre-commit.tmpl Added : /trunk/hooks/pre-lock.tmpl Added : /trunk/hooks/pre-revprop-change.tmpl Added : /trunk/hooks/pre-unlock.tmpl Added : /trunk/hooks/start-commit.tmpl Added : /trunk/locks/db-logs.lock Added : /trunk/locks/db.lock Revision: 2755 Author: adrpo Date: 06:44:11, den 20 mars 2007 Message: - fixes for the upcoming mmc compiler; - corrections to input variables and variables from matchcontinue ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Refactor.mo Revision: 2754 Author: adrpo Date: 06:41:42, den 20 mars 2007 Message: - warning removal, printing long instead of integer. ---- Modified : /trunk/c_runtime/simulation_events.cpp Revision: 2753 Author: adrpo Date: 01:45:41, den 17 mars 2007 Message: delete .srz also ---- Modified : /trunk/Compiler/Makefile.debug.w32 Revision: 2752 Author: adrpo Date: 01:43:07, den 17 mars 2007 Message: delete .srz also ---- Modified : /trunk/Compiler/Makefile.w32 Revision: 2751 Author: adrpo Date: 01:35:07, den 17 mars 2007 Message: - small fixes to errors in .mo files discovered by the new MDT ---- Modified : /trunk/Compiler/test_codegen/equation_funcall10.mo Modified : /trunk/Compiler/test_codegen/equation_funcall11.mo Modified : /trunk/Compiler/test_codegen/equation_funcall9.mo Revision: 2750 Author: adrpo Date: 17:00:51, den 14 mars 2007 Message: - at the end of the build copy also mico2311.dll to trunk/build/bin so that we can run the testsuite. ---- Modified : /trunk/Compiler/VC7/omc.vcproj Revision: 2749 Author: haklu Date: 10:58:47, den 13 mars 2007 Message: Fixed so that exceptions work when fortran functions are involved in Linux ---- Modified : /trunk/c_runtime/libf2c/makefile.u Modified : /trunk/c_runtime/Makefile Revision: 2748 Author: haklu Date: 09:29:56, den 13 mars 2007 Message: Fixed Timetable-bug ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/simulation_events.cpp Revision: 2747 Author: petar Date: 08:17:38, den 13 mars 2007 Message: Fixed compile error due to changes in DAE.ASSERT ---- Modified : /trunk/Compiler/VarTransform.mo Revision: 2746 Author: petar Date: 12:43:41, den 12 mars 2007 Message: - Added String() functions (String(1.0), String(100), String(true) ) to both Ceval and Codegen testcase: StringTest.mos - Implemented terminate and assert in equations - Added TerminateSimulationException that is thrown when simulation fails (e.g. numerical failure, assert, terminate, etc.) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/c_runtime/solver_dasrt.cpp Added : /trunk/testsuite/mosfiles/StringTest.mos Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Added : /trunk/testsuite/mosfiles/StringTest.mo Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/modelica_string.h Revision: 2745 Author: adrpo Date: 12:02:48, den 9 mars 2007 Message: - more notes on possible problems with Eclipse and OMDev. ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 2744 Author: petar Date: 16:23:19, den 7 mars 2007 Message: -Added printout of "protected" in DAE, protected variables are now prefixed with protected when printing flat class. - Added cast to and from modelica_integer when storing integers in double vector (in Simulation code), to get rid of warnings during compilation of model code. - Removed dymTableTimeIni function in Static, was a unfinished hack to make MSL 1.6 work. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/drmodelica/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM13.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM16.mo Modified : /trunk/testsuite/mofiles/msl/BM17.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM24.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM3.mo Modified : /trunk/testsuite/mofiles/msl/BM4.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS15.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/ConstructParameters.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/reinit.mo Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2743 Author: haklu Date: 15:56:00, den 6 mars 2007 Message: Added testcase for whenstatement ---- Added : /trunk/testsuite/mosfiles/testalgwhen.mo Added : /trunk/testsuite/mosfiles/whenstatements.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2742 Author: haklu Date: 12:31:20, den 6 mars 2007 Message: Testsuite now passes in Linux ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/TestModels.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/c_runtime/simulation_init.cpp Revision: 2741 Author: petar Date: 15:34:13, den 5 mars 2007 Message: Added protected/public flag to DAE. ---- Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/ModUtil.mo Revision: 2740 Author: petar Date: 13:56:36, den 5 mars 2007 Message: Fixed bug in solving linear system of equations (DAEexample.mo). ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mosfiles/DAEexample.mo Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2739 Author: petar Date: 11:42:39, den 5 mars 2007 Message: - Cleaned up some comments - Removed SCode.STRUCTPARAM, since it is no longer used. The compiler does currently not care if a parameter is structural. - Fixed bug with function variables making equation in dae instead of creating binding expression, which does not make sense. This also created bug setting default inititial values for function inputs in read_call_write code. This has also been fixed. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/Compiler/SCode.mo Revision: 2738 Author: adrpo Date: 18:11:26, den 2 mars 2007 Message: - cosmetic changes of Absyn.mo + qualified names in error messages + updates of function documentation - Setup.vdproj changes + replaced "This program is protected by copyright laws..." with "This package contains OpenModelica, a modeling and simulation environment based on free software". ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2737 Author: adrpo Date: 16:31:04, den 2 mars 2007 Message: - Fixes for BUG: http://bug.modelicacommunity.org/show_bug.cgi?id=144 The numbering of temporary variables was wrong in Codegen.generateElse ---- Modified : /trunk/Compiler/Codegen.mo Revision: 2736 Author: petar Date: 11:51:47, den 2 mars 2007 Message: Fixed bug in prefixing of variables in algorithm sections, which was not performed at all. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Revision: 2735 Author: petar Date: 08:24:33, den 2 mars 2007 Message: Added model_dir string as global variable to model code. Needed when loading e.g. associated table files. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/tables.h Modified : /trunk/c_runtime/tables.cpp Revision: 2734 Author: adrpo Date: 20:15:39, den 28 februari 2007 Message: - got rid of line // sh: ../../build/bin/omc: No such file or directory ---- Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Revision: 2733 Author: petar Date: 14:07:21, den 28 februari 2007 Message: - Changed Types.printType to Types.printTypeStr - Fixed bug with attribute modifiers on types not propagated to variable instances (testsuite/mofiles/Type9.mo) - added option -b to rtest which can be used to set expected result: rtest -b test.mo translates test.mo and updates the expected result last in file. - Fixed bug in merging of modifiers in DERIVED classes. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Mod.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/Type5.mo Added : /trunk/testsuite/mofiles/Type9.mo Modified : /trunk/testsuite/mofiles/package-s-1.mo Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mofiles/msl/rtest Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/testsuite/mofiles/drmodelica/rtest Revision: 2732 Author: petar Date: 11:17:42, den 27 februari 2007 Message: -Implemented rudimentary support for tables. (Modelica.Blocks.Sources.CombiTimeTable now works for parameter data or textual data on file, see CombiTimeTableTest.mos.) Implementation in C++ in tables.cpp. Modelica standard library must be changed to use different external function names (e.g. omcTableTimeIni instead of dymTableTimeIni2) - Redirected stdout and stderr to compilelog.txt when compiling functions in Ceval (System.compileCFile). -Added support for parameter and variable strings in init file. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/Compiler/SimCodegen.mo Added : /trunk/testsuite/mosfiles/CombiTimeTableTest.mos Added : /trunk/testsuite/mosfiles/CombiTimeTableTestAll.mo Modified : /trunk/c_runtime/Makefile.omdev.mingw Added : /trunk/c_runtime/tables.h Added : /trunk/c_runtime/tables.cpp Added : /trunk/testsuite/mosfiles/testTables2.txt Revision: 2731 Author: petar Date: 11:07:25, den 26 februari 2007 Message: Fixed small bug in codegen (statements in wrong order). Added whitespace when unparsing modifier list (nicer layout when printing large annotations) dummy equation der(dummy) = 0 changed to der(dummy) = sin(time*628.56....), to better cope with automatic step size when no states present in model.) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/.depend Revision: 2730 Author: petar Date: 11:03:31, den 26 februari 2007 Message: Added translateGraphics function that uses Refactor.mo to translate graphical annotations. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Revision: 2729 Author: haklu Date: 15:35:02, den 23 februari 2007 Message: Fixed bug #133 and a missing endResult in simulation3.mos ---- Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2728 Author: haklu Date: 14:56:26, den 23 februari 2007 Message: Fixed bug #131 output variables involved in zero crossings were not evaluated. ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Revision: 2727 Author: haklu Date: 10:30:32, den 23 februari 2007 Message: Merged from when-statements branch * when and elsewhen in algorithms now supported * correct sorting of equations in when clauses * events no longer takes an extra tiny step to make > and < work. Instead the relation takes into account the direction in which the relation expression is passed. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/reinit.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/c_runtime/simulation_events.h Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/Examples/BouncingBall.mo Revision: 2724 Author: adrpo Date: 19:43:37, den 21 februari 2007 Message: - loading Modelica.mo instead of $OPENMODELICALIBRARY/Modelica - otherwise the test doesn't pass because $OPENMODELICALIBRARY could be different on different computers. ---- Modified : /trunk/testsuite/mosfiles/refactorGraphAnn2.mos Revision: 2723 Author: adrpo Date: 19:11:45, den 21 februari 2007 Message: - added Refactor.mo to Makefile.common, Makefile.common.w32 - fixed dependencies in .depend Makefile.w32, Makefile.debug.w32 ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/Makefile.w32 Revision: 2722 Author: x06krino Date: 16:50:40, den 21 februari 2007 Message: Testcases added for Refactoring ---- Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/refactorGraphAnn1.mo Added : /trunk/testsuite/mosfiles/refactorGraphAnn1.mos Added : /trunk/testsuite/mosfiles/refactorGraphAnn2.mo Added : /trunk/testsuite/mosfiles/refactorGraphAnn2.mos Revision: 2721 Author: x06krino Date: 16:37:13, den 21 februari 2007 Message: Refactoring thesis ---- Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Added : /trunk/Compiler/Refactor.mo Revision: 2720 Author: petar Date: 09:55:06, den 21 februari 2007 Message: Compile error due to name change in util. ---- Modified : /trunk/Compiler/Inst.mo Revision: 2719 Author: petar Date: 09:08:32, den 21 februari 2007 Message: Fixed bug with creating empty arrays with fill and using size on them, see mofiles/Array13.mo. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/Array1.mo Added : /trunk/testsuite/mofiles/Array13.mo Modified : /trunk/testsuite/mofiles/Array9.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/Range1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo Revision: 2718 Author: adrpo Date: 06:52:13, den 21 februari 2007 Message: - cosmetic changes to Absyn.mo, Algorithm.mo, Builtin.mo, Ceval.mo, Util.mo + replaced old names in comments and error messages with new ones. + a bit more uniform error reporting; the errors include fully qualified function names. + replaced Absyn.expEqual with structural equality. + better names for some functions in Ceval ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Revision: 2717 Author: x06hener Date: 16:35:09, den 20 februari 2007 Message: This makes Qt 4.2+ required for OMNotebook. Unfortunately this (Qt) breaks some features, e.g. text links ---- Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp Modified : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorposvisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/generatedfiles Added : /trunk/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp Added : /trunk/OMNotebook/OMNotebookQT4/graphcell.cpp Added : /trunk/OMNotebook/OMNotebookQT4/graphcell.h Added : /trunk/OMNotebook/OMNotebookQT4/graphcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/replaceallvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/searchform.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/visitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h Added : /trunk/OMNotebook/Pltpkg2 Added : /trunk/OMNotebook/Pltpkg2/LegendLabel.h Added : /trunk/OMNotebook/Pltpkg2/Pltpkg2.vcproj Added : /trunk/OMNotebook/Pltpkg2/Point.cpp Added : /trunk/OMNotebook/Pltpkg2/compoundWidget.cpp Added : /trunk/OMNotebook/Pltpkg2/compoundWidget.h Added : /trunk/OMNotebook/Pltpkg2/compoundWidget.ui Added : /trunk/OMNotebook/Pltpkg2/dataSelect.cpp Added : /trunk/OMNotebook/Pltpkg2/dataSelect.h Added : /trunk/OMNotebook/Pltpkg2/dataSelect.ui Added : /trunk/OMNotebook/Pltpkg2/graphScene.h Added : /trunk/OMNotebook/Pltpkg2/graphWidget.cpp Added : /trunk/OMNotebook/Pltpkg2/graphWidget.h Added : /trunk/OMNotebook/Pltpkg2/graphWindow.cpp Added : /trunk/OMNotebook/Pltpkg2/graphWindow.h Added : /trunk/OMNotebook/Pltpkg2/graphWindow.ui Added : /trunk/OMNotebook/Pltpkg2/line2D.cpp Added : /trunk/OMNotebook/Pltpkg2/line2D.h Added : /trunk/OMNotebook/Pltpkg2/lineGroup.cpp Added : /trunk/OMNotebook/Pltpkg2/lineGroup.h Added : /trunk/OMNotebook/Pltpkg2/point.h Added : /trunk/OMNotebook/Pltpkg2/preferenceWindow.cpp Added : /trunk/OMNotebook/Pltpkg2/preferenceWindow.h Added : /trunk/OMNotebook/Pltpkg2/preferences.ui Added : /trunk/OMNotebook/Pltpkg2/variableData.cpp Added : /trunk/OMNotebook/Pltpkg2/variableData.h Added : /trunk/OMNotebook/Pltpkg2/verticalLabel.h Modified : /trunk/OMNotebook/ReadMe.txt Revision: 2715 Author: adrpo Date: 16:33:39, den 19 februari 2007 Message: - cosmetic changes to Util.mo + got rid of some already existing functionality + renamed some of the Util.mo functions + rewrote some Util.mo functions to make them a bit faster ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Util.mo Revision: 2712 Author: petar Date: 11:09:45, den 16 februari 2007 Message: - Fixed bug in Exp.simplify (certain divisions lead to incorrect simplifications). - Fixed bus in printing of expressions (Exp.printExpStr) leaving out parentheses in some cases. This also required changes in testcases. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Modified : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/NoEvent1.mo Revision: 2711 Author: petfr Date: 10:00:30, den 16 februari 2007 Message: Uppdatering av datum i startfilen DrModelica.onb till 2007-02-16 ---- Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Revision: 2710 Author: adrpo Date: 19:21:58, den 15 februari 2007 Message: - fixes for corbaSessionName not defined when NOT compiling with Corba ---- Modified : /trunk/Compiler/runtime/corbaimpl_stub.cpp Revision: 2709 Author: petfr Date: 15:56:40, den 15 februari 2007 Message: Updated DrModelica since Circuits/Acausal.onb SimpleCircuit now works without error messages, and the CompConn/Oscillator.onb works after removal of the carriage-return linefeeds from some comment strings in that example ---- Modified : /trunk/OMNotebook/DrModelica/Circuits/Acausal.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb Revision: 2708 Author: adrpo Date: 15:27:30, den 15 februari 2007 Message: - small update for the upcoming version of MMC/RML & OMDev - variable name changes to differentiate them from function names ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Revision: 2707 Author: petar Date: 16:34:20, den 14 februari 2007 Message: Changed code generation of tuples (returning several values from functions). Previously a struct was generated that contained names taken from the output arguments of a function. For instance, function foo ... output Real x; outpur Real y; ... end foo; resulted in a struct foo_rettype { modelica_real x; modelica_real y; }; But these names are not available in a call (i.e. in Algorithm.TUPLE_ASSIGN). Also this makes sense, since a tuple has only an oredered set of values -without- names. The new implementation instead generates names like struct foo_rettype { modelica_real targ1; modelica_real targ2; }; This information is accessible, since only the position in the tuple is required. Testcase: tupleTest.mo (tested in simulation3.mos) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mosfiles/simulation3.mos Added : /trunk/testsuite/mosfiles/tupleTest.mo Revision: 2706 Author: adrpo Date: 16:31:48, den 14 februari 2007 Message: Changed : constant Integer Integer_inf=2147483647 "=2^32-1"; to: constant Integer Integer_inf=1073741823 "=2^31-1"; in ModelicaLib.tar.gz Modelica/Constants.mo ---- Modified : /trunk/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz Revision: 2705 Author: petfr Date: 10:55:35, den 13 februari 2007 Message: A few small updates to 4 modules DrModelica. Now more testcases work than previously. ---- Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/AssignStat.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1classes.onb Revision: 2704 Author: petar Date: 15:49:04, den 12 februari 2007 Message: - Fixed bug in state selection. If StateSelect.always is set but variable does not appears differentiated among equations, it was previously not selected as state. - Fixed bug in printing error message for non-linear system solving. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/c_runtime/matrix.h Revision: 2703 Author: petar Date: 11:50:30, den 12 februari 2007 Message: Fixed bug 95. Testcase in simulation3.mos and avg.mo. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Codegen.mo Added : /trunk/testsuite/mosfiles/avg.mo Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/Compiler/Builtin.mo Revision: 2702 Author: petar Date: 09:59:26, den 12 februari 2007 Message: A small error in the compiler.bat file. ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 2701 Author: petar Date: 09:51:44, den 12 februari 2007 Message: Fixed bug 51, testcase mofiles/reinit.mo ---- Modified : /trunk/Compiler/DAE.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/reinit.mo Revision: 2700 Author: petar Date: 09:28:17, den 12 februari 2007 Message: Fixed bug with Modelica.Blocks.Discrete.Sampler connected with e.g. VoltageSource (reported at Modelica Design list) ---- Modified : /trunk/Compiler/VarTransform.mo Revision: 2699 Author: petar Date: 08:44:21, den 12 februari 2007 Message: Fixed bug with compiling when e.g. LIBRARY_PATH is defined. ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 2698 Author: petar Date: 08:17:03, den 12 februari 2007 Message: Added description of missing fortran files in c_runtime/README ---- Modified : /trunk/c_runtime/README Revision: 2697 Author: andsa Date: 00:15:00, den 12 februari 2007 Message: ---- Added : /trunk/testsuite/mosfiles/val.mo Added : /trunk/testsuite/mosfiles/val.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2696 Author: andsa Date: 00:13:20, den 12 februari 2007 Message: ---- Added : /trunk/doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc Revision: 2695 Author: adrpo Date: 23:00:25, den 10 februari 2007 Message: - Now OMC will now REFUSE to start on Windows if another one is running! An error message will be displayed. - Added +target=gcc|msvc flag in rtopts.c and RTOpts.mo to be used later when we generate different code and Makefiles targeted to GCC or MSVC. The flag can be retrieved using RTOpts.simulationCodeTarget() ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 2694 Author: adrpo Date: 19:17:20, den 10 februari 2007 Message: - I have updated the README-WIN32.txt document - I tested the compilation on Visual Studio .NET + 2003 Pro + 2005 Express (Free, but it cannot build the Setup project) + 2005 Pro ---- Modified : /trunk/README-WIN32.txt Revision: 2693 Author: adrpo Date: 15:32:33, den 10 februari 2007 Message: - included for std::numeric_limits required by VC++ ---- Modified : /trunk/c_runtime/simulation_result.cpp Revision: 2692 Author: andsa Date: 23:22:46, den 8 februari 2007 Message: fixed so val can handle arrays, val(x[n],x.y) ---- Modified : /trunk/Compiler/Ceval.mo Revision: 2691 Author: adrpo Date: 22:36:27, den 8 februari 2007 Message: - Linux typo fixed ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 2690 Author: adrpo Date: 22:35:09, den 8 februari 2007 Message: - fixes for Linux part ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 2689 Author: adrpo Date: 22:27:49, den 8 februari 2007 Message: - fixes for Visual Studio to get rid of link errors ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 2688 Author: adrpo Date: 20:39:15, den 8 februari 2007 Message: - added +c=corbaSessionName to the Compiler/runtime/rtopts.c - fixed Compiler/runtime/corbaimpl.cpp to generate: + the Corba Object ID depending the corbaSessionName + the file dumped depending the corbaSessionName + the events and mutexes names depending the corbaSessionName - moved clientlock from omc_communication_impl.cpp to corbaimpl.cpp - if no +c=name is given the omc works as before! - this will be used to have different omc running on the system. - i assume problems can appear if we don't set a different working directory for each different OMC, but we can fix that later in the future. ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Revision: 2687 Author: g-pavgr Date: 11:30:16, den 6 februari 2007 Message: LoopContext; check that *break* is inside a loop ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 2686 Author: petar Date: 07:49:15, den 6 februari 2007 Message: Fixed bug with start value of parameters not translated to DAE. ---- Modified : /trunk/Compiler/Inst.mo Revision: 2685 Author: petfr Date: 05:21:39, den 5 februari 2007 Message: Minor update of OpenModelicaUsersGuide - authors list OpenMOdelicaSystem - added test case building chapter and updated authors list ModelicaMetaProgramming - added introduction about modeling too extensibility and a chapter (unfinished) at the end about metaprogramming and code quoting. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Modified : /trunk/doc/OpenModelicaMetaProgramming.doc Modified : /trunk/doc/OpenModelicaMetaProgramming.pdf Revision: 2684 Author: adrpo Date: 03:30:43, den 5 februari 2007 Message: - changed "inital" with "initial" in Builtin.mo - replaced return with returnType in Codegen.mo and DAE.mo as "return" is a keyword now! ---- Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Builtin.mo Revision: 2683 Author: adrpo Date: 01:09:41, den 5 februari 2007 Message: - added break and return statements to flat_modelica_lexer.g and flat_modelica_parser.g due to changes to modelica_lexer.g and modelica_parser.g - without this the FlatParse.mof test fails. ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Revision: 2682 Author: adrpo Date: 01:01:31, den 5 februari 2007 Message: - break variable replaced by breakme variable as "break" is now a keyword. - without this change the parsing of Modelica.Math package would fail. ---- Modified : /trunk/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz Revision: 2681 Author: adrpo Date: 00:41:00, den 5 februari 2007 Message: - break variable replaced by breakme variable as "break" is now a keyword. - without this change 6 tests fail. ---- Modified : /trunk/testsuite/mosfiles/Modelica.mo Revision: 2680 Author: g-pavgr Date: 22:46:48, den 4 februari 2007 Message: Support for *break* and *return* Missing: (a) checking that used inside for/while and (for *return*) in function body (b) reading from flat Modelica (for/while if flat Modelica not yet supported) ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/Compiler/Dump.mo Revision: 2679 Author: petar Date: 08:25:23, den 2 februari 2007 Message: Implemented inner/outer for components (inner/outer classes not impl. yet) testcases InnerOuter1.mo InnerOuter2.mo ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Mod.mo Modified : /trunk/testsuite/mofiles/InnerOuter1.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2678 Author: adrpo Date: 06:45:30, den 2 februari 2007 Message: - now DrModelica is taken from the working copy not the M:\ directory - added the MetaProgramming guide to the Setup.vdproj - added the ModelicaTutorial by Peter F. to the Setup.vdproj - changed the way User Menu looks, now it has a Documentation directory ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2677 Author: petfr Date: 13:42:24, den 31 januari 2007 Message: Implemented the builtin function: product. Works on a testcase with vectors. Has not yet been tested on matrices. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Error.mo Revision: 2676 Author: petfr Date: 13:02:00, den 26 januari 2007 Message: Added ModelicaTutorialFritzson.pdf containing the tutorial given at the Modelica conference and other places ---- Added : /trunk/doc/ModelicaTutorialFritzson.pdf Revision: 2675 Author: adrpo Date: 23:59:36, den 25 januari 2007 Message: - Lookup.mo does not use Util - cosmetic changes to Absyn.mo by Peter F. ---- Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/.depend Revision: 2673 Author: petar Date: 10:15:16, den 22 januari 2007 Message: Added instantiation of reinit in algorithms. Now flattens, and produces error message that when algorithms not supported yet. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Types.mo Revision: 2672 Author: petar Date: 12:47:26, den 19 januari 2007 Message: Added events on algebraic variables. ---- Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2671 Author: adrpo Date: 23:03:16, den 17 januari 2007 Message: - scripts and resources for building Linux distribution packages .deb and .rpm - many thanks to William Spinelli + wspinell(at)elet.polimi.it + http://www.elet.polimi.it/upload/wspinell/website/index.php for contributing these tools to the OpenModelica project ---- Added : /trunk/package_builder Added : /trunk/package_builder/package_builder.tar.bz2 Revision: 2670 Author: adrpo Date: 22:50:28, den 17 januari 2007 Message: - got rid of warnings for tests on windows ---- Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2669 Author: petar Date: 13:50:50, den 17 januari 2007 Message: Added to the state select heuristic: A priority based on the number of selectable states with the same name (last identifier of a qualified name). ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Util.mo Revision: 2668 Author: andsa Date: 09:16:53, den 16 januari 2007 Message: removed some debug information that were commited in the last version ---- Modified : /trunk/Compiler/Codegen.mo Revision: 2667 Author: andsa Date: 19:11:06, den 15 januari 2007 Message: fix string support in external functions ---- Modified : /trunk/Compiler/Codegen.mo Revision: 2666 Author: adrpo Date: 07:34:01, den 13 januari 2007 Message: - updated Visual Studio 2003 Setup Project: Setup.vdproj to mirror the latest changes to the simulation runtime: c_runtime - added DRMODELICAHOME to point to DrModelica. This environment variable (mostly useful for Linux) is used by OMNotebook to find DrModelica ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2665 Author: petar Date: 13:59:03, den 12 januari 2007 Message: Added support for automatic number of output steps by using intermediate-output model in DASSL. This can be used by setting a negative value on output step size. ---- Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_input.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Revision: 2664 Author: adrpo Date: 19:42:36, den 11 januari 2007 Message: - fixes to make the testsuite run on Linux - for some very obscure reasons in simulation_result.cpp, function: int deinitializeResult(const char * filename) code: ofstream f(filename) reset the filename to "" and the creation of the file failed. - fixed it in solver_dasrt.cpp and solver_euler.cpp - thanks to William Spinelli for providing a virtual machine where I could reproduce this error. ---- Modified : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/c_runtime/solver_euler.cpp Revision: 2663 Author: petar Date: 16:12:56, den 11 januari 2007 Message: Implemented a better state selection mechanism. State selection is now base on 1. The stateSelect attribute 2. A heuristic. The heuristic looks at both the equations of state variables to find constaint equations and tries to put dummy state variables in the same component. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Revision: 2662 Author: petar Date: 08:43:23, den 10 januari 2007 Message: Fixed bug with instantiation of Modelica.Blocks.Discrete.TriggeredSampler, causing infinite recursion (prevented by only instantiating partially) ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Revision: 2661 Author: adrpo Date: 03:04:47, den 10 januari 2007 Message: - doPlot renamed to doPlot.Cygwin and doPlot.Linux renamed to doPlot - changed Compiler/Makefile.in and Compiler/Makefile.omdev.mingw to mirror the changes ---- Modified : /trunk/Compiler/Makefile.in Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 2660 Author: adrpo Date: 02:46:23, den 10 januari 2007 Message: - doPlot renamed to doPlot.Cygwin - doPlot.Linux renamed to doPlot as Linux installation is far more spread than Cygwin! + this will get rid of an installation step on Linux and adds an installation step for Cygwin - changed README.Cygwin.or.Linux.txt to mirror the changes ---- Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/Compiler/scripts/doPlot Added : /trunk/Compiler/scripts/doPlot.Cygwin Deleted : /trunk/Compiler/scripts/doPlot.Linux Revision: 2659 Author: adrpo Date: 02:21:44, den 10 januari 2007 Message: - all the latest OMNotebook changes to enable compilation on Linux were made in cooperation with William Spinelli [wspinell@elet.polimi.it] - a typo fix in cellapplication.cpp ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Revision: 2658 Author: adrpo Date: 01:56:39, den 10 januari 2007 Message: OMNotebook changes: - searches for images in the current directory + in Linux the bin directory can be read only - searches for DrModelica using DRMODELICAHOME environment variable. + in Linux DrModelica should be placed in a write possible location as it contains exercises which should be possible to save ---- Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Revision: 2657 Author: petar Date: 12:02:31, den 9 januari 2007 Message: Fixed bug with fully qualified names (which are created during instantiation) not possible to look up over encapsulated boundaries: Introduced new record FULLYQUALIFIED in Absyn.Path for this. ---- Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/c_runtime/matrix.h Revision: 2656 Author: adrpo Date: 03:48:32, den 9 januari 2007 Message: - fixes to compile OMNotebook on Linux! - this is quite intermediate right now, we'll test it more ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/res_qt.qrc Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.pro Revision: 2655 Author: adrpo Date: 02:17:07, den 5 januari 2007 Message: double should not be float as we might loose precision ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/ExtObj.c Revision: 2654 Author: petar Date: 21:18:56, den 3 januari 2007 Message: Fixed bug in lookup of functions through unqualified imports. ---- Modified : /trunk/Compiler/Lookup.mo Revision: 2653 Author: petar Date: 18:41:34, den 3 januari 2007 Message: Fixed bug with e.g. Modelica.Electrical.Analog.Sources.TrapezoidVoltage giving error message even if it is correct. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Revision: 2652 Author: petar Date: 18:39:09, den 3 januari 2007 Message: checkModel now uses DAELow.lower without generating "dummy state", i.e. counts correct number of variables and equations. ---- Modified : /trunk/Compiler/Ceval.mo Revision: 2651 Author: petar Date: 13:58:42, den 3 januari 2007 Message: Added error message for not-yet-supported features in algorithms (when clause, while-clause, etc) ---- Modified : /trunk/Compiler/DAELow.mo Revision: 2650 Author: petar Date: 16:02:35, den 2 januari 2007 Message: Fixed bug with generation of zero-equations for unconnected flow variables. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/.depend Revision: 2649 Author: petfr Date: 14:47:26, den 2 januari 2007 Message: Added OpenModelicaMetaProgramming.doc and .pdf containing documentation of MetaModelica programming. (previously sometimes called MetaModelica users guide) Exercises added to this MetaProgrammingGuide. 061026 ---- Added : /trunk/doc/OpenModelicaMetaProgramming.doc Added : /trunk/doc/OpenModelicaMetaProgramming.pdf Revision: 2648 Author: petfr Date: 14:42:01, den 2 januari 2007 Message: Beta 1.4.3 versions 061214 of UsersGuide and SystemDoc UsersGuide includes more Eclipse MDT plugin installation screendumps. Exercises added to SystemsDoc, and MetaProgrammingGuide. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Modified : /trunk/doc/OpenModelica Project Online.url Revision: 2647 Author: petar Date: 09:40:15, den 2 januari 2007 Message: Fixed bug with simplify of 1/(a/b)^2 causing infinite recursion. ---- Modified : /trunk/Compiler/Exp.mo Revision: 2646 Author: adrpo Date: 19:38:53, den 25 december 2006 Message: - new line at the end of file. ---- Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.h Revision: 2645 Author: adrpo Date: 19:33:34, den 25 december 2006 Message: replaced ModelicaXml.h with ModelicaXML.h ---- Added : /trunk/tools/xml/modelicaxml/ModelicaXML.h Revision: 2644 Author: adrpo Date: 19:33:07, den 25 december 2006 Message: removed to be replaced by ModelicaXML.h ---- Deleted : /trunk/tools/xml/modelicaxml/ModelicaXml.h Revision: 2643 Author: adrpo Date: 19:25:55, den 25 december 2006 Message: - fixes to make modelicaxml work on Linux. ---- Modified : /trunk/tools/xml/modelicaxml/Makefile Modified : /trunk/tools/xml/modelicaxml/Makefile_parser Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.cpp Modified : /trunk/tools/xml/modelicaxml/dirwalk.cpp Modified : /trunk/tools/xml/modelicaxml/dirwalk.h Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.cpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.hpp Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt Modified : /trunk/tools/xml/modelicaxml/walker.g Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp Revision: 2642 Author: adrpo Date: 05:49:20, den 23 december 2006 Message: - time the testsuite run - fixes for testsuite because now we use double instead of float + testsuite/mofiles/FunctionSimplex.mo + testsuite/mosfiles/Pendulum.mos + testsuite/mosfiles/rotationalsystems.mos ---- Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Revision: 2641 Author: adrpo Date: 04:54:18, den 23 december 2006 Message: - fixed bug: http://bug.modelicacommunity.org/show_bug.cgi?id=30 - the precision problem when dealing with reals in OMC - MMC/RML uses double and because in read_write.c and systemimpl.c this was converted to float and back to double it was a precision loss. - replaced all float with modelica_real in read_write.c - replaced all float with double in systemimpl.c ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/read_write.c Revision: 2640 Author: petar Date: 15:07:06, den 22 december 2006 Message: Improved instantiation speed. (checkModel(CauerFilter) now takes about 10 seconds instead of > 500 seconds). Fixed memory leak in solving linear systems. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /trunk/c_runtime/matrix.h Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/.depend Revision: 2639 Author: davbr Date: 21:45:21, den 20 december 2006 Message: Initial code to support inner and outer semantics. Now, the inner and outer attributes are part of SCode.COMPONENT. Further, the outer elements are removed from DAE output. However, correct lookup rule of inner components are not implemented yet. Only components are considered in SCode. The other elements (functions, inner classes etc.) are not yet implemented. No considerations to type checking has been done yet. ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Builtin.mo Revision: 2638 Author: adrpo Date: 07:39:50, den 20 december 2006 Message: ExternalRMLDefines.h is not needed since we moved to .mo this spring. ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 2637 Author: adrpo Date: 07:37:55, den 20 december 2006 Message: Not needed since we moved to .mo files. ---- Deleted : /trunk/Compiler/ExternalRMLDefines.h Revision: 2636 Author: x06krino Date: 14:01:11, den 18 december 2006 Message: Removed files ---- Deleted : /trunk/testsuite/mofiles/drmodelica/BouncingBall.cpp Deleted : /trunk/testsuite/mofiles/drmodelica/BouncingBall.libs Deleted : /trunk/testsuite/mofiles/drmodelica/BouncingBall.log Deleted : /trunk/testsuite/mofiles/drmodelica/BouncingBall.makefile Deleted : /trunk/testsuite/mofiles/drmodelica/MultipleResultsFunction.c Deleted : /trunk/testsuite/mofiles/drmodelica/MultipleResultsFunction.exe Deleted : /trunk/testsuite/mofiles/drmodelica/MultipleResultsFunction_in.txt Deleted : /trunk/testsuite/mofiles/drmodelica/MultipleResultsFunction_out.txt Deleted : /trunk/testsuite/mofiles/drmodelica/Multiply.c Deleted : /trunk/testsuite/mofiles/drmodelica/Multiply.exe Deleted : /trunk/testsuite/mofiles/drmodelica/Multiply_in.txt Deleted : /trunk/testsuite/mofiles/drmodelica/Multiply_out.txt Deleted : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator.c Deleted : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator.exe Deleted : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator_in.txt Deleted : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator_out.txt Deleted : /trunk/testsuite/mofiles/drmodelica/f.c Deleted : /trunk/testsuite/mofiles/drmodelica/f.exe Deleted : /trunk/testsuite/mofiles/drmodelica/f_in.txt Deleted : /trunk/testsuite/mofiles/drmodelica/f_out.txt Revision: 2635 Author: x06klasj Date: 13:55:25, den 18 december 2006 Message: Testcases ---- Added : /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo Added : /trunk/testsuite/mofiles/drmodelica/AssertTest1.mo Added : /trunk/testsuite/mofiles/drmodelica/AssertTest2.mo Added : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo Added : /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mo Added : /trunk/testsuite/mofiles/drmodelica/FuncDer.mo Added : /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo Added : /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mo Added : /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo Added : /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo Added : /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mo Added : /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo Added : /trunk/testsuite/mofiles/drmodelica/AssertTest1.mos Added : /trunk/testsuite/mofiles/drmodelica/AssertTest2.mos Added : /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mos Added : /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mos Added : /trunk/testsuite/mofiles/drmodelica/Epidemics1.mos Added : /trunk/testsuite/mofiles/drmodelica/FuncDer.mos Added : /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mos Added : /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mos Added : /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mos Added : /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mos Added : /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mos Added : /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mos Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mos Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mos Added : /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mos Revision: 2634 Author: x06krino Date: 13:49:14, den 18 december 2006 Message: ---- Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mos Revision: 2633 Author: x06krino Date: 13:39:50, den 18 december 2006 Message: testcases ---- Added : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub1.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayMult.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mo Added : /trunk/testsuite/mofiles/drmodelica/AssertTest.mo Added : /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo Added : /trunk/testsuite/mofiles/drmodelica/DimConvert.mo Added : /trunk/testsuite/mofiles/drmodelica/DimSize.mo Added : /trunk/testsuite/mofiles/drmodelica/EqualityEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mo Added : /trunk/testsuite/mofiles/drmodelica/ErrorNestedWhen.mo Added : /trunk/testsuite/mofiles/drmodelica/FiveForEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/HideVariableForEquations.mo Added : /trunk/testsuite/mofiles/drmodelica/IfEquation.mo Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mo Added : /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo Added : /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenEquation.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mo Added : /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mos Added : /trunk/testsuite/mofiles/drmodelica/AppendElement.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayMult.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mos Added : /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mos Added : /trunk/testsuite/mofiles/drmodelica/CyclicPerm.mos Added : /trunk/testsuite/mofiles/drmodelica/DimConvert.mos Added : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mos Added : /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mos Added : /trunk/testsuite/mofiles/drmodelica/ErrorNestedWhen.mos Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mos Added : /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mos Added : /trunk/testsuite/mofiles/drmodelica/WhenEquation.mos Added : /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mos Added : /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mos Added : /trunk/testsuite/mofiles/drmodelica/BouncingBall.cpp Added : /trunk/testsuite/mofiles/drmodelica/BouncingBall.libs Added : /trunk/testsuite/mofiles/drmodelica/BouncingBall.log Added : /trunk/testsuite/mofiles/drmodelica/BouncingBall.makefile Added : /trunk/testsuite/mofiles/drmodelica/MultipleResultsFunction.c Added : /trunk/testsuite/mofiles/drmodelica/MultipleResultsFunction.exe Added : /trunk/testsuite/mofiles/drmodelica/MultipleResultsFunction_in.txt Added : /trunk/testsuite/mofiles/drmodelica/MultipleResultsFunction_out.txt Added : /trunk/testsuite/mofiles/drmodelica/Multiply.c Added : /trunk/testsuite/mofiles/drmodelica/Multiply.exe Added : /trunk/testsuite/mofiles/drmodelica/Multiply_in.txt Added : /trunk/testsuite/mofiles/drmodelica/Multiply_out.txt Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator.c Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator.exe Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator_in.txt Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator_out.txt Added : /trunk/testsuite/mofiles/drmodelica/f.c Added : /trunk/testsuite/mofiles/drmodelica/f.exe Added : /trunk/testsuite/mofiles/drmodelica/f_in.txt Added : /trunk/testsuite/mofiles/drmodelica/f_out.txt Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub1.mos Added : /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mos Added : /trunk/testsuite/mofiles/drmodelica/AssertTest.mos Added : /trunk/testsuite/mofiles/drmodelica/DimSize.mos Added : /trunk/testsuite/mofiles/drmodelica/EqualityEquations.mos Added : /trunk/testsuite/mofiles/drmodelica/FiveForEquations.mos Added : /trunk/testsuite/mofiles/drmodelica/HideVariableForEquations.mos Added : /trunk/testsuite/mofiles/drmodelica/IfEquation.mos Added : /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mos Added : /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mos Revision: 2632 Author: petar Date: 14:44:25, den 14 december 2006 Message: Moved some comments to better place ---- Modified : /trunk/Compiler/Lookup.mo Revision: 2631 Author: petar Date: 14:43:43, den 14 december 2006 Message: Fixed bug with premature exit when event at stop time. ---- Modified : /trunk/c_runtime/solver_dasrt.cpp Revision: 2630 Author: petar Date: 11:37:41, den 14 december 2006 Message: Split up large string constant so VC compiler does not complain. ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 2629 Author: petar Date: 08:12:26, den 14 december 2006 Message: Added. ---- Added : /trunk/testsuite/mosfiles/MatrixTest.mo Revision: 2628 Author: adrpo Date: 10:29:42, den 12 december 2006 Message: import Interactive is not used in Mod.mo. ---- Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/.depend Revision: 2627 Author: adrpo Date: 00:17:36, den 11 december 2006 Message: Linux update. ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Revision: 2626 Author: petar Date: 17:35:28, den 9 december 2006 Message: Fixed bugs in simulation_runtime (initialization of data, stop exactly at stop-time, etc). Fixed bug with recursive modifiers (A a(x=a.y)) ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/.depend Revision: 2625 Author: petfr Date: 10:06:52, den 7 december 2006 Message: Removed faulty parameter time in class DoubleWhen Sequential ---- Modified : /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb Revision: 2624 Author: petfr Date: 10:03:24, den 7 december 2006 Message: Updated text around the ErrorNestedWhen example ---- Modified : /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb Revision: 2623 Author: adrpo Date: 02:16:56, den 7 december 2006 Message: generate logs also on Linux. ---- Modified : /trunk/Compiler/scripts/Compile Revision: 2622 Author: petar Date: 14:08:25, den 6 december 2006 Message: Added testcase for implementation of the cross function as a Modelica function (bug). ---- Added : /trunk/testsuite/mosfiles/FuncCross.mo Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2621 Author: petar Date: 12:02:31, den 6 december 2006 Message: Changed builtin functions asin,acos and atan to arcsin, arccos and arctan (same as in Dymola). Added eliminationLevel = 3 for removing only equations on the form a=constant. Added der(arccos),der(arcsin) and der(arctan) to Derive.mo Fixed performance problem with Exp.simplify. Fixed bug with matrix operation a*[1,2;3,4] in Exp.simplify. Fixed bug in tranforming a flat-parsed Absyn to normal Absyn (Interactive.mo). ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/Integer2Real.mo Added : /trunk/testsuite/mofiles/Matrix1.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/differentiate.mos Modified : /trunk/Compiler/Builtin.mo Revision: 2620 Author: adrpo Date: 03:02:18, den 6 december 2006 Message: - fixed Linux testsuite problems by parsing numbers or arrays within testsuite/mosfiles/rtest - now instead of "equation mismatch" a warning is generated if the differences are less than the dassl integration step: 1.0e-5 - the warning looks like this: + Simulation ... ok + Simulation2 ... warning - numeric differences less than 1.0e-5 * for details please check: /tmp/log-simulation2.mos + Simulation3 ... warning - numeric differences less than 1.0e-5 * for details please check: /tmp/log-simulation3.mos + Differentiate ... ok + Simplify ... ok ---- Modified : /trunk/testsuite/mosfiles/rtest Revision: 2619 Author: adrpo Date: 21:44:37, den 5 december 2006 Message: - added testmos to Makefile.omdev.mingw to test just tests from testsuite/mosfiles - fixed the compilation problem on Linux. GNU GCC has more involved "inline". Just disable inline for now. - initialization of malloc-ed structures within simulation_events.cpp fixes the different result we got on Linux for IdealDiode.mos + i wonder if there may be some other initialization problems like this. - IdealDiode.mos changes due to different result. ---- Modified : /trunk/c_runtime/simulation_events.cpp Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/Makefile.omdev.mingw Revision: 2618 Author: adrpo Date: 13:01:33, den 5 december 2006 Message: simulation instead of simualtion. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2617 Author: petar Date: 13:54:40, den 29 november 2006 Message: Redesigned simulation_runtime. Divided into several files and made more modular. Removed method from command argument and added to init file instead. Remade several testcases to use val function instead. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Main.mo Added : /trunk/c_runtime/simulation_result.cpp Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Added : /trunk/c_runtime/simulation_input.cpp Added : /trunk/c_runtime/solver_dasrt.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/algorithms.mos Added : /trunk/c_runtime/simulation_events.cpp Added : /trunk/c_runtime/solver_euler.cpp Added : /trunk/c_runtime/solver_euler.h Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/c_runtime/Makefile.omdev.mingw Added : /trunk/c_runtime/simulation_events.h Modified : /trunk/c_runtime/Makefile Added : /trunk/c_runtime/simulation_result.h Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/c_runtime/matrix.h Added : /trunk/c_runtime/simulation_init.h Added : /trunk/c_runtime/simulation_input.h Added : /trunk/c_runtime/solver_dasrt.h Added : /trunk/c_runtime/simulation_init.cpp Revision: 2616 Author: adrpo Date: 13:32:28, den 29 november 2006 Message: - most people have OMDev into /c/OMDev ---- Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample Revision: 2615 Author: petar Date: 14:42:18, den 20 november 2006 Message: Implemented flags for controlling simulation error messages (log) Fixed bugs (chaanged getExtendsModifierValues, setExtendsModifierValues) ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Modified : /trunk/c_runtime/matrix.h Revision: 2614 Author: adrpo Date: 11:05:12, den 17 november 2006 Message: - i forgot to put this file in and because of that matrices.mos was bound to fail. - thanks to Dietmar Winkler for reporting it. ---- Added : /trunk/testsuite/mosfiles/TestNDims.mo Revision: 2613 Author: adrpo Date: 01:19:22, den 17 november 2006 Message: - merged in the ndims(A) code from Stefan Vorkoetter in Static.mo + many thanks to Stefan for his first contribution! - merged in the ndims(A) test from Stefan Vorkoetter in matrices.mos - added another ndims(A) test based on flattening within matrices.mos - fixed bug http://bug.modelicacommunity.org/show_bug.cgi?id=80 by casting the pow(x, y) arguments to modelica_real within Codegen.mo - wrote more about testing in README-OMDev-MINGW.txt and README.Cygwin.or.Linux.txt - added some missing information in README-BUILD-RELEASE.txt - added OPENMODELICALIBRARY environment variable to OMDev-MINGW-OpenModelicaBuilder.launch-sample as is not really true that everybody has a OpenModelica release available (take Linux for example) and an OPENMODELICALIBRARY=/path/to/ModelicaLibrary environment variable set. - added a space in SimCodegen.mo :) ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample Modified : /trunk/README-BUILD-RELEASE.txt Modified : /trunk/testsuite/mosfiles/matrices.mos Modified : /trunk/README-OMDev-MINGW.txt Revision: 2612 Author: petar Date: 18:10:20, den 16 november 2006 Message: renameClass does not visit read-only classes. ---- Modified : /trunk/Compiler/Interactive.mo Revision: 2611 Author: petar Date: 17:41:50, den 16 november 2006 Message: Changed OPENMODELICAHOME to point to project_loc instead of workspace_loc. The workspace can be at a completely other place, but project_loc will always be correct. ---- Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample Revision: 2610 Author: petar Date: 09:26:12, den 16 november 2006 Message: Fixed bug in renameComponent. Now used partialInstClassIn, which is much faster. ---- Modified : /trunk/Compiler/Interactive.mo Revision: 2609 Author: adrpo Date: 02:38:32, den 14 november 2006 Message: due to the fact that model X end Y; now reported a parse error this test failed because the start identifier was not equal with the end identifier. I fixed the end identifier. ---- Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Revision: 2608 Author: adrpo Date: 02:38:15, den 14 november 2006 Message: due to the fact that model X end Y; now reported a parse error this test failed because the start identifier was not equal with the end identifier. I fixed the end identifier. ---- Modified : /trunk/testsuite/mofiles/FunctionEval2.mo Revision: 2607 Author: adrpo Date: 02:37:57, den 14 november 2006 Message: due to the fact that model X end Y; now reported a parse error this test failed because the start identifier was not equal with the end identifier. I fixed the end identifier. ---- Modified : /trunk/testsuite/mofiles/FunctionEval1.mo Revision: 2606 Author: adrpo Date: 02:37:33, den 14 november 2006 Message: due to the fact that model X end Y; now reported a parse error this test failed because the start identifier was not equal with the end identifier. I fixed the end identifier. ---- Modified : /trunk/testsuite/mofiles/EquationFor4.mo Revision: 2605 Author: adrpo Date: 02:37:13, den 14 november 2006 Message: due to the fact that model X end Y; now reported a parse error this test failed because the start identifier was not equal with the end identifier. I fixed the end identifier. ---- Modified : /trunk/testsuite/mofiles/Connect15.mo Revision: 2604 Author: adrpo Date: 02:35:45, den 14 november 2006 Message: fixes for BUG 115: http://bug.modelicacommunity.org/show_bug.cgi?id=115 model X end Y; now reports a parse error! ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 2603 Author: adrpo Date: 02:35:15, den 14 november 2006 Message: fixes for BUG 115: http://bug.modelicacommunity.org/show_bug.cgi?id=115 model X end Y; now reports a parse error! ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Revision: 2602 Author: adrpo Date: 00:51:04, den 14 november 2006 Message: fixed an invalid character in this model at line 80 ---- Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Revision: 2601 Author: adrpo Date: 00:41:32, den 14 november 2006 Message: fixed test testsuite/mofiles/ConnectTypes.mo ---- Modified : /trunk/testsuite/mofiles/ConnectTypes.mo Revision: 2600 Author: adrpo Date: 00:37:04, den 14 november 2006 Message: fixed missing semicolon at the end of the model from modelica_1_1_Type10.mo ---- Modified : /trunk/testsuite/mofiles/modelica_1_1_Type10.mo Revision: 2599 Author: adrpo Date: 00:35:21, den 14 november 2006 Message: fixed missing semicolon at the end of the model. ---- Modified : /trunk/testsuite/mofiles/prtest.mo Revision: 2598 Author: adrpo Date: 04:44:03, den 13 november 2006 Message: I did some changes to the OpenModelica SVN in order to speed up MDT a bit. Interactive.mo: --------------- - Changed SYMBOLTABLE, added loadedFiles: Fixed all the sources that used SYMBOLTABLE: Ceval.mo, Main.mo - I moved all the constants at the end of the Interactive.mo to Constants.mo and fixed the makefiles to deal with the new Constants package. System.mo: ---------- - added getFileModificationTime + used for checking if a file about to be loaded by "loadFileInteractiveQualified" was modified since it was loaded. This is used to ensure that a file is not loaded more times than needed. - added getCurrentTime + is used to populate: Interactive.FILE.loadTime Constants.mo ------------ - Moved all the constants from Interactive.mo to this new package. - fixed makefiles General ------- - added external-rml.c to the rmlRuntime.vcproj + provides ifExp, stringEqual and stringCompare ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Makefile.common.omdev.mingw Added : /trunk/Compiler/Constants.mo Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml.h Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Added : /trunk/Compiler/VC7/rmlRuntime/runtime/common/external-rml.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/misc-print.c Revision: 2597 Author: adrpo Date: 17:23:44, den 10 november 2006 Message: - Linux part fixes for corbaimpl.cpp ---- Modified : /trunk/Compiler/runtime/corbaimpl.cpp Revision: 2596 Author: adrpo Date: 17:14:08, den 10 november 2006 Message: - fixes for daeext.cpp (VC2005 compiled version doesn't crash anymore) i went for the longer version with push_back(0) as resize(nvars) could interfere with mmc backtracking. - made it clear in the Corba part what message is sent and what message is received. This seems to fix crash problems with VC2005 compiled omc IF we move to mico2.3.12. With mico2.3.11 it still crashes. I believe the problem is in mico2.3.11. - added ==& MetaModelica operator to the grammar ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Revision: 2595 Author: petar Date: 09:52:15, den 10 november 2006 Message: Removed old printing functions. ---- Modified : /trunk/Compiler/DAELow.mo Revision: 2594 Author: petar Date: 09:51:36, den 10 november 2006 Message: Added better errormessage to checkModel ---- Modified : /trunk/Compiler/Ceval.mo Revision: 2593 Author: petar Date: 09:50:56, den 10 november 2006 Message: Added setEliminationLevel, to control degree of alg. var elimination interactively. ---- Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/rtopts.c Revision: 2592 Author: petar Date: 11:11:05, den 8 november 2006 Message: Added error message for no function found. Added EXTRA_SIMOBJS to Makefile.omdev.mingw ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2591 Author: adrpo Date: 09:37:58, den 7 november 2006 Message: - allowed a normal Modelica comment after the case. Example: case (z,y) "Some comment here" ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Revision: 2590 Author: adrpo Date: 14:38:23, den 5 november 2006 Message: - Absyn.CLASS.restricion -> Absyn.CLASS.restriction - fixed more of MetaModelica parsing: x::y = expression; should be allowed. - fixed flat parsing by returning std::string instead of void* from flat_subscript - fixed ExternalLibraries.mos from testsuite by returning quoting the result of getErrorString with " when is called in Interactive.mo. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Revision: 2589 Author: adrpo Date: 10:56:06, den 2 november 2006 Message: +& added to PLUS, needed as MetaModelica stringAppend operator ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 2588 Author: adrpo Date: 08:51:54, den 2 november 2006 Message: - cases can have empty patterns - fixes DAELow.mo so empty pattern () was replaced by _ ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Revision: 2587 Author: adrpo Date: 08:17:12, den 2 november 2006 Message: - replaceable type Type_x; is now replaceable type Type_x subtypeof Any; - The ALG_ASSIGN_TUPLE is gone! use ALG_ASSIGN(exp, exp) instead and check if first exp is Absyn.TUPLE - MetaModelica parsing now works. - all the tests (except those already failing) are working. - a new OMDev is required to be able to compile this: http://www.ida.liu.se/~adrpo/omc/omdev/mingw - in order to get the compiler out of infinite loop some changes were made to SCode.mo - changes to modelica and flat_modelica parser and lexer were made. - imports were changed, I removed to OpenModelica.Compiler from them to make MDT completion work. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Revision: 2586 Author: petar Date: 08:27:23, den 1 november 2006 Message: Added. ---- Added : /trunk/testsuite/mofiles/FlatParse.mof Revision: 2585 Author: adrpo Date: 02:30:04, den 1 november 2006 Message: added flags for MMC trace, but they are disabled by default. ---- Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 2584 Author: petar Date: 14:13:23, den 26 oktober 2006 Message: Redesigned vectorization of variables. Now has extra argument to elabExp to control this. See instEquation on EQ_EQUALS. (affects array equations) ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo Revision: 2583 Author: petfr Date: 10:21:30, den 26 oktober 2006 Message: The examples in ModelQueryAPIexamples.onb have been updated to be complete and covering each call ---- Modified : /trunk/Examples/ModelQueryAPIexamples.onb Revision: 2582 Author: petar Date: 15:43:13, den 24 oktober 2006 Message: Fixed bug in index reduction (states for state selection only considered states in current differentiated equations, not all marked equations) ---- Modified : /trunk/Compiler/DAELow.mo Revision: 2581 Author: petar Date: 13:13:40, den 24 oktober 2006 Message: Large integer literals (> 31 bits) are converted to Real literals. Added testcase for flat parsing (more needed later on). ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/WhatDoesNotWork.html Added : /trunk/testsuite/mosfiles/FlatParse.mof Revision: 2580 Author: petar Date: 11:26:55, den 19 oktober 2006 Message: Fixed bug in traverseExp. ---- Modified : /trunk/Compiler/Interactive.mo Revision: 2579 Author: petar Date: 08:40:41, den 19 oktober 2006 Message: Added compiler option +e=level where level is 0,1 or 2, indicating the degree of elimination of algebraic equations (0 -none, 1 -partial, 2-full) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/.depend Revision: 2578 Author: petar Date: 11:23:34, den 18 oktober 2006 Message: Added extrapolation of variable trajectories as starting values for nonlinear equation systems. Required for solving nonlinear systems with multiple solutions, such as x^2-c =0 (Need to extrapolate to go from positive to negative solution) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/c_runtime/matrix.h Revision: 2577 Author: adrpo Date: 19:36:07, den 17 oktober 2006 Message: added the debug_print to misc-print.c to have it also in VC7 mmc+rml library. ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/misc-print.c Revision: 2576 Author: adrpo Date: 03:33:40, den 15 oktober 2006 Message: petfr's changes to Absyn.mo ---- Modified : /trunk/Compiler/Absyn.mo Revision: 2575 Author: adrpo Date: 01:31:44, den 13 oktober 2006 Message: Cosmetic changes to .mo files. - changed all .rml to .mo - changed all RML to MMC - got rid of spaces between imports. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/Graphviz.mo Revision: 2574 Author: adrpo Date: 01:27:16, den 13 oktober 2006 Message: - more MetaModelica additions + added more expressions to handle MetaModelica code in Absyn.mo + unified EQ_NORETCALL with ALG_NORETCALL and fixed the walker.g, Absyn.mo, Debug.mo, Interactive.mo, SCode.mo to handle this change. Now it EQ_NORETCALL looks like this: record EQ_NORETCALL ComponentRef functionName "functionName" ; FunctionArgs functionArgs "functionArgs; fcalls without return value" ; end EQ_NORETCALL; Before it was Ident functionName; + added more debugging within parse.cpp - all tests go ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 2573 Author: adrpo Date: 06:23:55, den 10 oktober 2006 Message: - fixed VC7 Debug configuration (needs new OMDev which contains mico2311 debug libs) + wrote some debug makefiles for VC7 + i think is a good idea to run a debugging omc.exe sometimes to figure out random crashes. - runtime/corbaimpl.cpp: moved all the Corba variables from Corba__intialize to global ones as when Corba__initialize returns sometimes omc crashes on variable delete. - some more includes into runtime files ---- Added : /trunk/Compiler/Makefile.debug.w32 Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/VC7/runtime.vcproj Added : /trunk/Compiler/VC7/antlr/Makefile.debug.win32 Modified : /trunk/Compiler/VC7/libf2c.vcproj Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Modified : /trunk/Compiler/VC7/omc/omc.sln Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Revision: 2572 Author: adrpo Date: 05:23:29, den 7 oktober 2006 Message: - fixed a small warning ---- Modified : /trunk/Compiler/runtime/socketimpl.c Revision: 2571 Author: adrpo Date: 04:27:52, den 7 oktober 2006 Message: - changed Makefiles to actually stop when an error happens - added copyright to printimpl.c - added some more includes for strlen, strcpy and malloc - changed version number to 1.4.3 in settingsimpl.c - changed version number, product code in Setup.vdproj - changed the way MinGW and ModelicaLibrary are handled in the .msi release now, they are packed like normal directories and files not exploded at installation from mingw.tar.gz and ModelicaLib.tar.gz I think this will fix some problems with the installation - changed 1.4.2 to 1.4.3 into all .onb files - wrote a small README-BUILD-RELEASE.txt on how to build a OpenModelica release ---- Modified : /trunk/Makefile.in Modified : /trunk/Examples/ModelQueryAPIexamples.onb Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Added : /trunk/README-BUILD-RELEASE.txt Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/socketimpl.c Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Examples/UsersGuideExamples.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise5.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/MultRes.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/KinematicLoops.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-4.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Indexing.onb Modified : /trunk/OMNotebook/DrModelica/Circuits/Acausal.onb Modified : /trunk/OMNotebook/DrModelica/Circuits/DCmotor.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Partial.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/CardEq.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Connections.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/In-Output.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/ClassesforCPT.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/CoupledPipeline.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/FlatTank mm.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/MultEvents.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/WatchDog.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Polynomial.onb Modified : /trunk/OMNotebook/DrModelica/Equations/PolynomialEvaluator.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Step.onb Modified : /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Call.onb Modified : /trunk/OMNotebook/DrModelica/Functions/MultipleRes.onb Modified : /trunk/OMNotebook/DrModelica/Generic/ParamInterfaces.onb Modified : /trunk/OMNotebook/DrModelica/Generic/Parameterized.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Extend.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Short.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Algorithm.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2hybrid.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/SimpleCircuit.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/WhenClause.onb Modified : /trunk/OMNotebook/DrModelica/SystemMod/FlatTank.onb Modified : /trunk/OMNotebook/DrModelica/SystemMod/PIControl.onb Modified : /trunk/OMNotebook/DrModelica/Variables/Initialization.onb Modified : /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/omc/omc.sln Modified : /trunk/Compiler/VC7/Setup/bin/Uninstall.bat Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/ConnEq.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Connectors.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Assert.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Hierachical.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/MoonLandingInher.onb Modified : /trunk/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1equations.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1hybrid.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2inheritance.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorldmod.onb Revision: 2570 Author: adrpo Date: 00:53:30, den 7 oktober 2006 Message: replaced // with /* */ as some compilers crap on this ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2569 Author: adrpo Date: 00:34:29, den 7 oktober 2006 Message: - got rid of winruntime, now everything resides in runtime and the implementation is different via compiler and OS flags - changed so that System.writeFile uses fwrite insead of fprintf as is way faster and better. - updated copyright to year 2006 and added it to most of the files. - updated SG so that it doesn't talk on winruntime anymore - updated the omc.snl project and runtime.vcproj to take files from runtime instead of winruntime. - changed winruntime to runtime anywhere I could find it. - got rid of some warnings by casting the values to the needed type. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/Compiler/Inst.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/c_runtime/modelica.h Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Debug.mo Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Print.mo Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/ErrorExt.mo Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/modelica_string.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/string_array.h Modified : /trunk/Compiler/Parser.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/Socket.mo Modified : /trunk/Compiler/TaskGraphExt.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/Corba.mo Modified : /trunk/Compiler/DAEEXT.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/Graphviz.mo Modified : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/error_reporting.h Modified : /trunk/Compiler/runtime/errorext.h Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.h Modified : /trunk/Compiler/runtime/socketimpl.c Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/absyn_builder/yacclib.c Modified : /trunk/OMNotebook/ReadMe.txt Modified : /trunk/WinMosh/MoshEdit.cpp Deleted : /trunk/Compiler/winruntime Modified : /trunk/OMNotebook_QT3/INSTALL_README.txt Modified : /trunk/WinMosh_QT4/main.cpp Modified : /trunk/WinMosh_QT4/omc_communicator.cpp Modified : /trunk/WinMosh_QT4/omcinteractiveenvironment.cpp Modified : /trunk/WinMosh_QT4/qmosh.cpp Revision: 2568 Author: petar Date: 15:07:00, den 6 oktober 2006 Message: Fixed bug with pendulum example (see Pendulum.mo) (linear equation system rhs was wrong due to not sufficient Exp.terms implementation. Now uses Exp.allTerms instead) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/SimCodegen.mo Added : /trunk/testsuite/mosfiles/Pendulum.mo Added : /trunk/testsuite/mosfiles/Pendulum.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/simplify.mos Revision: 2567 Author: petar Date: 08:38:57, den 6 oktober 2006 Message: Forgot to remove temporary code before checkin. ---- Modified : /trunk/Compiler/Exp.mo Revision: 2566 Author: petar Date: 08:37:50, den 6 oktober 2006 Message: Fixed bug in cross. Added testexample in matrices.mos ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mosfiles/matrices.mos Revision: 2565 Author: petar Date: 11:50:48, den 5 oktober 2006 Message: Added builtin cross function (elabBuiltinCross) ---- Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/.depend Revision: 2564 Author: petar Date: 10:47:10, den 5 oktober 2006 Message: Updated compiler options ---- Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Revision: 2560 Author: adrpo Date: 05:15:12, den 5 oktober 2006 Message: - Changes to AST to handle MetaModelica. - Added TypeSpec with: + TPATH (path, Oprion) + TCOMPLEX(path, list, Option) - Only TPATH is used by the Modelica parser right now - fixed the ANTLR warning about string_comment returning a value ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/DumpGraphviz.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Revision: 2558 Author: adrpo Date: 21:24:53, den 2 oktober 2006 Message: - updated binutils from mingw.tar.gz to latest. - this seems to fix a MathCore linking bug ---- Modified : /trunk/Compiler/VC7/Setup/zips/mingw.tar.gz Revision: 2555 Author: petar Date: 16:10:40, den 1 oktober 2006 Message: Fixed bug in initialization. initial_residual only contains equations that solves for continuous time variables. ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 2554 Author: petar Date: 15:46:58, den 30 september 2006 Message: Fixed bug with Initialization, see simualtion3.mos (InitTest.mo) and Test3PhaseSystemTotal.mo ---- Modified : /trunk/Compiler/DAELow.mo Added : /trunk/testsuite/mosfiles/InitTest.mo Modified : /trunk/testsuite/mosfiles/Test3PhaseSystemTotal.mo Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2553 Author: petar Date: 08:58:53, den 30 september 2006 Message: Fixed bug with cardinality, See Gear.mo. Now Gear and Gear2 in TestModels.mo works, see rotationalgears.mos ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mosfiles/Modelica.mo Modified : /trunk/testsuite/mosfiles/TestModels.mo Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Revision: 2552 Author: adrpo Date: 03:06:49, den 29 september 2006 Message: update of UG ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 2551 Author: petar Date: 17:09:18, den 28 september 2006 Message: Fixed bug with start value for arrays in DAELow ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inst.mo Revision: 2550 Author: petar Date: 14:27:17, den 28 september 2006 Message: Flat Modelica parser now allows crap at the end of file which is produced by some Modelica tools. ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Revision: 2549 Author: petar Date: 08:43:52, den 28 september 2006 Message: Fixed bug with input variables on top level, see InputOutput.mo tested in simulation3.mos ---- Modified : /trunk/Compiler/SimCodegen.mo Added : /trunk/testsuite/mosfiles/InputOutput.mo Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2548 Author: petar Date: 16:51:02, den 27 september 2006 Message: Added transforming equations in Absyn to use flat CREFs as in Flat Modelica parser. Fixed bug in flatparsing in walker.g for windows (missing strdup) ---- Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/absyn_builder/walker.g Revision: 2545 Author: adrpo Date: 22:16:46, den 26 september 2006 Message: - fixes to the omc VC7 project (now no CLASSPATH setting is needed) ---- Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Revision: 2544 Author: petar Date: 12:51:02, den 26 september 2006 Message: Fixed bug with flat modelica parsing. Now parses Real x.y=1.0; ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Revision: 2543 Author: petar Date: 16:23:19, den 25 september 2006 Message: Removed commented code. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 2542 Author: petar Date: 15:09:54, den 25 september 2006 Message: Added extra argument to buildModel and simulate: storeInTemp=false. To store all files in Settings.getTempDirectoryPath(), set this variable to true. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Revision: 2541 Author: petar Date: 09:11:18, den 25 september 2006 Message: Fixed bugs in mixed system. LossyGearDemo1 now working, see simulation3.mos ---- Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/SimCodegen.mo Added : /trunk/testsuite/mosfiles/LossyGear1.mo Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/c_runtime/matrix.h Revision: 2540 Author: petar Date: 11:10:52, den 21 september 2006 Message: Fixed flat_modelica_parser which didn't work at all. It now works partly. Still problem with modificiation in tree walker. ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Revision: 2539 Author: petar Date: 15:40:56, den 20 september 2006 Message: Added rudimentary boolean functions to c_runtime. ---- Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/read_write.h Revision: 2538 Author: petar Date: 09:51:42, den 20 september 2006 Message: Fixed bug with default values for funcion calls. They are now added to the expression argument list so correct C-code can be generated. ---- Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Function11.mo Revision: 2537 Author: petar Date: 08:33:17, den 20 september 2006 Message: Fixed bugs with wrong Exp.Type in Exp.CAST expressions. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Prefix.mo Revision: 2536 Author: adrpo Date: 15:19:07, den 19 september 2006 Message: - reverted the changes ---- Modified : /trunk/c_runtime/Makefile Revision: 2535 Author: petar Date: 15:07:52, den 19 september 2006 Message: Removed target index_spec_test. ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 2534 Author: adrpo Date: 14:35:10, den 19 september 2006 Message: update of dependencies ---- Modified : /trunk/Compiler/Makefile.w32 Revision: 2533 Author: adrpo Date: 14:34:22, den 19 september 2006 Message: Makefile changes to mirror the changes made by Peter A to Makefile.omdev.mingw ---- Modified : /trunk/c_runtime/Makefile Revision: 2532 Author: petar Date: 13:38:18, den 19 september 2006 Message: Equations containing function calls returning vectors are now handled as array equations. sum(v) and sum(A) are now symbolically expanded. WhatDoesNotWork.html is updated with missing operators in 3.4.3. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2531 Author: petar Date: 09:16:37, den 19 september 2006 Message: Added more type information to Exp.Exp, required to be able to generate correct code. Added some missing impl. in c_runtime. Still much to do here. Fixed bug with BouncingBallExamples.mos Fixed bug with eliminating top level input and output variables. RO attribute to Absyn.INFO now read from status of file. renameComponent now skips RO classes. Temporary fixed Test3PhaseSystem initialization. Still bugs with propagation of fixed attribute. Fixed several bugs with simplify returning expressions with wrong operators e.g. scalar ADD_ARR scalar. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/testsuite/mofiles/Array12.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/differentiate.mos Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/Compiler/ModUtil.mo Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2530 Author: adrpo Date: 08:03:40, den 19 september 2006 Message: - fixed step numbering in the README-WIN32.txt ---- Modified : /trunk/README-WIN32.txt Revision: 2529 Author: adrpo Date: 07:44:49, den 19 september 2006 Message: - fixed the MSVC projects and makefiles to use OMDev binaries compiled with MSVC - updated the win32 readme: README-WIN32.txt ---- Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/README-WIN32.txt Modified : /trunk/README-OMDev-MINGW.txt Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/VC7/README.txt Modified : /trunk/Compiler/VC7/antlr/Makefile.win32 Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Modified : /trunk/Compiler/VC7/omc/omc.sln Modified : /trunk/Compiler/Makefile.sig.w32 Revision: 2528 Author: adrpo Date: 13:20:11, den 18 september 2006 Message: - small update to the README-WIN32.txt. - released rml-mmc-2.3.6 to make VC7 work ---- Modified : /trunk/README-WIN32.txt Revision: 2527 Author: petar Date: 14:36:27, den 13 september 2006 Message: Added testcase for nonlinear system where smaller factor than defaultvalue must be used, see previous checkin. ---- Added : /trunk/testsuite/mosfiles/Riccati.mo Added : /trunk/testsuite/mosfiles/Riccati.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2526 Author: petar Date: 14:10:07, den 13 september 2006 Message: Improved solving nonlinear systems. Now tries with several different factors and retries with different starting points if not successful. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/matrix.h Revision: 2525 Author: petar Date: 10:01:09, den 13 september 2006 Message: Implemented simple checkModel, returns string with number of variables and number of equations. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Revision: 2524 Author: petar Date: 09:09:48, den 13 september 2006 Message: Fixed bug with initialization (alg. vars fixed) Fixed bug with simplification of arrays resulting in wrong operators. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/Static.mo Revision: 2523 Author: petar Date: 17:41:16, den 12 september 2006 Message: Fixed bug with differentiating exp (HelloWorld). ---- Modified : /trunk/Compiler/Derive.mo Revision: 2522 Author: petar Date: 13:57:55, den 12 september 2006 Message: Added RO flag in INFO attribute. ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/absyn_builder/parse.cpp Revision: 2521 Author: petar Date: 13:56:10, den 12 september 2006 Message: Fixed bug in promote_integer_array(done by Kaj) ---- Modified : /trunk/c_runtime/integer_array.c Revision: 2520 Author: adrpo Date: 03:08:44, den 11 september 2006 Message: - fixes by Peter F. to UG, DrModelica, omc_helptext.txt - fixes by Anders Sandholm to val(name, time) - addition of the BouncingBallExamples.mo/mos to the testsuite so that this example is sure not to fail in the future (now fails) ---- Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/testsuite/mosfiles/BouncingBallExamples.mo Added : /trunk/testsuite/mosfiles/BouncingBallExamples.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/doc/omc_helptext.txt Modified : /trunk/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Built-inFunc.onb Modified : /trunk/OMNotebook/DrModelica/Circuits/Acausal.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Extending.onb Modified : /trunk/OMNotebook/DrModelica/Functions/External.onb Modified : /trunk/OMNotebook/DrModelica/Functions/MultipleRes.onb Modified : /trunk/OMNotebook/DrModelica/Generic/Extended.onb Modified : /trunk/OMNotebook/DrModelica/Generic/ParamInterfaces.onb Modified : /trunk/OMNotebook/DrModelica/Generic/Parameterized.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Extend.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Modification.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Short.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Inheritance.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Multiple.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb Modified : /trunk/OMNotebook/DrModelica/LitOpExp/VarTime.onb Modified : /trunk/OMNotebook/DrModelica/LitOpExp/VariaSubt.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Exercise1ADT.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Exercise2VarOp.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Inherited.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Local.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Moving.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Nonencapsulated.onb Modified : /trunk/OMNotebook/DrModelica/Packages/PackLibrStruct.onb Modified : /trunk/OMNotebook/DrModelica/Packages/PackasADTs.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Algorithm.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Array.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Equations.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1algorithm.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1arrays.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1package.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2hybrid.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise3-classes.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Functions.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Generic.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/IfClause.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Inheritance.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Local.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Partial.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/SimpleCircuit.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/WhenClause.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Annotation.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Final.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Redeclaration.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/ReplRed.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Replaceable.onb Modified : /trunk/OMNotebook/DrModelica/SystemMod/FlatTank.onb Modified : /trunk/OMNotebook/DrModelica/SystemMod/PIControl.onb Modified : /trunk/OMNotebook/DrModelica/TypeSubtype/Sub-SuperType.onb Modified : /trunk/OMNotebook/DrModelica/Variables/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Variables/FieldVar.onb Modified : /trunk/OMNotebook/DrModelica/Variables/Initialization.onb Modified : /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1classes.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Hierachical.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/MoonLandingInher.onb Modified : /trunk/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1equations.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1hybrid.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2inheritance.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorldmod.onb Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/OMNotebook/DrModelica/Functions/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/Generic/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Inheritance/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/LitOpExp/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/LitOpExp/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Generic.onb Modified : /trunk/OMNotebook/DrModelica/Packages/PackAccess.onb Modified : /trunk/OMNotebook/DrModelica/Packages/Packages.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/CreateInst.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1inheritance.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1partial.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2-classes.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Packages.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/ReuseMod.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/RedNotRepl.onb Modified : /trunk/OMNotebook/DrModelica/TypeSubtype/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/TypeSubtype/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/TypeSubtype/Type.onb Modified : /trunk/OMNotebook/DrModelica/Variables/Declaration.onb Modified : /trunk/OMNotebook/DrModelica/Variables/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Variables/VariabilityPrefixes.onb Revision: 2519 Author: adrpo Date: 07:32:52, den 10 september 2006 Message: fixes parts of bug 99: http://bug.modelicacommunity.org/show_bug.cgi?id=99 I added to modelica.h: typedef modelica_real sample_rettype; ---- Modified : /trunk/c_runtime/modelica.h Revision: 2518 Author: adrpo Date: 06:44:44, den 10 september 2006 Message: added test for if_then_elseif_else implementation. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/if_then_elseif_else.mo Revision: 2517 Author: adrpo Date: 06:25:08, den 10 september 2006 Message: fixed bug 97 http://bug.modelicacommunity.org/show_bug.cgi?id=97 implemented elseif within if expression by constructing IFEXPs within else part. ---- Modified : /trunk/Compiler/absyn_builder/walker.g Revision: 2516 Author: adrpo Date: 05:39:46, den 10 september 2006 Message: fixed bug 86: http://bug.modelicacommunity.org/show_bug.cgi?id=86 by creating the error file in the tmp directory. ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 2515 Author: adrpo Date: 05:19:32, den 10 september 2006 Message: Fixed bug 72: http://bug.modelicacommunity.org/show_bug.cgi?id=72 within_clause did not check for null name_path in walker.g. ---- Modified : /trunk/Compiler/absyn_builder/walker.g Revision: 2514 Author: adrpo Date: 16:36:15, den 6 september 2006 Message: explained in README.Cygwin.or.Linux.txt that you must have ./ in your path to be able to run the testsuite. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 2513 Author: x05andfe Date: 23:31:13, den 4 september 2006 Message: fixed bug in paste cell command. // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Revision: 2511 Author: adrpo Date: 23:39:09, den 2 september 2006 Message: - last 1.4.2 commit + DrModelica, UG, ModelQueryAPIexamples.onb updates + val(var_name, time) implementation from Anders Sandholm ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Values.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Examples/ModelQueryAPIexamples.onb Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Modified : /trunk/testsuite/mofiles/msl/Gear.mo Revision: 2510 Author: petar Date: 16:19:26, den 1 september 2006 Message: Changed simulation3 so it works. Rounding error. ---- Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2508 Author: adrpo Date: 22:54:28, den 31 augusti 2006 Message: fixes for OMShell/oms.cpp to compile on Linux. ---- Modified : /trunk/OMShell/oms.cpp Revision: 2507 Author: petar Date: 20:43:19, den 31 augusti 2006 Message: Fixed bug in event handling (edge used for checking changes in event. This was changed to 'change') Removed check of final in modifier since it gave errors even though correct Modelica code. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Mod.mo Revision: 2506 Author: petar Date: 14:47:04, den 31 augusti 2006 Message: Fixed bugs in mixed systems. It is now a quick fix. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/c_runtime/matrix.h Revision: 2505 Author: x02danhe Date: 14:04:15, den 31 augusti 2006 Message: The test suite failed due to test files with too long names. Renamed UnparserOperatorPrecedence.* to UnpOpPrecedence.*. ---- Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/UnpOpPrecedence.mo Added : /trunk/testsuite/mosfiles/UnpOpPrecedence.mos Deleted : /trunk/testsuite/mosfiles/UnparserOperatorPrecedence.mo Deleted : /trunk/testsuite/mosfiles/UnparserOperatorPrecedence.mos Revision: 2504 Author: x02danhe Date: 10:58:57, den 31 augusti 2006 Message: Fixed a bug with unparsing of logical binary operators. Parenthesis are no longer lost around expressions with operators of lower precedence. ---- Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/Dump.mo Added : /trunk/testsuite/mosfiles/UnparserOperatorPrecedence.mo Added : /trunk/testsuite/mosfiles/UnparserOperatorPrecedence.mos Revision: 2503 Author: petfr Date: 10:27:07, den 31 augusti 2006 Message: test by petfr ---- Modified : /trunk/README-WIN32.txt Revision: 2502 Author: petar Date: 11:06:56, den 30 augusti 2006 Message: Fixed bug in splitting a mixed system into its discrete and continuous part. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/SimCodegen.mo Revision: 2501 Author: petar Date: 08:24:49, den 30 augusti 2006 Message: Added comment why derivative of if expression must be allowed even though it is non-existent. ---- Modified : /trunk/Compiler/Derive.mo Revision: 2500 Author: adrpo Date: 23:51:32, den 29 augusti 2006 Message: - just some more cleanup when running .mos files ---- Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Revision: 2499 Author: adrpo Date: 23:25:59, den 29 augusti 2006 Message: - added "rm -f" instead of "rm" as Linux say: blabla.bla no such file or directory thus screwing the test when doing grep. ---- Modified : /trunk/testsuite/mosfiles/simulation3.mos Revision: 2498 Author: adrpo Date: 22:57:57, den 29 augusti 2006 Message: - fixed the printing of reals in RML/MMC, please update your OMDev! - now 1.2e-029 will be printed as 1.2e-29 ---- Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/IntPowOverflow.mos Revision: 2497 Author: adrpo Date: 22:48:59, den 29 augusti 2006 Message: - fixes for Windows to be like Linux - meaning 1.222e-027 is now 1.222e-27 (got rid of the first 0 in the exponent) ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-str.c Revision: 2496 Author: petar Date: 18:00:12, den 29 augusti 2006 Message: Fixed bugs in mixed system of equations (see simulation3.mos and BearingFrictionTest.mo) Fixed bug with missing events at initialization (see also BearingFrictionTest.mo) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Added : /trunk/testsuite/mosfiles/BearingFrictionTest.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/c_runtime/matrix.h Modified : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mos Revision: 2495 Author: adrpo Date: 22:20:06, den 28 augusti 2006 Message: - updated VC7 Setup to include the new file called ModelQueryAPIexamples.onb ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2494 Author: adrpo Date: 00:26:56, den 28 augusti 2006 Message: - updates to DrModelica by Peter F. ---- Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb Modified : /trunk/OMNotebook/DrModelica/AccessControl/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/AccessControl/MoonLanding.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Assert.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Exercise5.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/ForStat.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/IfStat.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/MultRes.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Reinit.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Sections.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/WhileStat.onb Modified : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/Graphical.onb Modified : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/SynPlac.onb Modified : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/UnitsQuant.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/InterfacingtoNonMechModComp.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/KinematicLoops.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Built-inFunc.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ConcatConstruct.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ConcatSlice.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Construction.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Declaration.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Empty.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-3.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-4.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-5.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-6.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/FlexSize.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Indexing.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/ScalarFunc.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/TypeCheck.onb Modified : /trunk/OMNotebook/DrModelica/Circuits/Acausal.onb Modified : /trunk/OMNotebook/DrModelica/Circuits/DCmotor.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise3.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Nested.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Partial.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Restricted.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/CardEq.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Connections.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/In-Output.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/MechTrans.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/MultToSingle.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/ClassesforCPT.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/CoupledPipeline.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/FlatTank mm.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/MultEvents.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/WatchDog.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Exercise2.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Exercise4.onb Modified : /trunk/OMNotebook/DrModelica/Equations/IfEq.onb Modified : /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Polynomial.onb Modified : /trunk/OMNotebook/DrModelica/Equations/PolynomialEvaluator.onb Modified : /trunk/OMNotebook/DrModelica/Equations/RepConnStruct.onb Modified : /trunk/OMNotebook/DrModelica/Equations/RepStruct.onb Modified : /trunk/OMNotebook/DrModelica/Equations/SimpleEquality.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Step.onb Modified : /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb Modified : /trunk/OMNotebook/DrModelica/Functions/Call.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Equations.onb Modified : /trunk/OMNotebook/DrModelica/QuickTour/Statement.onb Modified : /trunk/OMNotebook/DrModelica/Algorithms/AssignStat.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb Modified : /trunk/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/ConnEq.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/Connectors.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb Modified : /trunk/OMNotebook/DrModelica/Equations/Assert.onb Modified : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/FuncAnn.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-2.onb Modified : /trunk/OMNotebook/DrModelica/Arrays/Exercise1.onb Modified : /trunk/OMNotebook/DrModelica/Classes/CreateInst.onb Modified : /trunk/OMNotebook/DrModelica/Classes/ReuseMod.onb Modified : /trunk/OMNotebook/DrModelica/Classes/Short.onb Modified : /trunk/OMNotebook/DrModelica/CompConn/ConnConstraints.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/Automata.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/Synchronization.onb Modified : /trunk/OMNotebook/DrModelica/DiscreteHybrid/meningsfil.onb Modified : /trunk/OMNotebook/DrModelica/Equations/EqDeclarations.onb Revision: 2493 Author: adrpo Date: 22:30:10, den 27 augusti 2006 Message: - new stuff val(variable, time) - which is not implemented yet - new SG and UG - new file ModelQueryAPIexamples.onb - new UsersGuideExamples.onb ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Added : /trunk/Examples/ModelQueryAPIexamples.onb Modified : /trunk/Compiler/Static.mo Modified : /trunk/Examples/UsersGuideExamples.onb Revision: 2492 Author: adrpo Date: 21:38:35, den 27 augusti 2006 Message: - more fixing ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 2491 Author: adrpo Date: 21:34:16, den 27 augusti 2006 Message: - fixed a small mistake ---- Modified : /trunk/Compiler/runtime/ptolemyio.cpp Revision: 2490 Author: adrpo Date: 21:29:14, den 27 augusti 2006 Message: - updated runtime and winruntime to be a bit closer ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 2489 Author: adrpo Date: 19:52:29, den 27 augusti 2006 Message: - fixed more Linux stuff ---- Modified : /trunk/testsuite/mosfiles/simulation2.mos Revision: 2488 Author: adrpo Date: 19:37:22, den 27 augusti 2006 Message: - fixed some Linux stuff - fixed the API to return Modelica compatible syntax - fixed the API testsuite/mosfiles/loadFileInteractiveQualified.mos - added stdlib.h include to ExtObj.c - removed more unnecesarry files within mosfiles/ExtObj.mos ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/testsuite/mosfiles/ExtObj.c Revision: 2487 Author: adrpo Date: 19:27:55, den 27 augusti 2006 Message: fixed case to test on Linux ---- Modified : /trunk/testsuite/mosfiles/ExtObj.mos Revision: 2486 Author: petar Date: 09:06:33, den 27 augusti 2006 Message: Fixed bug with overwriting of equations. Changed testcases Shadow1.mo and Overwriting2.mo. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Overwriting2.mo Modified : /trunk/testsuite/mofiles/Shadow1.mo Revision: 2485 Author: petar Date: 15:40:17, den 25 augusti 2006 Message: Fixed bug with connect(a.b[1],c.d), i.e. using arrays in connectors. See mofiles/Connect15.mo ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Connect15.mo Revision: 2484 Author: petar Date: 11:03:34, den 25 augusti 2006 Message: Fixed bug in event handling for e.g. initial(). See BooleanModel.mo Fixed bug with discrete equations not having zero crossings not being calculated. Fixed bug with getNthConnection on connector on form a.b[1], see mosfiles/interactive_api_classes.mos. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCodegen.mo Added : /trunk/testsuite/mosfiles/BooleanModel.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Revision: 2483 Author: x05andfe Date: 00:36:56, den 25 augusti 2006 Message: Added find and replace function to OMNotebook, resulted in same small changes in other files. // Anders F ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cell.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Added : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.cpp Added : /trunk/OMNotebook/OMNotebookQT4/qcombobox_search.h Added : /trunk/OMNotebook/OMNotebookQT4/replaceallvisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/searchform.cpp Added : /trunk/OMNotebook/OMNotebookQT4/searchform.h Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Added : /trunk/OMNotebook/OMNotebookQT4/searchform.ui Revision: 2482 Author: adrpo Date: 16:38:23, den 24 augusti 2006 Message: Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY! ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/README-WIN32.txt Modified : /trunk/Compiler/doc/omc_helptext.txt Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/doc/manual.tex Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Modified : /trunk/OMNotebook/OMNotebookQT4/modeq_communicator.cpp.old Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Modified : /trunk/OMNotebook_QT3/OMNotebook/omc_communicator.cpp Modified : /trunk/WinMosh/WinMosh.cpp Modified : /trunk/pde/DomainExternalSolverPackage/paths.bat Modified : /trunk/pde/DomainExternalSolverPackage/paths.sh Revision: 2481 Author: petar Date: 11:40:57, den 24 augusti 2006 Message: Fixed bug with missing delete for A and b arrays for linear equation systems. ---- Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/c_runtime/matrix.h Revision: 2480 Author: kajny Date: 09:32:19, den 24 augusti 2006 Message: ---- Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2479 Author: adrpo Date: 22:20:00, den 23 augusti 2006 Message: Preparing for the 1.4.2 release: - updated UsersGuideExamples.onb changed 1.4.1 to 1.4.2 - updated MinGW from 3.2.3 to the one in OMDev: 3.4.4 so we don't have to compile the c_runtime libs with different compilers when we do the releases - improved Setup.vdproj so that it registers .onb files with OMNotebook on installation ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Examples/UsersGuideExamples.onb Modified : /trunk/Compiler/VC7/Setup/zips/mingw.tar.gz Added : /trunk/Compiler/VC7/Setup/zips/mingw-3.2.3.tar.gz Revision: 2478 Author: davbr Date: 21:56:50, den 23 augusti 2006 Message: Added support for for-statements in the interactive environment. ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/ForStatement1.mos Added : /trunk/testsuite/mosfiles/ForStatement2.mos Added : /trunk/testsuite/mosfiles/ForStatement3.mos Added : /trunk/testsuite/mosfiles/ForStatement4.mos Added : /trunk/testsuite/mosfiles/ForStatement5fail.mos Added : /trunk/testsuite/mosfiles/ForStatement6.mos Added : /trunk/testsuite/mosfiles/ForStatement7.mos Modified : /trunk/Compiler/Values.mo Revision: 2477 Author: petar Date: 18:11:03, den 23 augusti 2006 Message: Fixed bugs with Test3PhaseSystem and initialization of this model. See mofiles/Test3PhaseSystems.mo ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Added : /trunk/testsuite/mosfiles/Test3PhaseSystemTotal.mo Modified : /trunk/testsuite/mosfiles/simulation2.mos Revision: 2476 Author: kajny Date: 15:04:39, den 22 augusti 2006 Message: ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/SimCodegen.mo Added : /trunk/testsuite/mosfiles/tempInterpol2test.mo Added : /trunk/testsuite/mosfiles/tempInterpol2test.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/Compiler/scripts/Compile.bat Added : /trunk/tools/Makefile.in (Copy from path: /trunk/Makefile.in, Revision, 2464) Revision: 2475 Author: davbr Date: 13:09:24, den 22 augusti 2006 Message: Solved the problem with integer overflows. Now, a value is converted to a real dynamically in the interactive environment, if integer operations overflows. This is not the ideal solution. A much better solution would be to have BIG-INTEGERS. However, this is not part of the Modelica specification (2.2) and requires much more work. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/IntAddSubOverflow.mos Added : /trunk/testsuite/mosfiles/IntDivOverflow.mos Added : /trunk/testsuite/mosfiles/IntMulOverflow.mos Added : /trunk/testsuite/mosfiles/IntPowOverflow.mos Modified : /trunk/Compiler/Values.mo Revision: 2474 Author: petar Date: 09:27:07, den 22 augusti 2006 Message: Fixed bug with trapezoid voltage source (used in e.g. NandGate). See simulation3.mos. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/TrapezoidTest.mo Added : /trunk/testsuite/mosfiles/simulation3.mos Modified : /trunk/Compiler/.depend Revision: 2473 Author: petar Date: 16:59:05, den 18 augusti 2006 Message: Minor changes. ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 2472 Author: petar Date: 16:49:24, den 18 augusti 2006 Message: Fixed bug with whitespace in OPENMODELICAHOME path in compileModel. ---- Modified : /trunk/Compiler/Ceval.mo Revision: 2471 Author: petar Date: 16:46:17, den 18 augusti 2006 Message: Fixed small index bug in building string MODELICAPATH=dir ---- Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 2470 Author: petar Date: 14:22:23, den 18 augusti 2006 Message: Changed compile script to take OPENMODELICAHOME as argument. Needed for applications where OPENMODELICAHOME is not set. ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 2469 Author: petar Date: 14:04:50, den 18 augusti 2006 Message: Fixed bugs with the OPENMODELICAHOME variable. MathModelica now works without having this variable and OpenModelica works with it. This means that it is now possible to have both installed. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 2468 Author: x05andfe Date: 21:12:23, den 17 augusti 2006 Message: added functionality so OMNotebook and OMShell check version from OMC. //Anders Fernström ---- Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/oms.h Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMShell/OMS.ncb Modified : /trunk/OMShell/OMS.suo Revision: 2467 Author: kajny Date: 17:13:20, den 17 augusti 2006 Message: Testcase for bug 671 ---- Added : /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo Revision: 2466 Author: kajny Date: 17:12:57, den 17 augusti 2006 Message: Added testcase for bug 671. ---- Modified : /trunk/testsuite/mofiles/Makefile Revision: 2465 Author: kajny Date: 17:12:11, den 17 augusti 2006 Message: Fixed bug 671 ---- Modified : /trunk/Compiler/Exp.mo Revision: 2464 Author: petar Date: 14:24:44, den 17 augusti 2006 Message: New implementation of removeSimpleEquations2. Now handles a=-b and a=constant equations. Also redesigned to reduce code size. Added some verbose information to simulation_runtime.cpp (printed when using -v) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/c_runtime/matrix.h Revision: 2463 Author: adrpo Date: 14:00:21, den 15 augusti 2006 Message: moving towards 1.4.2 - updated Uninstall.bat - updated the product code, product name, etc - made getVersionNr return 1.4.2 ---- Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/Setup/bin/Uninstall.bat Revision: 2462 Author: petar Date: 09:53:21, den 15 augusti 2006 Message: Added NonLinSys4.mo to simulation2.mos. Fixed so all temp files are deleted in simulation2.mos ---- Added : /trunk/testsuite/mosfiles/NonLinSys4.mo Modified : /trunk/testsuite/mosfiles/simulation2.mos Revision: 2461 Author: petar Date: 09:51:55, den 15 augusti 2006 Message: Added HelloWorld.mos to testsuite. ---- Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Revision: 2460 Author: petar Date: 09:02:59, den 14 augusti 2006 Message: Redesigned VarTransform to allow replacement of variables with expressions, i.e. a -> b+c. This allows elimination of more equations, like a = -b (which also has been added to DAELow) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Revision: 2459 Author: adrpo Date: 20:55:53, den 13 augusti 2006 Message: - Linux has no "_putenv", changed to putenv in settingsimpl.c ---- Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 2458 Author: petar Date: 13:29:30, den 9 augusti 2006 Message: Fixed bug with multile declarations, see testsuite/mofiles/MultipleDeclarations2.mo (mc bug 655) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Absyn.mo Added : /trunk/testsuite/mofiles/MultipleDeclarations2.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/.depend Revision: 2457 Author: petar Date: 10:12:25, den 8 augusti 2006 Message: Fixed bug with evaluating e.g. cos(0)/2 (due to Exp.simplify (MC bug 656) ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mosfiles/simplify.mos Revision: 2456 Author: x02lucpo Date: 08:22:21, den 24 juli 2006 Message: commented some code ---- Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 2455 Author: x02lucpo Date: 18:19:40, den 21 juli 2006 Message: made the function Setting.setInstallationDirectoryPath to use putenv("OPENMODELICAHOME=" ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/runtime/settingsimpl.c Revision: 2454 Author: x02lucpo Date: 09:03:51, den 20 juli 2006 Message: added getTempDirectoryPath to interactive functions ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Revision: 2453 Author: petar Date: 13:57:10, den 19 juli 2006 Message: Fixed bug in simplify of cos(0) * cos(0) (MC bug 654) ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/testsuite/mosfiles/simplify.mos Revision: 2452 Author: petar Date: 13:10:01, den 19 juli 2006 Message: Changed modelica_string_t from struct to char* to make more similar to other builtin types. Added alias variables of external objects. Array equations now supported in non-linear systems. sign is now rewritten to if-expression. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/strings.mos Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/modelica_string.h Revision: 2451 Author: petar Date: 13:08:04, den 19 juli 2006 Message: Fixed bug in listUnion. Now makes union in both sub-lists as well. ---- Modified : /trunk/Compiler/Util.mo Revision: 2450 Author: x02lucpo Date: 10:04:39, den 14 juli 2006 Message: added DATA_STRING stringVaribles to handle the stringvaribles for generated code ---- Modified : /trunk/c_runtime/simulation_runtime.h Revision: 2449 Author: petar Date: 11:05:20, den 12 juli 2006 Message: Fixed bug with subscripts, see mofiles/SubScript2.mo. Fixed bug in Exp.simplify for vector op scalar expressions. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Added : /trunk/testsuite/mofiles/SubScript2.mo Modified : /trunk/Compiler/Builtin.mo Revision: 2448 Author: petar Date: 16:10:16, den 11 juli 2006 Message: Fixed better error message when failing to connect variables of inconsistent types. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Error.mo Revision: 2447 Author: petar Date: 13:49:19, den 11 juli 2006 Message: Fixed bug with connectors extending basictype and matrix concatenation (MC bug #643). See mosfiles/Extends4.mo ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Extends4.mo Revision: 2446 Author: petar Date: 11:42:56, den 10 juli 2006 Message: Fixed bug with connectors extending basictype and matrix multiplication (MC bug #643). ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Extends3.mo Revision: 2445 Author: x02lucpo Date: 10:35:04, den 10 juli 2006 Message: moved getVersion from interactive to ceval ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Interactive.mo Revision: 2444 Author: petar Date: 15:56:36, den 7 juli 2006 Message: Fixed bug with Strings, Integers and Booleans in connectors. (MC bug 499) mofiles/Connect14.mo Also added Connect13.mo for connectors containing arrays. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Connect13.mo Added : /trunk/testsuite/mofiles/Connect14.mo Revision: 2443 Author: petar Date: 08:28:54, den 7 juli 2006 Message: Fixed stack overflow bug in mofiles/DependsRecursive.mo ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Error.mo Revision: 2442 Author: petar Date: 16:27:14, den 6 juli 2006 Message: Fixed bug with lookup of constants in packages (infinite recursion, mofiles/Constant10.mo) Fixed bug which allows to write parameters or variables in packages (mofiles/Constan09.mo) Fixed bug with floor and ceil. (Should return Integer not Real, mofiles/Constant3.mo) ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Constant10.mo Modified : /trunk/testsuite/mofiles/Constant3.mo Added : /trunk/testsuite/mofiles/Constant7.mo Added : /trunk/testsuite/mofiles/Constant8.mo Added : /trunk/testsuite/mofiles/Constant9.mo Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/blockssources.mos Revision: 2441 Author: x02lucpo Date: 14:30:29, den 6 juli 2006 Message: corrected diagonal_real_array and diagonal_integer_array ---- Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/real_array.c Revision: 2440 Author: x02lucpo Date: 11:26:42, den 6 juli 2006 Message: added EXTRA_SIMOBJ to compilation ---- Modified : /trunk/c_runtime/Makefile Revision: 2439 Author: petar Date: 10:30:28, den 6 juli 2006 Message: Fixed bug with function argument having same name as function. See testcase mofiles/Function10.mo ---- Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Function10.mo Revision: 2438 Author: petar Date: 11:26:34, den 4 juli 2006 Message: Fixed bug with multiple declarations, see testsuite/mofiles/MultipleDeclarations.mo ---- Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/Compiler/Mod.mo Added : /trunk/testsuite/mofiles/MultipleDeclarations.mo Modified : /trunk/Compiler/SCode.mo Revision: 2437 Author: petar Date: 16:12:45, den 29 juni 2006 Message: Added der(expr) and lookup limitations. ---- Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2436 Author: petar Date: 15:54:47, den 29 juni 2006 Message: Fixed bug with infinite recursion in lookup. See packages2.mo in testsuite. Cleaned up lookup code a bit. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/c_runtime/modelica.h Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Absyn.mo Modified : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Added : /trunk/testsuite/mofiles/packages2.mo Modified : /trunk/Compiler/.depend Revision: 2435 Author: petar Date: 14:30:58, den 27 juni 2006 Message: partly fixed bug #105 (1 and 2). Fixed bug with looking up external object. Fixed bug with sign bultin function. ---- Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/.depend Revision: 2434 Author: petar Date: 11:52:14, den 27 juni 2006 Message: Changed interactive commands such as simulate, buildModel, etc, evaluated in Ceval to use automatic quoting (changed to Code AST construct). Fixed bugs in cache implementation. ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/Compiler/.depend Revision: 2433 Author: petar Date: 11:49:15, den 21 juni 2006 Message: Fixed bugs with external object and new impl. on strings. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/SCode.mo Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/testsuite/mosfiles/ExtObj.c Modified : /trunk/testsuite/mosfiles/ExtObj.h Modified : /trunk/testsuite/mosfiles/testTables.txt Revision: 2431 Author: adrpo Date: 14:32:47, den 19 juni 2006 Message: changed product code for 1.4.1 ---- Modified : /trunk/Compiler/VC7/Setup/bin/Uninstall.bat Revision: 2430 Author: x02lucpo Date: 15:27:39, den 16 juni 2006 Message: partial implemented parameters and algebraic string handling ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/WinMosh_QT4/QWinMosh.ncb Modified : /trunk/WinMosh_QT4/QWinMosh.suo Revision: 2429 Author: x02lucpo Date: 11:05:53, den 15 juni 2006 Message: ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 2428 Author: petar Date: 16:11:12, den 13 juni 2006 Message: Fixed bug in lookup of constants in packages throuh inherited classes. Partly fixed bug in array equations. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 2426 Author: adrpo Date: 04:36:04, den 13 juni 2006 Message: - updated version number to 1.4.1 ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2425 Author: adrpo Date: 04:31:05, den 13 juni 2006 Message: - updated UsersGuideExamples.onb for 1.4.1 release ---- Modified : /trunk/Examples/UsersGuideExamples.onb Revision: 2424 Author: adrpo Date: 04:22:08, den 13 juni 2006 Message: explicit casts are required for malloc->type conversion! otherwise the test based on testsuite/mosfiles/ExtObj.c fails! ---- Modified : /trunk/testsuite/mosfiles/ExtObj.c Revision: 2423 Author: adrpo Date: 03:34:13, den 13 juni 2006 Message: - changed 1.4.0 to 1.4.1 in documents - added also text about the new release highlights: + caching + getVersion + mdt-0.6.6, omdev, etc. ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 2422 Author: x02lucpo Date: 17:29:34, den 12 juni 2006 Message: implemented -s settings.mos ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Util.mo Revision: 2421 Author: petar Date: 11:39:37, den 12 juni 2006 Message: Moved getVersionNr function to Settings.mo Fixed ExtObj.mos testcase (added missing file) ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/testsuite/mosfiles/ExtObj.mos Added : /trunk/testsuite/mosfiles/testTables.txt Revision: 2420 Author: petar Date: 09:37:53, den 12 juni 2006 Message: Fixed bug with algorithm sections (algorithm.mos) Fixed bug with non-linear equations (simulation2.mos) Implemented getVersion() interactive call. Implemented omc.exe ++version or ++v returns version number. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/RTOpts.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/runtime/rtopts.c Added : /trunk/testsuite/mosfiles/Algorithm.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/algorithms.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Revision: 2418 Author: x02lucpo Date: 11:00:58, den 8 juni 2006 Message: made things compile ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/SimCodegen.mo Revision: 2417 Author: petar Date: 22:18:49, den 7 juni 2006 Message: Added cache to almost all functions that has something to do with lookup and instantiation. Packages with constants now translates much faster. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Builtin.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 2416 Author: x02lucpo Date: 14:52:53, den 7 juni 2006 Message: changed implementation of Static.elabBuiltinSum to handle also sum(3.0) this generates an warning ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Static.mo Revision: 2415 Author: x02lucpo Date: 15:56:25, den 2 juni 2006 Message: added public function dumpDAELowEqnList ---- Modified : /trunk/Compiler/DAELow.mo Revision: 2412 Author: x02lucpo Date: 15:35:46, den 1 juni 2006 Message: added so that subscripts with param are evaluated to value ---- Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo Revision: 2410 Author: x02lucpo Date: 09:14:11, den 1 juni 2006 Message: added a test for a array-subscript: parameter Integer tmp = 2; Real a[1*tmp+2]; ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/SubScript1.mo Modified : /trunk/testsuite/mosfiles/simplify.mos Revision: 2409 Author: x02lucpo Date: 09:11:26, den 1 juni 2006 Message: corrected an error in symplify: x+x+x+x+x (integers) became 5.0*x which made subscripts with exp not working. now it returns 5*x ---- Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Exp.mo Revision: 2408 Author: x02lucpo Date: 10:00:20, den 31 maj 2006 Message: changed font to Lucida Console and improved -omcpath parameter ---- Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/WinMosh.cpp Revision: 2406 Author: petar Date: 11:07:17, den 30 maj 2006 Message: Added algebraic variable to test. ---- Modified : /trunk/testsuite/mosfiles/blockssystems.mos Revision: 2402 Author: petar Date: 12:07:29, den 26 maj 2006 Message: External declaration annotation can now be given with semicolon between the annotation and the declaration. ---- Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/mosfiles/ExtObj.mo Revision: 2401 Author: petar Date: 09:50:57, den 26 maj 2006 Message: Fixed more bugs with set/getExtendsModifierValue and getExtendsModifierNames. ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2400 Author: petar Date: 14:29:10, den 24 maj 2006 Message: Fixed bug with get/setExtendsModifierValue (MC bug 598) ---- Modified : /trunk/Compiler/Dump.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2399 Author: adrpo Date: 18:58:38, den 23 maj 2006 Message: - fixed: SimCodegen.c(15717) : fatal error C1061: compiler limit : blocks nested too deeply - the function: generateInitializeDeinitializationDataStruc was SF, common! ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 2398 Author: x05andfe Date: 16:07:18, den 23 maj 2006 Message: removed auto-generated files from OMNotebook. // Anders F. ---- Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_cell.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_cellapplication.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_cellcursor.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_celldocument.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_cellgroup.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_commandcompletion.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_document.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_documentview.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_inputcell.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_notebook.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_notebooksocket.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_omc_communicator.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_smlinteractiveenvironment.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_stylesheet.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_textcell.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/moc_treeview.cpp Deleted : /trunk/OMNotebook/OMNotebookQT4/ui_imagesizedlg.h Deleted : /trunk/OMNotebook/OMNotebookQT4/ui_otherdlg.h Revision: 2397 Author: petar Date: 15:10:52, den 23 maj 2006 Message: Implemented External Objects, testcase mosfiles/ExtObj.mos. ---- Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Main.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Added : /trunk/testsuite/mosfiles/ExtObj.c Added : /trunk/testsuite/mosfiles/ExtObj.h Added : /trunk/testsuite/mosfiles/ExtObj.mo Added : /trunk/testsuite/mosfiles/ExtObj.mos Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2396 Author: x02lucpo Date: 11:21:59, den 23 maj 2006 Message: ---- Modified : /trunk/Compiler/Util.mo Revision: 2395 Author: x02lucpo Date: 14:00:41, den 19 maj 2006 Message: added isRealParam and isNonRealParam ---- Modified : /trunk/Compiler/DAELow.mo Revision: 2394 Author: x02lucpo Date: 14:02:52, den 18 maj 2006 Message: corrected an error on ASUB simplify ---- Modified : /trunk/Compiler/Exp.mo Revision: 2392 Author: adrpo Date: 10:40:45, den 18 maj 2006 Message: - the older Modelica 1.5 added as ModelicaLib-1.5.tar.gz and set into the msi Setup ---- Added : /trunk/Compiler/VC7/Setup/zips/ModelicaLib-1.5.tar.gz Revision: 2391 Author: adrpo Date: 10:39:41, den 18 maj 2006 Message: - now ModelicaLib.tar.gz contains only the subset of the Modelica 2.2 that works ---- Modified : /trunk/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz Revision: 2389 Author: adrpo Date: 02:52:09, den 18 maj 2006 Message: - replaced the Modelica1.5 with Modelica2.2 in the windows release ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz Revision: 2388 Author: adrpo Date: 00:58:49, den 18 maj 2006 Message: - updated OpenModelicaSystem.* a bit ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Revision: 2387 Author: x02lucpo Date: 14:36:49, den 17 maj 2006 Message: corrected a bug that made compilation fail ---- Modified : /trunk/Compiler/Lookup.mo Revision: 2386 Author: adrpo Date: 12:13:38, den 17 maj 2006 Message: - updated to latest versions ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 2385 Author: x02lucpo Date: 11:24:56, den 17 maj 2006 Message: corrected a bug concerning the " constant Real Coeff[3]={-5,-5,-5};" this could not be instatiated because Coeff[2] could not be found ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/.depend Revision: 2384 Author: x05andfe Date: 16:06:49, den 15 maj 2006 Message: Updated some part of the code to make it work on unix/linux. * changed from 'exception' to 'runtime_error' * fixed search path for omc ---- Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Revision: 2383 Author: petar Date: 12:26:35, den 15 maj 2006 Message: Fixed additional bugs for get and setModifierValue (MC bug #592) ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2382 Author: x05andfe Date: 11:14:07, den 15 maj 2006 Message: Added the doxygen generated information about the classes in OMNotebook. // Anders Fernström ---- Added : /trunk/OMNotebook/Doxygen_doc Added : /trunk/OMNotebook/Doxygen_doc/cell_8h.html Added : /trunk/OMNotebook/Doxygen_doc/cellcommands_8h.html Added : /trunk/OMNotebook/Doxygen_doc/cellcursor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/celldocument_8h.html Added : /trunk/OMNotebook/Doxygen_doc/class_cell_style.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_add_cell_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_application.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_application.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_command_center.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_cursor.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_document.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_document_view.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_factory.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_group.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_parser_factory.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_style.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_change_style_on_selected_cells_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_chapter_counter_visitor.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_close_file_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_center.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_completion.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_unit.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_composite_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_copy_selected_cells_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_create_new_cell_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_after_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_down_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_up_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_widget.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_document.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_document_view.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_eval_selected_cells.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_export_to_pure_text.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_factory.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_highlighter_thread.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_image_size_dlg.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_cell.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_cell_delegate.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_tree_view.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_my_text_browser.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_my_text_edit.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_n_b_parser.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_new_file_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_parser.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_socket.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_window.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_null_factory.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_null_highlighter.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_omc_interactive_environment.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_file_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_modelica_highlighter.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_other_dlg.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_parser_factory.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_printer_visitor.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_pure_text_visitor.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_rule.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_save_document_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_serializing_visitor.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_split_cell_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_stylesheet.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_syntax_highlighter.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cell.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_border.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_color.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_face.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_family.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_size.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_stretch.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_margin.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_padding.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_text_alignment.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_vertical_alignment.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_copy_text.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_cut_text.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_insert_image.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_insert_link.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_tree_view.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_ungroup_cell_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_chapter_counters.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_groupcell_visitor.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_link_visitor.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_visitor.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_x_m_l_parser.html Added : /trunk/OMNotebook/Doxygen_doc/class_omc_communicator.html Added : /trunk/OMNotebook/Doxygen_doc/classresult__t.html Added : /trunk/OMNotebook/Doxygen_doc/command_8h.html Added : /trunk/OMNotebook/Doxygen_doc/document_8h.html Added : /trunk/OMNotebook/Doxygen_doc/doxygen.css Added : /trunk/OMNotebook/Doxygen_doc/inputcell_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/inputcell_8h.html Added : /trunk/OMNotebook/Doxygen_doc/qtapp_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/rule_8h.html Added : /trunk/OMNotebook/Doxygen_doc/serializingvisitor_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/serializingvisitor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/stylesheet_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/stylesheet_8h.html Added : /trunk/OMNotebook/Doxygen_doc/syntaxhighlighter_8h.html Added : /trunk/OMNotebook/Doxygen_doc/textcell_8h.html Added : /trunk/OMNotebook/Doxygen_doc/tree.html Added : /trunk/OMNotebook/Doxygen_doc/xmlnodename_8h.html Added : /trunk/OMNotebook/Doxygen_doc/xmlparser_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/xmlparser_8h.html Added : /trunk/OMNotebook/Doxygen_doc/annotated.html Added : /trunk/OMNotebook/Doxygen_doc/bug.html Added : /trunk/OMNotebook/Doxygen_doc/cellfactory_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/cellgroup_8h.html Added : /trunk/OMNotebook/Doxygen_doc/cellstyle_8h.html Added : /trunk/OMNotebook/Doxygen_doc/chaptercountervisitor_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/chaptercountervisitor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_add_cell_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_add_cell_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_application-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_application.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_application-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_application.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_command_center-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_command_center.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_cursor-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_cursor.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_document-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_document.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_document_view-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_document_view.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_factory-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_factory.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_group-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_group.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_parser_factory-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_parser_factory.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cell_style-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_change_style_on_selected_cells_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_change_style_on_selected_cells_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_chapter_counter_visitor-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_chapter_counter_visitor.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_close_file_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_close_file_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_center-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_center.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_completion-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_command_unit-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_composite_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_composite_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_copy_selected_cells_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_copy_selected_cells_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_create_new_cell_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_create_new_cell_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_after_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_after_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_down_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_down_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_up_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_move_up_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_cursor_widget-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_delete_selected_cells_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_delete_selected_cells_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_delete_selected_cells_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_document-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_document.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_document_view-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_document_view.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_eval_selected_cells-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_eval_selected_cells.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_export_to_pure_text-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_export_to_pure_text.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_factory-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_factory.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_highlighter_thread-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_image_size_dlg-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_cell-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_cell.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_cell_delegate-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_cell_delegate.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_tree_view-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_input_tree_view.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_make_group_cell_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_make_group_cell_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_make_group_cell_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_my_text_browser-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_my_text_edit-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_n_b_parser-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_n_b_parser.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_new_file_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_new_file_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_parser-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_parser.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_socket-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_window-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_notebook_window.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_null_factory-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_null_factory.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_null_highlighter-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_null_highlighter.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_omc_interactive_environment-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_omc_interactive_environment.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_file_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_file_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_modelica_highlighter-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_modelica_highlighter.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_old_file_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_old_file_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_open_old_file_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_other_dlg-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_parser_factory-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_parser_factory.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_print_document_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_print_document_command.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_print_document_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_printer_visitor-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_printer_visitor.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_pure_text_visitor-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_pure_text_visitor.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_rule-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_save_document_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_save_document_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_serializing_visitor-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_serializing_visitor.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_split_cell_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_split_cell_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_stylesheet-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_syntax_highlighter-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_syntax_highlighter.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cell-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cell.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_border-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_border.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_color-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_color.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_face-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_face.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_family-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_family.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_size-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_size.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_stretch-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_font_stretch.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_margin-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_margin.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_padding-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_padding.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_text_alignment-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_text_alignment.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_vertical_alignment-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_change_vertical_alignment.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_copy_text-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_copy_text.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_cut_text-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_cut_text.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_insert_image-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_insert_image.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_insert_link-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_text_cursor_insert_link.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_tree_view-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_tree_view.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_ungroup_cell_command-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_ungroup_cell_command.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_chapter_counters-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_chapter_counters.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_groupcell_visitor-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_groupcell_visitor.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_link_visitor-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_update_link_visitor.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_visitor-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_visitor.png Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_x_m_l_parser-members.html Added : /trunk/OMNotebook/Doxygen_doc/class_i_a_e_x_1_1_x_m_l_parser.png Added : /trunk/OMNotebook/Doxygen_doc/class_omc_communicator-members.html Added : /trunk/OMNotebook/Doxygen_doc/classresult__t-members.html Added : /trunk/OMNotebook/Doxygen_doc/commandunit_8h.html Added : /trunk/OMNotebook/Doxygen_doc/cursorposvisitor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/deprecated.html Added : /trunk/OMNotebook/Doxygen_doc/doxygen.png Added : /trunk/OMNotebook/Doxygen_doc/examples.html Added : /trunk/OMNotebook/Doxygen_doc/files.html Added : /trunk/OMNotebook/Doxygen_doc/from-example.html Added : /trunk/OMNotebook/Doxygen_doc/ftv2blank.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2doc.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2folderclosed.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2folderopen.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2lastnode.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2link.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2mlastnode.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2mnode.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2node.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2plastnode.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2pnode.png Added : /trunk/OMNotebook/Doxygen_doc/ftv2vertline.png Added : /trunk/OMNotebook/Doxygen_doc/functions.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x62.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x63.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x64.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x65.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x66.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x67.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x68.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x69.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x6b.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x6c.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x6d.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x6e.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x6f.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x70.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x72.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x73.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x74.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x75.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x76.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x77.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x78.html Added : /trunk/OMNotebook/Doxygen_doc/functions_0x7e.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x62.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x63.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x64.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x65.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x66.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x67.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x68.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x69.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x6b.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x6c.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x6d.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x6e.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x6f.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x70.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x72.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x73.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x74.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x75.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x76.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x77.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x78.html Added : /trunk/OMNotebook/Doxygen_doc/functions_func_0x7e.html Added : /trunk/OMNotebook/Doxygen_doc/hierarchy.html Added : /trunk/OMNotebook/Doxygen_doc/highlighterthread_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/highlighterthread_8h.html Added : /trunk/OMNotebook/Doxygen_doc/imagesizedlg_8h.html Added : /trunk/OMNotebook/Doxygen_doc/index.html Added : /trunk/OMNotebook/Doxygen_doc/main.html Added : /trunk/OMNotebook/Doxygen_doc/notebook_8h.html Added : /trunk/OMNotebook/Doxygen_doc/notebookcommands_8h.html Added : /trunk/OMNotebook/Doxygen_doc/notebooksocket_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/notebooksocket_8h.html Added : /trunk/OMNotebook/Doxygen_doc/openmodelicahighlighter_8h.html Added : /trunk/OMNotebook/Doxygen_doc/otherdlg_8h.html Added : /trunk/OMNotebook/Doxygen_doc/pages.html Added : /trunk/OMNotebook/Doxygen_doc/printervisitor_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/printervisitor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/puretextvisitor_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/puretextvisitor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/removehighlightervisitor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/stripstring_8h.html Added : /trunk/OMNotebook/Doxygen_doc/stylesheet_8xml-example.html Added : /trunk/OMNotebook/Doxygen_doc/tab_b.gif Added : /trunk/OMNotebook/Doxygen_doc/tab_l.gif Added : /trunk/OMNotebook/Doxygen_doc/tab_r.gif Added : /trunk/OMNotebook/Doxygen_doc/tabs.css Added : /trunk/OMNotebook/Doxygen_doc/todo.html Added : /trunk/OMNotebook/Doxygen_doc/treeview_8h.html Added : /trunk/OMNotebook/Doxygen_doc/updategroupcellvisitor_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/updategroupcellvisitor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/updatelinkvisitor_8cpp.html Added : /trunk/OMNotebook/Doxygen_doc/updatelinkvisitor_8h.html Added : /trunk/OMNotebook/Doxygen_doc/visitor_8h.html Revision: 2381 Author: petar Date: 10:10:28, den 15 maj 2006 Message: Fixed MC bug #592: setComponentModifierValue, Removing "outer" modifiers messes up modification. Fixed bug in Derive (implemented differentiation of sin and cos in differentiateExpTime. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Modified : /trunk/Compiler/Connect.mo Modified : /trunk/Compiler/.depend Revision: 2380 Author: adrpo Date: 07:39:51, den 15 maj 2006 Message: - small README-UNIX.txt for OMShell. ---- Added : /trunk/OMShell/README-UNIX.txt Revision: 2379 Author: adrpo Date: 07:33:16, den 15 maj 2006 Message: - fixed a bug in systemimpl.c that caused an endless loop in System.stringReplace - fixed the OMShell code to compile on Unix (added OMShell.pro) ---- Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/OMShell/OMShell.pro Modified : /trunk/OMShell/oms.cpp Added : /trunk/OMShell/Makefile Added : /trunk/OMShell/omc_communication.h Modified : /trunk/OMShell/inputcelldelegate.h Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.h Modified : /trunk/OMShell/oms.h Modified : /trunk/OMShell/commandcompletion.cpp Modified : /trunk/OMShell/omc_communicator.cpp Added : /trunk/OMShell/ui_OtherDlg.h Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 2378 Author: adrpo Date: 06:49:25, den 15 maj 2006 Message: - free() in the Linux version. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2377 Author: adrpo Date: 02:43:03, den 15 maj 2006 Message: Updated the XML part with the latest version of ModelicaXML and FlatModelicaXML ---- Added : /trunk/tools/xml Added : /trunk/tools/xml/flatmodelicaxml Added : /trunk/tools/xml/flatmodelicaxml/FlatModelicaLexer.cpp Added : /trunk/tools/xml/flatmodelicaxml/FlatModelicaLexer.hpp Added : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXML.cpp Added : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj Added : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXml.h Added : /trunk/tools/xml/flatmodelicaxml/Makefile Added : /trunk/tools/xml/flatmodelicaxml/ModelicaXMLUtilities.cpp Added : /trunk/tools/xml/flatmodelicaxml/ModelicaXMLUtilities.hpp Added : /trunk/tools/xml/flatmodelicaxml/MyAST.h Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.g Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.cpp Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.g Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.hpp Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp Added : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt Added : /trunk/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp Added : /trunk/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt Added : /trunk/tools/xml/flatmodelicaxml/parse_tree_dumper.cpp Added : /trunk/tools/xml/flatmodelicaxml/parse_tree_dumper.hpp Added : /trunk/tools/xml/flatmodelicaxml/test.cpp Added : /trunk/tools/xml/flatmodelicaxml/walker.g Added : /trunk/tools/xml/modelicaxml Added : /trunk/tools/xml/modelicaxml/Makefile Added : /trunk/tools/xml/modelicaxml/Makefile_parser Added : /trunk/tools/xml/modelicaxml/ModelicaXML.cpp Added : /trunk/tools/xml/modelicaxml/ModelicaXML.sln Added : /trunk/tools/xml/modelicaxml/ModelicaXML.vcproj Added : /trunk/tools/xml/modelicaxml/ModelicaXMLUtilities.cpp Added : /trunk/tools/xml/modelicaxml/ModelicaXMLUtilities.hpp Added : /trunk/tools/xml/modelicaxml/MyAST.h Added : /trunk/tools/xml/modelicaxml/dirwalk.cpp Added : /trunk/tools/xml/modelicaxml/dirwalk.h Added : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.hpp Added : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.txt Added : /trunk/tools/xml/modelicaxml/modelica_lexer.cpp Added : /trunk/tools/xml/modelicaxml/modelica_lexer.g Added : /trunk/tools/xml/modelicaxml/modelica_lexer.hpp Added : /trunk/tools/xml/modelicaxml/modelica_parser.cpp Added : /trunk/tools/xml/modelicaxml/modelica_parser.g Added : /trunk/tools/xml/modelicaxml/modelica_parser.hpp Added : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp Added : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.txt Added : /trunk/tools/xml/modelicaxml/modelica_tree_parser.cpp Added : /trunk/tools/xml/modelicaxml/modelica_tree_parser.hpp Added : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt Added : /trunk/tools/xml/modelicaxml/modelicaxml-v2.dtd Added : /trunk/tools/xml/modelicaxml/parse_tree_dumper.cpp Added : /trunk/tools/xml/modelicaxml/parse_tree_dumper.hpp Added : /trunk/tools/xml/modelicaxml/test.cpp Added : /trunk/tools/xml/modelicaxml/token_names.cpp Added : /trunk/tools/xml/modelicaxml/token_names.hpp Added : /trunk/tools/xml/modelicaxml/walker.g Added : /trunk/tools/xml/modelicaxml/ModelicaXml.h Added : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp Added : /trunk/tools/xml/modelicaxml/ModelicaXML.ncb Added : /trunk/tools/xml/modelicaxml/ModelicaXML.suo Added : /trunk/tools/xml/older Added : /trunk/tools/xml/older/xml.tar.bz2 Revision: 2376 Author: adrpo Date: 02:39:18, den 15 maj 2006 Message: removed this old ModelicaXML version ---- Deleted : /trunk/tools/xml Revision: 2375 Author: adrpo Date: 23:19:43, den 14 maj 2006 Message: updates of OpenModelicaSystem.* ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Revision: 2374 Author: adrpo Date: 11:38:43, den 14 maj 2006 Message: Fixes due to refactoring of component names in Exp.mo records ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/VarTransform.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Codegen.mo Modified : /trunk/Compiler/Algorithm.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/Compiler/TaskGraph.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/Compiler/Mod.mo Modified : /trunk/Compiler/Prefix.mo Modified : /trunk/Compiler/ModUtil.mo Revision: 2373 Author: adrpo Date: 09:20:30, den 14 maj 2006 Message: Fixed these bugs: http://bug.modelicacommunity.org/show_bug.cgi?id=91 => the expression was not printed right: UMINUS(_, (n-1)) was printed (-n-1) instead of -(n-1) http://bug.modelicacommunity.org/show_bug.cgi?id=92 => 1+(1/y)^2 put the compiler in infinite loop These triggered modifications of 2 models from testsuite as the simplification is not the same now: => testsuite/mofiles/drmodelica/VanDerPol.mo => testsuite/mofiles/msl/Gear.mo Also replaced all the record components with BETTER names in Exp.mo and Static.mo ---- Modified : /trunk/Compiler/Exp.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo Revision: 2372 Author: petar Date: 12:46:56, den 12 maj 2006 Message: Fixed so PATH is extended, not reset by Compile.bat ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 2371 Author: petar Date: 10:44:20, den 12 maj 2006 Message: Fixed bug in getExtendsModifierNames. Added testcase NamedArguments.mo ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/NamedArguments.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2370 Author: adrpo Date: 02:55:23, den 12 maj 2006 Message: - fixed plotParametric(x, y) instead of plotParametric({x, y}) ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Static.mo Revision: 2369 Author: adrpo Date: 00:01:01, den 12 maj 2006 Message: - erased omc_interactive_api.txt text and replaced with a reference to the Users Guide - fixed a small mistake in the debug/Makefile.in - replaced the OpenModelicaSystem.* files with the new versions from Peter F. hacked a little by me ---- Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/doc/omc_interactive_api.txt Revision: 2368 Author: adrpo Date: 17:22:42, den 11 maj 2006 Message: deleted as all the testmodels are now in trunk/Examples so is not needed anymore. ---- Deleted : /trunk/Compiler/VC7/Setup/testmodels Revision: 2367 Author: adrpo Date: 17:17:31, den 11 maj 2006 Message: - got rid of .nb files from windows Setup.vdproj - added Switch.mo to the Setup.vdproj - moved all non-overlapping models from testmodels/*.mo to Examples/*.mo + preparing to delete Setup/testmodels/ - moved UsersGuideExamples.onb from testmodels/ to Examples/ ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Added : /trunk/Examples/HelloWorld.mo Added : /trunk/Examples/Influenza.mo Added : /trunk/Examples/Switch.mo Added : /trunk/Examples/UsersGuideExamples.onb Added : /trunk/Examples/sim_Influenza.mos Added : /trunk/Compiler/VC7/Setup/testmodels/Switch.mo Revision: 2366 Author: x05andfe Date: 15:59:22, den 11 maj 2006 Message: ---- Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/oms.h Added : /trunk/OMShell/commandcompletion.cpp Added : /trunk/OMShell/commandcompletion.h Added : /trunk/OMShell/commandunit.h Modified : /trunk/OMShell/OMS.ncb Modified : /trunk/OMShell/OMS.suo Revision: 2365 Author: x05andfe Date: 15:57:11, den 11 maj 2006 Message: ---- Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Revision: 2364 Author: petar Date: 14:52:52, den 11 maj 2006 Message: Fixed MC bug #590 ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2363 Author: petar Date: 14:22:00, den 11 maj 2006 Message: Fixed MC bug #589 ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2362 Author: petar Date: 13:46:49, den 11 maj 2006 Message: Fixed MC bug #588 ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2361 Author: petar Date: 12:47:44, den 11 maj 2006 Message: Fixed bug with unconnected flow variables. Fixed MC bug #572. ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Modified : /trunk/Compiler/Connect.mo Revision: 2360 Author: adrpo Date: 03:17:32, den 10 maj 2006 Message: - update of the UsersGuideExamples.onb - update of the OpenModelicaUsersGuide.doc and .pdf ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Modified : /trunk/Compiler/VC7/Setup/testmodels/UsersGuideExamples.onb Revision: 2359 Author: x05andfe Date: 18:02:40, den 9 maj 2006 Message: ---- Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMNotebook/OMNotebookQT4/commands.xml Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Revision: 2358 Author: adrpo Date: 07:28:47, den 7 maj 2006 Message: - updated ptplot.jar in the Setup, this one dumps the plotted file in $OPENMODELICAHOME/bin - added the new QtNetwork.dll in the Setup.vdproj - added the new 1.4.0 OpenModelicaUsersGuide.* to the SVN - deleted the NamedArguments.mo from testsuite/mofiles/Makefile as it does not exist ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/Setup/bin/ptplot.jar Revision: 2357 Author: adrpo Date: 02:48:12, den 6 maj 2006 Message: - fixed for Linux! ---- Modified : /trunk/c_runtime/Makefile Revision: 2356 Author: adrpo Date: 02:45:34, den 6 maj 2006 Message: - fixes for Linux! - please don't use makefile.mingw in the Makefile as it breaks on Linux, instead, used make -f Makefile.omdev.mingw - changed also in build_mingw_libs.bat to use Makefile.omdev.mingw! ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/build_mingw_libs.bat Revision: 2355 Author: x02lucpo Date: 15:33:02, den 5 maj 2006 Message: added double vector with residuals in the DATA struc ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/SimCodegen.mo Revision: 2354 Author: x02lucpo Date: 11:15:12, den 5 maj 2006 Message: commented some code ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Revision: 2353 Author: x02lucpo Date: 17:26:57, den 4 maj 2006 Message: change the generated code to use one structure for simulation data ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/SimCodegen.mo Revision: 2352 Author: petar Date: 16:34:40, den 4 maj 2006 Message: Fixed bug with arrays in flow variables in connectors. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Connect.mo Revision: 2351 Author: x05andfe Date: 16:20:33, den 4 maj 2006 Message: ---- Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb Modified : /trunk/OMNotebook/DrModelica/InherMod/Modification.onb Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Final.onb Revision: 2350 Author: petar Date: 18:51:47, den 3 maj 2006 Message: Partly implemented support for ExternalObject. ---- Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/DAE.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Types.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/ClassInf.mo Modified : /trunk/Compiler/.depend Revision: 2349 Author: x02lucpo Date: 15:54:31, den 3 maj 2006 Message: added a rawStringToInputstring for changing from \\ to \ and \" to " ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Util.mo Revision: 2348 Author: x05andfe Date: 15:13:20, den 3 maj 2006 Message: ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Added : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.cpp Added : /trunk/OMNotebook/OMNotebookQT4/notebooksocket.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMShell/OMS.ncb Modified : /trunk/OMShell/OMS.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_document.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_documentview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_notebook.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_notebooksocket.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_treeview.cpp Revision: 2347 Author: x05andfe Date: 13:29:57, den 3 maj 2006 Message: ---- Modified : /trunk/Compiler/VC7/Setup/testmodels/UsersGuideExamples.onb Revision: 2346 Author: adrpo Date: 19:58:45, den 27 april 2006 Message: - small fixes for debug mode ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 2345 Author: adrpo Date: 17:45:47, den 26 april 2006 Message: - small changes to handle OPENMODELICAHOME paths that end in \\ ---- Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/Makefile Revision: 2344 Author: petar Date: 14:05:37, den 25 april 2006 Message: Fixed bug in lookup of classes from inside functions. Cleaned up some comments. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Env.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/Error.mo Modified : /trunk/Compiler/.depend Revision: 2343 Author: x05andfe Date: 12:50:15, den 25 april 2006 Message: removed log/error area from omshell ---- Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/oms.h Modified : /trunk/OMShell/OMS.ncb Modified : /trunk/OMShell/OMS.suo Revision: 2342 Author: adrpo Date: 07:35:44, den 25 april 2006 Message: - fixed some 'end ident' that did not match 'function ident' - there is not testsuite/mosfiles/Constant7.mo so I changed Constant7.mo to Constant6.mo in testsuite/mofiles/Makefile ---- Modified : /trunk/Compiler/System.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Settings.mo Revision: 2341 Author: petar Date: 12:36:27, den 24 april 2006 Message: Speeded up instantiation by changing implicit instantiation of functions. Before it instantiated whole function, now when performing lookup, only class definition of function is added to environment. Also fixed minor bug with echo. ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/Static.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/Lookup.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/testsuite/Makefile Modified : /trunk/Compiler/SCode.mo Modified : /trunk/testsuite/mofiles/msl/Makefile Revision: 2340 Author: petar Date: 08:52:36, den 24 april 2006 Message: Implemented getDocumentationAnnotation. ---- Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Revision: 2338 Author: adrpo Date: 03:55:03, den 24 april 2006 Message: - apparently plotParametric( {x, y} ) is wrong. should be plotParametric(x, y) ---- Modified : /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Revision: 2337 Author: adrpo Date: 03:37:47, den 24 april 2006 Message: - updated to latest 1.3.2 Users Guide by Peter F. ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 2336 Author: x02lucpo Date: 16:21:45, den 20 april 2006 Message: ---- Modified : /trunk/Compiler/Ceval.mo Revision: 2335 Author: x02lucpo Date: 16:18:38, den 20 april 2006 Message: Changed build_mingw_libs.bat to use omdev-mingw Ceval are using Settings.mo setEcho to use echo removed some prints in ClassLoader.mo Interactive.mo are using Settings.mo for echo System has how strncmp to optimize things ---- Modified : /trunk/Compiler/Ceval.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/ClassLoader.mo Modified : /trunk/c_runtime/build_mingw_libs.bat Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/Settings.mo Modified : /trunk/Compiler/.depend Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 2334 Author: adrpo Date: 13:37:16, den 20 april 2006 Message: - corrected to: end varDiscreteAttrInt; to get rid of the warning. ---- Modified : /trunk/Compiler/SimCodegen.mo Revision: 2333 Author: adrpo Date: 16:16:15, den 19 april 2006 Message: - added UsersGuideExamples.onb to the Setup.vdproj to be part of the new releases ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2332 Author: adrpo Date: 16:05:13, den 19 april 2006 Message: - added UsersGuideExamples.onb - updated OpenModelicaUsersGuide.doc and OpenModelicaUsersGuide.pdf ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Added : /trunk/Compiler/VC7/Setup/testmodels/UsersGuideExamples.onb Revision: 2331 Author: x02lucpo Date: 09:24:08, den 19 april 2006 Message: Change to compiling with mingw ---- Modified : /trunk/c_runtime/Makefile Revision: 2330 Author: petar Date: 10:03:43, den 18 april 2006 Message: Minor fixes. Moved list function to interactive to speed up model editor. ---- Modified : /trunk/Compiler/DAELow.mo Modified : /trunk/Compiler/Derive.mo Modified : /trunk/Compiler/Inst.mo Modified : /trunk/Compiler/System.mo Modified : /trunk/Compiler/Interactive.mo Modified : /trunk/Compiler/SimCodegen.mo Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2329 Author: adrpo Date: 07:04:14, den 18 april 2006 Message: - conform to Modelica grammar unary operators has to be enclosed in ( -x ) if they appear in the right side of an binary operator ---- Modified : /trunk/Compiler/Exp.mo Revision: 2328 Author: adrpo Date: 15:28:35, den 15 april 2006 Message: - fixes for mask and diff runtime ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/diff/rml.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/mask/rml.h Revision: 2327 Author: adrpo Date: 05:37:01, den 12 april 2006 Message: included rotationalgears.mos in the mosfiles/Makefile ---- Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2326 Author: adrpo Date: 01:29:21, den 12 april 2006 Message: - optimizations and update of product code in Uninstall.bat ---- Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/VC7/antlr/Makefile.win32 Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/VC7/absyn_builder.vcproj Modified : /trunk/Compiler/VC7/omc/omc.sln Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /trunk/Compiler/VC7/Setup/bin/Uninstall.bat Revision: 2325 Author: adrpo Date: 20:14:52, den 11 april 2006 Message: - updated the OpenModelicaUsersGuide.doc and OpenModelicaUsersGuide.pdf with the last version from Peter F. ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 2324 Author: adrpo Date: 20:01:48, den 11 april 2006 Message: - updates so no OMC_BUILD_FROM is used. Also got rid of all the .rml compilation section. - small updates to readmes ---- Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/README-WIN32.txt Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/README-OMDev-MINGW.txt Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Modified : /trunk/Compiler/rml2mmo/Makefile.omdev.mingw Modified : /trunk/mosh/src/Makefile.omdev.mingw Revision: 2323 Author: x05andfe Date: 16:12:43, den 11 april 2006 Message: ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Revision: 2322 Author: x05andfe Date: 14:43:54, den 11 april 2006 Message: ---- Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMShell/OMS.ncb Modified : /trunk/OMShell/OMS.suo Revision: 2321 Author: adrpo Date: 00:05:51, den 11 april 2006 Message: fixed a small mistake. ---- Modified : /trunk/Compiler/Makefile.common Revision: 2320 Author: adrpo Date: 23:55:28, den 10 april 2006 Message: ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/Makefile.in Added : /trunk/testsuite/mosfiles/Body.mo Added : /trunk/testsuite/mosfiles/MoonAndEarth.mo Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/omc.vcproj Modified : /trunk/Compiler/Makefile.sig.w32 Revision: 2319 Author: adrpo Date: 22:54:35, den 10 april 2006 Message: fixed plotParametric({x, y}) instead of plotParametric( x, y ). now it works ---- Modified : /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Revision: 2318 Author: x05andfe Date: 17:25:29, den 10 april 2006 Message: updated OMNotebook and OMShell, also updated three files in DrModelica. // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/DrModelica/Redeclaration/Final.onb Modified : /trunk/OMShell/OMS.ncb Modified : /trunk/OMShell/OMS.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Modified : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Revision: 2317 Author: adrpo Date: 15:22:03, den 10 april 2006 Message: Peter Fritzson's corrections ---- Modified : /trunk/Compiler/doc/omc_helptext.txt Revision: 2316 Author: petar Date: 10:32:51, den 10 april 2006 Message: Translated all RML files to MetaModelica. ---- Added : /trunk/Compiler/DAELow.mo (Copy from path: /trunk/Compiler/DAELow.rml, Revision, 2314) Added : /trunk/Compiler/Derive.mo (Copy from path: /trunk/Compiler/Derive.rml, Revision, 2314) Added : /trunk/Compiler/Exp.mo (Copy from path: /trunk/Compiler/Exp.rml, Revision, 2314) Added : /trunk/Compiler/VarTransform.mo (Copy from path: /trunk/Compiler/VarTransform.rml, Revision, 2314) Added : /trunk/Compiler/Ceval.mo (Copy from path: /trunk/Compiler/Ceval.rml, Revision, 2314) Added : /trunk/Compiler/Util.mo (Copy from path: /trunk/Compiler/Util.rml, Revision, 2314) Added : /trunk/Compiler/Main.mo (Copy from path: /trunk/Compiler/Main.rml, Revision, 2314) Added : /trunk/Compiler/Inst.mo (Copy from path: /trunk/Compiler/Inst.rml, Revision, 2314) Added : /trunk/Compiler/Static.mo (Copy from path: /trunk/Compiler/Static.rml, Revision, 2314) Added : /trunk/Compiler/Codegen.mo (Copy from path: /trunk/Compiler/Codegen.rml, Revision, 2314) Added : /trunk/Compiler/Algorithm.mo (Copy from path: /trunk/Compiler/Algorithm.rml, Revision, 2314) Added : /trunk/Compiler/DAE.mo (Copy from path: /trunk/Compiler/DAE.rml, Revision, 2314) Added : /trunk/Compiler/System.mo (Copy from path: /trunk/Compiler/System.rml, Revision, 2314) Added : /trunk/Compiler/Env.mo (Copy from path: /trunk/Compiler/Env.rml, Revision, 2314) Added : /trunk/Compiler/Interactive.mo (Copy from path: /trunk/Compiler/Interactive.rml, Revision, 2314) Added : /trunk/Compiler/Lookup.mo (Copy from path: /trunk/Compiler/Lookup.rml, Revision, 2314) Added : /trunk/Compiler/RTOpts.mo (Copy from path: /trunk/Compiler/RTOpts.rml, Revision, 2314) Added : /trunk/Compiler/ClassLoader.mo (Copy from path: /trunk/Compiler/ClassLoader.rml, Revision, 2314) Added : /trunk/Compiler/Error.mo (Copy from path: /trunk/Compiler/Error.rml, Revision, 2314) Added : /trunk/Compiler/SimCodegen.mo (Copy from path: /trunk/Compiler/SimCodegen.rml, Revision, 2314) Added : /trunk/Compiler/TaskGraph.mo (Copy from path: /trunk/Compiler/TaskGraph.rml, Revision, 2314) Added : /trunk/Compiler/Types.mo (Copy from path: /trunk/Compiler/Types.rml, Revision, 2314) Added : /trunk/Compiler/Absyn.mo (Copy from path: /trunk/Compiler/Absyn.rml, Revision, 2314) Added : /trunk/Compiler/Mod.mo (Copy from path: /trunk/Compiler/Mod.rml, Revision, 2314) Added : /trunk/Compiler/Prefix.mo (Copy from path: /trunk/Compiler/Prefix.rml, Revision, 2314) Added : /trunk/Compiler/Debug.mo (Copy from path: /trunk/Compiler/Debug.rml, Revision, 2314) Added : /trunk/Compiler/SCode.mo (Copy from path: /trunk/Compiler/SCode.rml, Revision, 2314) Added : /trunk/Compiler/Print.mo (Copy from path: /trunk/Compiler/Print.rml, Revision, 2314) Added : /trunk/Compiler/Builtin.mo (Copy from path: /trunk/Compiler/Builtin.rml, Revision, 2314) Added : /trunk/Compiler/ClassInf.mo (Copy from path: /trunk/Compiler/ClassInf.rml, Revision, 2314) Added : /trunk/Compiler/ModUtil.mo (Copy from path: /trunk/Compiler/ModUtil.rml, Revision, 2314) Added : /trunk/Compiler/ErrorExt.mo (Copy from path: /trunk/Compiler/ErrorExt.rml, Revision, 2314) Added : /trunk/Compiler/Parser.mo (Copy from path: /trunk/Compiler/Parser.rml, Revision, 2314) Added : /trunk/Compiler/Settings.mo (Copy from path: /trunk/Compiler/Settings.rml, Revision, 2314) Added : /trunk/Compiler/Socket.mo (Copy from path: /trunk/Compiler/Socket.rml, Revision, 2314) Added : /trunk/Compiler/TaskGraphExt.mo (Copy from path: /trunk/Compiler/TaskGraphExt.rml, Revision, 2314) Added : /trunk/Compiler/Values.mo (Copy from path: /trunk/Compiler/Values.rml, Revision, 2314) Added : /trunk/Compiler/Connect.mo (Copy from path: /trunk/Compiler/Connect.rml, Revision, 2314) Added : /trunk/Compiler/Corba.mo (Copy from path: /trunk/Compiler/Corba.rml, Revision, 2314) Added : /trunk/Compiler/DAEEXT.mo (Copy from path: /trunk/Compiler/DAEEXT.rml, Revision, 2314) Added : /trunk/Compiler/Dump.mo (Copy from path: /trunk/Compiler/Dump.rml, Revision, 2314) Added : /trunk/Compiler/DumpGraphviz.mo (Copy from path: /trunk/Compiler/DumpGraphviz.rml, Revision, 2314) Added : /trunk/Compiler/Graphviz.mo (Copy from path: /trunk/Compiler/Graphviz.rml, Revision, 2314) Modified : /trunk/Compiler/.depend Deleted : /trunk/Compiler/Absyn.rml Deleted : /trunk/Compiler/Algorithm.rml Deleted : /trunk/Compiler/Builtin.rml Deleted : /trunk/Compiler/Ceval.rml Deleted : /trunk/Compiler/ClassInf.rml Deleted : /trunk/Compiler/ClassLoader.rml Deleted : /trunk/Compiler/Codegen.rml Deleted : /trunk/Compiler/Connect.rml Deleted : /trunk/Compiler/Corba.rml Deleted : /trunk/Compiler/DAE.rml Deleted : /trunk/Compiler/DAEEXT.rml Deleted : /trunk/Compiler/DAELow.rml Deleted : /trunk/Compiler/Debug.rml Deleted : /trunk/Compiler/Derive.rml Deleted : /trunk/Compiler/Dump.rml Deleted : /trunk/Compiler/DumpGraphviz.rml Deleted : /trunk/Compiler/Env.rml Deleted : /trunk/Compiler/Error.rml Deleted : /trunk/Compiler/ErrorExt.rml Deleted : /trunk/Compiler/Exp.rml Deleted : /trunk/Compiler/Graphviz.rml Deleted : /trunk/Compiler/Inst.rml Deleted : /trunk/Compiler/Interactive.rml Deleted : /trunk/Compiler/Lookup.rml Deleted : /trunk/Compiler/Main.rml Deleted : /trunk/Compiler/Mod.rml Deleted : /trunk/Compiler/ModUtil.rml Deleted : /trunk/Compiler/Parser.rml Deleted : /trunk/Compiler/Prefix.rml Deleted : /trunk/Compiler/Print.rml Deleted : /trunk/Compiler/RTOpts.rml Deleted : /trunk/Compiler/SCode.rml Deleted : /trunk/Compiler/Settings.rml Deleted : /trunk/Compiler/SimCodegen.rml Deleted : /trunk/Compiler/Socket.rml Deleted : /trunk/Compiler/Static.rml Deleted : /trunk/Compiler/System.rml Deleted : /trunk/Compiler/TaskGraph.rml Deleted : /trunk/Compiler/TaskGraphExt.rml Deleted : /trunk/Compiler/Types.rml Deleted : /trunk/Compiler/Util.rml Deleted : /trunk/Compiler/Values.rml Deleted : /trunk/Compiler/VarTransform.rml Revision: 2315 Author: petar Date: 08:11:54, den 10 april 2006 Message: Deleted since autogenerated. ---- Deleted : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2314 Author: petar Date: 08:08:16, den 10 april 2006 Message: Updated since nov 2005. ---- Modified : /trunk/Compiler/WhatDoesNotWork.html Revision: 2313 Author: adrpo Date: 19:55:47, den 6 april 2006 Message: - added some GENERAL NOTES to the README.Cygwin.or.Linux.txt: + Fedora Core 4 has a missing symlink. + also the CORBALIBS from Compiler/omc_release/Makefile have to be changed conform to: mico-config --libs. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 2312 Author: adrpo Date: 17:07:34, den 6 april 2006 Message: - changed in Derive.rml: SimCodeGen.rml -> SimCodegen.rml otherwise the compilation on Linux fails. ---- Modified : /trunk/Compiler/Derive.rml Revision: 2311 Author: adrpo Date: 15:17:14, den 6 april 2006 Message: - better instructions on how you can run the testsuite from Eclipse or MSYS terminal ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 2310 Author: adrpo Date: 15:13:01, den 6 april 2006 Message: - added OPENMODELICAHOME variable so you can run the testsuite from Eclipse ---- Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample Revision: 2309 Author: adrpo Date: 13:12:02, den 6 april 2006 Message: - added a step that copies the needed mico2311.dll and mingwm10.dll to OpenModelica/build/bin ---- Modified : /trunk/Makefile.omdev.mingw Revision: 2308 Author: adrpo Date: 12:38:15, den 6 april 2006 Message: - added instructions on MDT installation. ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 2307 Author: adrpo Date: 12:28:13, den 6 april 2006 Message: updated instructions for compilation using OMDev-mingw package. ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 2306 Author: petar Date: 09:46:37, den 6 april 2006 Message: Added rule for testsuite. ---- Modified : /trunk/Makefile.omdev.mingw Revision: 2305 Author: adrpo Date: 03:17:03, den 6 april 2006 Message: - new project sample that has no modelica syntax checker builder. ---- Modified : /trunk/.project-sample Revision: 2304 Author: adrpo Date: 14:23:06, den 5 april 2006 Message: .project and .cdtproject samples to work with C/C++ perspective. ---- Added : /trunk/.cdtproject-sample-cdt Added : /trunk/.project-sample-cdt Revision: 2302 Author: petar Date: 13:01:44, den 4 april 2006 Message: Removed print message in get_pathed_class_in_program ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2301 Author: adrpo Date: 06:20:26, den 4 april 2006 Message: - fixed so that pattern = arrayNth(arr, index); is dumped as: pattern = arr[index + 1]; ---- Modified : /trunk/tools/rml2mod/moddump.rml Revision: 2300 Author: adrpo Date: 15:30:02, den 3 april 2006 Message: - added more stack to the translator ---- Modified : /trunk/Compiler/rml2mmo/trall.sh Revision: 2299 Author: adrpo Date: 15:28:53, den 3 april 2006 Message: - fixed the (x => y) option problem in the translator - fixed better escaping of rml comments to MetaModelica strings. ---- Modified : /trunk/tools/rml2mod/Makefile Modified : /trunk/tools/rml2mod/defs.h Modified : /trunk/tools/rml2mod/external.c Modified : /trunk/tools/rml2mod/external.rml Modified : /trunk/tools/rml2mod/lexer.c Modified : /trunk/tools/rml2mod/main.rml Modified : /trunk/tools/rml2mod/rmltomod.rml Revision: 2298 Author: petar Date: 09:31:37, den 3 april 2006 Message: Fixed bug in functionDAE_res. Now old values of derivatives are used as "guess" values. ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2297 Author: adrpo Date: 14:43:59, den 1 april 2006 Message: Small .rc modification. Added some optimization flags to the compiler. ---- Modified : /trunk/tools/OMCMonitor/OMCMonitor.rc Modified : /trunk/tools/OMCMonitor/OMCMonitor.vcproj Modified : /trunk/tools/OMCMonitor/OMCMonitor.aps Revision: 2296 Author: adrpo Date: 14:38:54, den 1 april 2006 Message: not needed in svn ---- Deleted : /trunk/tools/rml2mod/rml2mmod/rml2mmod.suo Revision: 2295 Author: petar Date: 16:02:01, den 31 mars 2006 Message: Added special case for pre in nonlinear residuals. The variable in pre should not be replaced in this case. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/matrix.h Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/VarTransform.rml Revision: 2294 Author: x02lucpo Date: 15:06:20, den 31 mars 2006 Message: fixed a bug in load_file. Under windows the loading of packages could not handle filenames with "/" only with "\" ---- Modified : /trunk/Compiler/Util.rml Revision: 2293 Author: x02lucpo Date: 10:12:54, den 31 mars 2006 Message: change the name of some dummy-var from der_a.b.c to a.b.der(c) ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Revision: 2292 Author: petar Date: 09:57:59, den 31 mars 2006 Message: Fixed bug when giving integer values to startTime and stopTime. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Values.rml Revision: 2291 Author: x02lucpo Date: 16:20:40, den 30 mars 2006 Message: fixed an error in generate_makefile ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2290 Author: x02lucpo Date: 13:50:56, den 30 mars 2006 Message: changed the makefile to contain the path to dir of mo-file in include and libs ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2289 Author: petar Date: 10:36:56, den 30 mars 2006 Message: Fixed minor bugs for codegen of tempInterpol function. ---- Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Revision: 2288 Author: petar Date: 09:03:54, den 30 mars 2006 Message: Removed some print statements. Reverted luc change of der_x to der(x) in Variable name. Now uses der_x again. It did not work with defines to have parentheses. ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2287 Author: x02lucpo Date: 17:10:24, den 29 mars 2006 Message: changed the name of dummyder from der_a.b.c to a.b.der(c) ---- Modified : /trunk/Compiler/DAELow.rml Revision: 2286 Author: petar Date: 15:03:52, den 29 mars 2006 Message: Impl. support for Modelica.Math.tempInterpol1, including improved handling of arrays in simulation code. ---- Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Added : /trunk/testsuite/mosfiles/Interpol2.mo Added : /trunk/testsuite/mosfiles/Interpolation.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Prefix.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/Types.rml Revision: 2285 Author: x02lucpo Date: 13:19:51, den 29 mars 2006 Message: corrected an error in rename_class ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2284 Author: x05andfe Date: 13:36:34, den 28 mars 2006 Message: ---- Modified : /trunk/OMNotebook/OMNotebookQT4/modelicacolors.xml Revision: 2283 Author: adrpo Date: 10:24:42, den 27 mars 2006 Message: fixes local declaration when variables are actual val declarations ---- Modified : /trunk/tools/rml2mod/rmltomod.rml Revision: 2282 Author: adrpo Date: 21:02:36, den 25 mars 2006 Message: Mostly moving things around which triggers Setup changes. ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Added : /trunk/Compiler/VC7/Setup/bin/msvcrt.dll Modified : /trunk/Compiler/VC7/omc/omc.sln Modified : /trunk/Compiler/VC7/Setup/icons/OpenModelica.ico Modified : /trunk/Compiler/VC7/Setup/icons/Uninstall.ico Revision: 2281 Author: adrpo Date: 21:00:31, den 25 mars 2006 Message: added OMCMonitor to trunk/tools ---- Added : /trunk/tools/OMCMonitor Added : /trunk/tools/OMCMonitor/LICENSE.txt Added : /trunk/tools/OMCMonitor/OMCMonitor.c Added : /trunk/tools/OMCMonitor/OMCMonitor.h Added : /trunk/tools/OMCMonitor/OMCMonitor.rc Added : /trunk/tools/OMCMonitor/OMCMonitor.sln Added : /trunk/tools/OMCMonitor/OMCMonitor.vcproj Added : /trunk/tools/OMCMonitor/resource.h Added : /trunk/tools/OMCMonitor/OMCMonitor.aps Added : /trunk/tools/OMCMonitor/OMCMonitor.ico Added : /trunk/tools/OMCMonitor/OMC_header.bmp Added : /trunk/tools/OMCMonitor/aprun.ico Added : /trunk/tools/OMCMonitor/apstop.ico Added : /trunk/tools/OMCMonitor/srun.bmp Added : /trunk/tools/OMCMonitor/sstop.bmp Revision: 2280 Author: adrpo Date: 17:30:45, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/bin/msvcrt.dll Added : /trunk/Compiler/VC7/Setup/tools/msvcrt.dll (Copy from path: /trunk/Compiler/VC7/Setup/bin/msvcrt.dll, Revision, 2279) Revision: 2279 Author: adrpo Date: 17:30:32, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/bin/libintl-2.dll Added : /trunk/Compiler/VC7/Setup/tools/libintl-2.dll (Copy from path: /trunk/Compiler/VC7/Setup/bin/libintl-2.dll, Revision, 2278) Revision: 2278 Author: adrpo Date: 17:27:06, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/bin/zcat.exe Added : /trunk/Compiler/VC7/Setup/tools/zcat.exe (Copy from path: /trunk/Compiler/VC7/Setup/bin/zcat.exe, Revision, 2277) Revision: 2277 Author: adrpo Date: 17:26:55, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/bin/tar.exe Added : /trunk/Compiler/VC7/Setup/tools/tar.exe (Copy from path: /trunk/Compiler/VC7/Setup/bin/tar.exe, Revision, 2276) Revision: 2276 Author: adrpo Date: 17:26:28, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/bin/gzip.exe Added : /trunk/Compiler/VC7/Setup/tools/gzip.exe (Copy from path: /trunk/Compiler/VC7/Setup/bin/gzip.exe, Revision, 2275) Revision: 2275 Author: adrpo Date: 17:26:08, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/bin/libiconv-2.dll Added : /trunk/Compiler/VC7/Setup/tools/libiconv-2.dll (Copy from path: /trunk/Compiler/VC7/Setup/bin/libiconv-2.dll, Revision, 2274) Revision: 2274 Author: adrpo Date: 17:25:51, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/bin/gunzip.exe Added : /trunk/Compiler/VC7/Setup/tools/gunzip.exe (Copy from path: /trunk/Compiler/VC7/Setup/bin/gunzip.exe, Revision, 2273) Revision: 2273 Author: adrpo Date: 17:25:21, den 25 mars 2006 Message: created this folder to better follow the application folder structure from setup ---- Added : /trunk/Compiler/VC7/Setup/tools Revision: 2272 Author: adrpo Date: 17:18:21, den 25 mars 2006 Message: renamed to OMC, modeq is an old name ---- Added : /trunk/Compiler/VC7/omc/omc.sln (Copy from path: /trunk/Compiler/VC7/omc/modeq.sln, Revision, 2271) Deleted : /trunk/Compiler/VC7/omc/modeq.sln Revision: 2271 Author: adrpo Date: 17:15:27, den 25 mars 2006 Message: not needed, the one in Compiler/doc is used ---- Deleted : /trunk/Compiler/VC7/Setup/helptext.txt Revision: 2270 Author: adrpo Date: 17:13:19, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/bin/Uninstall.bat (Copy from path: /trunk/Compiler/VC7/Setup/Uninstall.bat, Revision, 2269) Deleted : /trunk/Compiler/VC7/Setup/Uninstall.bat Revision: 2269 Author: adrpo Date: 17:13:05, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz (Copy from path: /trunk/Compiler/VC7/Setup/ModelicaLib.tar.gz, Revision, 2268) Deleted : /trunk/Compiler/VC7/Setup/ModelicaLib.tar.gz Revision: 2268 Author: adrpo Date: 17:12:52, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/zips/mingw.tar.gz (Copy from path: /trunk/Compiler/VC7/Setup/mingw.tar.gz, Revision, 2267) Deleted : /trunk/Compiler/VC7/Setup/mingw.tar.gz Revision: 2267 Author: adrpo Date: 17:12:44, den 25 mars 2006 Message: a folder for modelica library zip and mingw zip ---- Added : /trunk/Compiler/VC7/Setup/zips Revision: 2266 Author: adrpo Date: 17:12:10, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/bin/ptplot.jar (Copy from path: /trunk/Compiler/VC7/Setup/ptplot.jar, Revision, 2265) Deleted : /trunk/Compiler/VC7/Setup/ptplot.jar Revision: 2265 Author: adrpo Date: 17:11:58, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/bin/ptplot copyright.txt (Copy from path: /trunk/Compiler/VC7/Setup/ptplot copyright.txt, Revision, 2264) Deleted : /trunk/Compiler/VC7/Setup/ptplot copyright.txt Revision: 2264 Author: adrpo Date: 17:11:29, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/bin/msvcr71.dll (Copy from path: /trunk/Compiler/VC7/Setup/msvcr71.dll, Revision, 2263) Deleted : /trunk/Compiler/VC7/Setup/msvcr71.dll Revision: 2263 Author: adrpo Date: 17:11:16, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/bin/msvcp71.dll (Copy from path: /trunk/Compiler/VC7/Setup/msvcp71.dll, Revision, 2262) Deleted : /trunk/Compiler/VC7/Setup/msvcp71.dll Revision: 2262 Author: adrpo Date: 17:11:03, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/bin/mfc71u.dll (Copy from path: /trunk/Compiler/VC7/Setup/mfc71u.dll, Revision, 2261) Deleted : /trunk/Compiler/VC7/Setup/mfc71u.dll Revision: 2261 Author: adrpo Date: 17:10:48, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/bin/mfc71.dll (Copy from path: /trunk/Compiler/VC7/Setup/mfc71.dll, Revision, 2260) Deleted : /trunk/Compiler/VC7/Setup/mfc71.dll Revision: 2260 Author: adrpo Date: 17:10:29, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/icons/Uninstall.ico (Copy from path: /trunk/Compiler/VC7/Setup/Uninstall.ico, Revision, 2259) Deleted : /trunk/Compiler/VC7/Setup/Uninstall.ico Revision: 2259 Author: adrpo Date: 17:10:12, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/PDF.ico Added : /trunk/Compiler/VC7/Setup/icons/PDF.ico (Copy from path: /trunk/Compiler/VC7/Setup/PDF.ico, Revision, 2258) Revision: 2258 Author: adrpo Date: 17:09:56, den 25 mars 2006 Message: Moved remotely ---- Added : /trunk/Compiler/VC7/Setup/icons/OpenModelica.ico (Copy from path: /trunk/Compiler/VC7/Setup/OpenModelica.ico, Revision, 2257) Deleted : /trunk/Compiler/VC7/Setup/OpenModelica.ico Revision: 2257 Author: adrpo Date: 17:09:35, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/OMShell.ico Added : /trunk/Compiler/VC7/Setup/icons/OMShell.ico (Copy from path: /trunk/Compiler/VC7/Setup/OMShell.ico, Revision, 2256) Revision: 2256 Author: adrpo Date: 17:09:21, den 25 mars 2006 Message: Moved remotely ---- Deleted : /trunk/Compiler/VC7/Setup/OMNotebook.ico Added : /trunk/Compiler/VC7/Setup/icons/OMNotebook.ico (Copy from path: /trunk/Compiler/VC7/Setup/OMNotebook.ico, Revision, 2255) Revision: 2255 Author: adrpo Date: 17:08:45, den 25 mars 2006 Message: relocation ---- Added : /trunk/Compiler/VC7/Setup/bin/atl71.dll (Copy from path: /trunk/Compiler/VC7/Setup/atl71.dll, Revision, 2254) Deleted : /trunk/Compiler/VC7/Setup/atl71.dll Revision: 2254 Author: adrpo Date: 17:08:06, den 25 mars 2006 Message: relocated .ico to icons folder ---- Deleted : /trunk/Compiler/VC7/Setup/IExplorer.ico Added : /trunk/Compiler/VC7/Setup/icons/IExplorer.ico (Copy from path: /trunk/Compiler/VC7/Setup/IExplorer.ico, Revision, 2253) Revision: 2253 Author: adrpo Date: 17:07:35, den 25 mars 2006 Message: a folder for icons, spring cleaning ---- Added : /trunk/Compiler/VC7/Setup/icons Revision: 2252 Author: adrpo Date: 16:59:50, den 25 mars 2006 Message: Not needed, I will generate it again when we move to VC2005. Adrian/ ---- Deleted : /trunk/Compiler/Makefile-VC8.w32 Revision: 2251 Author: adrpo Date: 16:58:57, den 25 mars 2006 Message: Eh, not needed, I can generate it later if we switch to VC2005. Adrian/ ---- Deleted : /trunk/Compiler/VC8 Revision: 2250 Author: adrpo Date: 16:55:39, den 25 mars 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-03-25 Quite some modifications to the setup project, the testsuite and RML to MetaModelica translator. OMC Stuff: ========== - taken out WinMosh from the modeq.sln (not needed). - fixed a new Uninstall.ico, i hated the one before. - added a link to OpenModelica website in the user menu, an icon for the url, etc. - added the converted DrModelica onb files to the Setup.vdproj. - made all .mo and .mos files have LF ending, otherwise Perl does not do well when checking the test results. RML2METAMODELICA ================ - fixed variable types in rml2mod/rmltomod.rml, now a lot of Function Types are better. ---- Modified : /trunk/testsuite/mofiles/FunctionBubblesort.mo Modified : /trunk/testsuite/mofiles/FunctionEval9.mo Modified : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mofiles/drmodelica/AccessDemoIllegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/AccessDemoLegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mo Modified : /trunk/testsuite/mofiles/drmodelica/AppendElement.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim4.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraySlice.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraysInitIllegal.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArraysInitLegal.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo Modified : /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Modified : /trunk/testsuite/mofiles/drmodelica/Circuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColorClasses.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod2.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod3.mo Modified : /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo Modified : /trunk/testsuite/mofiles/drmodelica/Colors.mo Modified : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo Modified : /trunk/testsuite/mofiles/drmodelica/CyclicPerm.mo Modified : /trunk/testsuite/mofiles/drmodelica/DAEexample.mo Modified : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mo Modified : /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo Modified : /trunk/testsuite/mofiles/drmodelica/EquationCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/Equations.mo Modified : /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo Modified : /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo Modified : /trunk/testsuite/mofiles/drmodelica/GenericMicroCircuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo Modified : /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo Modified : /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo Modified : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Modified : /trunk/testsuite/mofiles/drmodelica/MRFcall.mo Modified : /trunk/testsuite/mofiles/drmodelica/MicroCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/drmodelica/MicroCircuitValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/ModifiedFiltersInSeries.mo Modified : /trunk/testsuite/mofiles/drmodelica/MultFuncCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo Modified : /trunk/testsuite/mofiles/drmodelica/PointInst.mo Modified : /trunk/testsuite/mofiles/drmodelica/PointSum.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Modified : /trunk/testsuite/mofiles/drmodelica/StatementCall.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumForLoop.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/drmodelica/Summation.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo Modified : /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Modified : /trunk/testsuite/mofiles/drmodelica/WhenPriority.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM12.mo Modified : /trunk/testsuite/mofiles/msl/BM13.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM16.mo Modified : /trunk/testsuite/mofiles/msl/BM17.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM24.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM27.mo Modified : /trunk/testsuite/mofiles/msl/BM28.mo Modified : /trunk/testsuite/mofiles/msl/BM3.mo Modified : /trunk/testsuite/mofiles/msl/BM4.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS13.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS15.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/Abs1.mo Modified : /trunk/testsuite/mofiles/Abs2.mo Modified : /trunk/testsuite/mofiles/AddReal1.mo Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/Algorithm2.mo Modified : /trunk/testsuite/mofiles/Algorithm3.mo Modified : /trunk/testsuite/mofiles/Algorithm4.mo Modified : /trunk/testsuite/mofiles/Array1.mo Modified : /trunk/testsuite/mofiles/Array10.mo Modified : /trunk/testsuite/mofiles/Array11.mo Modified : /trunk/testsuite/mofiles/Array12.mo Modified : /trunk/testsuite/mofiles/Array2.mo Modified : /trunk/testsuite/mofiles/Array3.mo Modified : /trunk/testsuite/mofiles/Array4.mo Modified : /trunk/testsuite/mofiles/Array5.mo Modified : /trunk/testsuite/mofiles/Array6.mo Modified : /trunk/testsuite/mofiles/Array7.mo Modified : /trunk/testsuite/mofiles/Array8.mo Modified : /trunk/testsuite/mofiles/Array9.mo Modified : /trunk/testsuite/mofiles/ArrayModification1.mo Modified : /trunk/testsuite/mofiles/ArrayModification10.mo Modified : /trunk/testsuite/mofiles/ArrayModification11.mo Modified : /trunk/testsuite/mofiles/ArrayModification12.mo Modified : /trunk/testsuite/mofiles/ArrayModification2.mo Modified : /trunk/testsuite/mofiles/ArrayModification3.mo Modified : /trunk/testsuite/mofiles/ArrayModification4.mo Modified : /trunk/testsuite/mofiles/ArrayModification5.mo Modified : /trunk/testsuite/mofiles/ArrayModification6.mo Modified : /trunk/testsuite/mofiles/ArrayModification7.mo Modified : /trunk/testsuite/mofiles/ArrayModification8.mo Modified : /trunk/testsuite/mofiles/ArrayModification9.mo Modified : /trunk/testsuite/mofiles/ArraySlice1.mo Modified : /trunk/testsuite/mofiles/Array_builtin.mo Modified : /trunk/testsuite/mofiles/BoolArrayTest.mo Modified : /trunk/testsuite/mofiles/Cardinality.mo Modified : /trunk/testsuite/mofiles/Circle.mo Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/Class1.mo Modified : /trunk/testsuite/mofiles/Class2.mo Modified : /trunk/testsuite/mofiles/Class3.mo Modified : /trunk/testsuite/mofiles/Class4.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo Modified : /trunk/testsuite/mofiles/ConditionalArrayExpression2.mo Modified : /trunk/testsuite/mofiles/Connect1.mo Modified : /trunk/testsuite/mofiles/Connect10.mo Modified : /trunk/testsuite/mofiles/Connect11.mo Modified : /trunk/testsuite/mofiles/Connect12.mo Modified : /trunk/testsuite/mofiles/Connect2.mo Modified : /trunk/testsuite/mofiles/Connect3.mo Modified : /trunk/testsuite/mofiles/Connect4.mo Modified : /trunk/testsuite/mofiles/Connect5.mo Modified : /trunk/testsuite/mofiles/Connect6.mo Modified : /trunk/testsuite/mofiles/Connect7.mo Modified : /trunk/testsuite/mofiles/Connect8.mo Modified : /trunk/testsuite/mofiles/Connect9.mo Modified : /trunk/testsuite/mofiles/ConnectConst1.mo Modified : /trunk/testsuite/mofiles/ConnectFlowEffort.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mofiles/ConnectTypes.mo Modified : /trunk/testsuite/mofiles/Constant1.mo Modified : /trunk/testsuite/mofiles/Constant2.mo Modified : /trunk/testsuite/mofiles/Constant3.mo Modified : /trunk/testsuite/mofiles/Constant4.mo Modified : /trunk/testsuite/mofiles/Constant5.mo Modified : /trunk/testsuite/mofiles/Constant6.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mofiles/ConstrainingType2.mo Modified : /trunk/testsuite/mofiles/ConstrainingType3.mo Modified : /trunk/testsuite/mofiles/ConstructParameters.mo Modified : /trunk/testsuite/mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mofiles/ConstructParameters2.mo Modified : /trunk/testsuite/mofiles/Declaration1.mo Modified : /trunk/testsuite/mofiles/Declaration2.mo Modified : /trunk/testsuite/mofiles/Declaration3.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder1.mo Modified : /trunk/testsuite/mofiles/DeclarationOrder2.mo Modified : /trunk/testsuite/mofiles/DeclareConstant1.mo Modified : /trunk/testsuite/mofiles/DeclareConstant2.mo Modified : /trunk/testsuite/mofiles/DeclareConstant3.mo Modified : /trunk/testsuite/mofiles/DependsMutual.mo Modified : /trunk/testsuite/mofiles/DependsRecursive.mo Modified : /trunk/testsuite/mofiles/Derivative1.mo Modified : /trunk/testsuite/mofiles/Discrete1.mo Modified : /trunk/testsuite/mofiles/Discrete2.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance1.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance2.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance3.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mofiles/Each1.mo Modified : /trunk/testsuite/mofiles/Encapsulated1.mo Modified : /trunk/testsuite/mofiles/Encapsulated2.mo Modified : /trunk/testsuite/mofiles/Encapsulated3.mo Modified : /trunk/testsuite/mofiles/EquationComponent1.mo Modified : /trunk/testsuite/mofiles/EquationComponent2.mo Modified : /trunk/testsuite/mofiles/EquationComponent3.mo Modified : /trunk/testsuite/mofiles/EquationComponent4.mo Modified : /trunk/testsuite/mofiles/EquationComponent5.mo Modified : /trunk/testsuite/mofiles/EquationFor1.mo Modified : /trunk/testsuite/mofiles/EquationFor2.mo Modified : /trunk/testsuite/mofiles/EquationFor3.mo Modified : /trunk/testsuite/mofiles/EquationFor4.mo Modified : /trunk/testsuite/mofiles/EquationIf1.mo Modified : /trunk/testsuite/mofiles/EquationIf2.mo Modified : /trunk/testsuite/mofiles/EquationIf3.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/Extends1.mo Modified : /trunk/testsuite/mofiles/Extends2.mo Modified : /trunk/testsuite/mofiles/ExternalFunction1.mo Modified : /trunk/testsuite/mofiles/ExternalFunction2.mo Modified : /trunk/testsuite/mofiles/ExternalFunction3.mo Modified : /trunk/testsuite/mofiles/Faculty1.mo Modified : /trunk/testsuite/mofiles/Faculty2.mo Modified : /trunk/testsuite/mofiles/Faculty3.mo Modified : /trunk/testsuite/mofiles/Faculty4.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/Function1.mo Modified : /trunk/testsuite/mofiles/Function2.mo Modified : /trunk/testsuite/mofiles/Function3.mo Modified : /trunk/testsuite/mofiles/Function4.mo Modified : /trunk/testsuite/mofiles/Function5.mo Modified : /trunk/testsuite/mofiles/Function5_test.mo Modified : /trunk/testsuite/mofiles/Function6.mo Modified : /trunk/testsuite/mofiles/Function7.mo Modified : /trunk/testsuite/mofiles/Function8.mo Modified : /trunk/testsuite/mofiles/Function9.mo Modified : /trunk/testsuite/mofiles/FunctionEval1.mo Modified : /trunk/testsuite/mofiles/FunctionEval2.mo Modified : /trunk/testsuite/mofiles/FunctionEval3.mo Modified : /trunk/testsuite/mofiles/FunctionEval4.mo Modified : /trunk/testsuite/mofiles/FunctionEval5.mo Modified : /trunk/testsuite/mofiles/FunctionEval6.mo Modified : /trunk/testsuite/mofiles/FunctionEval7.mo Modified : /trunk/testsuite/mofiles/FunctionEval8.mo Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/Import1.mo Modified : /trunk/testsuite/mofiles/Import2.mo Modified : /trunk/testsuite/mofiles/Import3.mo Modified : /trunk/testsuite/mofiles/Import4.mo Modified : /trunk/testsuite/mofiles/Import5.mo Modified : /trunk/testsuite/mofiles/Influenza.mo Modified : /trunk/testsuite/mofiles/InnerClass1.mo Modified : /trunk/testsuite/mofiles/InnerOuter1.mo Modified : /trunk/testsuite/mofiles/InnerOuter2.mo Modified : /trunk/testsuite/mofiles/Integer2Real.mo Modified : /trunk/testsuite/mofiles/Lookup1.mo Modified : /trunk/testsuite/mofiles/Lookup2.mo Modified : /trunk/testsuite/mofiles/Lookup3.mo Modified : /trunk/testsuite/mofiles/Lookup4.mo Modified : /trunk/testsuite/mofiles/Lookup5.mo Modified : /trunk/testsuite/mofiles/Lookup6.mo Modified : /trunk/testsuite/mofiles/Lookup7.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Modified : /trunk/testsuite/mofiles/Modification1.mo Modified : /trunk/testsuite/mofiles/Modification10.mo Modified : /trunk/testsuite/mofiles/Modification11.mo Modified : /trunk/testsuite/mofiles/Modification12.mo Modified : /trunk/testsuite/mofiles/Modification13.mo Modified : /trunk/testsuite/mofiles/Modification2.mo Modified : /trunk/testsuite/mofiles/Modification3.mo Modified : /trunk/testsuite/mofiles/Modification4.mo Modified : /trunk/testsuite/mofiles/Modification5.mo Modified : /trunk/testsuite/mofiles/Modification6.mo Modified : /trunk/testsuite/mofiles/Modification7.mo Modified : /trunk/testsuite/mofiles/Modification8.mo Modified : /trunk/testsuite/mofiles/Modification9.mo Modified : /trunk/testsuite/mofiles/ModifyConstant1.mo Modified : /trunk/testsuite/mofiles/ModifyConstant2.mo Modified : /trunk/testsuite/mofiles/ModifyConstant3.mo Modified : /trunk/testsuite/mofiles/ModifyConstant4.mo Modified : /trunk/testsuite/mofiles/ModifyConstant5.mo Modified : /trunk/testsuite/mofiles/ModifyConstant6.mo Modified : /trunk/testsuite/mofiles/ModifyUnknown1.mo Modified : /trunk/testsuite/mofiles/ModifyUnknown2.mo Modified : /trunk/testsuite/mofiles/NoEvent1.mo Modified : /trunk/testsuite/mofiles/Overwriting1.mo Modified : /trunk/testsuite/mofiles/Overwriting2.mo Modified : /trunk/testsuite/mofiles/Overwriting3.mo Modified : /trunk/testsuite/mofiles/Overwriting4.mo Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/ParseError2.mo Modified : /trunk/testsuite/mofiles/Partial1.mo Modified : /trunk/testsuite/mofiles/PredefinedTypes.mo Modified : /trunk/testsuite/mofiles/Protected1.mo Modified : /trunk/testsuite/mofiles/Range1.mo Modified : /trunk/testsuite/mofiles/Real2Integer1.mo Modified : /trunk/testsuite/mofiles/Real2Integer2.mo Modified : /trunk/testsuite/mofiles/Real2Integer3.mo Modified : /trunk/testsuite/mofiles/Record1.mo Modified : /trunk/testsuite/mofiles/Redeclare1.mo Modified : /trunk/testsuite/mofiles/Redeclare2.mo Modified : /trunk/testsuite/mofiles/Redeclare3.mo Modified : /trunk/testsuite/mofiles/Redeclare4.mo Modified : /trunk/testsuite/mofiles/Redeclare5.mo Modified : /trunk/testsuite/mofiles/RedeclareFlowEffort.mo Modified : /trunk/testsuite/mofiles/ReplaceFunction.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration1.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration2.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration3.mo Modified : /trunk/testsuite/mofiles/ScopeDeclaration4.mo Modified : /trunk/testsuite/mofiles/ScopeModification1.mo Modified : /trunk/testsuite/mofiles/ScopeModification2.mo Modified : /trunk/testsuite/mofiles/Shadow1.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator1.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator2.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator3.mo Modified : /trunk/testsuite/mofiles/SimpleIntegrator4.mo Modified : /trunk/testsuite/mofiles/SmallLinsys.mo Modified : /trunk/testsuite/mofiles/SmallPlantModified.mo Modified : /trunk/testsuite/mofiles/StructuralParameter1.mo Modified : /trunk/testsuite/mofiles/Terminal1.mo Modified : /trunk/testsuite/mofiles/Terminal2.mo Modified : /trunk/testsuite/mofiles/Type1.mo Modified : /trunk/testsuite/mofiles/Type2.mo Modified : /trunk/testsuite/mofiles/Type3.mo Modified : /trunk/testsuite/mofiles/Type4.mo Modified : /trunk/testsuite/mofiles/Type5.mo Modified : /trunk/testsuite/mofiles/Type6.mo Modified : /trunk/testsuite/mofiles/Type7.mo Modified : /trunk/testsuite/mofiles/Type8.mo Modified : /trunk/testsuite/mofiles/Units1.mo Modified : /trunk/testsuite/mofiles/Units2.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mofiles/Vectorizable2.mo Modified : /trunk/testsuite/mofiles/Vectorizable3.mo Modified : /trunk/testsuite/mofiles/Vectorizable4.mo Modified : /trunk/testsuite/mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mofiles/WhenSemantics1.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Array9.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Function10.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type10.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type11.mo Modified : /trunk/testsuite/mofiles/modelica_1_1_Type9.mo Modified : /trunk/testsuite/mofiles/package-s-1.mo Modified : /trunk/testsuite/mofiles/packages1.mo Modified : /trunk/testsuite/mofiles/partial-s-1.mo Modified : /trunk/testsuite/mofiles/partials1.mo Modified : /trunk/testsuite/mofiles/prtest.mo Modified : /trunk/testsuite/mofiles/translation_failed_template.mo Modified : /trunk/testsuite/mofiles/translation_template.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mosfiles/ArrayEqn.mo Modified : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/DAEexample.mo Modified : /trunk/testsuite/mosfiles/DAEexample.mos Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mo Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Modified : /trunk/testsuite/mosfiles/FuncMultResults.mo Modified : /trunk/testsuite/mosfiles/FuncMultResults.mos Modified : /trunk/testsuite/mosfiles/HelloWorld.mo Modified : /trunk/testsuite/mosfiles/HelloWorld.mos Modified : /trunk/testsuite/mosfiles/IdealDiode.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mosfiles/SmallLinsys.mo Modified : /trunk/testsuite/mosfiles/SumForLoop.mo Modified : /trunk/testsuite/mosfiles/SumForLoop.mos Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mo Modified : /trunk/testsuite/mosfiles/SumVectorForIf.mos Modified : /trunk/testsuite/mosfiles/Xpowers1.mo Modified : /trunk/testsuite/mosfiles/Xpowers1.mos Modified : /trunk/testsuite/mosfiles/Xpowers2.mo Modified : /trunk/testsuite/mosfiles/Xpowers2.mos Modified : /trunk/testsuite/mosfiles/Xpowers3.mo Modified : /trunk/testsuite/mosfiles/Xpowers3.mos Modified : /trunk/testsuite/mosfiles/ideal_diode.mo Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/simulation_failed_template.mos Modified : /trunk/testsuite/mosfiles/simulation_template.mos Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers2.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers1.mo Modified : /trunk/testsuite/mofiles/AddReal2.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign1.mo Modified : /trunk/testsuite/mofiles/AlgorithmCondAssign2.mo Modified : /trunk/testsuite/mofiles/DAEexample.mo Modified : /trunk/testsuite/mofiles/ForLoopHideVariable.mo Modified : /trunk/testsuite/mofiles/FuncMultResults.mo Modified : /trunk/testsuite/mofiles/HelloWorld.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/SumForLoop.mo Modified : /trunk/testsuite/mofiles/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/XPowers1.mo Modified : /trunk/testsuite/mofiles/XPowers2.mo Modified : /trunk/testsuite/mofiles/XPowers3.mo Modified : /trunk/testsuite/mofiles/Xpowers1_new.mo Modified : /trunk/testsuite/mofiles/Xpowers2_new.mo Modified : /trunk/testsuite/mofiles/Xpowers3_new.mo Modified : /trunk/testsuite/mosfiles/Modelica.mo Modified : /trunk/testsuite/mosfiles/NonLinSys.mo Modified : /trunk/testsuite/mosfiles/NonLinSys2.mo Modified : /trunk/testsuite/mosfiles/NonLinSys3.mo Modified : /trunk/testsuite/mosfiles/TestModels.mo Modified : /trunk/testsuite/mosfiles/TimeVaryingLinsys.mo Modified : /trunk/testsuite/mosfiles/blockssources.mos Modified : /trunk/testsuite/mosfiles/blockssystems.mos Modified : /trunk/testsuite/mosfiles/rotationalgears.mos Modified : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Modified : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/testsuite/mosfiles/Array1.mos Modified : /trunk/testsuite/mosfiles/IfStatement.mos Modified : /trunk/testsuite/mosfiles/IfStatementIllegal.mos Modified : /trunk/testsuite/mosfiles/Rename.mo Modified : /trunk/testsuite/mosfiles/Rename.mos Modified : /trunk/testsuite/mosfiles/WhileStatement.mos Modified : /trunk/testsuite/mosfiles/WhileStatementIllegal.mos Modified : /trunk/testsuite/mosfiles/attributes.mo Modified : /trunk/testsuite/mosfiles/attributes.mos Modified : /trunk/testsuite/mosfiles/differentiate.mos Modified : /trunk/testsuite/mosfiles/func_bubble.mo Modified : /trunk/testsuite/mosfiles/func_bubble.mos Modified : /trunk/testsuite/mosfiles/func_explicit_typeconv.mo Modified : /trunk/testsuite/mosfiles/func_explicit_typeconv.mos Modified : /trunk/testsuite/mosfiles/func_factorial.mo Modified : /trunk/testsuite/mosfiles/func_factorial.mos Modified : /trunk/testsuite/mosfiles/func_multiple_return.mo Modified : /trunk/testsuite/mosfiles/func_multiple_return.mos Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_loadsave.mos Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mo Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualifiedInit.mo Modified : /trunk/testsuite/mosfiles/matrices.mos Modified : /trunk/testsuite/mosfiles/simplify.mos Modified : /trunk/testsuite/mosfiles/strings.mo Modified : /trunk/testsuite/mosfiles/strings.mos Modified : /trunk/testsuite/mosfiles/variables.mos Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/tools/rml2mod/rml2mmod/rml2mmod.sln Modified : /trunk/tools/rml2mod/rmltomod.rml Modified : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mos Modified : /trunk/tools/rml2mod/rml2mmod/rml2mmod.suo Modified : /trunk/Compiler/VC7/omc/modeq.sln Modified : /trunk/Compiler/VC7/Setup/Uninstall.ico Added : /trunk/Compiler/VC7/Setup/IExplorer.ico Modified : /trunk/testsuite/mofiles/SmallPlantModified.mof Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mos Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mos Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mos Modified : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mos Modified : /trunk/testsuite/mofiles/drmodelica/DAEexample.mos Modified : /trunk/testsuite/mofiles/drmodelica/EquationCall.mos Modified : /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mos Modified : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mos Modified : /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mos Modified : /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mos Modified : /trunk/testsuite/mofiles/drmodelica/MRFcall.mos Modified : /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mos Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mos Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mos Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mos Modified : /trunk/testsuite/mofiles/drmodelica/StatementCall.mos Modified : /trunk/testsuite/mofiles/drmodelica/SumForLoop.mos Modified : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mos Modified : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mos Modified : /trunk/testsuite/mofiles/drmodelica/WhenPriority.mos Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers1.mos Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers2.mos Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mos Revision: 2249 Author: adrpo Date: 15:05:29, den 25 mars 2006 Message: a link to OpenModelica Website to be used in the OpenModelica Menu Options ---- Added : /trunk/doc/OpenModelica Project Online.url Revision: 2248 Author: adrpo Date: 14:14:26, den 25 mars 2006 Message: I fixed Codegen.generate_buitin_function to always use 'fabs' instead of 'abs', no matter what type the argument has. I did some tests and it seems to work on any compiler. All the tests go. ---- Modified : /trunk/Compiler/Codegen.rml Revision: 2247 Author: x05andfe Date: 13:37:02, den 24 mars 2006 Message: * fixed some small bugs in OMNotebook * updated Mathematica parser in OMNotebook * updated the OMNotebookHelp.onb documentation * converted DrModelica to OMNotebook // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Added : /trunk/OMNotebook/DrModelica Added : /trunk/OMNotebook/DrModelica/DrModelica.onb Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/stripstring.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Added : /trunk/OMNotebook/DrModelica/AccessControl Added : /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb Added : /trunk/OMNotebook/DrModelica/AccessControl/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/AccessControl/MoonLanding.onb Added : /trunk/OMNotebook/DrModelica/Algorithms Added : /trunk/OMNotebook/DrModelica/Algorithms/Assert.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/Exercise3.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/Exercise4.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/Exercise5.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/ForStat.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/IfStat.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/MultRes.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/Reinit.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/Sections.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb Added : /trunk/OMNotebook/DrModelica/Algorithms/WhileStat.onb Added : /trunk/OMNotebook/DrModelica/AnnUnitsQuant Added : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/Graphical.onb Added : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/SynPlac.onb Added : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/UnitsQuant.onb Added : /trunk/OMNotebook/DrModelica/ApplicationEx Added : /trunk/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb Added : /trunk/OMNotebook/DrModelica/ApplicationEx/InterfacingtoNonMechModComp.onb Added : /trunk/OMNotebook/DrModelica/ApplicationEx/KinematicLoops.onb Added : /trunk/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb Added : /trunk/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb Added : /trunk/OMNotebook/DrModelica/Arrays Added : /trunk/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Built-inFunc.onb Added : /trunk/OMNotebook/DrModelica/Arrays/ConcatConstruct.onb Added : /trunk/OMNotebook/DrModelica/Arrays/ConcatSlice.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Construction.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Declaration.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Empty.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-3.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-4.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-5.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-6.onb Added : /trunk/OMNotebook/DrModelica/Arrays/FlexSize.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Indexing.onb Added : /trunk/OMNotebook/DrModelica/Arrays/ScalarFunc.onb Added : /trunk/OMNotebook/DrModelica/Arrays/TypeCheck.onb Added : /trunk/OMNotebook/DrModelica/Circuits Added : /trunk/OMNotebook/DrModelica/Circuits/Acausal.onb Added : /trunk/OMNotebook/DrModelica/Circuits/DCmotor.onb Added : /trunk/OMNotebook/DrModelica/Classes Added : /trunk/OMNotebook/DrModelica/Classes/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Classes/Exercise3.onb Added : /trunk/OMNotebook/DrModelica/Classes/Nested.onb Added : /trunk/OMNotebook/DrModelica/Classes/Partial.onb Added : /trunk/OMNotebook/DrModelica/Classes/Restricted.onb Added : /trunk/OMNotebook/DrModelica/CompConn Added : /trunk/OMNotebook/DrModelica/CompConn/CardEq.onb Added : /trunk/OMNotebook/DrModelica/CompConn/Connections.onb Added : /trunk/OMNotebook/DrModelica/CompConn/In-Output.onb Added : /trunk/OMNotebook/DrModelica/CompConn/MechTrans.onb Added : /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb Added : /trunk/OMNotebook/DrModelica/CompConn/MultToSingle.onb Added : /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb Added : /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb Added : /trunk/OMNotebook/DrModelica/CompConn/PhysicalConn.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/ClassesforCPT.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/CoupledPipeline.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/DEVS.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventBeh.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventPriority.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/FlatTank mm.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/MultEvents.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/WatchDog.onb Added : /trunk/OMNotebook/DrModelica/Equations Added : /trunk/OMNotebook/DrModelica/Equations/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Equations/Exercise3.onb Added : /trunk/OMNotebook/DrModelica/Equations/Exercise4.onb Added : /trunk/OMNotebook/DrModelica/Equations/IfEq.onb Added : /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb Added : /trunk/OMNotebook/DrModelica/Equations/Polynomial.onb Added : /trunk/OMNotebook/DrModelica/Equations/PolynomialEvaluator.onb Added : /trunk/OMNotebook/DrModelica/Equations/RepConnStruct.onb Added : /trunk/OMNotebook/DrModelica/Equations/RepStruct.onb Added : /trunk/OMNotebook/DrModelica/Equations/SimpleEquality.onb Added : /trunk/OMNotebook/DrModelica/Equations/Step.onb Added : /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb Added : /trunk/OMNotebook/DrModelica/Functions Added : /trunk/OMNotebook/DrModelica/Functions/Call.onb Added : /trunk/OMNotebook/DrModelica/Functions/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/Functions/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Functions/Exercise3.onb Added : /trunk/OMNotebook/DrModelica/Functions/Extending.onb Added : /trunk/OMNotebook/DrModelica/Functions/External.onb Added : /trunk/OMNotebook/DrModelica/Functions/MultipleRes.onb Added : /trunk/OMNotebook/DrModelica/Generic Added : /trunk/OMNotebook/DrModelica/Generic/Extended.onb Added : /trunk/OMNotebook/DrModelica/Generic/ParamInterfaces.onb Added : /trunk/OMNotebook/DrModelica/Generic/Parameterized.onb Added : /trunk/OMNotebook/DrModelica/InherMod Added : /trunk/OMNotebook/DrModelica/InherMod/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/InherMod/Exercise3.onb Added : /trunk/OMNotebook/DrModelica/InherMod/Extend.onb Added : /trunk/OMNotebook/DrModelica/InherMod/Modification.onb Added : /trunk/OMNotebook/DrModelica/InherMod/Short.onb Added : /trunk/OMNotebook/DrModelica/Inheritance Added : /trunk/OMNotebook/DrModelica/Inheritance/Inheritance.onb Added : /trunk/OMNotebook/DrModelica/Inheritance/Multiple.onb Added : /trunk/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb Added : /trunk/OMNotebook/DrModelica/LawsOfNature Added : /trunk/OMNotebook/DrModelica/LawsOfNature/TransformerEMF.onb Added : /trunk/OMNotebook/DrModelica/LitOpExp Added : /trunk/OMNotebook/DrModelica/LitOpExp/VarTime.onb Added : /trunk/OMNotebook/DrModelica/LitOpExp/VariaSubt.onb Added : /trunk/OMNotebook/DrModelica/Packages Added : /trunk/OMNotebook/DrModelica/Packages/Exercise1ADT.onb Added : /trunk/OMNotebook/DrModelica/Packages/Exercise2VarOp.onb Added : /trunk/OMNotebook/DrModelica/Packages/Inherited.onb Added : /trunk/OMNotebook/DrModelica/Packages/Local.onb Added : /trunk/OMNotebook/DrModelica/Packages/Moving.onb Added : /trunk/OMNotebook/DrModelica/Packages/Nonencapsulated.onb Added : /trunk/OMNotebook/DrModelica/Packages/PackLibrStruct.onb Added : /trunk/OMNotebook/DrModelica/Packages/PackasADTs.onb Added : /trunk/OMNotebook/DrModelica/QuickTour Added : /trunk/OMNotebook/DrModelica/QuickTour/Algorithm.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Array.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Equations.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1algorithm.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1arrays.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1package.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2hybrid.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise3-classes.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Functions.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Generic.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/IfClause.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Inheritance.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Local.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Partial.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/SimpleCircuit.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Statement.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/WhenClause.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration Added : /trunk/OMNotebook/DrModelica/Redeclaration/Annotation.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise3.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/Final.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/Redeclaration.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/ReplRed.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/Replaceable.onb Added : /trunk/OMNotebook/DrModelica/SystemMod Added : /trunk/OMNotebook/DrModelica/SystemMod/FlatTank.onb Added : /trunk/OMNotebook/DrModelica/SystemMod/PIControl.onb Added : /trunk/OMNotebook/DrModelica/TypeSubtype Added : /trunk/OMNotebook/DrModelica/TypeSubtype/Sub-SuperType.onb Added : /trunk/OMNotebook/DrModelica/Variables Added : /trunk/OMNotebook/DrModelica/Variables/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/Variables/FieldVar.onb Added : /trunk/OMNotebook/DrModelica/Variables/Initialization.onb Added : /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Modified : /trunk/OMNotebook/NotebookParser/lexer.g Modified : /trunk/OMNotebook/NotebookParser/parser.g Modified : /trunk/OMNotebook/NotebookParser/walker.g Added : /trunk/OMNotebook/DrModelica/Algorithms/AssignStat.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1classes.onb Added : /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb Added : /trunk/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb Added : /trunk/OMNotebook/DrModelica/Classes/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/CompConn/ConnEq.onb Added : /trunk/OMNotebook/DrModelica/CompConn/Connectors.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb Added : /trunk/OMNotebook/DrModelica/Equations/Assert.onb Added : /trunk/OMNotebook/DrModelica/InherMod/Hierachical.onb Added : /trunk/OMNotebook/DrModelica/Inheritance/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Inheritance/MoonLandingInher.onb Added : /trunk/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1equations.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1hybrid.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2inheritance.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/HelloWorldmod.onb Added : /trunk/OMNotebook/DrModelica/Functions/Exercise4.onb Added : /trunk/OMNotebook/DrModelica/Generic/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/InherMod/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Inheritance/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/Inheritance/Exercise3.onb Added : /trunk/OMNotebook/DrModelica/Inheritance/Exercise4.onb Added : /trunk/OMNotebook/DrModelica/LitOpExp/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/LitOpExp/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Packages/Generic.onb Added : /trunk/OMNotebook/DrModelica/Packages/PackAccess.onb Added : /trunk/OMNotebook/DrModelica/Packages/Packages.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/CreateInst.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1inheritance.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise1partial.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Exercise2-classes.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/Packages.onb Added : /trunk/OMNotebook/DrModelica/QuickTour/ReuseMod.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/Exercise4.onb Added : /trunk/OMNotebook/DrModelica/Redeclaration/RedNotRepl.onb Added : /trunk/OMNotebook/DrModelica/TypeSubtype/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/TypeSubtype/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/TypeSubtype/Type.onb Added : /trunk/OMNotebook/DrModelica/Variables/Declaration.onb Added : /trunk/OMNotebook/DrModelica/Variables/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Variables/VariabilityPrefixes.onb Added : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/FuncAnn.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Exercise1-7-2.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/Classes/CreateInst.onb Added : /trunk/OMNotebook/DrModelica/Classes/ReuseMod.onb Added : /trunk/OMNotebook/DrModelica/Classes/Short.onb Added : /trunk/OMNotebook/DrModelica/CompConn/ConnConstraints.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/Automata.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/Synchronization.onb Added : /trunk/OMNotebook/DrModelica/DiscreteHybrid/meningsfil.onb Added : /trunk/OMNotebook/DrModelica/Equations/EqDeclarations.onb Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_document.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_documentview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/ui_imagesizedlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/ui_otherdlg.h Added : /trunk/OMNotebook/DrModelica/AnnUnitsQuant/Annotations.onb Added : /trunk/OMNotebook/DrModelica/ApplicationEx/FrequencyAnalysisEvaluated.onb Added : /trunk/OMNotebook/DrModelica/Arrays/Exercise2.onb Added : /trunk/OMNotebook/DrModelica/Classes/Exercise4.onb Added : /trunk/OMNotebook/DrModelica/CompConn/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/CompConn/SignalBased.onb Added : /trunk/OMNotebook/DrModelica/Equations/Exercise1.onb Added : /trunk/OMNotebook/DrModelica/Packages/Exercise1LibrStruct.onb Added : /trunk/OMNotebook/DrModelica/Packages/Exercise1VarOp.onb Revision: 2246 Author: petar Date: 11:24:13, den 24 mars 2006 Message: Added testcases from MathCore testsuite. ---- Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/Modelica.mo Added : /trunk/testsuite/mosfiles/TestModels.mo Added : /trunk/testsuite/mosfiles/blockssources.mos Added : /trunk/testsuite/mosfiles/blockssystems.mos Added : /trunk/testsuite/mosfiles/rotationalgears.mos Added : /trunk/testsuite/mosfiles/rotationalspringinertia.mos Added : /trunk/testsuite/mosfiles/rotationalsystems.mos Modified : /trunk/Compiler/SimCodegen.rml Revision: 2245 Author: adrpo Date: 06:08:30, den 24 mars 2006 Message: Fixed the imports as there are intermediate results from function calls that require additional module imports. Please DO NOT TAKE THEM OUT. Made the rml2mod translator run ~50% faster. ---- Modified : /trunk/tools/rml2mod/rmltomod.rml Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/ModUtil.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/VarTransform.rml Revision: 2244 Author: petar Date: 15:14:49, den 23 mars 2006 Message: Added better error messages when building. etc. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/errorext.h Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Error.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2242 Author: adrpo Date: 16:21:50, den 22 mars 2006 Message: As you can see here: http://packages.ubuntulinux.org/cgi-bin/search_contents.pl?searchmode=filelist&word=libantlr-dev&version=breezy&arch=i386 on Ubuntu Linux the antlr is placed in: /usr/include/antlr /usr/lib I added those in the search for ANTLR includes and libs. I found this out while I was helping Dietmar Winkler from TU-Berlin to install RML and OpenModelica on Ubuntu Linux. ---- Modified : /trunk/configure Revision: 2241 Author: adrpo Date: 00:31:25, den 22 mars 2006 Message: - *.vdproj must have CRLF endings, otherwise won't parse - rtest files must be executable, otherwise they will not work on Cygwin/Linux ---- Modified : /trunk/testsuite/mofiles/msl/rtest Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/testsuite/mofiles/drmodelica/rtest Modified : /trunk/Compiler/VC8/Setup/Setup.vdproj Revision: 2240 Author: petar Date: 17:01:10, den 21 mars 2006 Message: Reverted errormessages in parse. Did not work in interactive. ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/Main.rml Revision: 2239 Author: petar Date: 16:08:08, den 21 mars 2006 Message: Added floor_rettype ---- Modified : /trunk/c_runtime/modelica.h Revision: 2238 Author: petar Date: 14:44:52, den 21 mars 2006 Message: Fixed bug in generating zero equations for unconnected connectors. Fixed so parsestring and parseexpstr now also use new error message impl. ---- Modified : /trunk/testsuite/mofiles/Cardinality.mo Modified : /trunk/testsuite/mofiles/Connect1.mo Modified : /trunk/testsuite/mofiles/Connect2.mo Modified : /trunk/testsuite/mofiles/Connect7.mo Modified : /trunk/testsuite/mofiles/Connect8.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/Compiler/runtime/error_reporting.h Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/Connect.rml Revision: 2237 Author: x02lucpo Date: 11:42:28, den 21 mars 2006 Message: added executable file name to generate_init_data ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2236 Author: adrpo Date: 22:14:48, den 20 mars 2006 Message: updated to mirror the changes done in the general Makefile. ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 2235 Author: adrpo Date: 18:56:50, den 20 mars 2006 Message: renamed to just be used as a guide ---- Added : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample (Copy from path: /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch, Revision, 2234) Deleted : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch Revision: 2234 Author: adrpo Date: 18:56:04, den 20 mars 2006 Message: renamed to just have it as a guide ---- Added : /trunk/.project-sample (Copy from path: /trunk/.project, Revision, 2233) Deleted : /trunk/.project Revision: 2233 Author: adrpo Date: 18:51:43, den 20 mars 2006 Message: - edited the README-OMDev-MINGW.txt to change the way we handle .project and .externalToolBuilder/*.launch ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 2232 Author: adrpo Date: 18:35:11, den 20 mars 2006 Message: got rid of ExternalRMLDefines ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 2231 Author: x02lucpo Date: 13:50:16, den 20 mars 2006 Message: optimized rename_class ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2230 Author: petar Date: 13:20:50, den 20 mars 2006 Message: Fixed bug in intialization. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 2229 Author: petar Date: 12:14:21, den 20 mars 2006 Message: Added function bound_parameters to codegen to be used together with new initialization routines. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/SimCodegen.rml Revision: 2228 Author: adrpo Date: 07:39:15, den 20 mars 2006 Message: small change ---- Modified : /trunk/README-OMDev-MINGW.txt Revision: 2227 Author: adrpo Date: 07:37:15, den 20 mars 2006 Message: check for $OMDEV and $OMC_BUILD_FROM not needed. ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Revision: 2226 Author: adrpo Date: 07:36:02, den 20 mars 2006 Message: ExternalRMLDefines.h is not needed anymore. ---- Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 2225 Author: x02lucpo Date: 09:08:38, den 17 mars 2006 Message: added some extra macros for facilitating adding new source-files and flags automatically ---- Modified : /trunk/c_runtime/Makefile Revision: 2224 Author: x05andfe Date: 15:04:33, den 16 mars 2006 Message: Updated OMNotebooks help text, with information about the chapter numbering. // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Revision: 2223 Author: adrpo Date: 13:24:32, den 16 mars 2006 Message: right now the -Wnon-exhaustive flag of the rml-mmc compiler is not very useful. ---- Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 2222 Author: adrpo Date: 13:08:25, den 16 mars 2006 Message: small OMDev Makefiles modification due to the fact that now the external names are Java like. ---- Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 2221 Author: adrpo Date: 10:42:49, den 16 mars 2006 Message: small fixes to vc7 setup and winruntime ---- Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/winruntime/ErrorMessage.cpp Modified : /trunk/Compiler/winruntime/ErrorMessage.hpp Modified : /trunk/Compiler/winruntime/errorext.h Revision: 2220 Author: adrpo Date: 09:29:19, den 16 mars 2006 Message: undated to Java names all the names of the external relations! please, if you add some other external relations do not use "_" in it at least until we move to MetaModelica. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/modpar/TaskGraphExt.cpp Modified : /trunk/Compiler/modpar/TaskGraphExt_stub.cpp Modified : /trunk/Compiler/runtime/corbaimpl_stub.cpp Modified : /trunk/Compiler/ExternalRMLDefines.h Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassInf.rml Modified : /trunk/Compiler/ClassLoader.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Connect.rml Modified : /trunk/Compiler/Corba.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAEEXT.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Debug.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Error.rml Modified : /trunk/Compiler/ErrorExt.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/ModUtil.rml Modified : /trunk/Compiler/Prefix.rml Modified : /trunk/Compiler/Print.rml Modified : /trunk/Compiler/RTOpts.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/Settings.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/TaskGraphExt.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/Values.rml Modified : /trunk/Compiler/winruntime/corbaimpl.cpp Modified : /trunk/Compiler/winruntime/daeext.cpp Modified : /trunk/Compiler/winruntime/errorext.cpp Modified : /trunk/Compiler/winruntime/printimpl.c Modified : /trunk/Compiler/winruntime/rtopts.c Revision: 2219 Author: adrpo Date: 01:31:17, den 16 mars 2006 Message: updated Compiler/.depend to use the latest imports from the .rml files ---- Modified : /trunk/Compiler/.depend Revision: 2218 Author: adrpo Date: 01:19:53, den 16 mars 2006 Message: created new project conform to MDT 0.6.0 and OMDev. ---- Modified : /trunk/.project Revision: 2217 Author: adrpo Date: 09:50:47, den 15 mars 2006 Message: small timing modifications ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/rml2sig/rmldep-new.sh Revision: 2216 Author: adrpo Date: 18:14:51, den 14 mars 2006 Message: - reverted the getClassInformation(name) API to NOT return the class name ---- Modified : /trunk/Compiler/doc/omc_interactive_api.txt Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/Compiler/Interactive.rml Revision: 2215 Author: adrpo Date: 17:04:36, den 14 mars 2006 Message: - fixed Interactive.rml - get_class_information, missing a \" before class name in the returned string. - fixed omc_interactive_api.txt to agree with latest changes - fixed interactive_api_attributes.mos to agree with latest changes - fixed loadFileInteractiveQualified.mos to agree with latest changes - small modification to OMDev related Makefile.omdev.mingw and rml2sig/rmldep-new.sh ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/doc/omc_interactive_api.txt Modified : /trunk/Compiler/rml2sig/rmldep-new.sh Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/Compiler/Interactive.rml Revision: 2214 Author: x05andfe Date: 15:46:15, den 14 mars 2006 Message: Using qt to start OMC in both OMNotebook and OMShell. No console window is now neccessary for OMC. // Anders Fernström ---- Modified : /trunk/OMShell Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMShell/oms.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/modelicacolors.xml Modified : /trunk/OMShell/OMS.ncb Modified : /trunk/OMShell/OMS.suo Revision: 2213 Author: x02lucpo Date: 12:59:30, den 14 mars 2006 Message: changed get_class_information to return the name as second arg ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2212 Author: x05andfe Date: 12:42:05, den 14 mars 2006 Message: ---- Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.xml Revision: 2211 Author: adrpo Date: 21:35:54, den 13 mars 2006 Message: changes to: - .project (removed the MDT builder) (uses OpenModelica as project root) - builder OMDev-MINGW-OpenModelicaBuilder.launch (now builds from mo directly and has as OMDev path /c/OMdev) - Makefile.omdev.mingw (don't copy serialization files are they are not generated, print the dependency generation time) - rml2sig/rmldep-new.sh give some messages and generation time ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/rml2sig/rmldep-new.sh Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch Modified : /trunk/.project Revision: 2210 Author: adrpo Date: 07:04:21, den 13 mars 2006 Message: preserve file creation time when copy *.srz *.mo *.h between Compiler/ and Compiler/omc_release or Compiler/omc_debug ---- Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Revision: 2209 Author: adrpo Date: 06:07:25, den 13 mars 2006 Message: - removed unused imports from .rml files - fixed rml2sig/rmldep-new.sh to dump .sig instead of .rsig - fixed Makefile.omdev.mingw to not copy *.sig only *.srz to omc_debug and omc_release ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/rml2sig/rmldep-new.sh Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-nth.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-nth.c Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassInf.rml Modified : /trunk/Compiler/ClassLoader.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Connect.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/DumpGraphviz.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/ModUtil.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-nth.c Modified : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-nth.c Revision: 2208 Author: adrpo Date: 23:55:25, den 12 mars 2006 Message: Added VC8 for compiling OpenModelica with VC2005 ---- Added : /trunk/Compiler/Makefile-VC8.w32 Added : /trunk/Compiler/VC8 Added : /trunk/Compiler/VC8/Setup Added : /trunk/Compiler/VC8/Setup/Setup.vdproj Added : /trunk/Compiler/VC8/rmlRuntime Added : /trunk/Compiler/VC8/rmlRuntime/runtime Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-nth.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-nth.c Added : /trunk/Compiler/VC8/.cvsignore Added : /trunk/Compiler/VC8/MakeRMLandGRAMMAR Added : /trunk/Compiler/VC8/MakeRMLandGRAMMAR/.cvsignore Added : /trunk/Compiler/VC8/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Added : /trunk/Compiler/VC8/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj.KAFKA.adrpo.user Added : /trunk/Compiler/VC8/MakeRMLandGRAMMAR/Release Added : /trunk/Compiler/VC8/MakeRMLandGRAMMAR/Release/BuildLog.htm Added : /trunk/Compiler/VC8/MakeRMLandGRAMMAR/readme.txt Added : /trunk/Compiler/VC8/MakeStaticMicoLib Added : /trunk/Compiler/VC8/MakeStaticMicoLib/MakefileStatic.win32 Added : /trunk/Compiler/VC8/MakeStaticMicoLib/README.txt Added : /trunk/Compiler/VC8/README.txt Added : /trunk/Compiler/VC8/Release Added : /trunk/Compiler/VC8/Setup/Debug Added : /trunk/Compiler/VC8/Setup/ModelicaLib.tar.gz Added : /trunk/Compiler/VC8/Setup/OMNotebook.ico Added : /trunk/Compiler/VC8/Setup/OMShell.ico Added : /trunk/Compiler/VC8/Setup/OpenModelica.ico Added : /trunk/Compiler/VC8/Setup/PDF.ico Added : /trunk/Compiler/VC8/Setup/Release Added : /trunk/Compiler/VC8/Setup/Uninstall.bat Added : /trunk/Compiler/VC8/Setup/Uninstall.ico Added : /trunk/Compiler/VC8/Setup/additions Added : /trunk/Compiler/VC8/Setup/atl71.dll Added : /trunk/Compiler/VC8/Setup/bin Added : /trunk/Compiler/VC8/Setup/bin/comdlg32.dll Added : /trunk/Compiler/VC8/Setup/bin/gunzip.exe Added : /trunk/Compiler/VC8/Setup/bin/gzip.exe Added : /trunk/Compiler/VC8/Setup/bin/libiconv-2.dll Added : /trunk/Compiler/VC8/Setup/bin/libintl-2.dll Added : /trunk/Compiler/VC8/Setup/bin/mico2311.dll Added : /trunk/Compiler/VC8/Setup/bin/msvcrt.dll Added : /trunk/Compiler/VC8/Setup/bin/tar.exe Added : /trunk/Compiler/VC8/Setup/bin/zcat.exe Added : /trunk/Compiler/VC8/Setup/helptext.txt Added : /trunk/Compiler/VC8/Setup/mfc71.dll Added : /trunk/Compiler/VC8/Setup/mfc71u.dll Added : /trunk/Compiler/VC8/Setup/mingw.tar.gz Added : /trunk/Compiler/VC8/Setup/msvcp71.dll Added : /trunk/Compiler/VC8/Setup/msvcr71.dll Added : /trunk/Compiler/VC8/Setup/ptplot copyright.txt Added : /trunk/Compiler/VC8/Setup/ptplot.jar Added : /trunk/Compiler/VC8/Setup/testmodels Added : /trunk/Compiler/VC8/Setup/testmodels/Circle.mo Added : /trunk/Compiler/VC8/Setup/testmodels/HelloWorld.mo Added : /trunk/Compiler/VC8/Setup/testmodels/Influenza.mo Added : /trunk/Compiler/VC8/Setup/testmodels/SimpleIntegrator.mo Added : /trunk/Compiler/VC8/Setup/testmodels/VanDerPol.mo Added : /trunk/Compiler/VC8/Setup/testmodels/bubblesort.mo Added : /trunk/Compiler/VC8/Setup/testmodels/dcmotor.mo Added : /trunk/Compiler/VC8/Setup/testmodels/sim_Influenza.mos Added : /trunk/Compiler/VC8/Setup/testmodels/sim_dcmotor.mos Added : /trunk/Compiler/VC8/UpdateEnv Added : /trunk/Compiler/VC8/UpdateEnv/ReadMe.txt Added : /trunk/Compiler/VC8/UpdateEnv/Resource.h Added : /trunk/Compiler/VC8/UpdateEnv/UpdateEnv.cpp Added : /trunk/Compiler/VC8/UpdateEnv/UpdateEnv.h Added : /trunk/Compiler/VC8/UpdateEnv/UpdateEnv.ico Added : /trunk/Compiler/VC8/UpdateEnv/UpdateEnv.rc Added : /trunk/Compiler/VC8/UpdateEnv/UpdateEnv.vcproj Added : /trunk/Compiler/VC8/UpdateEnv/UpdateEnv.vcproj.KAFKA.adrpo.user Added : /trunk/Compiler/VC8/UpdateEnv/small.ico Added : /trunk/Compiler/VC8/UpdateEnv/stdafx.cpp Added : /trunk/Compiler/VC8/UpdateEnv/stdafx.h Added : /trunk/Compiler/VC8/absyn_builder.vcproj Added : /trunk/Compiler/VC8/absyn_builder.vcproj.KAFKA.adrpo.user Added : /trunk/Compiler/VC8/antlr Added : /trunk/Compiler/VC8/antlr/Makefile.win32 Added : /trunk/Compiler/VC8/c_runtime.vcproj Added : /trunk/Compiler/VC8/c_runtime.vcproj.KAFKA.adrpo.user Added : /trunk/Compiler/VC8/cleanomc.bat Added : /trunk/Compiler/VC8/libf2c.vcproj Added : /trunk/Compiler/VC8/libf2c.vcproj.KAFKA.adrpo.user Added : /trunk/Compiler/VC8/makeomc.bat Added : /trunk/Compiler/VC8/omc Added : /trunk/Compiler/VC8/omc/.cvsignore Added : /trunk/Compiler/VC8/omc/Readme.txt Added : /trunk/Compiler/VC8/omc/modeq.sln Added : /trunk/Compiler/VC8/omc.vcproj Added : /trunk/Compiler/VC8/omc.vcproj.KAFKA.adrpo.user Added : /trunk/Compiler/VC8/rebuildomc.bat Added : /trunk/Compiler/VC8/rmlRuntime/rmlRuntime.sln Added : /trunk/Compiler/VC8/rmlRuntime/rmlRuntime.suo Added : /trunk/Compiler/VC8/rmlRuntime/rmlRuntime.vcproj Added : /trunk/Compiler/VC8/rmlRuntime/rmlRuntime.vcproj.KAFKA.adrpo.user Added : /trunk/Compiler/VC8/rmlRuntime/runtime/Make.mk Added : /trunk/Compiler/VC8/rmlRuntime/runtime/Makefile Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-add.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-create.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-length.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-list.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-setnth.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-update.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/arr-vec.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/bool-and.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/bool-not.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/bool-or.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/external-rml.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-abs.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-add.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-div.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-eq.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-ge.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-gt.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-int.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-le.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-lt.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-max.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-min.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-mod.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-mul.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-ne.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-neg.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-real.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-str.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/int-sub.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-append.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-arr.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-delete.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-length.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-member.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-nth.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-reverse.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-str.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/list-vec.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/lvar-get.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/lvar-new.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/lvar-set.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/main.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/misc-clock.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/misc-print.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/misc-tick.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-atoi.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-clock.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-equal.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-gccore.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-gccore.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-gcuser-block.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-gcuser-plain.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-get-real.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-init.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-mkreal.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-mkstring.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-motor.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-nil.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-once.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-set-real.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-stringeq.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-unwind.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/p-usergc.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-abs.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-add.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-atan.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-cos.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-div.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-eq.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-exp.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-floor.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-ge.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-gt.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-int.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-le.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-ln.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-lt.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-max.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-min.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-mod.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-mul.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-ne.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-neg.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-pow.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-sin.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-sqrt.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-str.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/real-sub.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/rml-core.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/rml-predef.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/rml-state.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/str-append.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/str-int.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/str-length.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/str-list.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/str-nth.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/str-setnth.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-add.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-arr.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-create.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-length.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-list.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-setnth.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/vec-update.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/z-agptr.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/z-joing.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/z-lgptr.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/common/z-split.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/Make.mk Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/Makefile Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/rml-labels.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/rml-select.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/rml.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/586-linux-gcc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/686-linux-gcc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/alpha-osf-cc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/alpha-osf-gcc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/hppa-hpux-cc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/hppa-hpux-gcc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/mips-irix-cc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/mips-irix-gcc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/rs6000-aix-cc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/rs6000-aix-gcc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/rs6000-parix-cc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/rs6000-parix-gcc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/sparc-sol2-cc-1 Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/sparc-sol2-cc-2 Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/sparc-sol2-gcc-1 Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/data/sparc-sol2-gcc-2 Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/etc Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/etc/logtodata Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/etc/make.mk Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/etc/mintotex Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/etc/selavg Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/etc/selmin Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/bench/machines Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/Makefile Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/bench Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/bench.px Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/check.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/check.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/config.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/dec-bug.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/diff.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/diff.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/log.new Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/main.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/mask.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/mask.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/test.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/ticks.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/dryrun/ticks.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/rngchk Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/rngchk/Makefile Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/rngchk/main.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/test/xxx.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/diff/z-ysize.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/mask Added : /trunk/Compiler/VC8/rmlRuntime/runtime/mask/Make.mk Added : /trunk/Compiler/VC8/rmlRuntime/runtime/mask/Makefile Added : /trunk/Compiler/VC8/rmlRuntime/runtime/mask/p-mask.c Added : /trunk/Compiler/VC8/rmlRuntime/runtime/mask/rml-labels.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/mask/rml-select.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/mask/rml.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/mask/z-ysize.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/plain Added : /trunk/Compiler/VC8/rmlRuntime/runtime/plain/Make.mk Added : /trunk/Compiler/VC8/rmlRuntime/runtime/plain/Makefile Added : /trunk/Compiler/VC8/rmlRuntime/runtime/plain/rml-labels.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/plain/rml-select.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/plain/rml.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/plain/z-ysize.h Added : /trunk/Compiler/VC8/rmlRuntime/runtime/sml Added : /trunk/Compiler/VC8/rmlRuntime/runtime/sml/rml.sig Added : /trunk/Compiler/VC8/rmlRuntime/runtime/sml/rml.sml Added : /trunk/Compiler/VC8/rmlc.bat Added : /trunk/Compiler/VC8/runtime.vcproj Added : /trunk/Compiler/VC8/runtime.vcproj.KAFKA.adrpo.user Revision: 2207 Author: adrpo Date: 05:00:27, den 11 mars 2006 Message: petar fixed the getClassInformation so I made changes to Compiler/doc/omc_interactive_api.txt to match the new changes ---- Modified : /trunk/Compiler/doc/omc_interactive_api.txt Revision: 2206 Author: adrpo Date: 19:30:46, den 10 mars 2006 Message: Removed after it was copied to trunk/tools/rml2mod ---- Deleted : /trunk/Compiler/yaccpar Revision: 2205 Author: adrpo Date: 19:29:48, den 10 mars 2006 Message: relocated to trunk/tools/rml2mod ---- Added : /trunk/tools/rml2mod (Copy from path: /trunk/Compiler/yaccpar, Revision, 2204) Revision: 2204 Author: adrpo Date: 19:22:20, den 10 mars 2006 Message: Adrian Pop: - relocate "xml" directory to "tools" ---- Added : /trunk/tools/xml (Copy from path: /trunk/xml, Revision, 2203) Deleted : /trunk/xml Revision: 2203 Author: adrpo Date: 19:21:38, den 10 mars 2006 Message: Adrian Pop, "tools" directory will hold additional stuff. ---- Added : /trunk/tools Revision: 2202 Author: adrpo Date: 19:19:47, den 10 mars 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-03-10 - updated RML->MetaModelica translator to latest version! ---- Added : /trunk/Compiler/yaccpar/.externalToolBuilders Added : /trunk/Compiler/yaccpar/.externalToolBuilders/Make.launch Added : /trunk/Compiler/yaccpar/.project Modified : /trunk/Compiler/yaccpar/Makefile Modified : /trunk/Compiler/yaccpar/absyn.rml Modified : /trunk/Compiler/yaccpar/defs.h Added : /trunk/Compiler/yaccpar/dictionary.rml Added : /trunk/Compiler/yaccpar/external.c Added : /trunk/Compiler/yaccpar/external.rml Modified : /trunk/Compiler/yaccpar/lexer.c Added : /trunk/Compiler/yaccpar/loadprogramdb.c Added : /trunk/Compiler/yaccpar/loadprogramdb.rml Added : /trunk/Compiler/yaccpar/lookup.rml Modified : /trunk/Compiler/yaccpar/main.rml Added : /trunk/Compiler/yaccpar/moddump.rml Added : /trunk/Compiler/yaccpar/modrefactor.rml Added : /trunk/Compiler/yaccpar/modrefactortypes.rml Modified : /trunk/Compiler/yaccpar/parser.y Added : /trunk/Compiler/yaccpar/print.rml Added : /trunk/Compiler/yaccpar/rml-db-parse.y Added : /trunk/Compiler/yaccpar/rml-db-scan.l Added : /trunk/Compiler/yaccpar/rml2mmod Added : /trunk/Compiler/yaccpar/rml2mmod/rml2mmod.sln Added : /trunk/Compiler/yaccpar/rml2mmod/rml2mmod.suo Modified : /trunk/Compiler/yaccpar/rmldump.rml Modified : /trunk/Compiler/yaccpar/rmlrefactor.rml Added : /trunk/Compiler/yaccpar/rmltomod.rml Modified : /trunk/Compiler/yaccpar/scanparse.c Added : /trunk/Compiler/yaccpar/util.rml Modified : /trunk/Compiler/yaccpar/yacclib.c Revision: 2201 Author: adrpo Date: 19:04:16, den 10 mars 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-03-10 - fixed the new stuff from c_runtime into the VC7 setup - fixed the new RML runtime in the VC7 setup - fixed the testsuite/mosfiles/interactive_api_attributes.mos [petar changed the getClassInformation() API] - fixed the testsuite/mosfiles/loadFileInteractiveQualified.mos [petar changed the getClassInformation() API] Cheers, Adrian Pop/ ---- Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/Compiler/VC7/c_runtime.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/main.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-core.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/plain/rml.h Modified : /trunk/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-nth.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-setnth.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-update.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-vec.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/int-int.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-nth.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/list-str.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/misc-print.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/p-init.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/real-str.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/rml-predef.h Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/str-list.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/str-nth.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-arr.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-nth.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-setnth.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-update.c Revision: 2199 Author: petar Date: 12:55:17, den 9 mars 2006 Message: ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 2198 Author: adrpo Date: 12:21:39, den 9 mars 2006 Message: Adrian Pop, - Added DAEEXT__clearDiferentiated to the ExternalRMLDefines.h ---- Modified : /trunk/Compiler/ExternalRMLDefines.h Revision: 2197 Author: petar Date: 10:41:59, den 9 mars 2006 Message: Fixed bug in getClassInformation. Seems unneccessary to return class name since that is was is passed to function. ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2196 Author: petar Date: 08:35:51, den 9 mars 2006 Message: Fixed bug with clearing differntiated equations marks when running interactive. ---- Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/DAEEXT.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/winruntime/daeext.cpp Revision: 2195 Author: petar Date: 15:15:48, den 8 mars 2006 Message: The fixed attribute of a dummy derivative is now propagated (trough the constraint equation) to the state. ---- Modified : /trunk/Compiler/DAELow.rml Revision: 2194 Author: petar Date: 15:09:10, den 8 mars 2006 Message: Imlemented prototype initialization scheme using optimization.(Bernhard Bachmann). ---- Added : /trunk/c_runtime/bigden.f Added : /trunk/c_runtime/biglag.f Revision: 2193 Author: petar Date: 14:20:39, den 8 mars 2006 Message: Imlemented prototype initialization scheme using optimization.(Bernhard Bachmann). ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/testsuite/mofiles/msl/BS11.mo Modified : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo Modified : /trunk/testsuite/mofiles/msl/BC1.mo Modified : /trunk/testsuite/mofiles/msl/BC10.mo Modified : /trunk/testsuite/mofiles/msl/BC11.mo Modified : /trunk/testsuite/mofiles/msl/BC2.mo Modified : /trunk/testsuite/mofiles/msl/BC3.mo Modified : /trunk/testsuite/mofiles/msl/BC4.mo Modified : /trunk/testsuite/mofiles/msl/BC5.mo Modified : /trunk/testsuite/mofiles/msl/BC6.mo Modified : /trunk/testsuite/mofiles/msl/BC7.mo Modified : /trunk/testsuite/mofiles/msl/BC8.mo Modified : /trunk/testsuite/mofiles/msl/BC9.mo Modified : /trunk/testsuite/mofiles/msl/BM1.mo Modified : /trunk/testsuite/mofiles/msl/BM10.mo Modified : /trunk/testsuite/mofiles/msl/BM11.mo Modified : /trunk/testsuite/mofiles/msl/BM12.mo Modified : /trunk/testsuite/mofiles/msl/BM13.mo Modified : /trunk/testsuite/mofiles/msl/BM14.mo Modified : /trunk/testsuite/mofiles/msl/BM15.mo Modified : /trunk/testsuite/mofiles/msl/BM16.mo Modified : /trunk/testsuite/mofiles/msl/BM17.mo Modified : /trunk/testsuite/mofiles/msl/BM18.mo Modified : /trunk/testsuite/mofiles/msl/BM19.mo Modified : /trunk/testsuite/mofiles/msl/BM2.mo Modified : /trunk/testsuite/mofiles/msl/BM20.mo Modified : /trunk/testsuite/mofiles/msl/BM21.mo Modified : /trunk/testsuite/mofiles/msl/BM22.mo Modified : /trunk/testsuite/mofiles/msl/BM23.mo Modified : /trunk/testsuite/mofiles/msl/BM24.mo Modified : /trunk/testsuite/mofiles/msl/BM25.mo Modified : /trunk/testsuite/mofiles/msl/BM26.mo Modified : /trunk/testsuite/mofiles/msl/BM27.mo Modified : /trunk/testsuite/mofiles/msl/BM3.mo Modified : /trunk/testsuite/mofiles/msl/BM4.mo Modified : /trunk/testsuite/mofiles/msl/BM5.mo Modified : /trunk/testsuite/mofiles/msl/BM6.mo Modified : /trunk/testsuite/mofiles/msl/BM7.mo Modified : /trunk/testsuite/mofiles/msl/BM8.mo Modified : /trunk/testsuite/mofiles/msl/BM9.mo Modified : /trunk/testsuite/mofiles/msl/BN1.mo Modified : /trunk/testsuite/mofiles/msl/BN2.mo Modified : /trunk/testsuite/mofiles/msl/BN3.mo Modified : /trunk/testsuite/mofiles/msl/BS1.mo Modified : /trunk/testsuite/mofiles/msl/BS10.mo Modified : /trunk/testsuite/mofiles/msl/BS12.mo Modified : /trunk/testsuite/mofiles/msl/BS13.mo Modified : /trunk/testsuite/mofiles/msl/BS14.mo Modified : /trunk/testsuite/mofiles/msl/BS15.mo Modified : /trunk/testsuite/mofiles/msl/BS16.mo Modified : /trunk/testsuite/mofiles/msl/BS17.mo Modified : /trunk/testsuite/mofiles/msl/BS2.mo Modified : /trunk/testsuite/mofiles/msl/BS3.mo Modified : /trunk/testsuite/mofiles/msl/BS4.mo Modified : /trunk/testsuite/mofiles/msl/BS5.mo Modified : /trunk/testsuite/mofiles/msl/BS6.mo Modified : /trunk/testsuite/mofiles/msl/BS7.mo Modified : /trunk/testsuite/mofiles/msl/BS8.mo Modified : /trunk/testsuite/mofiles/msl/BS9.mo Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile Added : /trunk/c_runtime/nelmead.f Added : /trunk/c_runtime/newuoa.f Added : /trunk/c_runtime/newuob.f Added : /trunk/c_runtime/trsapp.f Added : /trunk/c_runtime/update.f Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2192 Author: x02lucpo Date: 13:53:54, den 8 mars 2006 Message: ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2191 Author: adrpo Date: 02:52:12, den 8 mars 2006 Message: not needed, copied on compile from Compiler/ ---- Deleted : /trunk/Compiler/omc_release/ExternalRMLDefines.h Revision: 2190 Author: adrpo Date: 02:51:53, den 8 mars 2006 Message: not needed, copied on compile from Compiler/ ---- Deleted : /trunk/Compiler/omc_debug/ExternalRMLDefines.h Revision: 2189 Author: adrpo Date: 02:50:22, den 8 mars 2006 Message: OMDev fixes ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Compiler/ExternalRMLDefines.h Modified : /trunk/Compiler/omc_release/ExternalRMLDefines.h Modified : /trunk/Compiler/omc_debug/ExternalRMLDefines.h Revision: 2188 Author: adrpo Date: 00:20:13, den 8 mars 2006 Message: Added Compiler/runtime/settingsimpl.c to the Makefile.omdev.mingw. ---- Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Revision: 2187 Author: adrpo Date: 23:43:10, den 7 mars 2006 Message: Fixed an error that prevented generation of the .mo again when .rml are newer. ---- Modified : /trunk/Compiler/rml2mmo/translate-if-needed.sh Revision: 2186 Author: x02lucpo Date: 13:58:19, den 7 mars 2006 Message: corrected some errors for the new setup ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/System.rml Revision: 2185 Author: x02lucpo Date: 14:14:21, den 6 mars 2006 Message: corrected the return value from renameClass ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2184 Author: x02lucpo Date: 13:54:05, den 6 mars 2006 Message: made renameClass to return a string-list with the path of the changed classes ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2183 Author: adrpo Date: 22:39:06, den 4 mars 2006 Message: Just text changes ---- Modified : /trunk/Compiler/rml2mmo/trall.sh Revision: 2182 Author: x05andfe Date: 14:55:14, den 3 mars 2006 Message: fixed some small bugs in OMNotebook and added automatic chapter numbering to the stylesheet. // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cell.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellstyle.h Added : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp Added : /trunk/OMNotebook/OMNotebookQT4/chaptercountervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.xml Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Revision: 2181 Author: petar Date: 10:24:47, den 3 mars 2006 Message: Implemented residual function for intitial calculation. ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2180 Author: petar Date: 12:55:16, den 2 mars 2006 Message: Implemented remove of simple equations after matching. Implemented propagation of initial values on dummy states onto proper states. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2179 Author: adrpo Date: 17:56:44, den 1 mars 2006 Message: Adrian Pop, 2006-03-01 Updated OMDev makefiles ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.common.omdev.mingw Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/Compiler/ExternalRMLDefines.h Modified : /trunk/Compiler/omc_release/ExternalRMLDefines.h Modified : /trunk/Compiler/omc_debug/ExternalRMLDefines.h Revision: 2178 Author: adrpo Date: 18:12:33, den 28 februari 2006 Message: Adrian Pop, - small changes to make runtime and winruntime more uniform. We should really unify them and put compiler #ifdef. I'll get to that in some near future. ---- Modified : /trunk/Compiler/runtime/corbaimpl_stub.cpp Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/winruntime/corbaimpl.cpp Modified : /trunk/Compiler/winruntime/ptolemyio.cpp Modified : /trunk/Compiler/winruntime/settingsimpl.c Revision: 2177 Author: x05andfe Date: 17:25:59, den 28 februari 2006 Message: added backwards compatible to the search for DrModelica and OMC in OMNotebook and OMShell // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/OMS.ncb Modified : /trunk/OMShell/OMS.suo Revision: 2176 Author: x05andfe Date: 12:50:04, den 28 februari 2006 Message: updated OMNotebook and OMShell so the applications uses the OPENMODELICAPATH to find DrModelica and omc.exe during start up. // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMShell/QWinMosh.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMShell/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Revision: 2175 Author: adrpo Date: 00:18:41, den 27 februari 2006 Message: Added info on how to plot on Linux. ---- Modified : /trunk/README.Cygwin.or.Linux.txt Revision: 2174 Author: adrpo Date: 00:14:38, den 27 februari 2006 Message: Added script to plot from Linux. ---- Modified : /trunk/Compiler/Makefile.in Added : /trunk/Compiler/scripts/doPlot.Linux Revision: 2173 Author: adrpo Date: 12:44:23, den 26 februari 2006 Message: good to have the ptplot here as there is none in the Linux version. ---- Added : /trunk/build/bin/ptplot.jar Added : /trunk/build/bin/ptplot copyright.txt Revision: 2172 Author: adrpo Date: 12:26:59, den 26 februari 2006 Message: Removed file/folder as they were moved to doc/omc_helptext.txt doc/omc_interactive_api.txt ---- Deleted : /trunk/Compiler/helptext.txt Deleted : /trunk/Compiler/interactive_api.txt Revision: 2171 Author: adrpo Date: 12:25:04, den 26 februari 2006 Message: Needed by OMShell and OMNotebook ---- Added : /trunk/Compiler/VC7/Setup/msvcr71.dll Added : /trunk/Compiler/VC7/Setup/msvcp71.dll Added : /trunk/Compiler/VC7/Setup/mfc71u.dll Added : /trunk/Compiler/VC7/Setup/mfc71.dll Added : /trunk/Compiler/VC7/Setup/atl71.dll Revision: 2170 Author: adrpo Date: 12:23:44, den 26 februari 2006 Message: Added testmodels to build/doc/testmodels as a holder for testmodels. ---- Added : /trunk/build/doc/testmodels Revision: 2169 Author: adrpo Date: 12:18:55, den 26 februari 2006 Message: Adrian Pop, 2006-02-26 - compilation on Linux, Cygwin, MSVC works now from SVN. All tests are OK. - big changes to compilation result structure: The compilation result has now the following structure: build/bin (omc, OMShell, OMNotebook, ptplot.jar, Compile.bat, Compile, doPlot.bat, doPlot, omc_helptext.txt) build/include (all the .h files from c_runtime) build/lib (all the lib* and libf2c/lib* files from c_runtime) build/doc (trunk/doc and Compiler/doc) build/doc/testmodels (all the trunk/Examples/*.* files) --------------------------------------------- - the makefiles now copy the needed files to the above structure after compilation - changed the rml files to use this structure when compiling, or plotting. - changed the rtest files to use the build structure when running tests - changed the VC7 setup to use this structure when deploying - changed mosh (changed its name to OMShell) to use this structure when running omc - added an install to the root Makefile that installs in what was give to configure --prefix=path or just ./install if none given. The usage of OPENMODELICAHOME changed in this way: - OPENMODELICAHOME/bin is used when running omc or calling scripts or searching for omc_helptext.txt - OPENMODELICAHOME/lib is given as -L to compilation scripts - OPENMODELICAHOME/include is given as -I to compilation scripts helptext.txt and interactive_api.txt moved to Compiler/doc/omc_helptext.txt or omc_interactive_api.txt Updated all README* accordingly. These changes will make easier to move source directories around and arrange the SVN as we like because the runtime structure is not the same as the compilation structure anymore. Also is easier to understand what is the result of a compilation because all the needed files for running OMC are now in trunk/build and not all over the source tree. ---- Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/absyn_builder/Makefile.in Modified : /trunk/flat_modelica_parser/src/Makefile.in Modified : /trunk/modelica_parser/src/Makefile.in Modified : /trunk/Compiler/Makefile.in Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/c_runtime/Makefile Modified : /trunk/README-WIN32.txt Added : /trunk/Compiler/doc/omc_helptext.txt Added : /trunk/Compiler/doc/omc_interactive_api.txt Modified : /trunk/Compiler/scripts/doPlot Modified : /trunk/Compiler/scripts/doPlot.bat Added : /trunk/build/doc Modified : /trunk/Compiler/modpar/Makefile.in Modified : /trunk/testsuite/mofiles/msl/rtest Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.cpp Modified : /trunk/modelica_parser/test/lexer/Makefile.in Modified : /trunk/modelica_parser/test/parser/Makefile.in Modified : /trunk/testsuite/mofiles/drmodelica/rtest Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/test_codegen/Makefile.in Revision: 2168 Author: adrpo Date: 00:55:06, den 26 februari 2006 Message: Adrian Pop, 2006-02-26 -added trunk/build with bin, include and lib directories. -modified makefiles to use these directories ---- Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/Compiler/Makefile.in Added : /trunk/build Added : /trunk/build/lib Added : /trunk/build/bin Added : /trunk/build/include Revision: 2167 Author: adrpo Date: 00:11:57, den 26 februari 2006 Message: Adrian Pop, 2005-02-26 Changed some Makefile.in to copy executables directly into trunk/. not Compiler/. Also now it uses EXEEXT in all the needed Makefiles. This change is to allow mosh to find the omc compiler in the OPENMODELICAHOME not in OPENMODELICAHOME/Compiler and to move forward to a structure like: trunk/build |-bin |-lib \-include meaning that all the needed files should be in the trunk/build directory after compilation. ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/Makefile.in Modified : /trunk/README.Cygwin.or.Linux.txt Modified : /trunk/testsuite/mofiles/msl/rtest Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/testsuite/mofiles/drmodelica/rtest Revision: 2166 Author: adrpo Date: 21:57:39, den 25 februari 2006 Message: Removed file/folder ---- Deleted : /trunk/README Revision: 2165 Author: adrpo Date: 21:57:01, den 25 februari 2006 Message: Adrian Pop, 2006-02-25 - updated README and changed its name to README.Cygwin.or.Linux.txt ---- Added : /trunk/README.Cygwin.or.Linux.txt Revision: 2164 Author: adrpo Date: 20:37:46, den 25 februari 2006 Message: Adrian Pop, 2006-02-25 - fixed Linux compilation issues - fixed testsuite/mosfiles/rtest to call egrep without path. (you can't assume egrep is where you expect it to be) - fixed testsuite/mofiles/drmodelica/Makefile: InValid -> Invalid (Linux case issue) - fixed Compiler/absyn_builder/walker.g set k=1; (antlr-2.7.6) anyway we don't use any lookahead in the tree parser - fixed Compiler/Ceval.rml to use the .exe on Linux also, because it does not find the file to simulate otherwise Compilation on Linux, Cygwin, VC7 works now! ---- Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/Compiler/Ceval.rml Revision: 2163 Author: adrpo Date: 19:32:57, den 24 februari 2006 Message: Adrian Pop, 2006-02-24 - changed the VC setup a bit + added uninstall.bat. + added some .ico to make the OpenModelica User Menu Items more nice. + now the installer creates icons directory with some icons. ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Added : /trunk/Compiler/VC7/Setup/Uninstall.bat Added : /trunk/Compiler/VC7/Setup/Uninstall.ico Added : /trunk/Compiler/VC7/Setup/PDF.ico Added : /trunk/Compiler/VC7/Setup/OMShell.ico Added : /trunk/Compiler/VC7/Setup/OMNotebook.ico Revision: 2162 Author: adrpo Date: 16:54:00, den 24 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-24 - changed/added API functions + have a look at Compiler/interactive_api.txt or: - testsuite/mosfiles/interactive_api_attributes.mos - testsuite/mosfiles/loadFileInteractiveQualified.mos + changed getClassInformation API in Compiler/Interactive.rml + added getClassAttributes API in Compiler/Interactive.rml ---- Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mo Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/interactive_api.txt Revision: 2161 Author: x05andre Date: 13:12:31, den 24 februari 2006 Message: * fix include path when building with mico 2.3.12 ---- Modified : /trunk/Compiler/runtime/Makefile.in Revision: 2160 Author: petar Date: 11:35:54, den 24 februari 2006 Message: Fixed bug in initialization. Now handles initial equation better. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2159 Author: petar Date: 13:50:42, den 22 februari 2006 Message: Partly implemented support for Modelica.Math.tempInterpol2 function. ---- Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Revision: 2158 Author: petar Date: 16:43:16, den 21 februari 2006 Message: Fixed bug with type conversion (Integer->Real) in arrays. (MC bug 396) ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Array12.mo Modified : /trunk/Compiler/Static.rml Deleted : /trunk/testsuite/mofiles/cases.texi Revision: 2157 Author: petar Date: 16:12:50, den 21 februari 2006 Message: Fixed bug (MC 461) ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2156 Author: petar Date: 15:39:33, den 21 februari 2006 Message: Fixed bug (MC 411) ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2155 Author: x05andfe Date: 15:04:35, den 21 februari 2006 Message: Small fix to OMNotebook and changed the folder name OMS to OMShell. //Anders Fernström ---- Added : /trunk/OMShell (Copy from path: /trunk/OMS, Revision, 2151) Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Replacing : /trunk/OMShell/QWinMosh.vcproj (Copy from path: /trunk/OMS/QWinMosh.vcproj, Revision, 2154) Replacing : /trunk/OMShell/oms.cpp (Copy from path: /trunk/OMS/oms.cpp, Revision, 2154) Replacing : /trunk/OMShell/oms.h (Copy from path: /trunk/OMS/oms.h, Revision, 2154) Modified : /trunk/OMNotebook/OMNotebookQT4/res_qt.qrc Added : /trunk/OMNotebook/OMNotebookQT4/Resources Replacing : /trunk/OMShell/OMS.ncb (Copy from path: /trunk/OMS/OMS.ncb, Revision, 2154) Replacing : /trunk/OMShell/OMS.suo (Copy from path: /trunk/OMS/OMS.suo, Revision, 2154) Added : /trunk/OMNotebook/OMNotebookQT4/Resources/omnotebook_png.png Deleted : /trunk/OMS Revision: 2154 Author: petar Date: 14:53:29, den 21 februari 2006 Message: See previous log. ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2153 Author: petar Date: 14:51:30, den 21 februari 2006 Message: Fixed bug (MC 382) ---- Modified : /trunk/c_runtime/real_array.c Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2152 Author: x05andfe Date: 13:29:24, den 21 februari 2006 Message: changed same small thing in OMShell and OMNotebook. Both applications are using Qt 4.1, Open Source license now. // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/ReadMe.txt Modified : /trunk/OMS/OMS.ncb Modified : /trunk/OMS/OMS.suo Modified : /trunk/OMS/QWinMosh.vcproj Modified : /trunk/OMS/oms.cpp Modified : /trunk/OMS/oms.h Revision: 2151 Author: x02lucpo Date: 10:58:45, den 21 februari 2006 Message: changed the generate_init_data to use tolerance and output-steps ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2150 Author: petar Date: 10:46:20, den 21 februari 2006 Message: One more bugfix for (MC bug 443). ---- Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Mod.rml Revision: 2149 Author: petar Date: 08:15:26, den 21 februari 2006 Message: Added error message for wrong type in modifiers.(MC bug 443) Fixed bug when turning of error messages in Inst. ---- Modified : /trunk/testsuite/mofiles/Real2Integer1.mo Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Error.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/testsuite/mofiles/cases.texi Revision: 2148 Author: x02lucpo Date: 17:17:37, den 20 februari 2006 Message: made loadFileInteractiveQualified work lazy ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2147 Author: petar Date: 13:49:29, den 20 februari 2006 Message: Fixed bug with initialization and added some predefined types. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/matrix.h Revision: 2146 Author: x02lucpo Date: 09:18:21, den 20 februari 2006 Message: added a settings-module for different global settings ---- Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/Compiler/runtime/settingsimpl.c Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/Ceval.rml Added : /trunk/Compiler/Settings.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/System.rml Added : /trunk/Compiler/winruntime/settingsimpl.c Revision: 2145 Author: x02lucpo Date: 17:45:16, den 17 februari 2006 Message: optimize extract all components ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2143 Author: adrpo Date: 14:34:26, den 17 februari 2006 Message: Adrian Pop, 2006-02-17 Seems qt-mt335.dll is not needed anymore! ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2142 Author: x05andfe Date: 13:25:58, den 17 februari 2006 Message: updated OMNotebook updated // Anders Fernström ---- Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Revision: 2141 Author: petar Date: 12:38:40, den 17 februari 2006 Message: Added abs_rettype ---- Modified : /trunk/c_runtime/modelica.h Revision: 2140 Author: x02lucpo Date: 09:32:34, den 17 februari 2006 Message: ---- Modified : /trunk/Compiler/Ceval.rml Revision: 2139 Author: petar Date: 08:46:49, den 17 februari 2006 Message: Forgot to add testfiles. ---- Added : /trunk/testsuite/mosfiles/IdealDiode.mos Added : /trunk/testsuite/mosfiles/ideal_diode.mo Revision: 2138 Author: adrpo Date: 08:43:30, den 17 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-17 I hope this is the final version of the getCrefInfo! Changed: Compiler/Interactive.rml and testsuite/mosfiles/loadFileInteractiveQualified.mos There are no class* position info now. Instead they replaced the element* position info. ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Revision: 2137 Author: petar Date: 08:43:30, den 17 februari 2006 Message: Fixed bug in generate_mixed_discrete_combination_values. ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2136 Author: petar Date: 17:19:56, den 16 februari 2006 Message: Partly implemented mixed system of equations. The solver now takes a tiny step beyond events such that mixed systems can be solved. Perhaps this can be done smarter in the future. Small example of mixed systems is an ideal diode, see testfiles/mosfiles/IdealDiode.mos ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/Rename.mos Revision: 2135 Author: x02lucpo Date: 15:53:39, den 16 februari 2006 Message: do not remove /B from exit ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 2134 Author: x02lucpo Date: 10:39:41, den 16 februari 2006 Message: implemented rename_class to change the class-name in all the program ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2133 Author: x05andfe Date: 10:24:41, den 16 februari 2006 Message: updated version om OMNotebook. // Anders Fernström ---- Modified : /trunk/OMNotebook/NotebookParser/lexer.g Modified : /trunk/OMNotebook/NotebookParser/parser.g Modified : /trunk/OMNotebook/NotebookParser/walker.g Modified : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Modified : /trunk/OMNotebook/OMNotebookQT4/application.h Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cell.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/celldocumentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellstyle.h Modified : /trunk/OMNotebook/OMNotebookQT4/command.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcenter.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.h Modified : /trunk/OMNotebook/OMNotebookQT4/commandunit.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/cursorposvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/document.h Modified : /trunk/OMNotebook/OMNotebookQT4/documentview.h Modified : /trunk/OMNotebook/OMNotebookQT4/factory.h Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.h Modified : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/modelicacolors.xml Modified : /trunk/OMNotebook/OMNotebookQT4/nbparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebookparser.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.hpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/otherdlg.h Modified : /trunk/OMNotebook/OMNotebookQT4/parserfactory.h Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/rule.h Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/stripstring.h Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Modified : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.h Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/treeview.h Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/visitor.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h Modified : /trunk/OMNotebook/ReadMe.txt Revision: 2132 Author: x05andre Date: 10:21:23, den 16 februari 2006 Message: * updated the tests so that they pass. Panic mode handles these faulty constructs and reports no error message. Error message handling should be added to the batch mode of OMC. Errors can be found in the error message queue. ---- Modified : /trunk/testsuite/mofiles/ConstructParameters1.mo Modified : /trunk/testsuite/mofiles/Declaration1.mo Modified : /trunk/testsuite/mofiles/Declaration2.mo Modified : /trunk/testsuite/mofiles/Declaration3.mo Modified : /trunk/testsuite/mofiles/ModifyConstant3.mo Revision: 2119 Author: adrpo Date: 18:30:25, den 15 februari 2006 Message: Adrian Pop, 2006-02-15 Changed testsuite/mosfiles/loadFileInteractiveQualified.mos to match the latest positional info specification. ---- Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Revision: 2118 Author: davbr Date: 15:28:57, den 15 februari 2006 Message: Added support for interactive versions of the "if" and "while" statement. Further, functions added in the interactive environment will now be type checked directly (not waiting until the function is called). Test cases are added to check the new functionality. ---- Modified : /trunk/Compiler/ClassLoader.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Static.rml Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Added : /trunk/testsuite/mosfiles/IfStatement.mos Added : /trunk/testsuite/mosfiles/IfStatementIllegal.mos Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/WhileStatement.mos Added : /trunk/testsuite/mosfiles/WhileStatementIllegal.mos Revision: 2117 Author: x02lucpo Date: 09:25:11, den 15 februari 2006 Message: added load_file(string) => Absyn.Program in ClassLoader.rml. this loads the file or whole package ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassLoader.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/testsuite/mosfiles/Rename.mos Revision: 2116 Author: x02lucpo Date: 15:37:07, den 14 februari 2006 Message: added Rename-component test to test-suite ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2115 Author: adrpo Date: 12:54:37, den 14 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-14. I put back the position information of a class that is part of an element, because the element could be created, not parsed and has no position then. ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2114 Author: x02lucpo Date: 11:16:57, den 14 februari 2006 Message: added Rename-component test to test-suite ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/Rename.mo Added : /trunk/testsuite/mosfiles/Rename.mos Revision: 2113 Author: petar Date: 08:55:13, den 14 februari 2006 Message: Fixes to luc checkin. Removed trailing '&'. ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2112 Author: adrpo Date: 00:54:43, den 14 februari 2006 Message: Seems this file is really needed. ---- Added : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2111 Author: adrpo Date: 00:16:55, den 14 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-14 Fixed the endcolumn and endline for all stuff we are interested in! Check out the new interactive_api.txt. Fixed so "Error" is not returned when classes with no parts are queried with getElementsInfo. Now it returns "{ }" for those. Example: getElementsInfo(Type) => { } Fixed getElementsInfo so it does not return class file/position info when the element is also a class definition. Fixed so getCrefInfo(cref) now returns also the end line and end column like this: filename.mo,(writable|readonly),startline,startcolumn,endline,endcolumn ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/interactive_api.txt Modified : /trunk/modelica_parser/src/MyAST.h Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mo Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Revision: 2109 Author: x02lucpo Date: 10:03:59, den 13 februari 2006 Message: ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2107 Author: petar Date: 14:59:22, den 10 februari 2006 Message: rReverted if-equations. ---- Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/Util.rml Deleted : /trunk/testsuite/mosfiles/structural_if.mo Deleted : /trunk/testsuite/mosfiles/structural_if.mos Revision: 2106 Author: x02lucpo Date: 14:22:44, den 10 februari 2006 Message: ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2105 Author: x02lucpo Date: 10:56:47, den 10 februari 2006 Message: corrected a mul-array bug ---- Modified : /trunk/testsuite/mosfiles/DAEexample.mo Modified : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mosfiles/Xpowers1.mo Modified : /trunk/testsuite/mosfiles/Xpowers2.mo Modified : /trunk/testsuite/mosfiles/Xpowers3.mo Modified : /trunk/Compiler/Exp.rml Revision: 2104 Author: x02lucpo Date: 08:59:37, den 10 februari 2006 Message: ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2103 Author: adrpo Date: 19:39:19, den 9 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-09 Fixed getElementsInfo interactive API. Fixed the testsuite/mosfiles/loadFileInteractiveQualified.mos Fixed the interactive_api.txt to follow the latest changed ---- Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/interactive_api.txt Revision: 2102 Author: adrpo Date: 19:24:07, den 9 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-09 Fixed so a trailing \" after an integer is not shown. changed Interactive.rml:getElementsInfo ---- Modified : /trunk/Compiler/Interactive.rml Revision: 2101 Author: adrpo Date: 19:22:34, den 9 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-09 fixed loadFileInteractiveQualified.mos to be conform with the new getElementsInfo API ---- Modified : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Revision: 2100 Author: x05andfe Date: 15:31:25, den 9 februari 2006 Message: ---- Modified : /trunk/OMS/oms.cpp Revision: 2099 Author: x05andfe Date: 14:50:38, den 9 februari 2006 Message: made a small change to how omshell handles connection loss to OMC. Also added a question box that asks if it is ok to quit OMC when omshell quits. // Anders Fernström ---- Modified : /trunk/OMS/OMS.ncb Modified : /trunk/OMS/OMS.suo Modified : /trunk/OMS/QWinMosh.vcproj Modified : /trunk/OMS/oms.cpp Modified : /trunk/OMS/oms.h Modified : /trunk/OMS/inputcelldelegate.h Modified : /trunk/OMS/omcinteractiveenvironment.cpp Modified : /trunk/OMS/omcinteractiveenvironment.h Revision: 2098 Author: x05andre Date: 14:46:45, den 9 februari 2006 Message: * added PANIC MODE error recovery to the parser. This breaks two tests (ParseError1 and 2) so those are temporarily fixed. ---- Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/ParseError2.mo Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/Compiler/absyn_builder/expression_parser.g Added : /trunk/Compiler/runtime/error_reporting.h Revision: 2097 Author: x02lucpo Date: 14:44:59, den 9 februari 2006 Message: corrected a div_array error ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/Compiler/Exp.rml Revision: 2096 Author: x05andre Date: 14:42:15, den 9 februari 2006 Message: * make sure generated file is called 'a.exe' so you can compile in GNU/Linux (and other OS'es) ---- Modified : /trunk/c_runtime/libf2c/makefile.u Revision: 2095 Author: petar Date: 11:16:17, den 9 februari 2006 Message: Implemented support for structural if expressions. See mosfiles/structural_if.mo. The matching algrithm and strong components algorithm are are affected by this. ---- Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/Util.rml Added : /trunk/testsuite/mosfiles/structural_if.mo Added : /trunk/testsuite/mosfiles/structural_if.mos Revision: 2093 Author: adrpo Date: 15:47:31, den 8 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-08 Fixed winruntime/Error* to agree with the new ErrorExt.rml and new Absyn.INFO ---- Modified : /trunk/Compiler/winruntime/ErrorMessage.cpp Modified : /trunk/Compiler/winruntime/ErrorMessage.hpp Modified : /trunk/Compiler/winruntime/errorext.cpp Modified : /trunk/Compiler/winruntime/errorext.h Revision: 2092 Author: x05andfe Date: 12:30:44, den 7 februari 2006 Message: updated file with simulate results // Anders Fernström ---- Modified : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mos Revision: 2090 Author: adrpo Date: 13:46:31, den 6 februari 2006 Message: new externals in DAEEXT.rml ---- Modified : /trunk/Compiler/omc_debug/ExternalRMLDefines.h Revision: 2089 Author: adrpo Date: 13:46:11, den 6 februari 2006 Message: new externals in DAEEXT.rml ---- Modified : /trunk/Compiler/omc_release/ExternalRMLDefines.h Revision: 2088 Author: adrpo Date: 13:45:44, den 6 februari 2006 Message: new externals in DAEEXT.rml ---- Modified : /trunk/Compiler/ExternalRMLDefines.h Revision: 2087 Author: petar Date: 09:31:55, den 6 februari 2006 Message: Fixed bug (infinite loop) in building when equations. ---- Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/c_runtime/modelica.h Revision: 2086 Author: adrpo Date: 09:30:01, den 6 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-06 - changed Absyn.INFO(file, isReadOnly, startline, startcolumn, endline, endcolumn) - the endline/endcolumn is not very easy to get from ANTLR, so I just used the same values as startline, startcolumn for now. ---- Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Error.rml Modified : /trunk/Compiler/ErrorExt.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/runtime/errorext.h Revision: 2084 Author: adrpo Date: 02:30:14, den 4 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-04 This file is really not needed as is generated by ANTLR. ---- Deleted : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2083 Author: adrpo Date: 02:08:11, den 4 februari 2006 Message: Adrian Pop, 2006-02-04 ---------------------- - the latest Setup/Setup.vdproj updates. - OMShell, etc, fixed a new directory structure for the .msi generation. ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2082 Author: adrpo Date: 19:26:06, den 3 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, - added a new ptplot.jar delivered with OMNotebook ---- Modified : /trunk/Compiler/VC7/Setup/ptplot.jar Revision: 2081 Author: x05andfe Date: 17:06:33, den 3 februari 2006 Message: fixed some bugs in omnotebook, // Anders Fernström ---- Added : /trunk/OMNotebook/OMNotebookQT4/OMNotebookHelp.onb Modified : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Modified : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Modified : /trunk/OMNotebook/OMNotebookQT4/moc_cell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_celldocument.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_inputcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/moc_textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/notebook.h Modified : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Modified : /trunk/OMNotebook/OMNotebookQT4/rule.h Modified : /trunk/OMNotebook/OMNotebookQT4/stylesheet.xml Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/textcell.h Modified : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Modified : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Modified : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Modified : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Revision: 2080 Author: petar Date: 16:30:54, den 3 februari 2006 Message: Fixed bug in Bouncingball. Added n_bounce variable that counts number of bounces so testsuite is more robust ---- Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/testsuite/mosfiles/BouncingBall.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Revision: 2079 Author: x05andfe Date: 16:29:21, den 3 februari 2006 Message: updated OMS, changed name from OMS to OMShell // Anders Fernström ---- Modified : /trunk/OMS/oms.cpp Revision: 2078 Author: petar Date: 14:34:59, den 3 februari 2006 Message: Fixed bug with index reduction: already differntiated equations should not be differentiated again. Fixed bugs with event handling. Changed interactive api for comments. ---- Modified : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch Modified : /trunk/.project Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAEEXT.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/runtime/daeext.cpp Modified : /trunk/Compiler/winruntime/daeext.cpp Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 2075 Author: adrpo Date: 00:01:20, den 3 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-03 ---------------------------------------- Changed the Setup/Setup.vdproj, added the new OMS stuff, converted the file to DOS format, 'cause was Unix and it did not open, etc. ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 2074 Author: adrpo Date: 23:57:39, den 2 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-02 ----- OpenModelica/Compiler/VC7/Setup/OpenModelica.ico added. I put it as the icon in the Add/Remove programs to have a bit of personality. I took the icon from OMS project. ---- Added : /trunk/Compiler/VC7/Setup/OpenModelica.ico Revision: 2073 Author: adrpo Date: 23:56:00, den 2 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-02 These freaking .dlls are used by Compiler/VC7/Setup program. I end up searching for them all the time. Let them be here! ---- Added : /trunk/Compiler/VC7/Setup/bin/comdlg32.dll Added : /trunk/Compiler/VC7/Setup/bin/msvcrt.dll Revision: 2072 Author: adrpo Date: 23:10:03, den 2 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-02 ---------------------------------------- HelloWorld.mo added to the testmodels/HelloWorld.mo ---- Added : /trunk/Compiler/VC7/Setup/testmodels/HelloWorld.mo Revision: 2071 Author: x05andfe Date: 16:29:00, den 2 februari 2006 Message: made some updates on OMS communication with OMC. // Anders Fernström ---- Modified : /trunk/OMS/oms.cpp Modified : /trunk/OMS/oms.h Modified : /trunk/OMS/inputcelldelegate.h Modified : /trunk/OMS/omcinteractiveenvironment.cpp Modified : /trunk/OMS/omcinteractiveenvironment.h Modified : /trunk/OMS/omc_communicator.cpp Revision: 2070 Author: adrpo Date: 13:12:07, den 2 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-02 - fixed so that Makefile.omdev.mingw use rml2sig/rmldep-new.sh instead of rmldep.sh - fixed some text messages in the Makefile.omdev.mingw Makefiles that appear when variables are not set ---- Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw Modified : /trunk/Compiler/Makefile.omdev.mingw Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Makefile.omdev.mingw Added : /trunk/Compiler/rml2sig/rmldep-new.sh Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Modified : /trunk/Compiler/rml2mmo/Makefile.omdev.mingw Modified : /trunk/mosh/src/Makefile.omdev.mingw Revision: 2069 Author: x05andfe Date: 12:43:18, den 2 februari 2006 Message: added OMNotebook source code. // Anders Fernström ---- Added : /trunk/OMNotebook Added : /trunk/OMNotebook/OMNotebookQT4 Added : /trunk/OMNotebook/OMNotebookQT4/cell.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cellgroup.cpp Added : /trunk/OMNotebook/OMNotebookQT4/inputcell.cpp Added : /trunk/OMNotebook/OMNotebookQT4/textcell.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cellapplication.cpp Added : /trunk/OMNotebook/OMNotebookQT4/celldocument.cpp Added : /trunk/OMNotebook/OMNotebookQT4/trunk.vcproj Added : /trunk/OMNotebook/OMNotebookQT4/trunk.sln Added : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.cpp Added : /trunk/OMNotebook/OMNotebookQT4/notebook.cpp Added : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp Added : /trunk/OMNotebook/OMNotebookQT4/application.h Added : /trunk/OMNotebook/OMNotebookQT4/cell.h Added : /trunk/OMNotebook/OMNotebookQT4/cellapplication.h Added : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cellcommandcenter.h Added : /trunk/OMNotebook/OMNotebookQT4/cellcommands.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cellcommands.h Added : /trunk/OMNotebook/OMNotebookQT4/cellcursor.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cellcursor.h Added : /trunk/OMNotebook/OMNotebookQT4/celldocument.h Added : /trunk/OMNotebook/OMNotebookQT4/celldocumentview.h Added : /trunk/OMNotebook/OMNotebookQT4/cellfactory.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cellfactory.h Added : /trunk/OMNotebook/OMNotebookQT4/cellgrammar.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cellgroup.h Added : /trunk/OMNotebook/OMNotebookQT4/cellparserfactory.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cellstyle.h Added : /trunk/OMNotebook/OMNotebookQT4/command.h Added : /trunk/OMNotebook/OMNotebookQT4/commandcenter.h Added : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.cpp Added : /trunk/OMNotebook/OMNotebookQT4/commandcompletion.h Added : /trunk/OMNotebook/OMNotebookQT4/commandunit.h Added : /trunk/OMNotebook/OMNotebookQT4/copytest.cpp Added : /trunk/OMNotebook/OMNotebookQT4/cursorcommands.h Added : /trunk/OMNotebook/OMNotebookQT4/cursorposvisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/document.h Added : /trunk/OMNotebook/OMNotebookQT4/documentview.h Added : /trunk/OMNotebook/OMNotebookQT4/factory.h Added : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.cpp Added : /trunk/OMNotebook/OMNotebookQT4/highlighterthread.h Added : /trunk/OMNotebook/OMNotebookQT4/imagesizedlg.h Added : /trunk/OMNotebook/OMNotebookQT4/inputcell.h Added : /trunk/OMNotebook/OMNotebookQT4/inputcelldelegate.h Added : /trunk/OMNotebook/OMNotebookQT4/nbparser.h Added : /trunk/OMNotebook/OMNotebookQT4/notebook.h Added : /trunk/OMNotebook/OMNotebookQT4/notebookcommands.h Added : /trunk/OMNotebook/OMNotebookQT4/notebookparser.cpp Added : /trunk/OMNotebook/OMNotebookQT4/notebookparser.h Added : /trunk/OMNotebook/OMNotebookQT4/omc_communicator.hpp Added : /trunk/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h Added : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp Added : /trunk/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h Added : /trunk/OMNotebook/OMNotebookQT4/otherdlg.h Added : /trunk/OMNotebook/OMNotebookQT4/parserfactory.h Added : /trunk/OMNotebook/OMNotebookQT4/printervisitor.cpp Added : /trunk/OMNotebook/OMNotebookQT4/printervisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.cpp Added : /trunk/OMNotebook/OMNotebookQT4/puretextvisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/qtapp.cpp Added : /trunk/OMNotebook/OMNotebookQT4/removehighlightervisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/resource1.h Added : /trunk/OMNotebook/OMNotebookQT4/rule.h Added : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp Added : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/stripstring.h Added : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp Added : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h Added : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h Added : /trunk/OMNotebook/OMNotebookQT4/textcell.h Added : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.cpp Added : /trunk/OMNotebook/OMNotebookQT4/textcursorcommands.h Added : /trunk/OMNotebook/OMNotebookQT4/treeview.cpp Added : /trunk/OMNotebook/OMNotebookQT4/treeview.h Added : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp Added : /trunk/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp Added : /trunk/OMNotebook/OMNotebookQT4/updatelinkvisitor.h Added : /trunk/OMNotebook/OMNotebookQT4/visitor.h Added : /trunk/OMNotebook/OMNotebookQT4/xmlnodename.h Added : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp Added : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h Added : /trunk/OMNotebook/NotebookParser Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.cpp Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookLexer.hpp Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.cpp Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookParser.hpp Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp Added : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp Added : /trunk/OMNotebook/ANTLR Added : /trunk/OMNotebook/ANTLR/ReadMe.txt Added : /trunk/OMNotebook/ANTLR/antlr.vcproj Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt Added : /trunk/OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt Added : /trunk/OMNotebook/NotebookParser/NotebookParser.vcproj Added : /trunk/OMNotebook/NotebookParser/ReadMe.txt Added : /trunk/OMNotebook/NotebookParser/lexer.g Added : /trunk/OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt Added : /trunk/OMNotebook/NotebookParser/parser.g Added : /trunk/OMNotebook/NotebookParser/walker.g Added : /trunk/OMNotebook/OMNotebookQT4/commands.xml Added : /trunk/OMNotebook/OMNotebookQT4/highlighter.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/highlighter.h.old Added : /trunk/OMNotebook/OMNotebookQT4/imagecell.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/imagecell.h.old Added : /trunk/OMNotebook/OMNotebookQT4/modelicacolors.xml Added : /trunk/OMNotebook/OMNotebookQT4/modelicacolors.xml.old Added : /trunk/OMNotebook/OMNotebookQT4/modelicahighlighter.cpp.old2 Added : /trunk/OMNotebook/OMNotebookQT4/modelicahighlighter.h.old Added : /trunk/OMNotebook/OMNotebookQT4/modelicahighlighter.h.old2 Added : /trunk/OMNotebook/OMNotebookQT4/modeq_communicator.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/modeq_communicator.hpp.old Added : /trunk/OMNotebook/OMNotebookQT4/modeqinteractiveenvironment.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/modeqinteractiveenvironment.h.old Added : /trunk/OMNotebook/OMNotebookQT4/res.rc Added : /trunk/OMNotebook/OMNotebookQT4/res_qt.qrc Added : /trunk/OMNotebook/OMNotebookQT4/selectingvisitor.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/selectingvisitor.h.old Added : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/serializingvisitor.h.old Added : /trunk/OMNotebook/OMNotebookQT4/smlhighlighter.h.old Added : /trunk/OMNotebook/OMNotebookQT4/smlhighlighter.h.old2 Added : /trunk/OMNotebook/OMNotebookQT4/smlinteractiveenvironment.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/smlinteractiveenvironment.cpp.old2 Added : /trunk/OMNotebook/OMNotebookQT4/smlinteractiveenvironment.h.old Added : /trunk/OMNotebook/OMNotebookQT4/smlinteractiveenvironment.h.old2 Added : /trunk/OMNotebook/OMNotebookQT4/smlsyntaxhighlighter.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/smlsyntaxhighlighter.cpp.old2 Added : /trunk/OMNotebook/OMNotebookQT4/smlsyntaxhighlighter.h.old Added : /trunk/OMNotebook/OMNotebookQT4/smlsyntaxhighlighter.h.old2 Added : /trunk/OMNotebook/OMNotebookQT4/stylesheet.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/stylesheet.h.old Added : /trunk/OMNotebook/OMNotebookQT4/stylesheet.xml Added : /trunk/OMNotebook/OMNotebookQT4/stylesheet.xml.old Added : /trunk/OMNotebook/OMNotebookQT4/syntax_highlighter.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/syntax_highlighter.hpp.old Added : /trunk/OMNotebook/OMNotebookQT4/syntaxhighlighter.h.old Added : /trunk/OMNotebook/OMNotebookQT4/xmlparser.cpp.old Added : /trunk/OMNotebook/OMNotebookQT4/xmlparser.h.old Added : /trunk/OMNotebook/ReadMe.txt Added : /trunk/OMNotebook/doxygen_config Added : /trunk/OMNotebook/toFullForm.nb Added : /trunk/OMNotebook/OMNotebookQT4/trunk.pro Added : /trunk/OMNotebook/OMNotebookQT4/res.aps Added : /trunk/OMNotebook/OMNotebookQT4/ImageSizeDlg.ui Added : /trunk/OMNotebook/OMNotebookQT4/trunk.suo Added : /trunk/OMNotebook/OMNotebookQT4/trunk.ncb Added : /trunk/OMNotebook/OMNotebookQT4/vc70.idb Added : /trunk/OMNotebook/OMNotebookQT4/vc70.pdb Added : /trunk/OMNotebook/OMNotebookQT4/moc_cell.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_cellapplication.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_cellcursor.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_celldocument.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_cellgroup.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_commandcompletion.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_document.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_documentview.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_inputcell.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_notebook.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_omc_communicator.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_smlinteractiveenvironment.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_stylesheet.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_textcell.cpp Added : /trunk/OMNotebook/OMNotebookQT4/moc_treeview.cpp Added : /trunk/OMNotebook/OMNotebookQT4/ui_imagesizedlg.h Added : /trunk/OMNotebook/OMNotebookQT4/ui_otherdlg.h Added : /trunk/OMNotebook/NotebookParser/NotebookParser.ncb Added : /trunk/OMNotebook/OMNotebookQT4/OtherDlg.ui Added : /trunk/OMNotebook/OMNotebookQT4/omnotebook_icon.ico Added : /trunk/OMNotebook/OMNotebookQT4/omnotebook_png.png Revision: 2068 Author: adrpo Date: 11:01:03, den 2 februari 2006 Message: Will be replaced by rmldep-new.sh which should be called by the Makefile.omdev.mingw Makefiles ---- Deleted : /trunk/Compiler/rml2sig/rmldep-old.sh Revision: 2067 Author: petar Date: 10:12:34, den 2 februari 2006 Message: Removed adrians changes! ---- Modified : /trunk/Compiler/rml2sig/rmldep.sh Revision: 2066 Author: kajny Date: 10:04:10, den 2 februari 2006 Message: updated mostly comments and whitespace in order to simplify translation to MetaModelica ---- Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/ClassInf.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Connect.rml Modified : /trunk/Compiler/Corba.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/Debug.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/DumpGraphviz.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Error.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Graphviz.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/ModUtil.rml Modified : /trunk/Compiler/Parser.rml Modified : /trunk/Compiler/Prefix.rml Modified : /trunk/Compiler/Print.rml Modified : /trunk/Compiler/RTOpts.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Socket.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/TaskGraphExt.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/Values.rml Modified : /trunk/Compiler/VarTransform.rml Revision: 2065 Author: adrpo Date: 04:30:01, den 2 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-02 Fixed some: - missing separators - tests of the environment variables in some of the Makefile.omdev.mingw ---- Modified : /trunk/c_runtime/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw Modified : /trunk/Makefile.omdev.mingw Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw Modified : /trunk/mosh/src/Makefile.omdev.mingw Revision: 2064 Author: adrpo Date: 03:09:42, den 2 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-01 ------ fixed Compiler/Makefile.omdev.mingw to generate .depends all the time as it is different from .mo or .rml files. ---- Modified : /trunk/Compiler/Makefile.omdev.mingw Revision: 2063 Author: adrpo Date: 17:09:01, den 1 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 206-02-01 Fixed the rmldep.sh script. It had a little problem. ---- Modified : /trunk/Compiler/rml2sig/rmldep.sh Revision: 2062 Author: adrpo Date: 15:08:12, den 1 februari 2006 Message: Not needed anymore as they were replaced by Makefile.omdev.mingw all over the place ---- Deleted : /trunk/Makefile.mingw Deleted : /trunk/config.status.mingw Revision: 2061 Author: adrpo Date: 15:01:29, den 1 februari 2006 Message: Adrian Pop, 2006-02-01 Added for JavaNames fixing in RML files ---- Added : /trunk/Compiler/ExternalRMLDefines.h Added : /trunk/Compiler/omc_release/ExternalRMLDefines.h Added : /trunk/Compiler/omc_debug/ExternalRMLDefines.h Revision: 2060 Author: adrpo Date: 14:58:31, den 1 februari 2006 Message: Adrian Pop, 2006-02-01 - based on a define I fix the java name for VALUES__reverseMatrix or VALUES__reverse_5fmatrix ---- Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 2059 Author: adrpo Date: 14:57:33, den 1 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-01 ----------------------------------------- -systemimpl.c modified to fix java names. -the modification is based on a define, so it will work ok in the normal case ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2058 Author: adrpo Date: 14:56:20, den 1 februari 2006 Message: Adrian Pop, adrpo@ida.liu.se, 2006-02-01 - rmldep.sh changed so it is based on rml - rmldep-old.sh is present also there if you need it. ---- Modified : /trunk/Compiler/rml2sig/rmldep.sh Revision: 2057 Author: adrpo Date: 14:54:24, den 1 februari 2006 Message: OMDev compilation files + Eclipse project + eclipse builder. ---- Adrian Pop, adrpo@ida.liu.se, 2006-02-01 ---- ---- Added : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw Added : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw Added : /trunk/modelica_parser/src/Makefile.omdev.mingw Added : /trunk/Compiler/Makefile.omdev.mingw Added : /trunk/Compiler/runtime/Makefile.omdev.mingw Added : /trunk/.externalToolBuilders Added : /trunk/c_runtime/Makefile.omdev.mingw (Copy from path: /trunk/c_runtime/Makefile, Revision, 2055) Added : /trunk/Compiler/omc_debug/Makefile.omdev.mingw Added : /trunk/Compiler/omc_release/Makefile.omdev.mingw Added : /trunk/Compiler/Makefile.common.omdev.mingw Added : /trunk/Makefile.omdev.mingw Added : /trunk/README-OMDev-MINGW.txt Added : /trunk/Compiler/rml2mmo Added : /trunk/Compiler/modpar/Makefile.omdev.mingw Added : /trunk/Compiler/rml2mmo/Makefile.omdev.mingw Added : /trunk/Compiler/rml2mmo/README.txt Added : /trunk/Compiler/rml2sig/Makefile.omdev.mingw Added : /trunk/mosh/src/Makefile.omdev.mingw Added : /trunk/Compiler/rml2mmo/trall.sh Added : /trunk/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch Added : /trunk/.project Added : /trunk/Compiler/rml2mmo/translate-if-needed.sh Added : /trunk/Compiler/rml2sig/rmldep-old.sh Added : /trunk/Compiler/rml2mmo/rdball.sh Revision: 2056 Author: petar Date: 14:03:48, den 1 februari 2006 Message: -Major rework in SimCodegen. Most parts now uses Codegen.generate_expression as they should. -Implemented assert and iniitial in codegen. - Event handling does no longer generate event code for discrete expressions, eg. pre(v) == 4. - Implemented special rule for differentiating a DUMMY_STATE variable. - Fixed bug with cardinality (covered in testsuite/mofiles/msl/Gear.mo) - Renamed mofiles/msl_1_5 to mofiles/msl as it now contains models from MSL v 2.2 as well. -Changed boolean represenation in c_runtime to be double so a boolean variable can be treated as an algebraic var. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/modelica.h Added : /trunk/testsuite/mofiles/msl (Copy from path: /trunk/testsuite/mofiles/msl_1_5, Revision, 2055) Added : /trunk/testsuite/mofiles/msl/Gear.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/mofiles/msl/Makefile Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Prefix.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/VarTransform.rml Deleted : /trunk/testsuite/mofiles/msl_1_5 Revision: 2055 Author: x05andfe Date: 17:13:39, den 30 januari 2006 Message: updated WinMosh to OMS and made some small changes... // Anders Fernström ---- Added : /trunk/OMS Added : /trunk/OMS/OMS.ncb Added : /trunk/OMS/OMS.suo Added : /trunk/OMS/QWinMosh.vcproj Added : /trunk/OMS/oms.cpp Added : /trunk/OMS/oms.h Added : /trunk/OMS/inputcelldelegate.h Added : /trunk/OMS/omcinteractiveenvironment.cpp Added : /trunk/OMS/omcinteractiveenvironment.h Added : /trunk/OMS/omc_communicator.cpp Added : /trunk/OMS/OMS.sln Added : /trunk/OMS/OtherDlg.ui Added : /trunk/OMS/QWinMosh.suo Added : /trunk/OMS/Resources Added : /trunk/OMS/Resources/OMS.bmp Added : /trunk/OMS/Resources/OMS.ico Added : /trunk/OMS/Resources/clear.bmp Added : /trunk/OMS/Resources/copy.bmp Added : /trunk/OMS/Resources/cut.bmp Added : /trunk/OMS/Resources/help.bmp Added : /trunk/OMS/Resources/paste.bmp Added : /trunk/OMS/Resources/print.bmp Added : /trunk/OMS/Resources/start.bmp Added : /trunk/OMS/Resources/stop.bmp Added : /trunk/OMS/main.cpp Added : /trunk/OMS/omc_communication.cc Added : /trunk/OMS/omc_communicator.h Added : /trunk/OMS/oms.qrc Added : /trunk/OMS/otherdlg.h Added : /trunk/OMS/res.aps Added : /trunk/OMS/res.rc Added : /trunk/OMS/resource.h Revision: 2054 Author: adrpo Date: 12:07:46, den 28 januari 2006 Message: Adrian Pop, 2006-01-28 - mingw compilation issues fixes - cygwin/msvc still work ---- Modified : /trunk/Makefile.in Modified : /trunk/Compiler/omc_debug/Makefile.in Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp Modified : /trunk/Compiler/runtime/socketimpl.c Modified : /trunk/Compiler/runtime/corbaimpl_stub.cpp Added : /trunk/Makefile.mingw Added : /trunk/config.status.mingw Revision: 2053 Author: adrpo Date: 12:04:09, den 28 januari 2006 Message: Adrian Pop, 2006-01-28 - fixes the compilation with mingw - cygwin/msvc still works normally ---- Modified : /trunk/Compiler/Makefile.common Revision: 2052 Author: adrpo Date: 12:02:35, den 28 januari 2006 Message: Adrian Pop, 2006-01-28 - fixes the compilation of libruntime on MINGW32 - now it compiles using mingw make ---- Modified : /trunk/c_runtime/Makefile Revision: 2051 Author: adrpo Date: 06:09:39, den 28 januari 2006 Message: 2006-01-28 - Adrian Pop, adrpo@ida.liu.se - added trunk/c_runtime/libf2c/makefile.mingw - the trunk/c_rutime/Makefile can call mingw32-make -u makefile.mingw in the libf2c directory in order to compile libf2c.a using msys+mingw ---- Added : /trunk/c_runtime/libf2c/makefile.mingw Revision: 2050 Author: petar Date: 11:30:26, den 27 januari 2006 Message: Fixed bug instantiating Gear. Inherited elements where looked up from current env which could be encapsulated. Instead it should be looked up from top scope since baseclass annotation already was fully qualified. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Extends2.mo Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Lookup.rml Revision: 2048 Author: x02lucpo Date: 16:38:29, den 26 januari 2006 Message: removed a error in nestled DIVISION macros ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2047 Author: petar Date: 16:05:54, den 26 januari 2006 Message: Implemented getClassInformation(classname) => {restriction, comment, sourcefile} setClassComment(classname,comment) setComponentComment(class,comp,comment) setConnectionComment(class,c1,c2,comment) ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Revision: 2046 Author: petar Date: 13:30:45, den 24 januari 2006 Message: Removed luc_pop last checkin since he removed a lot of my stuff from previous version. Also fixed bug with Gear model. ---- Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/ErrorExt.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/runtime/errorext.cpp Modified : /trunk/Compiler/winruntime/errorext.cpp Revision: 2045 Author: adrpo Date: 02:06:25, den 24 januari 2006 Message: 2006-01-24 adrpo@ida - changes to comments only - moved comments arround so they apper in the generated .mo files ---- Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Ceval.rml Revision: 2044 Author: davbr Date: 18:36:50, den 23 januari 2006 Message: Updated the help text, so that no line consist of more than 80 characters. ---- Modified : /trunk/Compiler/helptext.txt Revision: 2043 Author: x02lucpo Date: 16:08:05, den 19 januari 2006 Message: removed an error from getDiagramAnnotation and getConnectionCount on derived classes ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Revision: 2042 Author: x02lucpo Date: 12:55:12, den 19 januari 2006 Message: made the inst_element_list to continue even if inst_element failed. ---- Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/runtime/ErrorMessage.cpp Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2041 Author: petar Date: 09:54:29, den 19 januari 2006 Message: Fixed bug with bindings not getting automatic type converts in make_binding. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Values.rml Modified : /trunk/testsuite/mofiles/msl_1_5/BC6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC8.mo Revision: 2040 Author: petar Date: 13:46:45, den 18 januari 2006 Message: Fixed bug with setComponentModifierValue. fixed bug with instantiating partial classes in inst_class_basictype. ---- Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 2039 Author: x02lucpo Date: 10:14:04, den 18 januari 2006 Message: changed the generated code so that now it have instead of x[1] $a$pointb$pointd. (a.b.d) corrected a bug in System.string_replace ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/testsuite/mofiles/cases.texi Revision: 2038 Author: petar Date: 09:32:25, den 18 januari 2006 Message: Added symbolic simplification of matrix and vector operations (addition, multiplication, etc) in Exp.simplify Added symbolic simpl. in elab_builtin_diagonal Added elab_builtin_scalar. ---- Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mofiles/Algorithm1.mo Modified : /trunk/testsuite/mofiles/Algorithm3.mo Modified : /trunk/testsuite/mofiles/Connect12.mo Modified : /trunk/testsuite/mofiles/Connect4.mo Modified : /trunk/testsuite/mofiles/DAEexample.mo Modified : /trunk/testsuite/mofiles/EquationFor1.mo Modified : /trunk/testsuite/mofiles/EquationFor2.mo Modified : /trunk/testsuite/mofiles/EquationFor3.mo Modified : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/Integer2Real.mo Modified : /trunk/testsuite/mofiles/NoEvent1.mo Modified : /trunk/testsuite/mofiles/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/Range1.mo Modified : /trunk/testsuite/mofiles/Vectorizable1.mo Modified : /trunk/testsuite/mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mofiles/Xpowers1_new.mo Modified : /trunk/testsuite/mofiles/Xpowers2_new.mo Modified : /trunk/testsuite/mofiles/Xpowers3_new.mo Modified : /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mo Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Modified : /trunk/testsuite/mofiles/drmodelica/DAEexample.mo Modified : /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo Modified : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo Modified : /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM14.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM15.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM16.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM20.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM21.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM22.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM23.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM24.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM25.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM26.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS12.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS13.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS14.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS16.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS9.mo Revision: 2037 Author: adrpo Date: 01:26:57, den 16 januari 2006 Message: 2006-01-16 - adrpo@ida.liu.se - refactorings of .rml files to make translation easier + comment handling + types + imports ---- Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Error.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Types.rml Revision: 2035 Author: petar Date: 13:29:30, den 10 januari 2006 Message: Implemented connectors extending from basictypes (Modelica v2.2) for instance connector RealInput2 extends Real[2]; end RealInput2; Used in new blocks library. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Connect12.mo Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers2.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers1.mo Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassInf.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Connect.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Error.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2034 Author: x02lucpo Date: 09:23:38, den 10 januari 2006 Message: changed void to int in checkForDiscreteVarChanges(double *t); changed the position of using namespace std; in simulation_runtime.h made global relation c_add_cleanups : (CFunction, CleanupStatement list) => CFunction corrected the generation of code and added return statetements to all c-functions ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 2033 Author: x05andfe Date: 13:49:50, den 9 januari 2006 Message: added my testfiles in the wrong folder before, readded them and also added the testfiles to the makefile. // Anders Fernström ---- Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mo Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo Added : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo Added : /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo Added : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo Added : /trunk/testsuite/mofiles/drmodelica/SumForLoop.mo Added : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo Added : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Added : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mo Added : /trunk/testsuite/mofiles/drmodelica/Xpowers2.mo Added : /trunk/testsuite/mofiles/drmodelica/Xpowers1.mo Added : /trunk/testsuite/mofiles/drmodelica/HelloWorld.mos Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mos Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mos Added : /trunk/testsuite/mofiles/drmodelica/DAEexample.mos Added : /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mos Added : /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mos Added : /trunk/testsuite/mofiles/drmodelica/SumForLoop.mos Added : /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mos Added : /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mos Added : /trunk/testsuite/mofiles/drmodelica/Xpowers1.mos Added : /trunk/testsuite/mofiles/drmodelica/Xpowers2.mos Added : /trunk/testsuite/mofiles/drmodelica/Xpowers3.mos Revision: 2032 Author: petar Date: 14:46:37, den 29 december 2005 Message: Implemented partial support for array equations on form v = foo(...). Other array equations should be flattened into scalar equations. Testcase: ArrayEquation.mos. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/modelica.h Added : /trunk/testsuite/mosfiles/ArrayEqn.mo Added : /trunk/testsuite/mosfiles/ArrayEquation.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Util.rml Revision: 2031 Author: petar Date: 13:47:10, den 27 december 2005 Message: Partly implemented array equations. Fixed testsuite. Apparently someone has missunderstood the meaning of failingtests. Now all tests go through again.... ---- Modified : /trunk/testsuite/mofiles/drmodelica/MRFcall.mo Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Error.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/Compiler/Util.rml Revision: 2029 Author: x02lucpo Date: 15:39:33, den 22 december 2005 Message: corrected a bug in division macro ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2028 Author: x02lucpo Date: 14:48:49, den 22 december 2005 Message: corrected a bug in division macro ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2027 Author: x02lucpo Date: 11:48:10, den 22 december 2005 Message: added DIVISION by zero check ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2026 Author: x02lucpo Date: 10:32:37, den 22 december 2005 Message: remove rem from "rem exit %ERROR%" ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 2025 Author: davbr Date: 23:20:56, den 21 december 2005 Message: Added the following tests to the drmodelice testsuite: ArraysInitLegal.mo (ok) ArraysInitIllegal.mo (failed) AccessDemoIllegalMod.mo (ok) AccessDemoLegalMod.mo (ok) ColoredTestLegalMod.mo (ok) ColoredTestIllegalMod1.mo (failed) ColoredTestIllegalMod2.mo (failed) ColoredTestIllegalMod3.mo (failed) TempDepResistorCircuitInherited.mo (ok) TempDepResistorCircuit.mo (ok) RefinedSimpleCircuitValid.mo (ok) RefinedSimpleCircuitInValid.mo (ok) RefinedSimpleCircuitValid2.mo (failed) MicroCircuitValid.mo (failed) MicroCircuitInvalid.mo (failed) GenericMicroCircuit.mo (failed) (ok) = the current version of omc handles this test correctly. (failed) = the current version of omc handles the test incorrectly. ---- Modified : /trunk/testsuite/Makefile Added : /trunk/testsuite/mofiles/drmodelica/AccessDemoIllegalMod.mo Added : /trunk/testsuite/mofiles/drmodelica/AccessDemoLegalMod.mo Added : /trunk/testsuite/mofiles/drmodelica/ArraysInitIllegal.mo Added : /trunk/testsuite/mofiles/drmodelica/ArraysInitLegal.mo Added : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod1.mo Added : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod2.mo Added : /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod3.mo Added : /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo Added : /trunk/testsuite/mofiles/drmodelica/GenericMicroCircuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Added : /trunk/testsuite/mofiles/drmodelica/MicroCircuitInvalid.mo Added : /trunk/testsuite/mofiles/drmodelica/MicroCircuitValid.mo Added : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo Added : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo Added : /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid2.mo Added : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo Added : /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo Revision: 2024 Author: x02lucpo Date: 19:29:48, den 21 december 2005 Message: added getName(double* ptr) to be generated in the c-code. This will be used for DIVISION macros. Redirected both stderr and stdout in the compile command to log-file ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 2023 Author: x02lucpo Date: 19:27:11, den 21 december 2005 Message: added getName(double* ptr) to be generated in the c-code. This will be used for DIVISION macros. Redirected both stderr and stdout in the compile command to log-file ---- Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/scripts/Compile.bat Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2022 Author: kajny Date: 10:42:36, den 21 december 2005 Message: ---- Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Revision: 2021 Author: kajny Date: 10:42:16, den 21 december 2005 Message: Added some testcases from drmodelica ---- Added : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mos Added : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mos Added : /trunk/testsuite/mofiles/drmodelica/EquationCall.mos Added : /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mos Added : /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mos Added : /trunk/testsuite/mofiles/drmodelica/MRFcall.mos Added : /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mos Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mos Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mos Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mos Added : /trunk/testsuite/mofiles/drmodelica/StatementCall.mos Added : /trunk/testsuite/mofiles/drmodelica/WhenPriority.mos Revision: 2020 Author: kajny Date: 10:41:59, den 21 december 2005 Message: Added some testcases from drmodelica ---- Added : /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo Added : /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mo Added : /trunk/testsuite/mofiles/drmodelica/EquationCall.mo Added : /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mo Added : /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo Added : /trunk/testsuite/mofiles/drmodelica/MRFcall.mo Added : /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo Added : /trunk/testsuite/mofiles/drmodelica/StatementCall.mo Added : /trunk/testsuite/mofiles/drmodelica/WhenPriority.mo Revision: 2019 Author: adrpo Date: 18:51:47, den 19 december 2005 Message: 2005-12-19 adrpo@ida.liu.se - added the tests assigned to David Akhvlediani to drmodelica Date: Mon, 19 Dec 2005 17:02:34 +0100 From: David Akhvlediani To: adrpo@ida.liu.se Subject: Test script ---- Added : /trunk/testsuite/mofiles/drmodelica/AppendElement.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayAddSub.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo Added : /trunk/testsuite/mofiles/drmodelica/ArraySlice.mo Added : /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo Added : /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo Added : /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo Added : /trunk/testsuite/mofiles/drmodelica/CyclicPerm.mo Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Added : /trunk/testsuite/mofiles/drmodelica/PointInst.mo Added : /trunk/testsuite/mofiles/drmodelica/PointSum.mo Added : /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo Revision: 2018 Author: petar Date: 14:16:48, den 19 december 2005 Message: Changed errorhandling to use the new Error module with separate error messages in large table and unique error codes. Client tools should use getMessagesString or getMessagesStringInternal. ---- Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassInf.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Added : /trunk/Compiler/Error.rml Added : /trunk/Compiler/ErrorExt.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.common.w32 Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/Values.rml Modified : /trunk/Compiler/absyn_builder/parse.cpp Added : /trunk/Compiler/runtime/ErrorMessage.cpp Added : /trunk/Compiler/runtime/ErrorMessage.hpp Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/runtime/daeext.cpp Added : /trunk/Compiler/runtime/errorext.cpp Added : /trunk/Compiler/runtime/errorext.h Added : /trunk/Compiler/winruntime/ErrorMessage.cpp Added : /trunk/Compiler/winruntime/ErrorMessage.hpp Added : /trunk/Compiler/winruntime/errorext.cpp Added : /trunk/Compiler/winruntime/errorext.h Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/ParseError2.mo Revision: 2017 Author: adrpo Date: 20:53:54, den 18 december 2005 Message: 2005-12-18 adrpo@ida.liu.se - added loadFileInteractiveQualifiled.mos to the Makefile ---- Modified : /trunk/testsuite/mosfiles/Makefile Revision: 2016 Author: adrpo Date: 07:58:15, den 16 december 2005 Message: 2005-12-16 adrpo@ida.liu.se - added loadFileInteractiveQualfied to the Compiler/interactive_api ---- Modified : /trunk/Compiler/interactive_api.txt Revision: 2015 Author: adrpo Date: 07:56:12, den 16 december 2005 Message: 2005-12-16 adrpo@ida.liu.se - added "loadFileInteractiveQualified" API + this returns the top names quafified with the path from within statement. - added loadFileInteractiveQualfied.mos and loadFile*.mo in the testsuite. ---- Modified : /trunk/Compiler/Interactive.rml Added : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mo Added : /trunk/testsuite/mosfiles/loadFileInteractiveQualified.mos Added : /trunk/testsuite/mosfiles/loadFileInteractiveQualifiedInit.mo Revision: 2014 Author: x05andfe Date: 12:36:56, den 15 december 2005 Message: Added textcases: 73: Xpowers3 74: PolynomialEvaluator1 & PolynomialEvaluator2 77: FuncMultResults 78: SumForLoop 79: ForLoopHideVariable 80: SumSeriesWhile 81: SumVectorForIf 82: AlogrithmCondAssign1 & AlogrithmCondAssign2' The all passes first part of test, but non of them can be simulated. // Anders Fernström ---- Added : /trunk/testsuite/mofiles/AlgorithmCondAssign1.mo Added : /trunk/testsuite/mofiles/AlgorithmCondAssign2.mo Added : /trunk/testsuite/mofiles/ForLoopHideVariable.mo Added : /trunk/testsuite/mofiles/FuncMultResults.mo Added : /trunk/testsuite/mofiles/PolynomialEvaluator1.mo Added : /trunk/testsuite/mofiles/PolynomialEvaluator2.mo Added : /trunk/testsuite/mofiles/SumForLoop.mo Added : /trunk/testsuite/mofiles/SumSeriesWhile.mo Added : /trunk/testsuite/mofiles/SumVectorForIf.mo Added : /trunk/testsuite/mofiles/Xpowers3_new.mo Added : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mo Added : /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos Added : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mo Added : /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos Added : /trunk/testsuite/mosfiles/ForLoopHideVariable.mo Added : /trunk/testsuite/mosfiles/ForLoopHideVariable.mos Added : /trunk/testsuite/mosfiles/FuncMultResults.mo Added : /trunk/testsuite/mosfiles/FuncMultResults.mos Added : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mo Added : /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos Added : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo Added : /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos Added : /trunk/testsuite/mosfiles/SumForLoop.mo Added : /trunk/testsuite/mosfiles/SumForLoop.mos Added : /trunk/testsuite/mosfiles/SumSeriesWhile.mo Added : /trunk/testsuite/mosfiles/SumSeriesWhile.mos Added : /trunk/testsuite/mosfiles/SumVectorForIf.mo Added : /trunk/testsuite/mosfiles/SumVectorForIf.mos Added : /trunk/testsuite/mosfiles/Xpowers3.mo Added : /trunk/testsuite/mosfiles/Xpowers3.mos Revision: 2013 Author: adrpo Date: 16:25:26, den 14 december 2005 Message: 2005-12-14 adrpo@ida.liu.se These commits are patches for linux compilation. - They take out the ö in Linköping for the .g files - They include Values.h instead of values.h in some of the .c/.cpp files. ---- Modified : /trunk/Compiler/absyn_builder/expression_parser.g Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/runtime/corbaimpl.cpp Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 2012 Author: x05andfe Date: 17:48:36, den 13 december 2005 Message: Added testcases: 1: HelloWorld 2: DAEexample 71: Xpowers1 72: Xpowers2 Testcase 2, don't work. The model can't be simulated because "differentiating of function (exp) not impl yet." // Anders Fernström ---- Added : /trunk/testsuite/mofiles/DAEexample.mo Added : /trunk/testsuite/mofiles/HelloWorld.mo Added : /trunk/testsuite/mofiles/Xpowers1_new.mo Added : /trunk/testsuite/mofiles/Xpowers2_new.mo Added : /trunk/testsuite/mosfiles/DAEexample.mo Added : /trunk/testsuite/mosfiles/DAEexample.mos Added : /trunk/testsuite/mosfiles/HelloWorld.mo Added : /trunk/testsuite/mosfiles/HelloWorld.mos Added : /trunk/testsuite/mosfiles/Xpowers1.mo Added : /trunk/testsuite/mosfiles/Xpowers1.mos Added : /trunk/testsuite/mosfiles/Xpowers2.mo Added : /trunk/testsuite/mosfiles/Xpowers2.mos Revision: 2010 Author: petar Date: 18:48:11, den 11 december 2005 Message: Fixed bug in connecting arrays of components. Added testcase FlexibleShaft. ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Static.rml Added : /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 2009 Author: levsa Date: 01:08:39, den 10 december 2005 Message: Fixed nicer plotting. Fixed missing term for neumann/robin boundary conditions in Poisson2D, Diffusion2D in FEMForms Fixed implementation bug workaround for neumann/robin boundary conditions ---- Modified : /trunk/pde/DomainExternalSolverPackage/Applications/testFEM.mo Modified : /trunk/pde/DomainExternalSolverPackage/MFiles/genfemlabheatproblem.m Modified : /trunk/pde/DomainExternalSolverPackage/MFiles/showfield_ind.m Modified : /trunk/pde/DomainExternalSolverPackage/MFiles/showfieldt_ind.m Modified : /trunk/pde/DomainExternalSolverPackage/MFiles/showmesh.m Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo Modified : /trunk/pde/DomainExternalSolverPackage/README.txt Revision: 2008 Author: x02lucpo Date: 13:17:13, den 8 december 2005 Message: made calculate_param_sizes to use is_param. corrected the generation of variable names and comments ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2007 Author: petar Date: 11:04:05, den 8 december 2005 Message: Removed error message from simulation record. It should be in error buffer. Fixed dr_modelica testsuite. (bugs in .mo files, etc). ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/README Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Modified : /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo Modified : /trunk/testsuite/mofiles/drmodelica/Circuit.mo Modified : /trunk/testsuite/mofiles/drmodelica/Colors.mo Modified : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Modified : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/drmodelica/Xpowers.mo Modified : /trunk/testsuite/mofiles/msl_1_5/Makefile Added : /trunk/testsuite/mofiles/translation_failed_template.mo Added : /trunk/testsuite/mofiles/translation_template.mo Added : /trunk/testsuite/mosfiles/simulation_failed_template.mos Added : /trunk/testsuite/mosfiles/simulation_template.mos Revision: 2006 Author: petar Date: 15:56:24, den 7 december 2005 Message: Added bool value when lowering DAE. If true, add dummy variable to make sure at least one state is present. If false, no dummy state added. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Main.rml Revision: 2004 Author: petar Date: 16:36:45, den 6 december 2005 Message: Fixed bug with vectorized der operatators giving unwanted errormessage. ---- Modified : /trunk/Compiler/Static.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 2003 Author: petar Date: 12:34:54, den 6 december 2005 Message: Implemented promote in matrix constructors. (Testcase BC11.mo now works). Fixed bug in cat operator. cat(2,{{1},{2},{3},{{4},{5},6}}) now works. (matrices.mos) ---- Modified : /trunk/testsuite/mofiles/Influenza.mo Modified : /trunk/testsuite/mosfiles/matrices.mos Modified : /trunk/Compiler/WhatDoesNotWork.html Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/testsuite/mofiles/msl_1_5/BC11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/Makefile Revision: 2002 Author: x02lucpo Date: 12:15:39, den 6 december 2005 Message: improved compile_model relation ---- Modified : /trunk/Compiler/Ceval.rml Revision: 2001 Author: x05andfe Date: 11:55:31, den 5 december 2005 Message: added OMNotebook, the version uses QT3 and accompanied openmodelica release v1.3 and v1.3.1. //Anders Fernström ---- Added : /trunk/OMNotebook_QT3 Added : /trunk/OMNotebook_QT3/INSTALL_README.txt Added : /trunk/OMNotebook_QT3/OMNotebook Added : /trunk/OMNotebook_QT3/OMNotebook/omc_communicator.cpp Added : /trunk/OMNotebook_QT3/ANTLR Added : /trunk/OMNotebook_QT3/ANTLR/ReadMe.txt Added : /trunk/OMNotebook_QT3/ANTLR/antlr.vcproj Added : /trunk/OMNotebook_QT3/NotebookParser Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookLexer.cpp Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookLexer.hpp Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookParser.cpp Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookParser.hpp Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookParserTokenTypes.hpp Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookParserTokenTypes.txt Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookTreeParser.cpp Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookTreeParser.hpp Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp Added : /trunk/OMNotebook_QT3/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt Added : /trunk/OMNotebook_QT3/NotebookParser/NotebookParser.ncb Added : /trunk/OMNotebook_QT3/NotebookParser/NotebookParser.vcproj Added : /trunk/OMNotebook_QT3/NotebookParser/ReadMe.txt Added : /trunk/OMNotebook_QT3/NotebookParser/lexer.g Added : /trunk/OMNotebook_QT3/NotebookParser/notebookgrammarTokenTypes.hpp Added : /trunk/OMNotebook_QT3/NotebookParser/notebookgrammarTokenTypes.txt Added : /trunk/OMNotebook_QT3/NotebookParser/parser.g Added : /trunk/OMNotebook_QT3/NotebookParser/walker.g Added : /trunk/OMNotebook_QT3/OMNotebook/application.h Added : /trunk/OMNotebook_QT3/OMNotebook/cell.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cell.h Added : /trunk/OMNotebook_QT3/OMNotebook/cellapplication.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cellapplication.h Added : /trunk/OMNotebook_QT3/OMNotebook/cellcommandcenter.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cellcommandcenter.h Added : /trunk/OMNotebook_QT3/OMNotebook/cellcommands.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cellcommands.h Added : /trunk/OMNotebook_QT3/OMNotebook/cellcursor.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cellcursor.h Added : /trunk/OMNotebook_QT3/OMNotebook/celldocument.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/celldocument.h Added : /trunk/OMNotebook_QT3/OMNotebook/celldocumentview.h Added : /trunk/OMNotebook_QT3/OMNotebook/cellfactory.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cellfactory.h Added : /trunk/OMNotebook_QT3/OMNotebook/cellgrammar.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cellgroup.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cellgroup.h Added : /trunk/OMNotebook_QT3/OMNotebook/cellparserfactory.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/command.h Added : /trunk/OMNotebook_QT3/OMNotebook/commandcenter.h Added : /trunk/OMNotebook_QT3/OMNotebook/copytest.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/cursorcommands.h Added : /trunk/OMNotebook_QT3/OMNotebook/document.h Added : /trunk/OMNotebook_QT3/OMNotebook/documentview.h Added : /trunk/OMNotebook_QT3/OMNotebook/factory.h Added : /trunk/OMNotebook_QT3/OMNotebook/imagecell.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/imagecell.h Added : /trunk/OMNotebook_QT3/OMNotebook/inputcell.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/inputcell.h Added : /trunk/OMNotebook_QT3/OMNotebook/inputcelldelegate.h Added : /trunk/OMNotebook_QT3/OMNotebook/moc_cell.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_cellapplication.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_cellcursor.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_celldocument.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_cellgroup.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_document.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_documentview.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_imagecell.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_inputcell.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_notebook.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_omc_communicator.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_smlinteractiveenvironment.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_stylesheet.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_textcell.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/moc_treeview.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/modelicacolors.xml Added : /trunk/OMNotebook_QT3/OMNotebook/modelicahighlighter.h Added : /trunk/OMNotebook_QT3/OMNotebook/nbparser.h Added : /trunk/OMNotebook_QT3/OMNotebook/notebook.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/notebook.h Added : /trunk/OMNotebook_QT3/OMNotebook/notebookcommands.h Added : /trunk/OMNotebook_QT3/OMNotebook/notebookparser.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/notebookparser.h Added : /trunk/OMNotebook_QT3/OMNotebook/omc_communicator.hpp Added : /trunk/OMNotebook_QT3/OMNotebook/omcinteractiveenvironment.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/omcinteractiveenvironment.h Added : /trunk/OMNotebook_QT3/OMNotebook/parserfactory.h Added : /trunk/OMNotebook_QT3/OMNotebook/qtapp.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/rule.h Added : /trunk/OMNotebook_QT3/OMNotebook/selectingvisitor.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/selectingvisitor.h Added : /trunk/OMNotebook_QT3/OMNotebook/serializingvisitor.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/serializingvisitor.h Added : /trunk/OMNotebook_QT3/OMNotebook/smlhighlighter.h Added : /trunk/OMNotebook_QT3/OMNotebook/smlinteractiveenvironment.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/smlinteractiveenvironment.h Added : /trunk/OMNotebook_QT3/OMNotebook/smlsyntaxhighlighter.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/smlsyntaxhighlighter.h Added : /trunk/OMNotebook_QT3/OMNotebook/stylesheet.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/stylesheet.h Added : /trunk/OMNotebook_QT3/OMNotebook/stylesheet.xml Added : /trunk/OMNotebook_QT3/OMNotebook/syntax_highlighter.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/syntax_highlighter.hpp Added : /trunk/OMNotebook_QT3/OMNotebook/syntaxhighlighter.h Added : /trunk/OMNotebook_QT3/OMNotebook/textcell.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/textcell.h Added : /trunk/OMNotebook_QT3/OMNotebook/treeview.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/treeview.h Added : /trunk/OMNotebook_QT3/OMNotebook/trunk.ncb Added : /trunk/OMNotebook_QT3/OMNotebook/trunk.pro Added : /trunk/OMNotebook_QT3/OMNotebook/trunk.sln Added : /trunk/OMNotebook_QT3/OMNotebook/trunk.suo Added : /trunk/OMNotebook_QT3/OMNotebook/trunk.vcproj Added : /trunk/OMNotebook_QT3/OMNotebook/vc70.idb Added : /trunk/OMNotebook_QT3/OMNotebook/vc70.pdb Added : /trunk/OMNotebook_QT3/OMNotebook/visitor.h Added : /trunk/OMNotebook_QT3/OMNotebook/xmlparser.cpp Added : /trunk/OMNotebook_QT3/OMNotebook/xmlparser.h Revision: 2000 Author: x05andfe Date: 11:43:19, den 5 december 2005 Message: add new WinMosh version, created using QT. // Anders Fernström ---- Added : /trunk/WinMosh_QT4 Added : /trunk/WinMosh_QT4/main.cpp Added : /trunk/WinMosh_QT4/omc_communicator.cpp Added : /trunk/WinMosh_QT4/omcinteractiveenvironment.cpp Added : /trunk/WinMosh_QT4/qmosh.cpp Added : /trunk/WinMosh_QT4/QWinMosh.ncb Added : /trunk/WinMosh_QT4/QWinMosh.suo Added : /trunk/WinMosh_QT4/OtherDlg.ui Added : /trunk/WinMosh_QT4/QWinMosh.sln Added : /trunk/WinMosh_QT4/QWinMosh.vcproj Added : /trunk/WinMosh_QT4/Resources Added : /trunk/WinMosh_QT4/Resources/WinMosh.ico Added : /trunk/WinMosh_QT4/Resources/clear.bmp Added : /trunk/WinMosh_QT4/Resources/copy.bmp Added : /trunk/WinMosh_QT4/Resources/cut.bmp Added : /trunk/WinMosh_QT4/Resources/help.bmp Added : /trunk/WinMosh_QT4/Resources/paste.bmp Added : /trunk/WinMosh_QT4/Resources/print.bmp Added : /trunk/WinMosh_QT4/Resources/start.bmp Added : /trunk/WinMosh_QT4/Resources/stop.bmp Added : /trunk/WinMosh_QT4/Resources/winmosh.bmp Added : /trunk/WinMosh_QT4/inputcelldelegate.h Added : /trunk/WinMosh_QT4/omc_communication.cc Added : /trunk/WinMosh_QT4/omc_communicator.h Added : /trunk/WinMosh_QT4/omcinteractiveenvironment.h Added : /trunk/WinMosh_QT4/otherdlg.h Added : /trunk/WinMosh_QT4/qmosh.h Added : /trunk/WinMosh_QT4/qwinmosh.qrc Added : /trunk/WinMosh_QT4/res.aps Added : /trunk/WinMosh_QT4/res.rc Added : /trunk/WinMosh_QT4/resource.h Revision: 1998 Author: kajny Date: 16:13:49, den 29 november 2005 Message: updated again withplotParametric ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/helptext.txt Revision: 1997 Author: adrpo Date: 02:23:16, den 29 november 2005 Message: 2005-11-29 adrpo@ida - OpenModelicaUsersGuide.doc and .pdf for 1.3.1 with MDT ---- Modified : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 1996 Author: haklu Date: 18:25:22, den 28 november 2005 Message: New examples and usersguide ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Added : /trunk/Examples/ExternalFunc1.c Added : /trunk/Examples/ExternalFunc1_ext.h Added : /trunk/Examples/ExternalFunc2.c Added : /trunk/Examples/ExternalFunc2.h Added : /trunk/Examples/ExternalLibraries.mo Added : /trunk/Examples/ExternalLibraries.mos Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 1995 Author: haklu Date: 15:54:18, den 28 november 2005 Message: Changed so that the names of the external libs are put in a file named .libs instead of on the command line to the compile script. Otherwise system() in win32 fail. fixed plot so hat the correct variable is plotted if there is one variable 'a' and one 'a1', Before plot(a) would always plot the one that was first in the result file. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/winruntime/ptolemyio.cpp Modified : /trunk/testsuite/mofiles/cases.texi Revision: 1994 Author: kajny Date: 15:49:08, den 28 november 2005 Message: Removed plotParametric for now until further investigations are completed ---- Modified : /trunk/Compiler/helptext.txt Revision: 1993 Author: kajny Date: 14:30:44, den 28 november 2005 Message: Better documentation and errorhandling in plotpparametric ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Static.rml Revision: 1992 Author: x02lucpo Date: 14:08:47, den 28 november 2005 Message: changed the System.trimg in compile_model to System.string_replace ---- Modified : /trunk/Compiler/Ceval.rml Revision: 1991 Author: kajny Date: 13:42:04, den 28 november 2005 Message: Implemented the command plotParametric ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/helptext.txt Revision: 1989 Author: x02lucpo Date: 08:05:22, den 28 november 2005 Message: redirected the stderr and stdout to .log ---- Modified : /trunk/Compiler/scripts/Compile.bat Revision: 1988 Author: x02lucpo Date: 16:46:56, den 25 november 2005 Message: ---- Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 1987 Author: petar Date: 14:03:10, den 24 november 2005 Message: Fixed bug in setComponentAttributes Added initialization of parameters depending on other parameters (expressions of). ---- Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Revision: 1986 Author: adrpo Date: 13:22:07, den 24 november 2005 Message: 2005-11-24 adrpo@ida - windows stdlib doesn't have setenv, changed systemimpl.c so it uses _putenv("var=value") ---- Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1985 Author: adrpo Date: 12:27:59, den 24 november 2005 Message: 2005-11-24 adrpo@ida - added System.set_env(var:string, value:string, overwrite:int) - added systemimpl.c for System.set_env for both runtime and winruntime - added getEnvironmentVar("varname") and setEnvironmentVar("varname","varvalue") to the Interactive API in Interactive.rml - added help to those into interactive_api.txt ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/interactive_api.txt Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1984 Author: x02lucpo Date: 11:46:45, den 24 november 2005 Message: forgot to add "setCompileCommand" to Static.rml ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Static.rml Revision: 1983 Author: x02lucpo Date: 10:07:17, den 24 november 2005 Message: implemented set_compile_command and get_compile_command reimplemented compile_model to use get_compile_command reimplemented Compile.bat and Compile to use the new way to call the compilation ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/scripts/Compile Modified : /trunk/Compiler/scripts/Compile.bat Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1982 Author: x02lucpo Date: 16:51:49, den 23 november 2005 Message: corrected the generation of code to put out the correct values for different arrays ---- Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/VC7/libf2c.vcproj Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mofiles/Array10.mo Modified : /trunk/testsuite/mofiles/Array11.mo Modified : /trunk/testsuite/mofiles/Each1.mo Modified : /trunk/testsuite/mofiles/Redeclare4.mo Modified : /trunk/testsuite/mosfiles/BouncingBall.mo Revision: 1981 Author: kajny Date: 11:15:46, den 23 november 2005 Message: minor updates ---- Modified : /trunk/Compiler/helptext.txt Revision: 1980 Author: haklu Date: 11:03:46, den 23 november 2005 Message: Fixed bug in transformation of if-equations ---- Modified : /trunk/Compiler/Ceval.rml Revision: 1979 Author: petar Date: 09:07:47, den 23 november 2005 Message: Further fixes to ASUB bug in Exp.simlify. Added dummy state always present to make dassl happy if run with model without states. ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/testsuite/mofiles/msl_1_5/BC2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BN1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BN2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS12.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS14.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS16.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS9.mo Modified : /trunk/testsuite/mosfiles/simulation.mos Revision: 1978 Author: petar Date: 13:55:30, den 22 november 2005 Message: Fixed bug with simplifying ASUB. Fixed bug for small equation system (array expandsion with expandedsize=0) Fixed remove simple equation bug (removing parameter) ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1977 Author: petar Date: 12:04:05, den 21 november 2005 Message: Partly fixed MathCore bug no 345. (Constants in packages, etc.) ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mofiles/msl_1_5/BS3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS9.mo Revision: 1976 Author: petar Date: 13:48:29, den 18 november 2005 Message: Fixed bug in simulation.mos due to bug when simulating saved models. ---- Added : /trunk/testsuite/mosfiles/SmallLinsys.mo Modified : /trunk/testsuite/mosfiles/simulation.mos Revision: 1975 Author: petar Date: 13:38:07, den 18 november 2005 Message: Standard math functions in Modelica.Math are not evaluated instead of compiled and run in Ceval.rml ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1974 Author: x02lucpo Date: 11:56:47, den 18 november 2005 Message: corrected generation of varnames and parameters ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1973 Author: haklu Date: 17:04:10, den 17 november 2005 Message: Transformation of if-equations to expressions Updated helptext Updated setup-project ---- Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/helptext.txt Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Revision: 1972 Author: petar Date: 16:26:03, den 17 november 2005 Message: Added better error messages to SimCodegen.rml ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1971 Author: petar Date: 14:50:20, den 17 november 2005 Message: Fixed rounding in ExternalLibraries.mos using floor and echo. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/testsuite/mosfiles/ExternalLibraries.mos Revision: 1970 Author: petar Date: 13:12:00, den 17 november 2005 Message: Fixed bug with simulate, added extra parameter to fail cases as well. ---- Modified : /trunk/Compiler/Ceval.rml Revision: 1969 Author: petar Date: 13:00:48, den 17 november 2005 Message: Fixed bugs with whitespace when calling plot, etc. in windows. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/scripts/doPlot.bat Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 1968 Author: petar Date: 11:35:40, den 17 november 2005 Message: Added Each1.mo for each modifier. ---- Added : /trunk/testsuite/mofiles/Each1.mo Revision: 1967 Author: x02lucpo Date: 09:21:00, den 17 november 2005 Message: corrected a bug in makefile: if a class where a.b.c then MinGW will compile the exe with the name a.b.c and NOT a.b.c.exe ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1966 Author: x02lucpo Date: 14:47:49, den 16 november 2005 Message: corrected bug 337 mathcore ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1965 Author: petar Date: 14:34:05, den 16 november 2005 Message: Added initialization of matrix and vector declarations. ---- Modified : /trunk/c_runtime/matrix.h Revision: 1964 Author: kajny Date: 14:45:48, den 15 november 2005 Message: Field names for Modelica+ inserted in comments ---- Modified : /trunk/Compiler/Absyn.rml Revision: 1961 Author: x02lucpo Date: 10:05:31, den 15 november 2005 Message: ---- Modified : /trunk/Compiler/Interactive.rml Revision: 1960 Author: x02lucpo Date: 14:44:35, den 11 november 2005 Message: added to build_model a rule so that it changes the dir to the file where the class is. ---- Modified : /trunk/Compiler/Ceval.rml Revision: 1959 Author: petar Date: 12:39:10, den 11 november 2005 Message: Implemented Each modifier, testcase Each1.mo ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Revision: 1958 Author: x02lucpo Date: 11:17:43, den 11 november 2005 Message: ---- Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 1957 Author: x02lucpo Date: 09:01:38, den 11 november 2005 Message: ---- Modified : /trunk/c_runtime/simulation_runtime.h Revision: 1956 Author: adrpo Date: 06:02:09, den 11 november 2005 Message: 2005-11-11 adrpo@ida - added several relations to Interactive.rml and an API function called: getElementsInfo - read more in interactive_api.txt ---- Modified : /trunk/Compiler/interactive_api.txt Revision: 1955 Author: adrpo Date: 06:01:50, den 11 november 2005 Message: 2005-11-11 adrpo@ida - added several relations to Interactive.rml and an API function called: getElementsInfo - read more in interactive_api.txt ---- Modified : /trunk/Compiler/Interactive.rml Revision: 1954 Author: petar Date: 16:22:52, den 10 november 2005 Message: Fixed bugs with initial_function codegen. ---- Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1953 Author: petar Date: 13:23:05, den 10 november 2005 Message: Fixed solving equation systems in output sections. fixed listVariables bug (not considering builtin variable $echo) ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 1952 Author: petar Date: 09:12:06, den 10 november 2005 Message: Fixed bug #41. start values that are expressions are now calculated in initial_function. NOTE: Those start values can therefore not be changed from init file. ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1951 Author: petar Date: 08:10:19, den 10 november 2005 Message: fixed bug in updateComponent (final, repl, etc.) implemented echo. echo(true) turns on echo of result in mosh, echo(false) turns off echo. fixed bug with connections (msl_1_5/BC8.mo now works. Added msl files to testsuite in makefile. ---- Modified : /trunk/testsuite/mofiles/Cardinality.mo Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Connect.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/testsuite/mofiles/msl_1_5/BC10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM14.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM15.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM16.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM20.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM21.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM22.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM23.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM25.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM26.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS12.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS16.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/Makefile Revision: 1950 Author: petar Date: 15:05:56, den 7 november 2005 Message: string replace impl. in cygwinruntime now also in winruntime. ---- Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1949 Author: x02lucpo Date: 13:32:42, den 7 november 2005 Message: changed Interactive.rml to compile with VC7.1 ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 1948 Author: petar Date: 10:51:56, den 7 november 2005 Message: Split evaluate_graphical_api into two relations so it compiles under Visual studio. ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 1947 Author: adrpo Date: 14:37:36, den 4 november 2005 Message: 2005-11-04 adrpo@ida - added getCrefInfo(cref) to interactive_api.txt ---- Modified : /trunk/Compiler/interactive_api.txt Revision: 1946 Author: petar Date: 12:09:59, den 4 november 2005 Message: Implemented getClassRestriction in Interactive.rml, returns a string with the class restriction. ---- Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Interactive.rml Revision: 1945 Author: petar Date: 11:53:07, den 4 november 2005 Message: Implemented external function annotation Library and Include. Implemented setComponentAttributes. Cleaned up mosfiles testing by removing temporary files using system(rm -rf ...) ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/testsuite/mosfiles/BouncingBall.mos Added : /trunk/testsuite/mosfiles/ExternalLibraries.mo Added : /trunk/testsuite/mosfiles/ExternalLibraries.mos Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/interactive_api_attributes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_loadsave.mos Modified : /trunk/testsuite/mosfiles/strings.mos Added : /trunk/testsuite/mosfiles/ExternalFunc1.c Added : /trunk/testsuite/mosfiles/ExternalFunc1_ext.h Added : /trunk/testsuite/mosfiles/ExternalFunc2.c Added : /trunk/testsuite/mosfiles/ExternalFunc2.h Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/interactive_api.txt Revision: 1944 Author: adrpo Date: 12:32:50, den 3 november 2005 Message: 2005-11-03 adrpo@ida - added get_cref_info relation - added API command getCrefInfo(cref) which returns the following format: filename,lineno,columno ---- Modified : /trunk/Compiler/Interactive.rml Revision: 1943 Author: petar Date: 09:54:02, den 2 november 2005 Message: Added annotation to external decl, needed for Library and Include annotation. Still need to do the implementation though. ---- Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/Inst.rml Revision: 1942 Author: adrpo Date: 16:53:30, den 1 november 2005 Message: 2005-11-01 adrpo@ida - bug fixing of walker.g for parsing of Modelica 2.2 with position info ---- Modified : /trunk/Compiler/absyn_builder/walker.g Revision: 1941 Author: haklu Date: 13:52:05, den 1 november 2005 Message: - Added test case for events - Updated winruntime after changes in runtime - Added missing return statement in printimpl.c ---- Added : /trunk/testsuite/mosfiles/BouncingBall.mo Added : /trunk/testsuite/mosfiles/BouncingBall.mos Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/winruntime/printimpl.c Revision: 1940 Author: petar Date: 11:15:55, den 1 november 2005 Message: Implemented constant evaluation of the following operators: vector cat transpose identity ---- Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/func_explicit_typeconv.mo Modified : /trunk/testsuite/mosfiles/func_factorial.mo Added : /trunk/testsuite/mosfiles/matrices.mos Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/Values.rml Revision: 1939 Author: adrpo Date: 23:49:06, den 31 oktober 2005 Message: 2005-10-31 adrpo@ida - added Info datatype INFO(filename, lineno, columnno) - changed so that CLASS and ELEMENT uses the Info datatype - fixed everything in the other rml files - tested on the standard tests and passed ---- Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/DumpGraphviz.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SCode.rml Revision: 1938 Author: adrpo Date: 23:46:23, den 31 oktober 2005 Message: 2005-10-31 adrpo@ida - added line/column info to CLASS and ELEMENT construction ---- Modified : /trunk/Compiler/absyn_builder/walker.g Revision: 1937 Author: x02lucpo Date: 17:54:00, den 31 oktober 2005 Message: Merged R1903 BRANCH into trunk ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Revision: 1934 Author: petar Date: 12:49:06, den 26 oktober 2005 Message: Implemented vectorized calls of functions. Removed temporary hack for der operator. Testcases: Vectorizable1.mo - Vectorizable5.mo. ---- Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Vectorizable1.mo Added : /trunk/testsuite/mofiles/Vectorizable2.mo Added : /trunk/testsuite/mofiles/Vectorizable3.mo Added : /trunk/testsuite/mofiles/Vectorizable4.mo Added : /trunk/testsuite/mofiles/Vectorizable5.mo Modified : /trunk/testsuite/mofiles/cases.texi Revision: 1933 Author: haklu Date: 11:22:56, den 26 oktober 2005 Message: Fixed core dump when closing with ctrl-D ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 1932 Author: haklu Date: 11:16:38, den 26 oktober 2005 Message: Fixed core dump when closing with ctrl-D ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 1931 Author: petar Date: 10:55:52, den 26 oktober 2005 Message: forgot to add.... ---- Added : /trunk/testsuite/mofiles/Cardinality.mo Revision: 1930 Author: petar Date: 08:51:30, den 25 oktober 2005 Message: Fixed bug #2. Can not handle arrays of strings yet. Testexample mosfiles/strings.mos ---- Modified : /trunk/Compiler/Values.rml Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/func_explicit_typeconv.mos Modified : /trunk/testsuite/mosfiles/func_factorial.mos Modified : /trunk/testsuite/mosfiles/func_multiple_return.mo Modified : /trunk/testsuite/mosfiles/func_multiple_return.mos Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Added : /trunk/testsuite/mosfiles/strings.mo Added : /trunk/testsuite/mosfiles/strings.mos Revision: 1929 Author: petar Date: 12:53:55, den 24 oktober 2005 Message: Fixed bug #32 ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Revision: 1928 Author: petar Date: 11:17:30, den 24 oktober 2005 Message: Fixed bug #9. Implemented cardinality. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Connect.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 1927 Author: x02lucpo Date: 13:28:34, den 21 oktober 2005 Message: switched back includes in c_runtime to make possible compilation gcc ---- Modified : /trunk/c_runtime/read_write.h Revision: 1926 Author: petar Date: 09:46:42, den 21 oktober 2005 Message: Fixed bug #37, Testcase Array10.mo. Fixed bug #38, Testcase Array11.mo. Prepared for impl. of cardinality: T_ANYTYPE ---- Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Added : /trunk/testsuite/mofiles/Array10.mo Added : /trunk/testsuite/mofiles/Array11.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 1925 Author: x02lucpo Date: 09:32:26, den 20 oktober 2005 Message: switched some includes in c_runtime to make possible compilation with VC 6.0 ---- Modified : /trunk/c_runtime/matrix.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/real_array.c Revision: 1924 Author: petar Date: 16:24:33, den 18 oktober 2005 Message: Added BoolArrayTest.mo as verification that bug #14 is fixed. ---- Added : /trunk/testsuite/mofiles/BoolArrayTest.mo Modified : /trunk/testsuite/mofiles/Makefile Revision: 1923 Author: petar Date: 14:19:50, den 18 oktober 2005 Message: Fixed two unparsebugs, tuple assignments and elseif branches in algorithm sections. ---- Modified : /trunk/Compiler/Dump.rml Revision: 1922 Author: petar Date: 13:09:32, den 18 oktober 2005 Message: Fixed bug #36: merging of modifiers in redeclare. Testcases: Redeclare4.mo Redeclare5.mo. ---- Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/Redeclare1.mo Added : /trunk/testsuite/mofiles/Redeclare4.mo Added : /trunk/testsuite/mofiles/Redeclare5.mo Modified : /trunk/testsuite/mofiles/cases.texi Revision: 1921 Author: haklu Date: 09:38:48, den 18 oktober 2005 Message: Fixed: Correct type on returned array from readSimulationResult Fixed: Prefix on crefs inside when-conditions ---- Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Revision: 1920 Author: petar Date: 07:52:20, den 17 oktober 2005 Message: Added comment to constraining clause in Absyn. Relaxed Real literal construction in lexer, now accepts .1 and -.5. Fixed get_diagram_annotation bug in Interactive.rml ---- Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 1918 Author: petar Date: 15:07:22, den 13 oktober 2005 Message: Fixed bug #13, #34. Fixed so loadModel and loadFile returns parse error messages, if any, to error buffer. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassLoader.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/runtime/printimpl.c Modified : /trunk/Compiler/runtime/rtopts.c Modified : /trunk/Compiler/runtime/socketimpl.c Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 1917 Author: haklu Date: 17:58:36, den 11 oktober 2005 Message: Release 1.3 ---- Modified : /trunk/Compiler/VC7/Setup/ModelicaLib.tar.gz Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/doc/OpenModelicaSystem.doc Modified : /trunk/doc/OpenModelicaSystem.pdf Modified : /trunk/doc/OpenModelicaUsersGuide.doc Modified : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 1916 Author: petar Date: 07:32:26, den 11 oktober 2005 Message: Fixed bug in getComponentAnnotations in Modelica.Blocks.Math.Gain, wrong order of protected and public components. ---- Modified : /trunk/Compiler/Interactive.rml Revision: 1915 Author: haklu Date: 17:54:03, den 10 oktober 2005 Message: * fixed font in winmosh * plot with scalar argument * small changes i welcome text and about box ---- Modified : /trunk/Compiler/Static.rml Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Modified : /trunk/WinMosh/WinMosh.rc Modified : /trunk/WinMosh/WinMosh.vcproj Revision: 1914 Author: haklu Date: 18:17:39, den 6 oktober 2005 Message: Last fixes before release of 1.3 ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/Setup/bin/mico2311.dll Added : /trunk/Examples/BouncingBall.mo Added : /trunk/Examples/Circle.mo Added : /trunk/Examples/SimpleIntegrator.mo Added : /trunk/Examples/VanDerPol.mo Added : /trunk/Examples/bubblesort.mo Added : /trunk/Examples/dcmotor.mo Added : /trunk/Examples/sim_BouncingBall.mos Added : /trunk/Examples/sim_dcmotor.mos Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/mosh/LICENSE Modified : /trunk/mosh/src/mosh.cpp Revision: 1913 Author: kajny Date: 12:59:59, den 5 oktober 2005 Message: Minor fix, including exit help ---- Modified : /trunk/Compiler/helptext.txt Revision: 1912 Author: kajny Date: 12:50:28, den 5 oktober 2005 Message: Major updates with reorganization and examples ---- Modified : /trunk/Compiler/helptext.txt Revision: 1911 Author: kajny Date: 11:05:39, den 5 oktober 2005 Message: Changed license text ---- Modified : /trunk/Compiler/scripts/doPlot Revision: 1910 Author: kajny Date: 11:03:34, den 5 oktober 2005 Message: Changed license text ---- Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassInf.rml Modified : /trunk/Compiler/ClassLoader.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Connect.rml Modified : /trunk/Compiler/Corba.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAEEXT.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Debug.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/DumpGraphviz.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Graphviz.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/LICENSE Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/ModUtil.rml Modified : /trunk/Compiler/Parser.rml Modified : /trunk/Compiler/Prefix.rml Modified : /trunk/Compiler/Print.rml Modified : /trunk/Compiler/RTOpts.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Socket.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/TaskGraphExt.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/Values.rml Modified : /trunk/Compiler/VarTransform.rml Modified : /trunk/Compiler/absyn_builder/expression_parser.g Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/Compiler/absyn_builder/yacclib.c Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/scripts/doPlot Modified : /trunk/Compiler/winruntime/corbaimpl.cpp Modified : /trunk/Compiler/winruntime/omc_communication_impl.cpp Modified : /trunk/Compiler/winruntime/printimpl.c Modified : /trunk/Compiler/winruntime/ptolemyio.cpp Modified : /trunk/Compiler/winruntime/rtopts.c Modified : /trunk/Compiler/winruntime/socketimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1909 Author: davbr Date: 16:18:10, den 3 oktober 2005 Message: Added some test of functions. Note: they are not added to the make file yet. ---- Added : /trunk/testsuite/mosfiles/func_bubble.mo Added : /trunk/testsuite/mosfiles/func_bubble.mos Added : /trunk/testsuite/mosfiles/func_explicit_typeconv.mo Added : /trunk/testsuite/mosfiles/func_explicit_typeconv.mos Added : /trunk/testsuite/mosfiles/func_factorial.mo Added : /trunk/testsuite/mosfiles/func_factorial.mos Added : /trunk/testsuite/mosfiles/func_multiple_return.mo Added : /trunk/testsuite/mosfiles/func_multiple_return.mos Revision: 1908 Author: haklu Date: 14:48:57, den 3 oktober 2005 Message: updated winruntime with changes made in runtime ---- Modified : /trunk/Compiler/winruntime/ptolemyio.cpp Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1907 Author: kajny Date: 20:23:04, den 2 oktober 2005 Message: Fix for reading result sizes ---- Modified : /trunk/Compiler/System.rml Revision: 1906 Author: kajny Date: 14:59:25, den 30 september 2005 Message: Implemented readSimulationResultSize in the Interactive API ---- Modified : /trunk/Compiler/runtime/ptolemyio.cpp Modified : /trunk/Compiler/runtime/ptolemyio.hpp Revision: 1905 Author: kajny Date: 14:57:17, den 30 september 2005 Message: Implemented readSimulationResultSize in the Interactive API ---- Modified : /trunk/Compiler/runtime/systemimpl.c Revision: 1904 Author: kajny Date: 14:56:37, den 30 september 2005 Message: Implemented readSimulationResultSize in the Interactive API ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Static.rml Revision: 1902 Author: haklu Date: 18:39:25, den 28 september 2005 Message: * noEvent * sample * updates of installation project ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/modelica.h Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.cpp Added : /trunk/Compiler/VC7/Setup/bin/mico2311.dll Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/VC7/omc/modeq.sln Added : /trunk/Compiler/VC7/Setup/ptplot copyright.txt Modified : /trunk/WinMosh/WinMosh.rc Revision: 1901 Author: petar Date: 16:50:55, den 28 september 2005 Message: Fixed bug in print_exp_cpp_str for EQUAL. ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1900 Author: kajny Date: 14:40:52, den 28 september 2005 Message: Added small help notice ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 1899 Author: x02lucpo Date: 14:14:34, den 28 september 2005 Message: implemented a buildModel function that only compiles the model without simulating it. added a setClassNamesForSimulation to use when to clients of omc collaborates ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/WinMosh/WinMosh.vcproj Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/testsuite/mofiles/msl_1_5/Makefile Modified : /trunk/testsuite/mofiles/msl_1_5/rtest Revision: 1898 Author: petar Date: 09:43:14, den 28 september 2005 Message: Added check/error msg of lowering IF_EQUATIONS. Added noEvent as macro in modelica.h ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/Compiler/DAELow.rml Revision: 1897 Author: davbr Date: 09:43:34, den 27 september 2005 Message: Added a textfile README-WIN32.txt, which explains step-by-step how to install and compile the OMC under Windows. ---- Added : /trunk/README-WIN32.txt Revision: 1896 Author: petar Date: 14:58:21, den 26 september 2005 Message: Added der(abs(x)) = der(x)*sign(x) Added Exp.traverse_exp (generic expression traversal) ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/testsuite/mofiles/msl_1_5/BC10.mo Revision: 1895 Author: haklu Date: 11:32:57, den 26 september 2005 Message: Fixed bug in generated code for interactive function calls. ---- Modified : /trunk/Compiler/Static.rml Revision: 1894 Author: haklu Date: 08:54:03, den 21 september 2005 Message: Merged event handling (only in dassl) Use omc +d=noevents to disable it. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/c_runtime/modelica.h Modified : /trunk/testsuite/mosfiles/simulation.mos Modified : /trunk/c_runtime/Makefile Modified : /trunk/testsuite/mosfiles/interactive_api_loadsave.mos Modified : /trunk/Compiler/scripts/Compile Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/winruntime/printimpl.c Revision: 1893 Author: petar Date: 14:46:03, den 20 september 2005 Message: Implemented POW using libmath pow. Fixed bug when translating dae having variable x[] or y[] or xd[] or p[] defined in the model. ---- Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1892 Author: petar Date: 11:54:04, den 19 september 2005 Message: Fixed temporary hack for der(vector) and der(matrix) since vectorized calls not impl. yet. Fixed bug in builtin attributes, e.g. start, min, max, etc. Fixed bug in placement annotation in Interactive. ---- Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Revision: 1891 Author: x02lucpo Date: 10:44:57, den 19 september 2005 Message: ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 1890 Author: x02lucpo Date: 10:57:17, den 15 september 2005 Message: removed \bin from the path ---- Modified : /trunk/Compiler/scripts/doPlot.bat Modified : /trunk/Compiler/scripts/Compile.bat Revision: 1889 Author: x02lucpo Date: 09:48:39, den 15 september 2005 Message: changed the name of derivative from der(a.b.c) to a.b.der(c) ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1888 Author: petar Date: 13:44:39, den 7 september 2005 Message: Updated Upgraded parser and Absyn to Modelica v2.2 ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/DumpGraphviz.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SCode.rml Revision: 1887 Author: petar Date: 09:14:33, den 31 augusti 2005 Message: Fixed bugs with external functions in simulation code. Fixed underconstrained initial equations, etc. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1886 Author: petar Date: 07:41:23, den 26 augusti 2005 Message: Removed debug prints. Added initial_function call in solvers. Removed faulty impl. for functions returning one argument. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1885 Author: petar Date: 07:50:05, den 25 augusti 2005 Message: Added calculation of initial values from initial equations. For now, the initial equation system must be consistent. No additional equations are currently added, e.g. x=0 for some uninitialized state x. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1884 Author: petar Date: 10:07:45, den 22 augusti 2005 Message: Fixed bug with citation quotes on simulate command. Improved code generation of functions for simulation code. Added calculation of simple equations in simulation code. Fixed comment bug in comments from variables in simulation code. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1883 Author: petar Date: 16:28:29, den 17 augusti 2005 Message: Fixed bug in not resetting class file string after parsing. Changed "NoFile" to empty string when no class file present. ---- Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/Interactive.rml Revision: 1882 Author: x02lucpo Date: 11:28:28, den 17 augusti 2005 Message: commented an addition to traverse classes ---- Modified : /trunk/Compiler/Interactive.rml Revision: 1881 Author: petar Date: 16:22:03, den 16 augusti 2005 Message: Fixed bug with tuple assign. ---- Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/testsuite/mofiles/msl_1_5/BS11.mo Revision: 1880 Author: petar Date: 13:53:29, den 16 augusti 2005 Message: Fixed bug with unary array minus and plus. ---- Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/Compiler/Values.rml Modified : /trunk/testsuite/mofiles/msl_1_5/BC6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM14.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM15.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM16.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM20.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM21.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM22.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM23.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM24.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM25.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM26.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS11.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS12.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS13.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS14.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS16.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS5.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BN1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BN2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM12.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM13.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM17.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM18.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM19.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM27.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM28.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BN3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS15.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS17.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS2.mo Revision: 1879 Author: petar Date: 11:27:58, den 15 augusti 2005 Message: Merged 1875:1878 on petarstructparam. Structural parameters are now dealt with by giving modifiers both value and equal binding. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/c_runtime/modelica.h Modified : /trunk/testsuite/mofiles/EquationComponent2.mo Modified : /trunk/testsuite/mofiles/EquationComponent3.mo Modified : /trunk/testsuite/mofiles/EquationComponent4.mo Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/testsuite/mofiles/MinMax.mo Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/testsuite/mofiles/msl_1_5/BC6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM24.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS10.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS12.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS13.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS14.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS6.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS7.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS8.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS9.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BN1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BN2.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC1.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BC4.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM12.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM13.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM17.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM18.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM19.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM27.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BM28.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BN3.mo Modified : /trunk/testsuite/mofiles/msl_1_5/BS2.mo Revision: 1876 Author: x02lucpo Date: 09:45:19, den 10 augusti 2005 Message: simcode contains now also the comments of the daelow.var ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1873 Author: petar Date: 13:53:47, den 3 augusti 2005 Message: Fixed nicer printing of Env ---- Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Types.rml Revision: 1872 Author: x02lucpo Date: 11:32:12, den 3 augusti 2005 Message: implemented translateModel ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/testsuite/mosfiles/NonLinSys.mo Modified : /trunk/testsuite/mosfiles/NonLinSys2.mo Modified : /trunk/testsuite/mosfiles/NonLinSys3.mo Revision: 1871 Author: petar Date: 07:57:42, den 3 augusti 2005 Message: Added tests for Modelica.Blocks v. 1.5 ---- Added : /trunk/testsuite/mofiles/msl_1_5 Added : /trunk/testsuite/mofiles/msl_1_5/BC1.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC10.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC11.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC2.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC3.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC4.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC5.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC6.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC7.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC8.mo Added : /trunk/testsuite/mofiles/msl_1_5/BC9.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM1.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM10.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM11.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM12.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM13.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM14.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM15.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM16.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM17.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM18.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM19.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM2.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM20.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM21.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM22.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM23.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM24.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM25.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM26.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM27.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM28.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM3.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM4.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM5.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM6.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM7.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM8.mo Added : /trunk/testsuite/mofiles/msl_1_5/BM9.mo Added : /trunk/testsuite/mofiles/msl_1_5/BN1.mo Added : /trunk/testsuite/mofiles/msl_1_5/BN2.mo Added : /trunk/testsuite/mofiles/msl_1_5/BN3.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS1.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS10.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS11.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS12.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS13.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS14.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS15.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS16.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS17.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS2.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS3.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS4.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS5.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS6.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS7.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS8.mo Added : /trunk/testsuite/mofiles/msl_1_5/BS9.mo Added : /trunk/testsuite/mofiles/msl_1_5/Makefile Added : /trunk/testsuite/mofiles/msl_1_5/README.TXT Added : /trunk/testsuite/mofiles/msl_1_5/rtest Revision: 1870 Author: petar Date: 07:53:46, den 3 augusti 2005 Message: Fixed bug in Interactive getComponents function. Fixed bug with self referencing variables. Fixed DAE output bug. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Static.rml Revision: 1869 Author: petar Date: 14:23:30, den 1 augusti 2005 Message: Changed getComponents in interactive interface to return more information. ---- Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Revision: 1868 Author: petar Date: 14:18:04, den 1 augusti 2005 Message: Changed getComponents in interactive interface to return more information. ---- Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/Util.rml Revision: 1867 Author: petar Date: 12:04:01, den 1 augusti 2005 Message: Added documentation to -all- relations. Improved documentation on some rules. Removed dead code. ---- Modified : /trunk/Compiler/Algorithm.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassInf.rml Modified : /trunk/Compiler/Codegen.rml Modified : /trunk/Compiler/Connect.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAEEXT.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Debug.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/DumpGraphviz.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Graphviz.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Mod.rml Modified : /trunk/Compiler/ModUtil.rml Modified : /trunk/Compiler/Parser.rml Modified : /trunk/Compiler/Prefix.rml Modified : /trunk/Compiler/Print.rml Modified : /trunk/Compiler/RTOpts.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Socket.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/Values.rml Modified : /trunk/Compiler/VarTransform.rml Modified : /trunk/Compiler/runtime/daeext.cpp Revision: 1866 Author: x02lucpo Date: 11:15:40, den 29 juli 2005 Message: added trim to System.rml ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/ClassLoader.rml Modified : /trunk/Compiler/System.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/scripts/Compile.bat Modified : /trunk/Compiler/scripts/doPlot.bat Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1865 Author: x02lucpo Date: 11:31:10, den 27 juli 2005 Message: changed dae.dump_type_str and exported Interactive.evaluate2 as public ---- Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/Interactive.rml Revision: 1864 Author: petar Date: 09:20:17, den 26 juli 2005 Message: Fixed bug in make_sum and make_product. ---- Modified : /trunk/Compiler/Exp.rml Revision: 1861 Author: petar Date: 09:39:23, den 22 juli 2005 Message: Fixed bug in differentiate. Fixed bug in simplify of IFEXP. ---- Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Exp.rml Revision: 1860 Author: x02lucpo Date: 15:40:13, den 21 juli 2005 Message: improved is_non_state(VarKind) ---- Modified : /trunk/Compiler/DAELow.rml Revision: 1859 Author: petar Date: 14:49:57, den 20 juli 2005 Message: made var_equal public. ---- Modified : /trunk/Compiler/DAELow.rml Revision: 1858 Author: petar Date: 09:32:12, den 20 juli 2005 Message: Fixed bugs in simplify ---- Modified : /trunk/testsuite/mosfiles/differentiate.mos Revision: 1857 Author: petar Date: 09:31:30, den 20 juli 2005 Message: Fixed bugs in simplify. ---- Modified : /trunk/Compiler/Exp.rml Revision: 1856 Author: x02lucpo Date: 15:10:25, den 19 juli 2005 Message: implemented get_var_using_name for getting a DAELow by its old name "a.b.c" and not by indexed form ---- Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/TaskGraph.rml Modified : /trunk/Compiler/Util.rml Revision: 1855 Author: petar Date: 16:18:38, den 15 juli 2005 Message: Added set_varkind, fixed bug in derive.rml ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Revision: 1854 Author: x02lucpo Date: 14:05:08, den 14 juli 2005 Message: improved the building procedure and added some useful relations ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/libf2c/makefile.vc Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Util.rml Revision: 1853 Author: petar Date: 13:01:11, den 14 juli 2005 Message: Fixed more bugs in simplify. ---- Modified : /trunk/testsuite/mosfiles/differentiate.mos Modified : /trunk/Compiler/Exp.rml Revision: 1852 Author: petar Date: 09:59:11, den 14 juli 2005 Message: Fixed several bugs in simplify + minor enhancements to DAELow ---- Modified : /trunk/testsuite/mosfiles/differentiate.mos Modified : /trunk/testsuite/mosfiles/simplify.mos Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Util.rml Modified : /trunk/Compiler/VarTransform.rml Revision: 1851 Author: x02lucpo Date: 09:19:15, den 13 juli 2005 Message: improved the simulation command to output to output.log ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/Compiler/rml2sig/rml2sig.bat Modified : /trunk/Compiler/Ceval.rml Revision: 1850 Author: x02lucpo Date: 08:30:39, den 12 juli 2005 Message: added vcf2c.lib and f2c.h to setup in folder c_runtime ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 1849 Author: x02lucpo Date: 08:26:17, den 12 juli 2005 Message: ---- Modified : /trunk/Compiler/VC7/omc/modeq.sln Deleted : /trunk/flat_modelica_parser/src/flat_modelica_parserTokenTypes.txt Revision: 1848 Author: x02lucpo Date: 08:24:00, den 12 juli 2005 Message: libf2c.vcproj for compiling f2c. This is a library for facilitate the interaction between C and fortran ---- Added : /trunk/Compiler/VC7/libf2c.vcproj Revision: 1847 Author: x02lucpo Date: 08:19:54, den 12 juli 2005 Message: improved the makefile.vc with clean and rebuild ---- Modified : /trunk/c_runtime/libf2c/makefile.vc Revision: 1846 Author: x02lucpo Date: 16:27:44, den 11 juli 2005 Message: added build_within to global space ---- Modified : /trunk/Compiler/Interactive.rml Revision: 1845 Author: x02lucpo Date: 11:24:09, den 8 juli 2005 Message: removed a bug in remove_first_and_last_char ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1844 Author: petar Date: 13:27:31, den 7 juli 2005 Message: Fixed structural parameters for if-equations. ---- Modified : /trunk/testsuite/mofiles/EquationIf1.mo Modified : /trunk/testsuite/mofiles/EquationIf2.mo Modified : /trunk/testsuite/mofiles/EquationIf3.mo Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/Compiler/Inst.rml Revision: 1843 Author: petar Date: 10:29:35, den 6 juli 2005 Message: Fixed import bug. ---- Modified : /trunk/testsuite/mofiles/Encapsulated3.mo Revision: 1842 Author: petar Date: 10:28:56, den 6 juli 2005 Message: Fixed several bugs in import, lookup, etc. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Static.rml Revision: 1841 Author: x02lucpo Date: 14:06:57, den 5 juli 2005 Message: improved some error-msg ---- Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Revision: 1840 Author: x02lucpo Date: 14:02:12, den 5 juli 2005 Message: added a function named write_file_or_error_msg ---- Modified : /trunk/Compiler/Util.rml Revision: 1839 Author: petar Date: 07:41:57, den 30 juni 2005 Message: Fixed import bug for constants. Fixed intial if equations. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/testsuite/mofiles/cases.texi Revision: 1838 Author: levsa Date: 19:15:54, den 29 juni 2005 Message: Added matlab scripts for automatic femlab problem generation ---- Modified : /trunk/pde/DomainExternalSolverPackage/Applications/testFEM.mo Added : /trunk/pde/DomainExternalSolverPackage/MFiles/genfemlabheatproblem.m Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo Added : /trunk/pde/DomainExternalSolverPackage/MFiles/femlabdomainfix.m Added : /trunk/pde/DomainExternalSolverPackage/MFiles/genfemlabproblem.m Added : /trunk/pde/DomainExternalSolverPackage/MFiles/genfemlabproblem2.m Added : /trunk/pde/DomainExternalSolverPackage/MFiles/readbc.m Added : /trunk/pde/DomainExternalSolverPackage/MFiles/readgeom.m Revision: 1837 Author: petar Date: 12:01:44, den 28 juni 2005 Message: Fixed bug when recursive use of component size as in Real x[:](min = fill(1.0,size(x,1))={1.0}; Added two testcases. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Modification12.mo Added : /trunk/testsuite/mofiles/Modification13.mo Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/Types.rml Revision: 1836 Author: levsa Date: 16:12:34, den 27 juni 2005 Message: Added some parameters for PDE and for heat transfer. See MyGenericBoundaryDiffusionTest4 ---- Modified : /trunk/pde/DomainExternalSolverPackage/Applications/testFEM.mo Modified : /trunk/pde/DomainExternalSolverPackage/MFiles/showfieldt_ind.m Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showfieldmovie_ind.asv Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showfieldmovie_ind.m Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_massbdr_u.cc Revision: 1835 Author: petar Date: 15:42:20, den 27 juni 2005 Message: Fixed bug in elaboration of min and max. Implemented imports of constants/variables from packages. Fixed some error printing. ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Import5.mo Added : /trunk/testsuite/mofiles/MinMax.mo Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Env.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Lookup.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/testsuite/mofiles/cases.texi Revision: 1834 Author: x02lucpo Date: 11:31:03, den 27 juni 2005 Message: added libf2c to compilation ---- Modified : /trunk/c_runtime/Makefile Revision: 1833 Author: x02lucpo Date: 11:30:15, den 27 juni 2005 Message: Added libf2c for simple access from c to fortran solvers ---- Added : /trunk/c_runtime/libf2c Added : /trunk/c_runtime/libf2c/makefile.u Added : /trunk/c_runtime/libf2c/f2c.h Added : /trunk/c_runtime/libf2c/README Added : /trunk/c_runtime/libf2c/abort_.c Added : /trunk/c_runtime/libf2c/arithchk.c Added : /trunk/c_runtime/libf2c/backspac.c Added : /trunk/c_runtime/libf2c/c_abs.c Added : /trunk/c_runtime/libf2c/c_cos.c Added : /trunk/c_runtime/libf2c/c_div.c Added : /trunk/c_runtime/libf2c/c_exp.c Added : /trunk/c_runtime/libf2c/c_log.c Added : /trunk/c_runtime/libf2c/c_sin.c Added : /trunk/c_runtime/libf2c/c_sqrt.c Added : /trunk/c_runtime/libf2c/cabs.c Added : /trunk/c_runtime/libf2c/close.c Added : /trunk/c_runtime/libf2c/comptry.bat Added : /trunk/c_runtime/libf2c/d_abs.c Added : /trunk/c_runtime/libf2c/d_acos.c Added : /trunk/c_runtime/libf2c/d_asin.c Added : /trunk/c_runtime/libf2c/d_atan.c Added : /trunk/c_runtime/libf2c/d_atn2.c Added : /trunk/c_runtime/libf2c/d_cnjg.c Added : /trunk/c_runtime/libf2c/d_cos.c Added : /trunk/c_runtime/libf2c/d_cosh.c Added : /trunk/c_runtime/libf2c/d_dim.c Added : /trunk/c_runtime/libf2c/d_exp.c Added : /trunk/c_runtime/libf2c/d_imag.c Added : /trunk/c_runtime/libf2c/d_int.c Added : /trunk/c_runtime/libf2c/d_lg10.c Added : /trunk/c_runtime/libf2c/d_log.c Added : /trunk/c_runtime/libf2c/d_mod.c Added : /trunk/c_runtime/libf2c/d_nint.c Added : /trunk/c_runtime/libf2c/d_prod.c Added : /trunk/c_runtime/libf2c/d_sign.c Added : /trunk/c_runtime/libf2c/d_sin.c Added : /trunk/c_runtime/libf2c/d_sinh.c Added : /trunk/c_runtime/libf2c/d_sqrt.c Added : /trunk/c_runtime/libf2c/d_tan.c Added : /trunk/c_runtime/libf2c/d_tanh.c Added : /trunk/c_runtime/libf2c/derf_.c Added : /trunk/c_runtime/libf2c/derfc_.c Added : /trunk/c_runtime/libf2c/dfe.c Added : /trunk/c_runtime/libf2c/dolio.c Added : /trunk/c_runtime/libf2c/dtime_.c Added : /trunk/c_runtime/libf2c/due.c Added : /trunk/c_runtime/libf2c/ef1asc_.c Added : /trunk/c_runtime/libf2c/ef1cmc_.c Added : /trunk/c_runtime/libf2c/endfile.c Added : /trunk/c_runtime/libf2c/erf_.c Added : /trunk/c_runtime/libf2c/erfc_.c Added : /trunk/c_runtime/libf2c/err.c Added : /trunk/c_runtime/libf2c/etime_.c Added : /trunk/c_runtime/libf2c/exit_.c Added : /trunk/c_runtime/libf2c/f77_aloc.c Added : /trunk/c_runtime/libf2c/f77vers.c Added : /trunk/c_runtime/libf2c/fio.h Added : /trunk/c_runtime/libf2c/fmt.c Added : /trunk/c_runtime/libf2c/fmt.h Added : /trunk/c_runtime/libf2c/fmtlib.c Added : /trunk/c_runtime/libf2c/fp.h Added : /trunk/c_runtime/libf2c/ftell64_.c Added : /trunk/c_runtime/libf2c/ftell_.c Added : /trunk/c_runtime/libf2c/getarg_.c Added : /trunk/c_runtime/libf2c/getenv_.c Added : /trunk/c_runtime/libf2c/h_abs.c Added : /trunk/c_runtime/libf2c/h_dim.c Added : /trunk/c_runtime/libf2c/h_dnnt.c Added : /trunk/c_runtime/libf2c/h_indx.c Added : /trunk/c_runtime/libf2c/h_len.c Added : /trunk/c_runtime/libf2c/h_mod.c Added : /trunk/c_runtime/libf2c/h_nint.c Added : /trunk/c_runtime/libf2c/h_sign.c Added : /trunk/c_runtime/libf2c/hl_ge.c Added : /trunk/c_runtime/libf2c/hl_gt.c Added : /trunk/c_runtime/libf2c/hl_le.c Added : /trunk/c_runtime/libf2c/hl_lt.c Added : /trunk/c_runtime/libf2c/i77vers.c Added : /trunk/c_runtime/libf2c/i_abs.c Added : /trunk/c_runtime/libf2c/i_dim.c Added : /trunk/c_runtime/libf2c/i_dnnt.c Added : /trunk/c_runtime/libf2c/i_indx.c Added : /trunk/c_runtime/libf2c/i_len.c Added : /trunk/c_runtime/libf2c/i_mod.c Added : /trunk/c_runtime/libf2c/i_nint.c Added : /trunk/c_runtime/libf2c/i_sign.c Added : /trunk/c_runtime/libf2c/iargc_.c Added : /trunk/c_runtime/libf2c/iio.c Added : /trunk/c_runtime/libf2c/ilnw.c Added : /trunk/c_runtime/libf2c/inquire.c Added : /trunk/c_runtime/libf2c/l_ge.c Added : /trunk/c_runtime/libf2c/l_gt.c Added : /trunk/c_runtime/libf2c/l_le.c Added : /trunk/c_runtime/libf2c/l_lt.c Added : /trunk/c_runtime/libf2c/lbitbits.c Added : /trunk/c_runtime/libf2c/lbitshft.c Added : /trunk/c_runtime/libf2c/lio.h Added : /trunk/c_runtime/libf2c/lread.c Added : /trunk/c_runtime/libf2c/lwrite.c Added : /trunk/c_runtime/libf2c/main.c Added : /trunk/c_runtime/libf2c/makefile.vc Added : /trunk/c_runtime/libf2c/open.c Added : /trunk/c_runtime/libf2c/pow_ci.c Added : /trunk/c_runtime/libf2c/pow_dd.c Added : /trunk/c_runtime/libf2c/pow_di.c Added : /trunk/c_runtime/libf2c/pow_hh.c Added : /trunk/c_runtime/libf2c/pow_ii.c Added : /trunk/c_runtime/libf2c/pow_qq.c Added : /trunk/c_runtime/libf2c/pow_ri.c Added : /trunk/c_runtime/libf2c/pow_zi.c Added : /trunk/c_runtime/libf2c/pow_zz.c Added : /trunk/c_runtime/libf2c/qbitbits.c Added : /trunk/c_runtime/libf2c/qbitshft.c Added : /trunk/c_runtime/libf2c/r_abs.c Added : /trunk/c_runtime/libf2c/r_acos.c Added : /trunk/c_runtime/libf2c/r_asin.c Added : /trunk/c_runtime/libf2c/r_atan.c Added : /trunk/c_runtime/libf2c/r_atn2.c Added : /trunk/c_runtime/libf2c/r_cnjg.c Added : /trunk/c_runtime/libf2c/r_cos.c Added : /trunk/c_runtime/libf2c/r_cosh.c Added : /trunk/c_runtime/libf2c/r_dim.c Added : /trunk/c_runtime/libf2c/r_exp.c Added : /trunk/c_runtime/libf2c/r_imag.c Added : /trunk/c_runtime/libf2c/r_int.c Added : /trunk/c_runtime/libf2c/r_lg10.c Added : /trunk/c_runtime/libf2c/r_log.c Added : /trunk/c_runtime/libf2c/r_mod.c Added : /trunk/c_runtime/libf2c/r_nint.c Added : /trunk/c_runtime/libf2c/r_sign.c Added : /trunk/c_runtime/libf2c/r_sin.c Added : /trunk/c_runtime/libf2c/r_sinh.c Added : /trunk/c_runtime/libf2c/r_sqrt.c Added : /trunk/c_runtime/libf2c/r_tan.c Added : /trunk/c_runtime/libf2c/r_tanh.c Added : /trunk/c_runtime/libf2c/rawio.h Added : /trunk/c_runtime/libf2c/rdfmt.c Added : /trunk/c_runtime/libf2c/rewind.c Added : /trunk/c_runtime/libf2c/rsfe.c Added : /trunk/c_runtime/libf2c/rsli.c Added : /trunk/c_runtime/libf2c/rsne.c Added : /trunk/c_runtime/libf2c/s_cat.c Added : /trunk/c_runtime/libf2c/s_cmp.c Added : /trunk/c_runtime/libf2c/s_copy.c Added : /trunk/c_runtime/libf2c/s_paus.c Added : /trunk/c_runtime/libf2c/s_rnge.c Added : /trunk/c_runtime/libf2c/s_stop.c Added : /trunk/c_runtime/libf2c/scomptry.bat Added : /trunk/c_runtime/libf2c/sfe.c Added : /trunk/c_runtime/libf2c/sig_die.c Added : /trunk/c_runtime/libf2c/signal_.c Added : /trunk/c_runtime/libf2c/signbit.c Added : /trunk/c_runtime/libf2c/sue.c Added : /trunk/c_runtime/libf2c/system_.c Added : /trunk/c_runtime/libf2c/typesize.c Added : /trunk/c_runtime/libf2c/uio.c Added : /trunk/c_runtime/libf2c/uninit.c Added : /trunk/c_runtime/libf2c/util.c Added : /trunk/c_runtime/libf2c/wref.c Added : /trunk/c_runtime/libf2c/wrtfmt.c Added : /trunk/c_runtime/libf2c/wsfe.c Added : /trunk/c_runtime/libf2c/wsle.c Added : /trunk/c_runtime/libf2c/wsne.c Added : /trunk/c_runtime/libf2c/xwsne.c Added : /trunk/c_runtime/libf2c/z_abs.c Added : /trunk/c_runtime/libf2c/z_cos.c Added : /trunk/c_runtime/libf2c/z_div.c Added : /trunk/c_runtime/libf2c/z_exp.c Added : /trunk/c_runtime/libf2c/z_log.c Added : /trunk/c_runtime/libf2c/z_sin.c Added : /trunk/c_runtime/libf2c/z_sqrt.c Added : /trunk/c_runtime/libf2c/Notice Added : /trunk/c_runtime/libf2c/f2c.h0 Added : /trunk/c_runtime/libf2c/f2ch.add Added : /trunk/c_runtime/libf2c/libf2c.lbc Added : /trunk/c_runtime/libf2c/libf2c.sy Added : /trunk/c_runtime/libf2c/makefile.sy Added : /trunk/c_runtime/libf2c/makefile.wat Added : /trunk/c_runtime/libf2c/math.hvc Added : /trunk/c_runtime/libf2c/mkfile.plan9 Added : /trunk/c_runtime/libf2c/signal1.h0 Added : /trunk/c_runtime/libf2c/sysdep1.h0 Added : /trunk/c_runtime/libf2c/xsum0.out Revision: 1831 Author: petar Date: 15:37:38, den 23 juni 2005 Message: Added special case for code generation with no parameters. ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1830 Author: petar Date: 13:42:00, den 23 juni 2005 Message: Fixed bug in start_function ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1829 Author: petar Date: 13:24:24, den 23 juni 2005 Message: Fixed bug with input variables to models. Fixed segfault when writing open file in windows. ---- Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Revision: 1828 Author: levsa Date: 17:11:46, den 22 juni 2005 Message: Fixed neumann and robin boundary conditions. Fixed bug with extra blocked boundary values by patching the mesh so that it is consistent with rheolefs way of handling blocked edges. Rheolef blocked end points of edges that are blocked, if the end points themselves are not blocked. So we fix this in the mesh after reading the mesh, see PDEbhjl.FEMForms.Autonomous.Diffusion2D. ---- Modified : /trunk/pde/DomainExternalSolverPackage/Applications Modified : /trunk/pde/DomainExternalSolverPackage/Applications/testFEM.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo Modified : /trunk/pde/DomainExternalSolverPackage/README.txt Modified : /trunk/pde/DomainExternalSolverPackage/Applications/meshgeninput.msh Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.c Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_array_common.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_matrix.c Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/Makefile Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/default_mesh2D.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/default_mesh2d.bamg Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/default_mesh2d.geo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/extsolver.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/meshgeninput.msh Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/poisson_rheolef.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/poisson_rheolef.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/square.dmn Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/testrheolef.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BCType.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Buildbc.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Data.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/isBlocked.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/package.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/package.mo Revision: 1827 Author: x02lucpo Date: 15:54:59, den 22 juni 2005 Message: ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/TaskGraph.rml Revision: 1826 Author: haklu Date: 11:44:53, den 22 juni 2005 Message: Updated the setup project ---- Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj Revision: 1825 Author: x02lucpo Date: 10:59:04, den 22 juni 2005 Message: added a function in the code-generation ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1824 Author: x02lucpo Date: 10:58:14, den 22 juni 2005 Message: made is_non_state to return a bool ---- Modified : /trunk/Compiler/DAELow.rml Revision: 1823 Author: petar Date: 08:13:28, den 22 juni 2005 Message: Fixed bug in model inputs. They can not be removed in remove_simple_equations. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1822 Author: x02lucpo Date: 14:49:47, den 21 juni 2005 Message: added a output function to generated code ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1821 Author: petar Date: 14:12:32, den 21 juni 2005 Message: Changed so top level inputs are not part of model equations, but instead must be given as input "parameters" in input file. Also removed errobuf flag so error printing is allways done if main fails. ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Util.rml Revision: 1820 Author: x02lucpo Date: 13:32:41, den 21 juni 2005 Message: ---- Modified : /trunk/Compiler/Ceval.rml Revision: 1819 Author: petar Date: 16:01:32, den 20 juni 2005 Message: Added solution to nonlinear systems in explicit ode. Added testcases. ---- Modified : /trunk/Compiler/runtime/systemimpl.c Added : /trunk/testsuite/mosfiles/NonLinSys.mo Added : /trunk/testsuite/mosfiles/NonLinSys2.mo Added : /trunk/testsuite/mosfiles/NonLinSys3.mo Added : /trunk/testsuite/mosfiles/TimeVaryingLinsys.mo Added : /trunk/testsuite/mosfiles/simulation2.mos Modified : /trunk/c_runtime/matrix.h Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Revision: 1818 Author: x02lucpo Date: 15:03:34, den 20 juni 2005 Message: added -DCYGWIN to cflags ---- Modified : /trunk/Compiler/runtime/Makefile.in Revision: 1817 Author: x02lucpo Date: 14:21:26, den 20 juni 2005 Message: implemented in System.rml relation platform which returns either the string "CYGWIN", "WIN32" or "" depending on the platform. winmosh.exe accepts now -omcpath as argument for the omc.exe file ---- Modified : /trunk/Compiler/runtime/systemimpl.c Modified : /trunk/Compiler/Makefile.in Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Modified : /trunk/Compiler/winruntime/systemimpl.c Modified : /trunk/WinMosh/WinMosh.cpp Modified : /trunk/Compiler/System.rml Modified : /trunk/WinMosh/ChildView.h Modified : /trunk/WinMosh/MainFrm.h Revision: 1816 Author: x02lucpo Date: 11:03:43, den 19 juni 2005 Message: added a relation for printing an exp option to string ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1815 Author: x02lucpo Date: 10:14:55, den 19 juni 2005 Message: by including read_write.h after windows.h removed some kompiler errors. ---- Modified : /trunk/Compiler/winruntime/systemimpl.c Revision: 1814 Author: petar Date: 09:42:37, den 18 juni 2005 Message: forgot to add the file.. ---- Added : /trunk/c_runtime/matrix.h Revision: 1813 Author: petar Date: 08:56:22, den 18 juni 2005 Message: Linear subsystem of equations now works. Also added explicit euler solver method, accessed using -m option to executable. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/mosh/src/options.h Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Added : /trunk/c_runtime/f2c.h Modified : /trunk/Compiler/modpar/solvers.cpp Added : /trunk/c_runtime/blaswrap.h Added : /trunk/c_runtime/dgesv_aux.c Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Types.rml Revision: 1812 Author: x02lucpo Date: 11:05:16, den 16 juni 2005 Message: added start_function to the sim-code generated that contain the equation for start-exp ---- Modified : /trunk/Compiler/SimCodegen.rml Revision: 1811 Author: x02lucpo Date: 10:35:19, den 16 juni 2005 Message: added start_function to the sim-code generated that contain the equation for start-exp ---- Modified : /trunk/Compiler/DAELow.rml Revision: 1810 Author: petar Date: 07:59:28, den 15 juni 2005 Message: Fixed bug in derive.rml. Worked on solving linear equations in SimCoden.rml. ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Derive.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Util.rml Revision: 1809 Author: levsa Date: 11:50:21, den 14 juni 2005 Message: Updated some scripts and added Composite6. Added a test model (...3) for testing time dependent dirichlet bc. Added Readme.txt with installation instructions. ---- Modified : /trunk/pde/DomainExternalSolverPackage/paths.bat Modified : /trunk/pde/DomainExternalSolverPackage/paths.sh Modified : /trunk/pde/DomainExternalSolverPackage/Applications Modified : /trunk/pde/DomainExternalSolverPackage/Applications/testFEM.mo Added : /trunk/pde/DomainExternalSolverPackage/README.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC Modified : /trunk/pde/DomainExternalSolverPackage/Applications/meshgeninput.msh Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo Modified : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles Modified : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate.mos Modified : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate2.mos Added : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/setup.mos Revision: 1808 Author: adrpo Date: 22:42:15, den 12 juni 2005 Message: Adrian Pop, adpro@ida.liu.se 2005-06-12 added the relation: RML.debug_print("var_name", var) => () that can print ANY value. Use it for debugging! ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/misc-print.c Revision: 1807 Author: adrpo Date: 22:09:52, den 12 juni 2005 Message: Adrian Pop, adrpo@ida.liu.se 2005-06-12 Fixed so that: - server_loop - server_loop_corba are completly deterministic. Please, if you add things to the first rule of these relation add it also to the second rule, otherwise the RML doesn't turn the two rules into a conditional. ---- Modified : /trunk/Compiler/Main.rml Revision: 1806 Author: adrpo Date: 21:49:52, den 12 juni 2005 Message: Adrian Pop, adrpo@ida.liu.se 2005-06-12 Fixed things that could cause crashes. ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-update.c Revision: 1805 Author: adrpo Date: 21:47:57, den 12 juni 2005 Message: Adrian Pop, adrpo@ida.liu.se, 2005-06-12 Fixed mistakes in these files that could cause crashes. ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-setnth.c Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/vec-update.c Revision: 1804 Author: adrpo Date: 21:46:08, den 12 juni 2005 Message: Adrian Pop, adrpo@ida.liu.se, 2005-06-12 This fixes the problem in the windows omc when running SmallPlant.mof ---- Modified : /trunk/Compiler/VC7/rmlRuntime/runtime/common/arr-setnth.c Revision: 1803 Author: x02lucpo Date: 13:33:52, den 9 juni 2005 Message: improved the simulation code and added a check to remove_simple_equation2 to leave the equations that contain a variable that is on top-level an the direction is output ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1802 Author: x02lucpo Date: 14:06:41, den 8 juni 2005 Message: added a check to variables of remove_simple_equations: if a variable to be removed is output then the equation is not removed ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Revision: 1801 Author: x02lucpo Date: 08:46:30, den 3 juni 2005 Message: made some relations public ---- Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SCode.rml Revision: 1800 Author: haklu Date: 14:42:09, den 2 juni 2005 Message: Small fixes regarding namechange to omc ---- Modified : /trunk/Compiler/VC7/omc.vcproj Revision: 1799 Author: levsa Date: 11:50:11, den 2 juni 2005 Message: Changed modeq to omc everyhwere, updated source. Renamed build directories for modeq to omc. Updated VC7 projects and solution as well. ---- Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/Compiler/Makefile.common Modified : /trunk/Compiler/Makefile.w32 Modified : /trunk/mosh/src/Makefile.in Added : /trunk/Compiler/omc_debug (Copy from path: /trunk/Compiler/modeq_debug, Revision, 1798) Modified : /trunk/Compiler/omc_debug/Makefile.in Added : /trunk/Compiler/omc_release (Copy from path: /trunk/Compiler/modeq_release, Revision, 1798) Modified : /trunk/Compiler/omc_release/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/Compiler/Makefile.in Modified : /trunk/testsuite/README Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/Compiler/runtime/corbaimpl.cpp Added : /trunk/Compiler/runtime/omc_communication_impl.cpp (Copy from path: /trunk/Compiler/runtime/modeq_communication_impl.cpp, Revision, 1798) Added : /trunk/Compiler/runtime/omc_communication_impl.h (Copy from path: /trunk/Compiler/runtime/modeq_communication_impl.h, Revision, 1798) Modified : /trunk/Compiler/VC7/runtime.vcproj Modified : /trunk/Compiler/DEBUG.TXT Added : /trunk/Compiler/VC7/cleanomc.bat (Copy from path: /trunk/Compiler/VC7/cleanmodeq.bat, Revision, 1798) Added : /trunk/Compiler/VC7/makeomc.bat (Copy from path: /trunk/Compiler/VC7/makemodeq.bat, Revision, 1798) Added : /trunk/Compiler/VC7/omc (Copy from path: /trunk/Compiler/VC7/modeq, Revision, 1798) Added : /trunk/Compiler/VC7/rebuildomc.bat (Copy from path: /trunk/Compiler/VC7/rebuildmodeq.bat, Revision, 1798) Modified : /trunk/Compiler/doc/manual.tex Added : /trunk/Compiler/runtime/omc_communication.idl (Copy from path: /trunk/Compiler/runtime/modeq_communication.idl, Revision, 1798) Modified : /trunk/Compiler/test_codegen/Makefile.single Modified : /trunk/mosh/build/Makefile.single Added : /trunk/Compiler/VC7/omc.vcproj (Copy from path: /trunk/Compiler/VC7/modeq.vcproj, Revision, 1798) Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Modified : /trunk/WinMosh/WinMosh.vcproj Modified : /trunk/testsuite/mofiles/drmodelica/rtest Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/Builtin.rml Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/Socket.rml Modified : /trunk/Compiler/VC7/omc/modeq.sln Modified : /trunk/Compiler/winruntime/corbaimpl.cpp Modified : /trunk/Compiler/test_codegen/Makefile.in Modified : /trunk/README Modified : /trunk/WinMosh/WinMosh.rc Added : /trunk/Compiler/winruntime/omc_communication_impl.cpp (Copy from path: /trunk/Compiler/winruntime/modeq_communication_impl.cpp, Revision, 1798) Modified : /trunk/Compiler/.cvsignore Modified : /trunk/Compiler/VC7/.cvsignore Deleted : /trunk/Compiler/VC7/cleanmodeq.bat Deleted : /trunk/Compiler/VC7/makemodeq.bat Deleted : /trunk/Compiler/VC7/modeq Deleted : /trunk/Compiler/VC7/modeq.vcproj Deleted : /trunk/Compiler/VC7/rebuildmodeq.bat Deleted : /trunk/Compiler/modeq_debug Deleted : /trunk/Compiler/modeq_release Modified : /trunk/Compiler/omc_debug/.cvsignore Modified : /trunk/Compiler/omc_release/.cvsignore Modified : /trunk/Compiler/runtime/.cvsignore Deleted : /trunk/Compiler/runtime/modeq_communication.idl Deleted : /trunk/Compiler/runtime/modeq_communication_impl.cpp Deleted : /trunk/Compiler/runtime/modeq_communication_impl.h Deleted : /trunk/Compiler/winruntime/modeq_communication.cc Deleted : /trunk/Compiler/winruntime/modeq_communication.h Deleted : /trunk/Compiler/winruntime/modeq_communication_impl.cpp Deleted : /trunk/Compiler/winruntime/modeq_communication_impl.h Added : /trunk/Compiler/winruntime/omc_communication.cc (Copy from path: /trunk/Compiler/winruntime/modeq_communication.cc, Revision, 1798) Added : /trunk/Compiler/winruntime/omc_communication.h (Copy from path: /trunk/Compiler/winruntime/modeq_communication.h, Revision, 1798) Added : /trunk/Compiler/winruntime/omc_communication_impl.h (Copy from path: /trunk/Compiler/winruntime/modeq_communication_impl.h, Revision, 1798) Modified : /trunk/testsuite/mofiles/rtestsim Revision: 1798 Author: petar Date: 08:32:26, den 31 maj 2005 Message: Added interactive function save, that saves a package structure or class given that it already has a filename associated with it. Also made some progress on explicit ode impl. ---- Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/interactive_api_loadsave.mos Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/Util.rml Revision: 1797 Author: petar Date: 07:47:27, den 30 maj 2005 Message: Fixed bug in DAELow.lower_varkind, etc. ---- Modified : /trunk/Compiler/modpar/Codegen.cpp Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/TaskGraph.rml Revision: 1796 Author: petar Date: 09:02:54, den 27 maj 2005 Message: Fixed bugs in Codegen for nonlinear systems. ---- Modified : /trunk/Compiler/modpar/Codegen.cpp Revision: 1795 Author: petar Date: 11:34:53, den 26 maj 2005 Message: Added StructualParam1.mo, removed print from Inst. ---- Added : /trunk/testsuite/mofiles/StructuralParameter1.mo Modified : /trunk/Compiler/modpar/Codegen.cpp Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1794 Author: petar Date: 15:39:55, den 25 maj 2005 Message: Fixed bug in finding structural parameters. Started codegen of explicit ode in SimCodegen.rml ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/Main.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1793 Author: petar Date: 08:25:20, den 25 maj 2005 Message: Fixed bug in structural parameters. Added testcase StructuralParameter1.mo ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/testsuite/mofiles/cases.texi Revision: 1792 Author: haklu Date: 17:17:44, den 24 maj 2005 Message: Some steps towards finding zero crossings ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1791 Author: petar Date: 15:44:11, den 20 maj 2005 Message: Fixed bugs in setComponentModifierValue and getExtendsModifierNames. ---- Modified : /trunk/Compiler/Interactive.rml Revision: 1790 Author: haklu Date: 17:27:44, den 19 maj 2005 Message: Made DAELow and SimCodegen handle variables marked discrete ---- Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Revision: 1789 Author: haklu Date: 18:06:30, den 17 maj 2005 Message: Added when clauses to DAELow.DAELow ---- Modified : /trunk/Compiler/Ceval.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/TaskGraph.rml Revision: 1788 Author: haklu Date: 15:17:05, den 17 maj 2005 Message: A small step towards hybrid simulations ---- Modified : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Modified : /trunk/Compiler/DAE.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Exp.rml Modified : /trunk/Compiler/Inst.rml Modified : /trunk/Compiler/SCode.rml Modified : /trunk/Compiler/SimCodegen.rml Modified : /trunk/Compiler/Static.rml Modified : /trunk/Compiler/VarTransform.rml Revision: 1787 Author: petar Date: 08:00:59, den 17 maj 2005 Message: Fixed bug in make_fully_qualified. ---- Modified : /trunk/Compiler/Inst.rml Revision: 1786 Author: petar Date: 16:07:48, den 16 maj 2005 Message: Fixed bugs in get/set XXX ModifierValue. Implemented get/setSourceFile. ---- Modified : /trunk/Compiler/absyn_builder/walker.g Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Modified : /trunk/Compiler/absyn_builder/parse.cpp Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/DAELow.rml Modified : /trunk/Compiler/Dump.rml Modified : /trunk/Compiler/DumpGraphviz.rml Modified : /trunk/Compiler/Interactive.rml Modified : /trunk/Compiler/SCode.rml Revision: 1785 Author: levsa Date: 14:00:23, den 16 maj 2005 Message: modeq directory path changed to Compiler ---- Modified : /trunk/Compiler/Ceval.rml Revision: 1784 Author: levsa Date: 14:12:29, den 12 maj 2005 Message: Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead ---- Added : /trunk/Compiler (Copy from path: /trunk/modeq, Revision, 1783) Modified : /trunk/Makefile.in Modified : /trunk/configure Modified : /trunk/configure.in Added : /trunk/Examples Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/Compiler/runtime/Makefile.in Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/mosfiles/rtest Modified : /trunk/Compiler/VC7/UpdateEnv/UpdateEnv.cpp Modified : /trunk/Compiler/doc/manual.tex Modified : /trunk/mosh/build/Makefile.single Modified : /trunk/WinMosh/WinMosh.vcproj Modified : /trunk/testsuite/mofiles/drmodelica/rtest Modified : /trunk/Compiler/Absyn.rml Modified : /trunk/Compiler/yaccpar/absyn.rml Modified : /trunk/README Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo Modified : /trunk/Compiler/VC7/modeq.vcproj Modified : /trunk/testsuite/mofiles/rtestsim Deleted : /trunk/modeq Revision: 1783 Author: petar Date: 12:23:40, den 11 maj 2005 Message: Fixed bug in setExtendsModifierValue and setComponentModifierValue ---- Modified : /trunk/modeq/Interactive.rml Revision: 1782 Author: petar Date: 15:53:23, den 10 maj 2005 Message: Added some rules to simplify. ---- Modified : /trunk/modeq/Exp.rml Revision: 1781 Author: x02lucpo Date: 09:27:27, den 10 maj 2005 Message: removed decrypt and encrypt ---- Modified : /trunk/modeq/Interactive.rml Revision: 1780 Author: x02lucpo Date: 09:08:34, den 10 maj 2005 Message: unparse_class_list moved to global ---- Modified : /trunk/modeq/Dump.rml Revision: 1779 Author: x02lucpo Date: 08:57:38, den 10 maj 2005 Message: added add_to_public to global functions ---- Modified : /trunk/modeq/Interactive.rml Revision: 1778 Author: x02lucpo Date: 08:40:06, den 10 maj 2005 Message: added remove_first_and_last_char(string) => string ---- Modified : /trunk/modeq/runtime/systemimpl.c Revision: 1777 Author: x02lucpo Date: 08:39:46, den 10 maj 2005 Message: added remove_first_and_last_char(string) => string ---- Modified : /trunk/modeq/winruntime/systemimpl.c Revision: 1776 Author: x02lucpo Date: 08:38:35, den 10 maj 2005 Message: added remove_first_and_last_char(string) => string ---- Modified : /trunk/modeq/System.rml Revision: 1775 Author: petar Date: 07:37:35, den 10 maj 2005 Message: Fixed so that Code(()) clears modifiers in setXXXModifierValue. ---- Modified : /trunk/modeq/Interactive.rml Revision: 1774 Author: petar Date: 14:30:07, den 9 maj 2005 Message: Fixed bug in Inst.make_fully_qualified ---- Modified : /trunk/modeq/Interactive.rml Modified : /trunk/modeq/Inst.rml Revision: 1773 Author: petar Date: 12:49:44, den 9 maj 2005 Message: small changes to Exp, added nominal getter in DAELow ---- Modified : /trunk/modeq/Exp.rml Modified : /trunk/modeq/DAELow.rml Revision: 1772 Author: kajny Date: 11:15:12, den 4 maj 2005 Message: Removed dead code ---- Modified : /trunk/modeq/Lookup.rml Revision: 1771 Author: haklu Date: 09:02:39, den 4 maj 2005 Message: Fixed with statements in Absyn.rml ---- Modified : /trunk/modeq/Absyn.rml Revision: 1770 Author: petar Date: 15:31:48, den 2 maj 2005 Message: Changed extracting and changing modifiers in Interactive ---- Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Modified : /trunk/modeq/Interactive.rml Revision: 1769 Author: x02lucpo Date: 08:55:00, den 2 maj 2005 Message: removed an wrongfull check for file-existance ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Revision: 1768 Author: petar Date: 13:42:50, den 29 april 2005 Message: Recursive functions no longer gives stack dump when entered interactively. ---- Modified : /trunk/modeq/Inst.rml Modified : /trunk/modeq/Lookup.rml Revision: 1767 Author: x02lucpo Date: 10:59:38, den 29 april 2005 Message: changed an include from ../ast/yacclib.h to ../absyn_builder/yacclib.h ---- Modified : /trunk/modeq/winruntime/rtopts.c Revision: 1766 Author: kajny Date: 09:12:02, den 29 april 2005 Message: Removed unused include ---- Modified : /trunk/modeq/runtime/rtopts.c Revision: 1765 Author: levsa Date: 15:05:02, den 28 april 2005 Message: Removed deleted directories from configure.in and regenerated configure ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 1764 Author: kajny Date: 14:50:21, den 28 april 2005 Message: Removed stupid example ---- Modified : /trunk/configure.in Revision: 1763 Author: kajny Date: 14:36:32, den 28 april 2005 Message: killed by death ---- Deleted : /trunk/modeq/history.txt Revision: 1762 Author: kajny Date: 14:29:10, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/modeq/ast Revision: 1761 Author: kajny Date: 14:28:09, den 28 april 2005 Message: killed by death ---- Deleted : /trunk/modeq/grammar Revision: 1760 Author: kajny Date: 14:28:05, den 28 april 2005 Message: killed by death ---- Deleted : /trunk/modeq/grammar-new Revision: 1759 Author: kajny Date: 14:25:33, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/modeq/TODO Revision: 1758 Author: kajny Date: 14:20:35, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/modeq/Modelica.mdc Revision: 1757 Author: kajny Date: 14:18:13, den 28 april 2005 Message: PIGS ---- Deleted : /trunk/modeq/BUGGAR Revision: 1756 Author: kajny Date: 13:44:15, den 28 april 2005 Message: Killed by death, and your momma ---- Deleted : /trunk/mosh/Doxyfile Revision: 1755 Author: kajny Date: 13:40:13, den 28 april 2005 Message: killed by death ---- Deleted : /trunk/modelica_parser/templates Revision: 1754 Author: kajny Date: 13:39:26, den 28 april 2005 Message: killed by death ---- Deleted : /trunk/modelica_parser/examples Revision: 1753 Author: kajny Date: 13:31:43, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/VERSION Revision: 1752 Author: kajny Date: 13:31:21, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/template.el Revision: 1751 Author: kajny Date: 13:30:55, den 28 april 2005 Message: killed by death ---- Deleted : /trunk/testsuite/READMEFIRST.TXT Revision: 1750 Author: kajny Date: 13:30:44, den 28 april 2005 Message: killed by death ---- Added : /trunk/testsuite/README (Copy from path: /trunk/testsuite/READMEFIRST.TXT, Revision, 1733) Revision: 1749 Author: kajny Date: 13:29:49, den 28 april 2005 Message: killed by death ---- Deleted : /trunk/testsuite/Readme.txt Revision: 1748 Author: kajny Date: 13:29:02, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/index.html Revision: 1747 Author: kajny Date: 13:28:05, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/test-repport.lyx Revision: 1746 Author: kajny Date: 13:27:34, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/pr_modeq_1999_04_26.txt Revision: 1745 Author: kajny Date: 13:27:16, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/original_davka_modeq_test.txt Revision: 1744 Author: kajny Date: 13:26:34, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/mofiles/Added200502.txt Revision: 1743 Author: kajny Date: 13:25:54, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/mofiles/type_test_pr.mo Revision: 1742 Author: kajny Date: 13:24:57, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/mofiles/rfdk.pike Revision: 1741 Author: kajny Date: 13:21:24, den 28 april 2005 Message: Killed by death ---- Deleted : /trunk/testsuite/error_report_modeq_davkaversion.txt Revision: 1740 Author: kajny Date: 13:19:39, den 28 april 2005 Message: killed by death ---- Deleted : /trunk/testsuite/Error-report.txt Revision: 1739 Author: kajny Date: 13:16:33, den 28 april 2005 Message: Way to out of date to be useful ---- Deleted : /trunk/what_does_not_work.txt Revision: 1738 Author: petar Date: 10:54:57, den 28 april 2005 Message: Some stuff in Codegen ---- Modified : /trunk/modeq/modpar/Codegen.cpp Revision: 1737 Author: kajny Date: 09:32:59, den 28 april 2005 Message: Fixed dos line breaks ---- Modified : /trunk/testsuite/mofiles/drmodelica/rtest Revision: 1736 Author: petar Date: 08:26:46, den 28 april 2005 Message: Fixed stuff for modpar ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/TaskGraph.rml Revision: 1735 Author: kajny Date: 16:43:58, den 27 april 2005 Message: Fixed line endings ---- Modified : /trunk/testsuite/mosfiles/rtest Revision: 1734 Author: kajny Date: 16:37:12, den 27 april 2005 Message: Fixed unix _and_ dos file endings to be accepted. ---- Modified : /trunk/testsuite/mofiles/rtest Revision: 1733 Author: haklu Date: 08:47:45, den 27 april 2005 Message: Changed names on rml-files ---- Added : /trunk/modeq/Interactive.rml (Copy from path: /trunk/modeq/interactive.rml, Revision, 1729) Added : /trunk/modeq/Exp.rml (Copy from path: /trunk/modeq/exp.rml, Revision, 1729) Added : /trunk/modeq/Dump.rml (Copy from path: /trunk/modeq/dump.rml, Revision, 1729) Added : /trunk/modeq/System.rml (Copy from path: /trunk/modeq/system.rml, Revision, 1729) Added : /trunk/modeq/Inst.rml (Copy from path: /trunk/modeq/inst.rml, Revision, 1729) Added : /trunk/modeq/DAELow.rml (Copy from path: /trunk/modeq/daelow.rml, Revision, 1729) Added : /trunk/modeq/Lookup.rml (Copy from path: /trunk/modeq/lookup.rml, Revision, 1729) Added : /trunk/modeq/Absyn.rml (Copy from path: /trunk/modeq/absyn.rml, Revision, 1729) Added : /trunk/modeq/TaskGraph.rml (Copy from path: /trunk/modeq/taskgraph.rml, Revision, 1729) Modified : /trunk/modeq/.depend Deleted : /trunk/modeq/absyn.rml Added : /trunk/modeq/Algorithm.rml (Copy from path: /trunk/modeq/algorithm.rml, Revision, 1729) Deleted : /trunk/modeq/algorithm.rml Added : /trunk/modeq/Builtin.rml (Copy from path: /trunk/modeq/builtin.rml, Revision, 1729) Deleted : /trunk/modeq/builtin.rml Added : /trunk/modeq/Ceval.rml (Copy from path: /trunk/modeq/ceval.rml, Revision, 1729) Deleted : /trunk/modeq/ceval.rml Added : /trunk/modeq/ClassInf.rml (Copy from path: /trunk/modeq/classinf.rml, Revision, 1729) Deleted : /trunk/modeq/classinf.rml Added : /trunk/modeq/ClassLoader.rml (Copy from path: /trunk/modeq/classloader.rml, Revision, 1729) Deleted : /trunk/modeq/classloader.rml Added : /trunk/modeq/Codegen.rml (Copy from path: /trunk/modeq/codegen.rml, Revision, 1729) Deleted : /trunk/modeq/codegen.rml Added : /trunk/modeq/Connect.rml (Copy from path: /trunk/modeq/connect.rml, Revision, 1729) Deleted : /trunk/modeq/connect.rml Added : /trunk/modeq/Corba.rml (Copy from path: /trunk/modeq/corba.rml, Revision, 1729) Deleted : /trunk/modeq/corba.rml Added : /trunk/modeq/DAE.rml (Copy from path: /trunk/modeq/dae.rml, Revision, 1729) Deleted : /trunk/modeq/dae.rml Added : /trunk/modeq/DAEEXT.rml (Copy from path: /trunk/modeq/daeext.rml, Revision, 1729) Deleted : /trunk/modeq/daeext.rml Deleted : /trunk/modeq/daelow.rml Added : /trunk/modeq/Debug.rml (Copy from path: /trunk/modeq/debug.rml, Revision, 1729) Deleted : /trunk/modeq/debug.rml Added : /trunk/modeq/Derive.rml (Copy from path: /trunk/modeq/derive.rml, Revision, 1729) Deleted : /trunk/modeq/derive.rml Deleted : /trunk/modeq/dump.rml Added : /trunk/modeq/DumpGraphviz.rml (Copy from path: /trunk/modeq/dumpgraphviz.rml, Revision, 1729) Deleted : /trunk/modeq/dumpgraphviz.rml Added : /trunk/modeq/Env.rml (Copy from path: /trunk/modeq/env.rml, Revision, 1729) Deleted : /trunk/modeq/env.rml Deleted : /trunk/modeq/exp.rml Added : /trunk/modeq/Graphviz.rml (Copy from path: /trunk/modeq/graphviz.rml, Revision, 1729) Deleted : /trunk/modeq/graphviz.rml Deleted : /trunk/modeq/inst.rml Deleted : /trunk/modeq/interactive.rml Deleted : /trunk/modeq/lookup.rml Added : /trunk/modeq/Main.rml (Copy from path: /trunk/modeq/main.rml, Revision, 1729) Deleted : /trunk/modeq/main.rml Modified : /trunk/modeq/Makefile.common Modified : /trunk/modeq/Makefile.common.w32 Modified : /trunk/modeq/Makefile.w32 Added : /trunk/modeq/Mod.rml (Copy from path: /trunk/modeq/mod.rml, Revision, 1729) Deleted : /trunk/modeq/mod.rml Added : /trunk/modeq/ModUtil.rml (Copy from path: /trunk/modeq/modutil.rml, Revision, 1729) Deleted : /trunk/modeq/modutil.rml Added : /trunk/modeq/Parser.rml (Copy from path: /trunk/modeq/parse.rml, Revision, 1729) Deleted : /trunk/modeq/parse.rml Added : /trunk/modeq/Prefix.rml (Copy from path: /trunk/modeq/prefix.rml, Revision, 1729) Deleted : /trunk/modeq/prefix.rml Added : /trunk/modeq/Print.rml (Copy from path: /trunk/modeq/print.rml, Revision, 1729) Deleted : /trunk/modeq/print.rml Added : /trunk/modeq/RTOpts.rml (Copy from path: /trunk/modeq/rtopts.rml, Revision, 1729) Deleted : /trunk/modeq/rtopts.rml Added : /trunk/modeq/SCode.rml (Copy from path: /trunk/modeq/explode.rml, Revision, 1729) Deleted : /trunk/modeq/explode.rml Added : /trunk/modeq/SimCodegen.rml (Copy from path: /trunk/modeq/simcodegen.rml, Revision, 1729) Deleted : /trunk/modeq/simcodegen.rml Added : /trunk/modeq/Socket.rml (Copy from path: /trunk/modeq/socket.rml, Revision, 1729) Deleted : /trunk/modeq/socket.rml Added : /trunk/modeq/Static.rml (Copy from path: /trunk/modeq/staticexp.rml, Revision, 1729) Deleted : /trunk/modeq/staticexp.rml Deleted : /trunk/modeq/system.rml Deleted : /trunk/modeq/taskgraph.rml Added : /trunk/modeq/TaskGraphExt.rml (Copy from path: /trunk/modeq/taskgraphext.rml, Revision, 1729) Deleted : /trunk/modeq/taskgraphext.rml Added : /trunk/modeq/Types.rml (Copy from path: /trunk/modeq/types.rml, Revision, 1729) Deleted : /trunk/modeq/types.rml Added : /trunk/modeq/Util.rml (Copy from path: /trunk/modeq/util.rml, Revision, 1729) Deleted : /trunk/modeq/util.rml Modified : /trunk/modeq/VC7/modeq.vcproj Added : /trunk/modeq/Values.rml (Copy from path: /trunk/modeq/values.rml, Revision, 1729) Deleted : /trunk/modeq/values.rml Added : /trunk/modeq/VarTransform.rml (Copy from path: /trunk/modeq/vartransform.rml, Revision, 1729) Deleted : /trunk/modeq/vartransform.rml Revision: 1732 Author: petar Date: 08:38:01, den 27 april 2005 Message: Fixed the stuff removed in luc's merge.... :( ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/modpar/Codegen.hpp Revision: 1731 Author: petar Date: 06:54:43, den 27 april 2005 Message: Changed get_modification_names to new design of getting modifiers. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/interactive.rml Revision: 1730 Author: petar Date: 14:30:00, den 26 april 2005 Message: removed comment that messed up indentation... ---- Modified : /trunk/modeq/ceval.rml Revision: 1726 Author: petar Date: 09:27:18, den 25 april 2005 Message: Added string separator relation in util. Added rule for printing x^2 as x*x ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/util.rml Revision: 1725 Author: x02lucpo Date: 17:21:52, den 22 april 2005 Message: merged HEAD with 1723 from branches/x02lucpo. Fixed comments on flat modelica and loadFile + loadFileInteractive ---- Deleted : /trunk/modeq/VC7/Setup/additions/contributors.rtf Deleted : /trunk/modeq/VC7/Setup/additions/front.bmp Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/Type4.mo Modified : /trunk/testsuite/mofiles/Type6.mo Modified : /trunk/testsuite/mofiles/cases.texi Revision: 1719 Author: haklu Date: 14:01:34, den 22 april 2005 Message: fixed setup proj ---- Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Revision: 1718 Author: haklu Date: 13:21:50, den 22 april 2005 Message: Updated som version numbers and the setup project ---- Modified : /trunk/WinMosh/WinMosh.rc Added : /trunk/modeq/VC7/Setup/ModelicaLib.tar.gz Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Added : /trunk/modeq/VC7/Setup/mingw.tar.gz Modified : /trunk/modeq/WhatDoesNotWork.html Revision: 1717 Author: x02lucpo Date: 10:05:31, den 22 april 2005 Message: branches/x02lucpo and trunk are merged and tested ---- Modified : /trunk/modeq/VC7/UpdateEnv/UpdateEnv.vcproj Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/testsuite/mosfiles/differentiate.mos Revision: 1713 Author: haklu Date: 09:05:41, den 22 april 2005 Message: Added Release folder so that build works even for a fresh checkout ---- Added : /trunk/modeq/VC7/Release Revision: 1712 Author: haklu Date: 08:46:15, den 22 april 2005 Message: Fixed bug in VC7 solution ---- Modified : /trunk/modeq/Makefile.w32 Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/runtime.vcproj Revision: 1711 Author: haklu Date: 17:26:10, den 21 april 2005 Message: Changed MOSHHOME to OPENMODELICAHOME which shuld point to what ${MOSHHOME}/.. used to be. Also deleted some more (hopefully all) of the tornado stuff Deleted the old modsim module. Fixed Ctrl-C and Ctrl-V in WinMosh. ---- Modified : /trunk/README Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/WinMosh.cpp Modified : /trunk/c_runtime/build_mingw_libs.bat Modified : /trunk/modeq/.depend Modified : /trunk/modeq/Makefile.common Modified : /trunk/modeq/Makefile.common.w32 Modified : /trunk/modeq/Makefile.w32 Modified : /trunk/modeq/VC7/README.txt Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Modified : /trunk/modeq/VC7/Setup/additions/contributors.rtf Modified : /trunk/modeq/VC7/Setup/additions/front.bmp Modified : /trunk/modeq/VC7/absyn_builder.vcproj Modified : /trunk/modeq/VC7/modeq/Readme.txt Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/doc/manual.tex Deleted : /trunk/modeq/modsim.rml Modified : /trunk/modeq/runtime/Makefile.in Modified : /trunk/modeq/runtime/systemimpl.c Deleted : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/scripts/Compile.bat Modified : /trunk/modeq/scripts/doPlot.bat Deleted : /trunk/modeq/scripts/runModelicaOpt Deleted : /trunk/modeq/scripts/runModelicaOpt.bat Deleted : /trunk/modeq/scripts/runsim Deleted : /trunk/modeq/scripts/runsim.bat Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/winruntime/rtopts.c Modified : /trunk/modeq/winruntime/systemimpl.c Deleted : /trunk/modeq/winruntime/tornadoext.cpp Modified : /trunk/mosh/src/mosh.cpp Revision: 1710 Author: petar Date: 14:53:14, den 21 april 2005 Message: Updated documentation. ---- Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 1709 Author: petar Date: 14:21:30, den 20 april 2005 Message: Removed tornado specific code from trunk. Now only exist on branches/mathcore_tornado ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/modeq/.depend Modified : /trunk/modeq/Makefile.common Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/rtopts.rml Modified : /trunk/modeq/runtime/rtopts.c Modified : /trunk/modeq/simcodegen.rml Deleted : /trunk/modeq/tornado.rml Deleted : /trunk/modeq/tornadocodegen.rml Deleted : /trunk/modeq/tornadoext.rml Modified : /trunk/modeq/util.rml Revision: 1706 Author: petar Date: 13:07:13, den 20 april 2005 Message: made a copy ---- Added : /trunk/doc (Copy from path: /trunk/doc, Revision, 1683) Revision: 1705 Author: petar Date: 13:04:23, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/hybrj.f (Copy from path: /trunk/c_runtime/hybrj.f, Revision, 1665) Revision: 1704 Author: petar Date: 13:04:11, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/hybrd1.f (Copy from path: /trunk/c_runtime/hybrd1.f, Revision, 1665) Revision: 1703 Author: petar Date: 13:04:00, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/hybrd.f (Copy from path: /trunk/c_runtime/hybrd.f, Revision, 1665) Revision: 1702 Author: petar Date: 13:03:32, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/fdjac1.f (Copy from path: /trunk/c_runtime/fdjac1.f, Revision, 1665) Revision: 1701 Author: petar Date: 13:03:23, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/enorm.f (Copy from path: /trunk/c_runtime/enorm.f, Revision, 1665) Revision: 1700 Author: petar Date: 13:03:11, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/dpmpar.f (Copy from path: /trunk/c_runtime/dpmpar.f, Revision, 1665) Revision: 1699 Author: petar Date: 13:03:00, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/dogleg.f (Copy from path: /trunk/c_runtime/dogleg.f, Revision, 1665) Revision: 1698 Author: petar Date: 13:02:41, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/r1updt.f (Copy from path: /trunk/c_runtime/r1updt.f, Revision, 1665) Revision: 1697 Author: petar Date: 13:02:28, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/r1mpyq.f (Copy from path: /trunk/c_runtime/r1mpyq.f, Revision, 1665) Revision: 1696 Author: petar Date: 13:02:17, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/qrfac.f (Copy from path: /trunk/c_runtime/qrfac.f, Revision, 1665) Revision: 1695 Author: petar Date: 13:02:05, den 20 april 2005 Message: made a copy ---- Added : /trunk/c_runtime/qform.f (Copy from path: /trunk/c_runtime/qform.f, Revision, 1665) Revision: 1692 Author: petar Date: 13:14:11, den 19 april 2005 Message: ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/staticexp.rml Revision: 1686 Author: x02lucpo Date: 16:14:37, den 18 april 2005 Message: after merging openmodelica/x02lucpo with trunk. Improved simplify and differentiate. ---- Deleted : /trunk/c_runtime/dogleg.f Deleted : /trunk/c_runtime/dpmpar.f Deleted : /trunk/c_runtime/enorm.f Deleted : /trunk/c_runtime/fdjac1.f Deleted : /trunk/c_runtime/hybrd.f Deleted : /trunk/c_runtime/hybrd1.f Deleted : /trunk/c_runtime/hybrj.f Deleted : /trunk/c_runtime/qform.f Deleted : /trunk/c_runtime/qrfac.f Deleted : /trunk/c_runtime/r1mpyq.f Deleted : /trunk/c_runtime/r1updt.f Deleted : /trunk/doc Modified : /trunk/modeq/VC7/absyn_builder.vcproj Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/modpar/Codegen.hpp Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/testsuite/mosfiles/Makefile Revision: 1685 Author: x02lucpo Date: 16:12:18, den 18 april 2005 Message: ---- Replacing : /trunk/testsuite/mosfiles/simplify.mos (Copy from path: /trunk/testsuite/mosfiles/simplify.mos, Revision, 1682) Revision: 1684 Author: x02lucpo Date: 16:10:45, den 18 april 2005 Message: ---- Replacing : /trunk/testsuite/mosfiles/differentiate.mos (Copy from path: /trunk/testsuite/mosfiles/differentiate.mos, Revision, 1682) Revision: 1683 Author: petar Date: 15:23:38, den 18 april 2005 Message: pdf files can be generated, but not convenient for e.g. linux users. ---- Added : /trunk/doc/OpenModelicaSystem.pdf Added : /trunk/doc/OpenModelicaUsersGuide.pdf Revision: 1682 Author: x02lucpo Date: 14:41:19, den 18 april 2005 Message: ---- Replacing : /trunk/testsuite/mosfiles/differentiate.mos (Copy from path: /trunk/testsuite/mosfiles/differentiate.mos, Revision, 1681) Replacing : /trunk/testsuite/mosfiles/simplify.mos (Copy from path: /trunk/testsuite/mosfiles/simplify.mos, Revision, 1681) Revision: 1680 Author: x02lucpo Date: 12:52:25, den 18 april 2005 Message: test for simplify and differentiate functions ---- Added : /trunk/testsuite/mosfiles/differentiate.mos Added : /trunk/testsuite/mosfiles/simplify.mos Revision: 1677 Author: petar Date: 10:44:39, den 18 april 2005 Message: Initial version by petfr. ---- Added : /trunk/doc Added : /trunk/doc/OpenModelicaSystem.doc Added : /trunk/doc/OpenModelicaUsersGuide.doc Revision: 1674 Author: haklu Date: 17:14:11, den 15 april 2005 Message: Fixed small errors in build. ---- Modified : /trunk/modeq/VC7/absyn_builder.vcproj Modified : /trunk/modeq/VC7/modeq.vcproj Revision: 1670 Author: petar Date: 07:01:47, den 15 april 2005 Message: defined hybrd ---- Modified : /trunk/modeq/modpar/Codegen.cpp Revision: 1669 Author: petar Date: 06:52:08, den 15 april 2005 Message: allmost finished with nonlinear systems in modpar ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/modpar/Codegen.hpp Modified : /trunk/modeq/taskgraph.rml Revision: 1665 Author: petar Date: 12:43:52, den 13 april 2005 Message: Added code for solving nonlinear systems. ---- Added : /trunk/c_runtime/dogleg.f Added : /trunk/c_runtime/dpmpar.f Added : /trunk/c_runtime/enorm.f Added : /trunk/c_runtime/fdjac1.f Added : /trunk/c_runtime/hybrd.f Added : /trunk/c_runtime/hybrd1.f Added : /trunk/c_runtime/hybrj.f Added : /trunk/c_runtime/qform.f Added : /trunk/c_runtime/qrfac.f Added : /trunk/c_runtime/r1mpyq.f Added : /trunk/c_runtime/r1updt.f Revision: 1662 Author: petar Date: 14:21:31, den 12 april 2005 Message: Added calculate_jacobian ---- Modified : /trunk/modeq/absyn_builder Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/modeq_release Modified : /trunk/modeq/modpar Modified : /trunk/modeq/rml2sig Modified : /trunk/modeq/staticexp.rml Revision: 1660 Author: x02lucpo Date: 17:02:42, den 8 april 2005 Message: making derive work ---- Modified : /trunk/modeq/.depend Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Revision: 1658 Author: petar Date: 11:34:44, den 8 april 2005 Message: fixed bug in getComponentModifierNames ---- Modified : /trunk/modeq/interactive.rml Revision: 1657 Author: petar Date: 08:37:45, den 8 april 2005 Message: Partly impl. nonlin eqns. in modpar ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/modpar/TaskGraph.hpp Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Revision: 1656 Author: petar Date: 10:03:19, den 4 april 2005 Message: Fixed so getExtendsModifierXX uses FQ names. ---- Modified : /trunk/modeq/interactive.rml Revision: 1655 Author: x02lucpo Date: 16:25:21, den 1 april 2005 Message: added PredefinedTypes.mo ---- Modified : /trunk/testsuite/mofiles/Makefile Revision: 1654 Author: x02lucpo Date: 16:24:01, den 1 april 2005 Message: Test file for predefined types. (start, min, max, unit...) ---- Added : /trunk/testsuite/mofiles/PredefinedTypes.mo Revision: 1653 Author: petar Date: 15:46:22, den 1 april 2005 Message: Added XXExtendsModifiers ---- Modified : /trunk/modeq/interactive.rml Revision: 1652 Author: petar Date: 13:08:15, den 1 april 2005 Message: unparse_mod... ---- Modified : /trunk/modeq/dump.rml Revision: 1651 Author: petar Date: 09:00:22, den 1 april 2005 Message: added setComponentModifier ---- Modified : /trunk/modeq/interactive.rml Revision: 1650 Author: petar Date: 09:00:18, den 1 april 2005 Message: added tests for setting modifiers ---- Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 1648 Author: haklu Date: 16:14:38, den 31 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/winruntime/systemimpl.c Modified : /trunk/modeq/VC7/Setup/additions/contributors.rtf Modified : /trunk/modeq/VC7/Setup/additions/front.bmp Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Modified : /trunk/modeq/interactive_api.txt Revision: 1647 Author: levsa Date: 13:56:17, den 31 mars 2005 Message: Small fixes ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/DEBUG.TXT Revision: 1646 Author: haklu Date: 13:25:13, den 31 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/scripts/Compile.bat Revision: 1645 Author: levsa Date: 11:31:56, den 31 mars 2005 Message: Fixed Makefile in testsuite/mofiles and moved failing tests to a separate target ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Modified : /trunk/modeq/TODO Revision: 1644 Author: levsa Date: 00:09:30, den 31 mars 2005 Message: Function call fixes. Tuples support added. Testsuite extension for c compiler flag support. External function tests ExternalFunction1.mo ExternalFunction2.mo ExternalFunction3.mo ---- Added : /trunk/testsuite/mofiles/FunctionBubblesort.mo Added : /trunk/testsuite/mofiles/FunctionEval9.mo Added : /trunk/testsuite/mofiles/FunctionSimplex.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ExternalFunction1.mo Added : /trunk/testsuite/mofiles/ExternalFunction2.mo Added : /trunk/testsuite/mofiles/ExternalFunction3_addmatrices.c Added : /trunk/testsuite/mofiles/ExternalFunction3.mo Added : /trunk/testsuite/mofiles/FunctionEval1.mo Added : /trunk/testsuite/mofiles/FunctionEval2.mo Added : /trunk/testsuite/mofiles/FunctionEval3.mo Added : /trunk/testsuite/mofiles/FunctionEval4.mo Added : /trunk/testsuite/mofiles/FunctionEval5.mo Added : /trunk/testsuite/mofiles/FunctionEval6.mo Added : /trunk/testsuite/mofiles/FunctionEval7.mo Added : /trunk/testsuite/mofiles/FunctionEval8.mo Added : /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo Added : /trunk/testsuite/mofiles/ExternalFunction1_f.c Added : /trunk/testsuite/mofiles/ExternalFunction2_f.c Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/TODO Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 1643 Author: levsa Date: 17:10:31, den 30 mars 2005 Message: Some function call tests added to testsuite ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/Faculty2.mo Modified : /trunk/testsuite/mofiles/Faculty3.mo Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/main.rml Revision: 1642 Author: g-karbe Date: 14:55:02, den 30 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/testsuite/mofiles/Makefile Revision: 1641 Author: petar Date: 14:47:09, den 30 mars 2005 Message: Fixed comment ---- Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Revision: 1640 Author: g-karbe Date: 14:36:32, den 30 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/testsuite/mofiles/Makefile Revision: 1639 Author: g-karbe Date: 14:30:59, den 30 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/drmodelica/Makefile Modified : /trunk/testsuite/mofiles/rtest Added : /trunk/testsuite/mofiles/drmodelica/rtest Deleted : /trunk/testsuite/mofiles/Influenca.mo Revision: 1638 Author: g-karbe Date: 14:29:13, den 30 mars 2005 Message: Added test cases in mofiles/drmodelica ---- Modified : /trunk/testsuite/Makefile Revision: 1637 Author: petar Date: 13:45:35, den 30 mars 2005 Message: Added simulation.mos ---- Modified : /trunk/testsuite/mosfiles/Makefile Revision: 1636 Author: petar Date: 13:44:33, den 30 mars 2005 Message: Added ---- Added : /trunk/testsuite/mosfiles/simulation.mos Revision: 1635 Author: petar Date: 09:44:55, den 30 mars 2005 Message: added ---- Added : /trunk/modeq/WhatDoesNotWork.html Revision: 1634 Author: petar Date: 09:22:12, den 30 mars 2005 Message: compile scripts now outputs to /dev/null ---- Modified : /trunk/modeq/scripts/Compile Revision: 1633 Author: petar Date: 09:16:02, den 30 mars 2005 Message: Removed extra newline in record output. ---- Modified : /trunk/modeq/values.rml Revision: 1632 Author: petar Date: 08:44:23, den 30 mars 2005 Message: Small model with linear system of equations. ---- Added : /trunk/testsuite/mofiles/SmallLinsys.mo Revision: 1631 Author: petar Date: 08:43:21, den 30 mars 2005 Message: Added solving of linear systems in residual form. ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1630 Author: petar Date: 07:11:29, den 30 mars 2005 Message: impl. getComponentModfifierNames ---- Modified : /trunk/modeq/interactive.rml Revision: 1629 Author: petar Date: 07:10:34, den 30 mars 2005 Message: Added getComponentModifierNames test. ---- Modified : /trunk/testsuite/mosfiles/interactive_api_param.mo Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 1628 Author: petar Date: 14:02:20, den 29 mars 2005 Message: Fixed bug ---- Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 1627 Author: petar Date: 13:48:13, den 29 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/testsuite/mosfiles/Makefile Modified : /trunk/testsuite/mosfiles/interactive_api_classes.mos Modified : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 1626 Author: petar Date: 13:42:20, den 29 mars 2005 Message: Fixed bug with constant ---- Modified : /trunk/modeq/staticexp.rml Revision: 1625 Author: petar Date: 13:37:44, den 29 mars 2005 Message: Added api for parameters ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/util.rml Revision: 1624 Author: petar Date: 13:36:38, den 29 mars 2005 Message: added test cases for interactive api. ---- Added : /trunk/testsuite/mosfiles/interactive_api_classes.mos Added : /trunk/testsuite/mosfiles/interactive_api_param.mo Added : /trunk/testsuite/mosfiles/interactive_api_param.mos Revision: 1623 Author: haklu Date: 17:32:07, den 24 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/WinMosh/MoshEdit.cpp Revision: 1622 Author: haklu Date: 17:27:55, den 24 mars 2005 Message: Made real-string format exponents like the cygwin version so that the testsuite is happy. ---- Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-str.c Revision: 1621 Author: haklu Date: 16:39:07, den 24 mars 2005 Message: Simulation return now 1 if simulation is interupted before stopTime is reached. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 1620 Author: haklu Date: 16:30:16, den 24 mars 2005 Message: Paranthesis around (a)?(b):(c) in code generation. ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1619 Author: haklu Date: 16:25:32, den 24 mars 2005 Message: Quich hack for allowing boolean parameters in the indata file for simulations ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 1618 Author: haklu Date: 11:23:23, den 24 mars 2005 Message: Fixed so that modeq returns status code != 0 when execution failes ---- Modified : /trunk/modeq/main.rml Revision: 1617 Author: haklu Date: 11:22:13, den 24 mars 2005 Message: Corrected expected result ---- Modified : /trunk/testsuite/mofiles/Circuit1.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Revision: 1616 Author: petar Date: 14:45:30, den 23 mars 2005 Message: Removed print ---- Modified : /trunk/modeq/staticexp.rml Revision: 1615 Author: haklu Date: 13:38:44, den 23 mars 2005 Message: fixed staticmico configuration ---- Modified : /trunk/modeq/VC7/modeq.vcproj Revision: 1614 Author: haklu Date: 13:36:39, den 23 mars 2005 Message: Splitted generation of sig files into seperate makefile ---- Added : /trunk/modeq/Makefile.common.w32 Modified : /trunk/modeq/Makefile.w32 Added : /trunk/modeq/Makefile.sig.w32 Revision: 1613 Author: petar Date: 10:35:37, den 23 mars 2005 Message: Fixed bug in elab_cref, equalbindings should not be constant. ---- Modified : /trunk/modeq/staticexp.rml Revision: 1612 Author: x02lucpo Date: 09:00:44, den 23 mars 2005 Message: removed () from variables without start, unit and so on ---- Modified : /trunk/modeq/dae.rml Revision: 1611 Author: x02lucpo Date: 08:49:36, den 23 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Revision: 1610 Author: petar Date: 07:42:52, den 23 mars 2005 Message: added include of parent directory, used by tornadoext.cpp ---- Modified : /trunk/modeq/runtime/Makefile.in Revision: 1609 Author: levsa Date: 17:05:52, den 22 mars 2005 Message: Fixed type error for ceval_if_constant generated values ---- Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/test_codegen/misc_bubblesort.mo Revision: 1608 Author: x02lucpo Date: 17:04:55, den 22 mars 2005 Message: corrected a submodelindex error ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Revision: 1607 Author: haklu Date: 15:46:21, den 22 mars 2005 Message: Fixed linkage in NoMico configuration ---- Modified : /trunk/modeq/VC7/modeq.vcproj Revision: 1606 Author: x02lucpo Date: 14:53:26, den 22 mars 2005 Message: changed ^M to nothing ---- Modified : /trunk/modeq/Makefile.w32 Revision: 1605 Author: x02lucpo Date: 10:35:17, den 22 mars 2005 Message: removed a compile error ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Revision: 1604 Author: x02lucpo Date: 09:40:29, den 22 mars 2005 Message: changed ^ to accept reals ---- Modified : /trunk/modeq/staticexp.rml Revision: 1603 Author: x02lucpo Date: 09:36:31, den 22 mars 2005 Message: added some print thingies ---- Modified : /trunk/modeq/tornado.rml Revision: 1602 Author: x02lucpo Date: 09:35:09, den 22 mars 2005 Message: added dae-attributes with extraction from variables ---- Modified : /trunk/modeq/inst.rml Revision: 1601 Author: x02lucpo Date: 09:33:53, den 22 mars 2005 Message: added relation get_option_with_concat_str: ('a option, 'a => string,string) => string ---- Modified : /trunk/modeq/dump.rml Revision: 1600 Author: x02lucpo Date: 09:33:02, den 22 mars 2005 Message: added attributes and dump- relations for them ---- Modified : /trunk/modeq/dae.rml Revision: 1599 Author: x02lucpo Date: 09:32:31, den 22 mars 2005 Message: moved is_string_empty to util and added also some more function to Util.rml ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/util.rml Revision: 1598 Author: haklu Date: 17:15:14, den 21 mars 2005 Message: Fixed server start so that multiple servers are not started ---- Modified : /trunk/WinMosh/MoshEdit.cpp Revision: 1597 Author: levsa Date: 17:14:23, den 21 mars 2005 Message: Bugfixes. Cleaned up ceval_builtin. ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/test_codegen/equation_funcall12.mo Revision: 1596 Author: levsa Date: 17:12:40, den 21 mars 2005 Message: Fixed printing of #|Execution failed, which is needed for rtest ---- Modified : /trunk/modeq/main.rml Revision: 1595 Author: levsa Date: 17:11:34, den 21 mars 2005 Message: Fixed quiet flag to egrep ---- Modified : /trunk/testsuite/mofiles/rtest Revision: 1594 Author: haklu Date: 16:46:10, den 21 mars 2005 Message: *** empty log message *** ---- Added : /trunk/c_runtime/build_mingw_libs.bat Added : /trunk/modeq/VC7/Setup/testmodels/Circle.mo Added : /trunk/modeq/VC7/Setup/testmodels/Influenza.mo Added : /trunk/modeq/VC7/Setup/testmodels/SimpleIntegrator.mo Added : /trunk/modeq/VC7/Setup/testmodels/VanDerPol.mo Added : /trunk/modeq/VC7/Setup/testmodels/bubblesort.mo Added : /trunk/modeq/VC7/Setup/testmodels/sim_Influenza.mos Revision: 1593 Author: petar Date: 15:25:09, den 21 mars 2005 Message: fixed parse error message ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/main.rml Revision: 1592 Author: haklu Date: 14:33:54, den 21 mars 2005 Message: Fixed so that VC7 compiles without cygwin ---- Modified : /trunk/WinMosh/WinMosh.rc Added : /trunk/modeq/Makefile.w32 Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Modified : /trunk/modeq/VC7/absyn_builder.vcproj Modified : /trunk/modeq/VC7/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Modified : /trunk/modeq/VC7/modeq/modeq.sln Added : /trunk/modeq/rml2sig/rml2sig.bat Added : /trunk/modeq/rml2sig/w32-rml2sig.exe Revision: 1591 Author: x02lucpo Date: 14:13:47, den 21 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Revision: 1590 Author: haklu Date: 13:16:40, den 18 mars 2005 Message: Added window which displays getErrorString() after each call ---- Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Modified : /trunk/WinMosh/ChildView.h Modified : /trunk/WinMosh/ChildView.cpp Revision: 1589 Author: haklu Date: 13:14:55, den 18 mars 2005 Message: removed ^M from licence texts ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/corba.rml Modified : /trunk/modeq/daeext.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/graphviz.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/modsim.rml Modified : /trunk/modeq/winruntime/printimpl.c Modified : /trunk/modeq/winruntime/ptolemyio.cpp Revision: 1588 Author: haklu Date: 13:13:43, den 18 mars 2005 Message: Fixed doPlot.bat can run without PTII being set ---- Modified : /trunk/modeq/scripts/doPlot.bat Revision: 1587 Author: haklu Date: 13:12:45, den 18 mars 2005 Message: Updated with tornadocodegen ---- Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/modeq/modeq.sln Revision: 1586 Author: haklu Date: 13:10:59, den 18 mars 2005 Message: Fixed so that instantiateModel of non existent model returns an error ---- Modified : /trunk/modeq/inst.rml Revision: 1585 Author: x02lucpo Date: 08:29:05, den 18 mars 2005 Message: removed a error print when models with start-attr ---- Modified : /trunk/modeq/inst.rml Revision: 1584 Author: petar Date: 07:29:16, den 18 mars 2005 Message: fixed error messages when plotting. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/runtime/printimpl.c Modified : /trunk/modeq/runtime/ptolemyio.cpp Revision: 1583 Author: levsa Date: 16:00:22, den 17 mars 2005 Message: Compile time function evaluation ---- Modified : /trunk/modeq/ceval.rml Revision: 1582 Author: petar Date: 15:01:07, den 17 mars 2005 Message: Fixed plotting bugs ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/runtime/ptolemyio.cpp Revision: 1581 Author: petar Date: 14:40:43, den 17 mars 2005 Message: removed define of time ---- Modified : /trunk/c_runtime/modelica.h Revision: 1580 Author: petar Date: 13:44:46, den 17 mars 2005 Message: Fixed icon annotaiton bug again... ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Revision: 1579 Author: x02lucpo Date: 11:58:13, den 17 mars 2005 Message: corrected error with enumation types ---- Modified : /trunk/modeq/inst.rml Revision: 1578 Author: levsa Date: 11:55:31, den 17 mars 2005 Message: TODO-list. impl flag fixes and some comments. ---- Modified : /trunk/modeq/TODO Modified : /trunk/modeq/inst.rml Revision: 1577 Author: petar Date: 11:02:06, den 17 mars 2005 Message: Fixed model editor interface bug, still need to clean up. ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/types.rml Revision: 1576 Author: x02lucpo Date: 10:18:05, den 17 mars 2005 Message: improved extracting of attributes (unit, start...) ---- Modified : /trunk/modeq/inst.rml Revision: 1575 Author: x02lucpo Date: 10:15:02, den 17 mars 2005 Message: added debug information ---- Modified : /trunk/modeq/dae.rml Revision: 1574 Author: petar Date: 08:47:30, den 17 mars 2005 Message: Added by PA. ---- Added : /trunk/c_runtime/README Revision: 1573 Author: x02lucpo Date: 18:07:45, den 16 mars 2005 Message: removed a bug from extracting of var_attributes ---- Modified : /trunk/modeq/inst.rml Revision: 1572 Author: x02lucpo Date: 16:06:33, den 16 mars 2005 Message: added unit and type info to dae and daelow tested package support in tornado ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadocodegen.rml Revision: 1571 Author: x02lucpo Date: 15:42:38, den 16 mars 2005 Message: tested package support ---- Modified : /trunk/modeq/winruntime/tornadoext.cpp Revision: 1570 Author: levsa Date: 10:52:48, den 16 mars 2005 Message: Impl flag bugfixes. Fixed elab_range_type. Fixed matching problem for Icon in get_annotation_string ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Revision: 1569 Author: petar Date: 07:35:29, den 16 mars 2005 Message: Partly implemented constant evaluation of record constructors. Works for non-hierachical records. ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 1568 Author: petar Date: 07:34:15, den 16 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/TODO Revision: 1567 Author: x02lucpo Date: 11:42:13, den 15 mars 2005 Message: added package support ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadocodegen.rml Modified : /trunk/modeq/tornadoext.rml Revision: 1566 Author: x02lucpo Date: 16:02:59, den 14 mars 2005 Message: divided the tornado-code-gen to two files. One that outputs the C++ code and one that extracts the data from dae and absyn. ---- Modified : /trunk/modeq Modified : /trunk/modeq/.depend Added : /trunk/modeq/tornadocodegen.rml Modified : /trunk/modeq/.cvsignore Revision: 1565 Author: x02lucpo Date: 14:59:52, den 14 mars 2005 Message: divided the tornado-code-gen to two files. One that outputs the C++ code and one that extracts the data from dae and absyn. ---- Modified : /trunk/modeq Modified : /trunk/modeq/.depend Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/Makefile.common Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/.cvsignore Revision: 1564 Author: petar Date: 08:22:41, den 11 mars 2005 Message: Fixed so math functions works. ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/modpar/Schedule.cpp Modified : /trunk/modeq/modpar/TaskMerging.cpp Revision: 1563 Author: x02lucpo Date: 11:20:36, den 10 mars 2005 Message: added som comments and removed some dead code ---- Modified : /trunk/modeq/tornado.rml Revision: 1561 Author: haklu Date: 19:28:00, den 4 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Modified : /trunk/modeq/LICENSE Modified : /trunk/modeq/helptext.txt Revision: 1560 Author: haklu Date: 17:52:37, den 4 mars 2005 Message: Changed Licence text ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/corba.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daeext.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/graphviz.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/print.rml Modified : /trunk/modeq/rtopts.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/socket.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/values.rml Modified : /trunk/modeq/vartransform.rml Modified : /trunk/modeq/modsim.rml Revision: 1559 Author: haklu Date: 17:51:29, den 4 mars 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/winruntime/systemimpl.c Modified : /trunk/modeq/VC7/Setup/additions/contributors.rtf Modified : /trunk/modeq/VC7/Setup/additions/front.bmp Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Modified : /trunk/modeq/scripts/Compile.bat Added : /trunk/modeq/VC7/Setup/bin Added : /trunk/modeq/VC7/Setup/bin/gunzip.exe Added : /trunk/modeq/VC7/Setup/bin/gzip.exe Added : /trunk/modeq/VC7/Setup/bin/libiconv-2.dll Added : /trunk/modeq/VC7/Setup/bin/libintl-2.dll Added : /trunk/modeq/VC7/Setup/bin/tar.exe Added : /trunk/modeq/VC7/Setup/bin/zcat.exe Modified : /trunk/modeq/VC7/Setup/helptext.txt Modified : /trunk/modeq/VC7/UpdateEnv/UpdateEnv.cpp Revision: 1558 Author: levsa Date: 16:46:08, den 4 mars 2005 Message: error message ---- Modified : /trunk/modeq/lookup.rml Revision: 1557 Author: levsa Date: 14:56:33, den 4 mars 2005 Message: Simulation working. Example: test_codegen/simtest.mo ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/modeq/test_codegen/simtest.mo Revision: 1556 Author: levsa Date: 14:54:45, den 4 mars 2005 Message: Simulation test ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Added : /trunk/modeq/test_codegen/simtest.mo Revision: 1555 Author: levsa Date: 19:16:44, den 3 mars 2005 Message: More tests ---- Added : /trunk/modeq/test_codegen/equation_funcall12.mo Added : /trunk/modeq/test_codegen/equation_funcall11.mo Revision: 1554 Author: levsa Date: 19:16:00, den 3 mars 2005 Message: Builtin function calls like sin, sqrt etc called correctly ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/staticexp.rml Revision: 1553 Author: levsa Date: 16:53:16, den 3 mars 2005 Message: Code generation for function calls in simulations ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/TODO Modified : /trunk/modeq/.depend Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/modeq_debug/Makefile.in Modified : /trunk/modeq/modeq_release/Makefile.in Modified : /trunk/modeq/modpar/Makefile.in Modified : /trunk/modeq/test_codegen/misc_simplex1.mo Revision: 1552 Author: g-karbe Date: 11:43:01, den 2 mars 2005 Message: Influenca.mo renamed (tests does not work otherwise), rtestsim now cleans up all files it creates and lists successfully simulated models. ---- Added : /trunk/testsuite/mofiles/Influenza.mo Modified : /trunk/testsuite/mofiles/rtestsim Revision: 1551 Author: petar Date: 12:18:26, den 1 mars 2005 Message: Fixed bug in POW ---- Modified : /trunk/modeq/staticexp.rml Revision: 1550 Author: petar Date: 10:40:23, den 1 mars 2005 Message: Removed some comments by PR. ---- Modified : /trunk/modeq/absyn.rml Revision: 1549 Author: petar Date: 11:16:09, den 28 februari 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/system.rml Revision: 1548 Author: petar Date: 11:14:48, den 28 februari 2005 Message: partly implemented rename_class ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/system.rml Revision: 1547 Author: levsa Date: 19:08:24, den 25 februari 2005 Message: Function generation somewhat working ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/runtime/rtopts.c Modified : /trunk/modeq/TODO Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/modeq_debug/Makefile.in Modified : /trunk/modeq/modeq_release/Makefile.in Added : /trunk/modeq/test_codegen/equation_funcall10.mo Modified : /trunk/modeq/test_codegen/equation_funcall8.mo Revision: 1546 Author: haklu Date: 14:18:43, den 25 februari 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Revision: 1545 Author: haklu Date: 12:22:34, den 25 februari 2005 Message: fixed so that simulation works with mingw ---- Modified : /trunk/modeq/ceval.rml Revision: 1544 Author: haklu Date: 12:01:21, den 25 februari 2005 Message: fixed so that simulation works with mingw ---- Modified : /trunk/modeq/ceval.rml Revision: 1543 Author: haklu Date: 11:55:22, den 25 februari 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/VC7/Setup/Setup.vdproj Added : /trunk/modeq/VC7/UpdateEnv Added : /trunk/modeq/VC7/UpdateEnv/UpdateEnv.vcproj Modified : /trunk/modeq/VC7/runtime.vcproj Added : /trunk/modeq/VC7/UpdateEnv/UpdateEnv.cpp Added : /trunk/modeq/VC7/UpdateEnv/ReadMe.txt Added : /trunk/modeq/VC7/UpdateEnv/Resource.h Added : /trunk/modeq/VC7/UpdateEnv/UpdateEnv.h Added : /trunk/modeq/VC7/UpdateEnv/UpdateEnv.ico Added : /trunk/modeq/VC7/UpdateEnv/UpdateEnv.rc Added : /trunk/modeq/VC7/UpdateEnv/small.ico Added : /trunk/modeq/VC7/UpdateEnv/stdafx.cpp Added : /trunk/modeq/VC7/UpdateEnv/stdafx.h Revision: 1542 Author: haklu Date: 11:54:31, den 25 februari 2005 Message: Added setup project ---- Modified : /trunk/modeq/VC7/modeq/modeq.sln Revision: 1541 Author: haklu Date: 11:49:23, den 25 februari 2005 Message: Added setup project ---- Added : /trunk/modeq/VC7/Setup Added : /trunk/modeq/VC7/Setup/additions Added : /trunk/modeq/VC7/Setup/additions/contributors.rtf Added : /trunk/modeq/VC7/Setup/additions/front.bmp Added : /trunk/modeq/VC7/Setup/Setup.vdproj Added : /trunk/modeq/VC7/Setup/testmodels Added : /trunk/modeq/VC7/Setup/helptext.txt Added : /trunk/modeq/VC7/Setup/ptplot.jar Added : /trunk/modeq/VC7/Setup/testmodels/dcmotor.mo Added : /trunk/modeq/VC7/Setup/testmodels/sim_dcmotor.mos Revision: 1540 Author: haklu Date: 11:44:58, den 25 februari 2005 Message: Updated to the new simulation scheme ---- Modified : /trunk/modeq/scripts/Compile.bat Modified : /trunk/modeq/scripts/doPlot.bat Modified : /trunk/modeq/scripts/Compile Revision: 1539 Author: haklu Date: 11:43:48, den 25 februari 2005 Message: Changed name of mingw runtime lib ---- Modified : /trunk/modeq/winruntime/systemimpl.c Revision: 1538 Author: petar Date: 11:20:37, den 25 februari 2005 Message: Fixed bug in calculation of alg. vars. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Revision: 1537 Author: petar Date: 11:19:56, den 25 februari 2005 Message: Fixed bug in simulate in interactive mode ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/simcodegen.rml Revision: 1536 Author: g-karbe Date: 17:23:18, den 24 februari 2005 Message: Tests generation of simulation code from .mo-files, compilation of simulation code and model simulation. Current result is number of successes in each case. ---- Added : /trunk/testsuite/mofiles/rtestsim Revision: 1535 Author: kajny Date: 13:56:33, den 24 februari 2005 Message: Updated documentation only ---- Modified : /trunk/modeq/lookup.rml Revision: 1534 Author: x02lucpo Date: 18:43:13, den 23 februari 2005 Message: Added information for predefined types. Some implementation to extract the data from modification has been made but not called yet from a significant part of the program. (read it is not called at all from the main stream of the program!) ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Revision: 1533 Author: petar Date: 09:27:58, den 23 februari 2005 Message: fixed bug in varname generation ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1532 Author: petar Date: 15:48:01, den 22 februari 2005 Message: Changed error msg to error_buf. Plotting now working. ---- Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 1531 Author: petar Date: 15:17:15, den 22 februari 2005 Message: Fixed bugs, added time to result, etc. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Revision: 1530 Author: g-karbe Date: 11:36:34, den 21 februari 2005 Message: Added test cases from DrModelica in mofiles/drmodelca + some external functions examples in mofiles. Corrected old testfiles with incorrect/missing flat model representations. ---- Added : /trunk/testsuite/mofiles/drmodelica Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo Added : /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDim3.mo Added : /trunk/testsuite/mofiles/drmodelica/ArrayDim4.mo Added : /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo Added : /trunk/testsuite/mofiles/drmodelica/Circuit.mo Added : /trunk/testsuite/mofiles/drmodelica/ColorClasses.mo Added : /trunk/testsuite/mofiles/drmodelica/Colors.mo Added : /trunk/testsuite/mofiles/drmodelica/DAEexample.mo Added : /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo Added : /trunk/testsuite/mofiles/drmodelica/Equations.mo Added : /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo Added : /trunk/testsuite/mofiles/drmodelica/LogCall1.mo Added : /trunk/testsuite/mofiles/drmodelica/ModifiedFiltersInSeries.mo Added : /trunk/testsuite/mofiles/drmodelica/MultFuncCall.mo Added : /trunk/testsuite/mofiles/drmodelica/Summation.mo Added : /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo Modified : /trunk/testsuite/mofiles/Abs1.mo Added : /trunk/testsuite/mofiles/AddReal1.mo Modified : /trunk/testsuite/mofiles/Array4.mo Modified : /trunk/testsuite/mofiles/Circle.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mofiles/ConnectTypes.mo Modified : /trunk/testsuite/mofiles/Constant1.mo Modified : /trunk/testsuite/mofiles/Constant2.mo Modified : /trunk/testsuite/mofiles/Constant4.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Modified : /trunk/testsuite/mofiles/ConstructParameters2.mo Modified : /trunk/testsuite/mofiles/DisturbedResistance4.mo Modified : /trunk/testsuite/mofiles/Encapsulated1.mo Modified : /trunk/testsuite/mofiles/EquationIf1.mo Modified : /trunk/testsuite/mofiles/EquationIf2.mo Modified : /trunk/testsuite/mofiles/EquationIf3.mo Modified : /trunk/testsuite/mofiles/EquationIf4.mo Modified : /trunk/testsuite/mofiles/Import3.mo Modified : /trunk/testsuite/mofiles/Import4.mo Modified : /trunk/testsuite/mofiles/InnerClass1.mo Modified : /trunk/testsuite/mofiles/InnerOuter1.mo Modified : /trunk/testsuite/mofiles/Lookup1.mo Modified : /trunk/testsuite/mofiles/Lookup2.mo Modified : /trunk/testsuite/mofiles/Lookup4.mo Modified : /trunk/testsuite/mofiles/Modification10.mo Modified : /trunk/testsuite/mofiles/Modification6.mo Modified : /trunk/testsuite/mofiles/NoEvent1.mo Modified : /trunk/testsuite/mofiles/Overwriting2.mo Modified : /trunk/testsuite/mofiles/Redeclare1.mo Modified : /trunk/testsuite/mofiles/Redeclare2.mo Modified : /trunk/testsuite/mofiles/Redeclare3.mo Modified : /trunk/testsuite/mofiles/Shadow1.mo Modified : /trunk/testsuite/mofiles/Terminal1.mo Modified : /trunk/testsuite/mofiles/Units1.mo Added : /trunk/testsuite/mofiles/drmodelica/Xpowers.mo Added : /trunk/testsuite/mofiles/AddReal2.mo Modified : /trunk/testsuite/mofiles/XPowers1.mo Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/mofiles/cases.texi Added : /trunk/testsuite/mofiles/Added200502.txt Added : /trunk/testsuite/mofiles/add.c Revision: 1529 Author: x02lucpo Date: 10:50:47, den 21 februari 2005 Message: added a check for tornado generation ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1528 Author: haklu Date: 16:50:09, den 18 februari 2005 Message: Now handles paths with spaces ---- Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/runtime.vcproj Modified : /trunk/modeq/VC7/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Modified : /trunk/modeq/VC7/cleanmodeq.bat Modified : /trunk/modeq/VC7/makemodeq.bat Modified : /trunk/modeq/VC7/rebuildmodeq.bat Revision: 1527 Author: petar Date: 15:15:10, den 18 februari 2005 Message: Simple algorithms now works to simulate. ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/simcodegen.rml Revision: 1526 Author: petar Date: 15:12:56, den 18 februari 2005 Message: fixed bug in initial step. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Modified : /trunk/c_runtime/simulation_runtime.h Revision: 1525 Author: x05simel Date: 09:28:04, den 18 februari 2005 Message: Added ptolemy plot output. ---- Modified : /trunk/c_runtime/simulation_runtime.cpp Revision: 1524 Author: levsa Date: 23:25:05, den 17 februari 2005 Message: Minor fix ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1523 Author: levsa Date: 23:18:43, den 17 februari 2005 Message: Initial function code generation support for simulation code ---- Modified : /trunk/modeq/TODO Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/util.rml Added : /trunk/modeq/test_codegen/equation_funcall8.mo Added : /trunk/modeq/test_codegen/equation_funcall7.mo Added : /trunk/modeq/test_codegen/equation_funcall9.mo Revision: 1522 Author: x02lucpo Date: 16:43:06, den 17 februari 2005 Message: made all the equation of the form cref = constant to be outputed in ComputeInitial ---- Modified : /trunk/modeq/tornado.rml Revision: 1521 Author: petar Date: 14:30:29, den 17 februari 2005 Message: Working simcodegen for DASSL ---- Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/simcodegen.rml Revision: 1520 Author: petar Date: 14:29:06, den 17 februari 2005 Message: Added simulation runtime for DASSL ---- Added : /trunk/c_runtime/simulation_runtime.cpp Added : /trunk/c_runtime/simulation_runtime.h Modified : /trunk/c_runtime/Makefile Added : /trunk/c_runtime/daux.f Added : /trunk/c_runtime/ddasrt.f Added : /trunk/c_runtime/ddassl.f Added : /trunk/c_runtime/dlamch.f Added : /trunk/c_runtime/dlinpk.f Added : /trunk/c_runtime/lsame.f Revision: 1519 Author: x02lucpo Date: 13:59:30, den 17 februari 2005 Message: added support for 1-dim arrays in code-gen ---- Modified : /trunk/modeq/tornado.rml Revision: 1518 Author: x02lucpo Date: 13:58:55, den 17 februari 2005 Message: added a exists_var: (Exp.ComponentRef, Variables) => bool ---- Modified : /trunk/modeq/daelow.rml Revision: 1517 Author: x02lucpo Date: 13:58:04, den 17 februari 2005 Message: made print_component global ---- Modified : /trunk/modeq/dump.rml Revision: 1516 Author: levsa Date: 11:32:14, den 17 februari 2005 Message: There is already one in modeq/TODO ---- Deleted : /trunk/TODO.txt Revision: 1515 Author: levsa Date: 18:59:06, den 16 februari 2005 Message: Function generation and calling for constant functions during ceval ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/runtime/printimpl.c Modified : /trunk/modeq/Makefile.in Added : /trunk/TODO.txt Added : /trunk/modeq/test_codegen/equation_funcall2.mo Added : /trunk/modeq/test_codegen/equation_funcall3.mo Added : /trunk/modeq/test_codegen/equation_funcall4.mo Added : /trunk/modeq/test_codegen/equation_funcall5.mo Added : /trunk/modeq/test_codegen/equation_funcall6.mo Revision: 1514 Author: petar Date: 16:14:01, den 16 februari 2005 Message: fixed bug in generate_init_data ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1513 Author: x02lucpo Date: 14:19:44, den 16 februari 2005 Message: removed a print ---- Modified : /trunk/modeq/daelow.rml Revision: 1512 Author: petar Date: 13:58:08, den 16 februari 2005 Message: Tried to fix bug in remove_simple_equations ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/vartransform.rml Revision: 1511 Author: x02lucpo Date: 11:37:52, den 16 februari 2005 Message: corrected a bug in index for different var-types ---- Modified : /trunk/modeq/tornado.rml Revision: 1510 Author: x02lucpo Date: 10:59:33, den 16 februari 2005 Message: corrected a bug in index for different var-types ---- Modified : /trunk/modeq/tornado.rml Revision: 1509 Author: x02lucpo Date: 10:36:19, den 16 februari 2005 Message: corrected a bug in index for different var-types ---- Modified : /trunk/modeq/tornado.rml Revision: 1508 Author: levsa Date: 06:40:07, den 16 februari 2005 Message: Bugfixes. Top-level make modified for debug and release. Changed default to release. ---- Modified : /trunk/Makefile.in Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/modeq_debug/Makefile.in Modified : /trunk/modeq/modeq_release/Makefile.in Revision: 1507 Author: levsa Date: 17:05:33, den 15 februari 2005 Message: temporary vctarget fix ---- Modified : /trunk/modeq/Makefile.in Revision: 1506 Author: levsa Date: 16:26:45, den 15 februari 2005 Message: Bugfix ---- Modified : /trunk/modeq/Makefile.in Revision: 1505 Author: levsa Date: 16:22:38, den 15 februari 2005 Message: bugfixes ---- Modified : /trunk/modeq/modeq_debug/Makefile.in Modified : /trunk/modeq/modeq_release/Makefile.in Revision: 1504 Author: levsa Date: 15:49:04, den 15 februari 2005 Message: bugfix ---- Modified : /trunk/modeq/modeq_debug/Makefile.in Modified : /trunk/modeq/modeq_release/Makefile.in Revision: 1503 Author: x02lucpo Date: 15:45:27, den 15 februari 2005 Message: added start-value on initial-vars ---- Modified : /trunk/modeq/tornado.rml Revision: 1502 Author: levsa Date: 13:13:51, den 15 februari 2005 Message: Buildfiles bugfixes ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/Makefile.common Modified : /trunk/modeq/modeq_release Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/modeq_debug Modified : /trunk/modeq/modeq_debug/Makefile.in Modified : /trunk/modeq/modeq_release/Makefile.in Modified : /trunk/modeq/modeq_debug/.cvsignore Modified : /trunk/modeq/modeq_release/.cvsignore Revision: 1501 Author: x02lucpo Date: 11:16:39, den 15 februari 2005 Message: added is_const and compute_initial_from_start_values ---- Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/tornado.rml Revision: 1500 Author: levsa Date: 15:40:35, den 14 februari 2005 Message: depend file generated by make depend ---- Added : /trunk/modeq/.depend Revision: 1499 Author: petar Date: 13:22:00, den 14 februari 2005 Message: Fixed bug in remove_simple_equations. ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/vartransform.rml Revision: 1498 Author: levsa Date: 12:26:07, den 14 februari 2005 Message: Added build directories modeq_debug och modeq_release under modeq. Default build target is debug. See all: in modeq/Makefile.in. Also added Makefile-targets in Makefiles in modeq and modeq_debug and modeq_rel ease. Just run make when you change Makefile.in Caution! rml files are copied to the build directories during building. Hence these files are put in .cvsignore under build directories. Binaries are copied back to modeq/ . For debugging, rdb files are copied back to modeq/ ---- Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/flat_modelica_parser/src Modified : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Modified : /trunk/flat_modelica_parser/src/flat_modelica_parserTokenTypes.txt Modified : /trunk/modeq Modified : /trunk/modeq/modpar Added : /trunk/modeq/Makefile.common Added : /trunk/modeq/modeq_release Modified : /trunk/modeq/.cvsignore Modified : /trunk/modeq/Makefile.in Added : /trunk/modeq/modeq_debug Added : /trunk/modeq/modeq_debug/Makefile.in Added : /trunk/modeq/modeq_release/Makefile.in Added : /trunk/modeq/modeq_debug/.cvsignore Added : /trunk/modeq/modeq_release/.cvsignore Added : /trunk/flat_modelica_parser/src/.cvsignore Added : /trunk/modeq/modpar/.cvsignore Added : /trunk/modeq/test_codegen/equation_funcall1.mo Revision: 1497 Author: petar Date: 11:19:49, den 11 februari 2005 Message: Fixed bug in elaboration of POW ---- Modified : /trunk/modeq/staticexp.rml Revision: 1496 Author: x02lucpo Date: 10:42:01, den 11 februari 2005 Message: added pow ---- Modified : /trunk/modeq/ceval.rml Revision: 1495 Author: petar Date: 09:20:45, den 11 februari 2005 Message: Added documentation ---- Modified : /trunk/modeq/staticexp.rml Revision: 1494 Author: petar Date: 09:19:35, den 11 februari 2005 Message: Fixed asub simplification ---- Modified : /trunk/modeq/exp.rml Revision: 1493 Author: x02lucpo Date: 16:41:11, den 10 februari 2005 Message: added simulation_5fcg ---- Modified : /trunk/modeq/winruntime/rtopts.c Revision: 1492 Author: x02lucpo Date: 16:39:05, den 10 februari 2005 Message: added simulation_5fcg ---- Modified : /trunk/modeq/winruntime/rtopts.c Revision: 1491 Author: x02lucpo Date: 16:18:44, den 10 februari 2005 Message: added simulation_5fcg ---- Modified : /trunk/modeq/winruntime/rtopts.c Revision: 1490 Author: x02lucpo Date: 15:56:00, den 10 februari 2005 Message: removed ^M^M from end of lines ---- Modified : /trunk/modeq/VC7/antlr/Makefile.win32 Revision: 1489 Author: x02lucpo Date: 14:43:06, den 10 februari 2005 Message: corrected NoOutputVarValues error ---- Modified : /trunk/modeq/tornado.rml Revision: 1488 Author: petar Date: 14:29:33, den 10 februari 2005 Message: Added better documentation ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/simcodegen.rml Revision: 1487 Author: kajny Date: 14:06:55, den 10 februari 2005 Message: Documented entire file ---- Modified : /trunk/modeq/classloader.rml Revision: 1486 Author: kajny Date: 12:05:38, den 10 februari 2005 Message: removed unused file ---- Deleted : /trunk/modeq/builtin_safe.rml Revision: 1485 Author: kajny Date: 11:56:41, den 10 februari 2005 Message: Added last parts of documentation ---- Modified : /trunk/modeq/absyn.rml Revision: 1484 Author: x02lucpo Date: 17:16:25, den 9 februari 2005 Message: added get-functions to generate GetNoParams() ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadoext.rml Revision: 1483 Author: petar Date: 14:52:19, den 9 februari 2005 Message: Added generation of initial values in simcodegen ---- Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/simcodegen.rml Revision: 1482 Author: x02lucpo Date: 14:35:20, den 9 februari 2005 Message: changed from _t_ to time ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Revision: 1481 Author: x02lucpo Date: 14:14:33, den 9 februari 2005 Message: added startvalues to parameters ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadoext.rml Revision: 1480 Author: petar Date: 13:12:03, den 9 februari 2005 Message: Fixed generate_compute_output ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1479 Author: petar Date: 12:40:50, den 9 februari 2005 Message: Reimplemented breaking of blocks into dynamic and accepted section, by reachability analysis on strong components graph ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/Makefile.in Revision: 1478 Author: x02lucpo Date: 16:46:02, den 7 februari 2005 Message: Corrected a linkage bug ---- Modified : /trunk/modeq/tornado.rml Revision: 1477 Author: levsa Date: 14:31:07, den 7 februari 2005 Message: changed tail -1 to head -1. First found should be used for some stuff ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 1476 Author: adrpo Date: 11:28:20, den 7 februari 2005 Message: 2004-02-07 Adrian Pop, adrpo@ida.liu.se added Makefile for building the yaccparser. change the RML path in the Makefile to make it work for you. Adrian/ ---- Added : /trunk/modeq/yaccpar/Makefile Revision: 1475 Author: leist Date: 00:19:08, den 7 februari 2005 Message: Yacc parser grammar for Modelica+RML. First hopefully stable sketch. (Still a few FIXME:s left, though.) ---- Added : /trunk/modeq/yaccpar/parser.y Revision: 1474 Author: leist Date: 23:59:06, den 6 februari 2005 Message: Unified header file for the Modelica+RML yacc parser and its lexer. ---- Added : /trunk/modeq/yaccpar/defs.h Revision: 1473 Author: leist Date: 23:58:36, den 6 februari 2005 Message: Lexer for the Modelica+RML yacc parser. ---- Added : /trunk/modeq/yaccpar/lexer.c Revision: 1472 Author: adrpo Date: 18:57:20, den 4 februari 2005 Message: Standard yacclib.h file for RML. 2005-02-04 ---- Added : /trunk/modeq/yaccpar/yacclib.h Revision: 1471 Author: adrpo Date: 18:57:20, den 4 februari 2005 Message: Standard yacclib.c file for RML. 2005-02-04 ---- Added : /trunk/modeq/yaccpar/yacclib.c Revision: 1470 Author: adrpo Date: 18:57:19, den 4 februari 2005 Message: RML datatypes for abstract syntax tree, and related code. 2005-02-04 ---- Added : /trunk/modeq/yaccpar/absyn.rml Revision: 1469 Author: adrpo Date: 18:57:19, den 4 februari 2005 Message: RML test program. 2005-02-04 ---- Added : /trunk/modeq/yaccpar/test.rml Added : /trunk/modeq/yaccpar/test1.rml Added : /trunk/modeq/yaccpar/test2.rml Revision: 1468 Author: adrpo Date: 18:57:19, den 4 februari 2005 Message: Main file for dumping/refactoring testing. 2005-02-04 ---- Added : /trunk/modeq/yaccpar/main.rml Revision: 1467 Author: adrpo Date: 18:57:19, den 4 februari 2005 Message: Leif's RML dumper with changes by Adrian Pop. 2005-02-04 ---- Added : /trunk/modeq/yaccpar/rmldump.rml Revision: 1466 Author: adrpo Date: 18:57:19, den 4 februari 2005 Message: RML refactoring. 2005-02-04 ---- Added : /trunk/modeq/yaccpar/rmlrefactor.rml Revision: 1465 Author: adrpo Date: 18:57:19, den 4 februari 2005 Message: Glue to call parser (and thus scanner) from RML 2005-02-04 ---- Added : /trunk/modeq/yaccpar/scanparse.c Revision: 1464 Author: adrpo Date: 18:57:19, den 4 februari 2005 Message: Scanparse module, for debugging. 2005-02-04 ---- Added : /trunk/modeq/yaccpar Added : /trunk/modeq/yaccpar/scanparse.rml Revision: 1463 Author: adrpo Date: 18:28:03, den 4 februari 2005 Message: 2005-02-04 Adrian Pop, adrpo@ida.liu.se fixed so it compiles with new the new changes in modelica_parser ---- Modified : /trunk/modelica_parser/test/parser/test_parser.cpp Revision: 1462 Author: adrpo Date: 18:24:01, den 4 februari 2005 Message: 2005-02-04 Adrian Pop, adrpo@ida.liu.se Somebody added code for flat modelica and failed to add try{...} catch {...} statements. Also, some redundant code was removed H�kan pointed out this error! Adrian/ --- ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Revision: 1461 Author: x02lucpo Date: 15:49:50, den 4 februari 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/tornado.rml Revision: 1460 Author: haklu Date: 14:34:37, den 4 februari 2005 Message: Made inst_element fail if lookup of the class failes ---- Modified : /trunk/modeq/inst.rml Revision: 1459 Author: haklu Date: 14:33:37, den 4 februari 2005 Message: Removed print out of class origin in flat modelica ---- Modified : /trunk/modeq/dae.rml Revision: 1458 Author: x02lucpo Date: 09:20:13, den 4 februari 2005 Message: redone generate_simple_equations_links2 ---- Modified : /trunk/modeq/tornado.rml Revision: 1457 Author: x02lucpo Date: 08:26:05, den 4 februari 2005 Message: redone generate_links2 ---- Modified : /trunk/modeq/tornado.rml Revision: 1456 Author: haklu Date: 14:43:37, den 3 februari 2005 Message: Import bug fixed ---- Modified : /trunk/modeq/lookup.rml Revision: 1455 Author: x02lucpo Date: 13:28:27, den 2 februari 2005 Message: corrected some errors in code-gen for tornado ---- Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/tornado.rml Revision: 1454 Author: haklu Date: 16:06:24, den 1 februari 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/runtime.vcproj Revision: 1453 Author: petar Date: 15:29:26, den 1 februari 2005 Message: Fixed bug in vararray ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1452 Author: x02lucpo Date: 14:53:28, den 1 februari 2005 Message: added som included ---- Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/runtime.vcproj Modified : /trunk/modeq/VC7/absyn_builder.vcproj Revision: 1451 Author: petar Date: 14:52:19, den 1 februari 2005 Message: Made variable array expandable as for equations ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/tornado.rml Revision: 1450 Author: petar Date: 12:59:01, den 1 februari 2005 Message: Fixed bug with linking ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Revision: 1449 Author: x02lucpo Date: 11:19:51, den 1 februari 2005 Message: improved the design ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadoext.rml Revision: 1448 Author: petar Date: 18:05:40, den 31 januari 2005 Message: Added initial valued from small_asm1.mos ---- Modified : /trunk/testsuite/mofiles/SmallPlantModified.mof Revision: 1447 Author: petar Date: 18:04:47, den 31 januari 2005 Message: fixed bug with tornado blt ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Revision: 1446 Author: x02lucpo Date: 15:52:05, den 31 januari 2005 Message: removed prints ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/tornado.rml Revision: 1445 Author: petar Date: 14:53:05, den 31 januari 2005 Message: intial equations added to daelow, fixed bug in tornado. ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Revision: 1444 Author: petar Date: 14:08:18, den 31 januari 2005 Message: Added rule for arrays of components ---- Modified : /trunk/modeq/tornado.rml Revision: 1443 Author: petar Date: 14:07:30, den 31 januari 2005 Message: Added transformation of . to _ in identifiers ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Revision: 1442 Author: petar Date: 14:06:09, den 31 januari 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/main.rml Revision: 1441 Author: petar Date: 14:01:35, den 31 januari 2005 Message: Added SmallPlantModified, testmodel for Tornado cg. ---- Added : /trunk/testsuite/mofiles/SmallPlantModified.mo Added : /trunk/testsuite/mofiles/SmallPlantModified.mof Revision: 1440 Author: x02lucpo Date: 13:55:06, den 31 januari 2005 Message: removed prints ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Revision: 1439 Author: petar Date: 13:49:53, den 31 januari 2005 Message: Fixed bugs when emtpy equation list ---- Modified : /trunk/modeq/daelow.rml Revision: 1438 Author: haklu Date: 10:36:43, den 31 januari 2005 Message: Updated to 2.2.2 ---- Deleted : /trunk/modeq/VC7/rml.h Modified : /trunk/modeq/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-add.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-setnth.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-update.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-vec.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-init.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-once.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-core.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-predef.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-state.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-add.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-setnth.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-update.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/plain/rml.h Revision: 1437 Author: haklu Date: 10:35:00, den 31 januari 2005 Message: Lade till s� att flat_modelica_parser blir med ---- Modified : /trunk/modeq/VC7/absyn_builder.vcproj Revision: 1436 Author: haklu Date: 10:33:54, den 31 januari 2005 Message: Lade till s� att flat_modelica_parser blir med i vctarget ---- Modified : /trunk/modeq/absyn_builder/Makefile.in Revision: 1435 Author: x02lucpo Date: 09:21:49, den 31 januari 2005 Message: corrected is_no_param to is_param ---- Modified : /trunk/modeq/tornado.rml Revision: 1434 Author: x02lucpo Date: 09:11:25, den 31 januari 2005 Message: added added some checks for linkValue when removing simple equations ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Revision: 1433 Author: petar Date: 08:56:55, den 31 januari 2005 Message: Fixed bug in remove_simple_equations and bug in reachable_nodes ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/vartransform.rml Revision: 1432 Author: petar Date: 15:30:59, den 28 januari 2005 Message: Optimized Equations in DAELOW. Fixed some stuff in Tornado. Added dymTableInit as builtinFunction. ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/tornado.rml Revision: 1431 Author: x02lucpo Date: 14:39:01, den 28 januari 2005 Message: added added some checks for linkValue when removing simple equations ---- Modified : /trunk/modeq/tornado.rml Revision: 1430 Author: x02lucpo Date: 16:14:58, den 27 januari 2005 Message: added generation for TornadoDLL.cpp ---- Modified : /trunk/modeq/tornado.rml Revision: 1429 Author: x02lucpo Date: 14:45:04, den 27 januari 2005 Message: corrected some minor bugs for Tornado ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/tornado.rml Revision: 1428 Author: x02lucpo Date: 09:37:04, den 27 januari 2005 Message: added simcodegen.rml ---- Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/absyn_builder.vcproj Revision: 1427 Author: petar Date: 07:55:09, den 27 januari 2005 Message: Fixed sed bug originating from several antlr paths ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 1426 Author: x02lucpo Date: 17:14:01, den 26 januari 2005 Message: added defines for subModels and link for star-variables. ---- Modified : /trunk/modeq/tornado.rml Revision: 1425 Author: petar Date: 15:49:00, den 26 januari 2005 Message: Generated links for simple equations ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/vartransform.rml Modified : /trunk/modeq/tornado.rml Revision: 1424 Author: petar Date: 13:25:00, den 26 januari 2005 Message: fixed bug. ---- Modified : /trunk/modeq/simcodegen.rml Revision: 1423 Author: x02lucpo Date: 13:24:30, den 26 januari 2005 Message: added hierarchical code generation ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadoext.rml Revision: 1422 Author: petar Date: 10:30:38, den 26 januari 2005 Message: Changed implementation of DAELow.VARIABLES from bintree to hashtable ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/modpar/TaskGraphExt.cpp Revision: 1421 Author: kajny Date: 13:29:52, den 25 januari 2005 Message: Cleaned up debug printing ---- Modified : /trunk/modeq/main.rml Revision: 1420 Author: kajny Date: 12:02:20, den 25 januari 2005 Message: Fixed nasty bug in ident recognition ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Revision: 1419 Author: kajny Date: 11:59:23, den 25 januari 2005 Message: Fixed ordering bug ---- Modified : /trunk/flat_modelica_parser/src/Makefile.in Added : /trunk/flat_modelica_parser/src/test.cpp Modified : /trunk/modeq/absyn_builder/Makefile.in Revision: 1418 Author: levsa Date: 16:59:26, den 24 januari 2005 Message: Removed boundary. Shouldn't be in main trunk. PDE stuff ---- Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 1416 Author: kajny Date: 16:07:33, den 23 januari 2005 Message: Updated to reasoably working item ---- Modified : /trunk/configure Revision: 1415 Author: kajny Date: 16:00:50, den 23 januari 2005 Message: Updated to reasoably working item ---- Modified : /trunk/flat_modelica_parser/src/Makefile.in Added : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/main.rml Revision: 1414 Author: petar Date: 14:47:35, den 21 januari 2005 Message: moved code from tornado to simcodegen, new module for simulation code ---- Modified : /trunk/modeq/runtime/rtopts.c Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/rtopts.rml Added : /trunk/modeq/simcodegen.rml Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/Makefile.in Revision: 1413 Author: petar Date: 11:18:02, den 21 januari 2005 Message: Added algorithms to DAELow ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/vartransform.rml Modified : /trunk/modeq/tornado.rml Revision: 1412 Author: kajny Date: 17:17:03, den 20 januari 2005 Message: flat modelica added ---- Modified : /trunk/configure.in Revision: 1411 Author: kajny Date: 17:15:44, den 20 januari 2005 Message: automake ok ---- Added : /trunk/flat_modelica_parser/src/Makefile.in Deleted : /trunk/flat_modelica_parser/src/Makefile Revision: 1410 Author: kajny Date: 17:13:04, den 20 januari 2005 Message: new flat modelica parser. Wohoo. ---- Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Added : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Added : /trunk/flat_modelica_parser/src/flat_modelica_parserTokenTypes.txt Modified : /trunk/flat_modelica_parser/src/Makefile Revision: 1409 Author: kajny Date: 17:02:15, den 20 januari 2005 Message: Restructuring flat modelica parser ---- Deleted : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Modified : /trunk/flat_modelica_parser/README Deleted : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Deleted : /trunk/flat_modelica_parser/TODO Deleted : /trunk/flat_modelica_parser/src/expandedflat_modelica_parser.g Deleted : /trunk/flat_modelica_parser/src/flat_modelica_lexer.cpp Deleted : /trunk/flat_modelica_parser/src/flat_modelica_lexer.hpp Deleted : /trunk/flat_modelica_parser/src/flat_modelica_parser.cpp Deleted : /trunk/flat_modelica_parser/src/flat_modelica_parser.hpp Deleted : /trunk/flat_modelica_parser/src/flat_modelica_parserTokenTypes.hpp Deleted : /trunk/flat_modelica_parser/src/flat_modelica_tree_parser.cpp Deleted : /trunk/flat_modelica_parser/src/flat_modelica_tree_parser.hpp Deleted : /trunk/flat_modelica_parser/src/flat_modelica_tree_parserTokenTypes.hpp Deleted : /trunk/flat_modelica_parser/src/flat_modelica_tree_parserTokenTypes.txt Deleted : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.hpp Deleted : /trunk/flat_modelica_parser/src/modSimPackTest Deleted : /trunk/flat_modelica_parser/src/modSimPackTest.cc Deleted : /trunk/flat_modelica_parser/src/modSimPackTest.h Deleted : /trunk/flat_modelica_parser/src/parse_tree_dumper.cpp Deleted : /trunk/flat_modelica_parser/src/parse_tree_dumper.hpp Deleted : /trunk/flat_modelica_parser/src/semantic.cache Deleted : /trunk/flat_modelica_parser/src/walker.g Revision: 1408 Author: x02lucpo Date: 09:24:07, den 20 januari 2005 Message: added some relations as public ---- Modified : /trunk/modeq/interactive.rml Revision: 1407 Author: x02lucpo Date: 09:00:03, den 20 januari 2005 Message: added more functionality to tornado. Generation of hierarhical models ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadoext.rml Revision: 1406 Author: adrpo Date: 23:27:37, den 19 januari 2005 Message: *** empty log message *** ---- Modified : /trunk/modeq/Makefile.in Revision: 1405 Author: x02lucpo Date: 14:48:51, den 18 januari 2005 Message: corrected some bugs ---- Modified : /trunk/modeq/tornado.rml Revision: 1404 Author: haklu Date: 10:41:13, den 18 januari 2005 Message: Updated rml to 2.2.1 and made rml runtime part of the build ---- Modified : /trunk/modeq/winruntime/systemimpl.c Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/runtime.vcproj Modified : /trunk/modeq/VC7/modeq/modeq.sln Modified : /trunk/modeq/VC7/rmlRuntime/rmlRuntime.vcproj Modified : /trunk/modeq/winruntime/daeext.cpp Revision: 1403 Author: haklu Date: 10:37:05, den 18 januari 2005 Message: Updated to 2.2.1 ---- Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-add.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-setnth.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-update.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-vec.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gccore.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-init.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-once.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-core.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-predef.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-state.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-add.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-setnth.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-update.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/plain/rml.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-create.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-length.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-list.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/arr-nth.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-arr.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/main.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gccore.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gcuser-block.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gcuser-plain.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-motor.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-arr.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-create.c Modified : /trunk/modeq/VC7/rmlRuntime/runtime/diff/Make.mk Modified : /trunk/modeq/VC7/rmlRuntime/runtime/diff/Makefile Modified : /trunk/modeq/VC7/rmlRuntime/runtime/diff/rml.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/mask/Make.mk Modified : /trunk/modeq/VC7/rmlRuntime/runtime/mask/Makefile Modified : /trunk/modeq/VC7/rmlRuntime/runtime/mask/rml.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/plain/Make.mk Modified : /trunk/modeq/VC7/rmlRuntime/runtime/plain/Makefile Modified : /trunk/modeq/VC7/rmlRuntime/runtime/plain/rml-labels.h Modified : /trunk/modeq/VC7/rmlRuntime/runtime/plain/rml-select.h Revision: 1402 Author: petar Date: 09:05:41, den 18 januari 2005 Message: updated. ---- Modified : /trunk/modeq/TODO Revision: 1401 Author: petar Date: 11:09:49, den 17 januari 2005 Message: Switched to set implementation of vars/eqns in matching, etc. ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daeext.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/vartransform.rml Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/runtime/daeext.cpp Revision: 1400 Author: petar Date: 11:07:54, den 17 januari 2005 Message: updated dependencies ---- Modified : /trunk/modeq/Makefile.in Revision: 1399 Author: haklu Date: 11:16:35, den 14 januari 2005 Message: Added instantiation of when equatons and if equations with non-constant condition. ---- Modified : /trunk/modeq/inst.rml Revision: 1398 Author: x02lucpo Date: 10:47:31, den 14 januari 2005 Message: added some new relations ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/tornado.rml Revision: 1397 Author: x02lucpo Date: 10:46:24, den 14 januari 2005 Message: added a comment... yay... ---- Modified : /trunk/modeq/lookup.rml Revision: 1396 Author: haklu Date: 11:24:23, den 13 januari 2005 Message: Added rule for when-equations. ---- Modified : /trunk/modeq/explode.rml Revision: 1395 Author: haklu Date: 11:21:24, den 13 januari 2005 Message: Added representation for if and when equations. ---- Modified : /trunk/modeq/dae.rml Revision: 1394 Author: petar Date: 09:27:51, den 13 januari 2005 Message: Fixed bug in fix_direction ---- Modified : /trunk/modeq/inst.rml Revision: 1393 Author: petar Date: 14:42:25, den 12 januari 2005 Message: Simpler connector, input and output on ports, etc. ---- Modified : /trunk/testsuite/mofiles/Influenca.mo Revision: 1392 Author: x02lucpo Date: 14:14:31, den 12 januari 2005 Message: added a check for how many generated var and made some changes to to model genration of variables ---- Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadoext.rml Revision: 1391 Author: x02lucpo Date: 14:09:33, den 12 januari 2005 Message: added a check for how many generated var and made some changes to to model genration of variables ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Modified : /trunk/modeq/tornado.rml Revision: 1390 Author: x02lucpo Date: 10:11:41, den 12 januari 2005 Message: added a check for how many generated input var and made some changes to to model genration of variables ---- Modified : /trunk/modeq/tornado.rml Revision: 1389 Author: x02lucpo Date: 10:03:50, den 12 januari 2005 Message: added a check for how many generated input var and made some changes to to model genration of variables ---- Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/tornadoext.rml Revision: 1388 Author: x02lucpo Date: 17:01:49, den 11 januari 2005 Message: added a check for how many generated input var ---- Modified : /trunk/modeq/tornado.rml Revision: 1387 Author: x02lucpo Date: 16:02:34, den 11 januari 2005 Message: added get_input_var_number and get_output_var_number ---- Modified : /trunk/modeq/runtime/tornadoext.cpp Modified : /trunk/modeq/winruntime/tornadoext.cpp Revision: 1386 Author: x02lucpo Date: 15:57:11, den 11 januari 2005 Message: added tornadoext and corrected some bugs ---- Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/Makefile.in Revision: 1385 Author: x02lucpo Date: 15:56:04, den 11 januari 2005 Message: rml-file for the cpp-connection ---- Modified : /trunk/modeq/runtime/rtopts.c Modified : /trunk/modeq/runtime/Makefile.in Added : /trunk/modeq/runtime/tornadoext.cpp Added : /trunk/modeq/winruntime/tornadoext.cpp Added : /trunk/modeq/tornadoext.rml Revision: 1384 Author: petar Date: 15:42:24, den 11 januari 2005 Message: Fixed bug in generate_parameters ---- Modified : /trunk/modeq/tornado.rml Revision: 1383 Author: petar Date: 14:59:22, den 11 januari 2005 Message: Added generation of parameters. Removed generation of simple equations. ---- Modified : /trunk/modeq/tornado.rml Revision: 1382 Author: petar Date: 11:49:04, den 11 januari 2005 Message: Constant evaluation of functions is now done if all arguments are constant ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/staticexp.rml Revision: 1381 Author: petar Date: 08:50:10, den 11 januari 2005 Message: Fixed elab_exp so that numerical constant values are calculated. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Revision: 1380 Author: petar Date: 09:53:50, den 10 januari 2005 Message: Fixed bug in incidence matrix. It now contains state variables as well, but they have negative index. ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/tornado.rml Revision: 1379 Author: petar Date: 11:54:35, den 4 januari 2005 Message: Fixed varDirection generation in generate_var_defines ---- Modified : /trunk/modeq/tornado.rml Revision: 1378 Author: x02lucpo Date: 09:48:32, den 4 januari 2005 Message: partial commit for Petar ---- Modified : /trunk/modeq/tornado.rml Revision: 1377 Author: x02lucpo Date: 08:45:53, den 4 januari 2005 Message: added some missing function and a check needed for tornado code generation ---- Modified : /trunk/modeq/winruntime/systemimpl.c Modified : /trunk/modeq/winruntime/rtopts.c Revision: 1376 Author: petar Date: 10:06:43, den 29 december 2004 Message: Added vartransform, for transforming variables in expressions ---- Added : /trunk/modeq/vartransform.rml Revision: 1375 Author: petar Date: 10:03:20, den 29 december 2004 Message: Improved variable impl. in daelow. More efficient matching alg. ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/tornado.rml Modified : /trunk/modeq/Makefile.in Revision: 1374 Author: x02lucpo Date: 16:23:43, den 22 december 2004 Message: X-mas delivery ---- Modified : /trunk/modeq/tornado.rml Revision: 1373 Author: x02lucpo Date: 15:34:18, den 22 december 2004 Message: added string_split_at_char ---- Modified : /trunk/modeq/util.rml Revision: 1372 Author: x02lucpo Date: 09:38:02, den 22 december 2004 Message: added sorting of equations and a check for switching the name of dummy der in case of tornado from "der_" to "_D_ ---- Modified : /trunk/modeq/daelow.rml Revision: 1371 Author: haklu Date: 11:28:12, den 17 december 2004 Message: Fixed small bug regarding locks. ---- Modified : /trunk/modeq/winruntime/corbaimpl.cpp Modified : /trunk/modeq/winruntime/modeq_communication_impl.cpp Revision: 1370 Author: haklu Date: 11:27:10, den 17 december 2004 Message: Updated according to changes in runtime/systemimpl.c ---- Modified : /trunk/modeq/winruntime/systemimpl.c Revision: 1369 Author: petar Date: 16:55:49, den 16 december 2004 Message: Fixed DAELow.VAR bug ---- Modified : /trunk/modeq/tornado.rml Revision: 1368 Author: petar Date: 16:49:43, den 16 december 2004 Message: Fixed DAELow.VAR bug ---- Modified : /trunk/modeq/taskgraph.rml Revision: 1367 Author: x02lucpo Date: 09:32:07, den 15 december 2004 Message: added a string_replace_char which replace a char with another in the string. Check comments for details. ---- Modified : /trunk/modeq/util.rml Revision: 1366 Author: petar Date: 15:43:36, den 14 december 2004 Message: Added class attribute to DAE variable to determine origin. ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/modutil.rml Revision: 1365 Author: petar Date: 08:25:59, den 14 december 2004 Message: Optimized impl. Added tree_delete, etc. ---- Modified : /trunk/modeq/daelow.rml Revision: 1364 Author: petar Date: 13:26:33, den 8 december 2004 Message: Changed dae variable implementation from list to binary tree ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/tornado.rml Revision: 1363 Author: petar Date: 16:18:52, den 30 november 2004 Message: Added unparsing of 'encapsulated'. ---- Modified : /trunk/modeq/dump.rml Revision: 1362 Author: petar Date: 08:32:09, den 30 november 2004 Message: Added more doc. ---- Modified : /trunk/modeq/exp.rml Revision: 1361 Author: petar Date: 08:19:33, den 30 november 2004 Message: Added better doc. ---- Modified : /trunk/modeq/derive.rml Revision: 1360 Author: adrpo Date: 14:10:21, den 27 november 2004 Message: 2004-11-27 Adrian Pop, adrpo@ida.liu.se changed server_loop to make it completly deterministic ---- Modified : /trunk/modeq/main.rml Revision: 1359 Author: x02lucpo Date: 16:34:48, den 24 november 2004 Message: added a play/restart button on the toolbar ---- Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Modified : /trunk/WinMosh/WinMosh.rc Modified : /trunk/WinMosh/ChildView.h Modified : /trunk/WinMosh/MainFrm.h Modified : /trunk/WinMosh/MainFrm.cpp Modified : /trunk/WinMosh/Resource.h Modified : /trunk/WinMosh/res/Toolbar.bmp Revision: 1358 Author: x02lucpo Date: 16:33:07, den 24 november 2004 Message: updated to work with tornado ---- Modified : /trunk/modeq/winruntime/systemimpl.c Modified : /trunk/modeq/winruntime/rtopts.c Modified : /trunk/modeq/VC7/modeq.vcproj Revision: 1357 Author: x02lucpo Date: 12:12:12, den 24 november 2004 Message: the equation generation is working for influenza.mo ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/tornado.rml Revision: 1356 Author: x02lucpo Date: 12:11:08, den 24 november 2004 Message: added the rule in simpliry for (0.0 / x ) =>0.0 and (x/0.0)=>fail ---- Modified : /trunk/modeq/exp.rml Revision: 1355 Author: x02lucpo Date: 12:10:10, den 24 november 2004 Message: removed some swearing ---- Modified : /trunk/modeq/staticexp.rml Revision: 1354 Author: petar Date: 11:10:05, den 24 november 2004 Message: Fixed bug in index reduction, did not increase no of variables when differentiated equation ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/tornado.rml Revision: 1353 Author: x02lucpo Date: 10:29:40, den 24 november 2004 Message: PetAr to check for optimization error ---- Modified : /trunk/modeq/tornado.rml Revision: 1352 Author: petar Date: 09:21:05, den 24 november 2004 Message: optimized index reduction so that incidence matrix is not rebuilt for each reduction. ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/modpar/MergeSiblings.cpp Revision: 1351 Author: x02lucpo Date: 16:27:19, den 23 november 2004 Message: added som debug printouts ---- Modified : /trunk/modeq/tornado.rml Revision: 1350 Author: x02lucpo Date: 12:14:00, den 23 november 2004 Message: redone the If...then...else to ...?...:... (c++) ---- Modified : /trunk/modeq/tornado.rml Revision: 1349 Author: x02lucpo Date: 11:09:01, den 23 november 2004 Message: implemented a relation that ouputs c++ code from an Exp.Exp ---- Modified : /trunk/modeq/tornado.rml Revision: 1348 Author: x02lucpo Date: 11:06:25, den 23 november 2004 Message: implemented a relation that ouputs c++ code from an Exp.Exp ---- Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/tornado.rml Revision: 1347 Author: petar Date: 14:51:33, den 22 november 2004 Message: Optimized some code. Commented, etc. ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/runtime/rtopts.c Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/rtopts.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/modpar/Schedule.cpp Modified : /trunk/modeq/modpar/TaskMerging.cpp Modified : /trunk/modeq/modpar/TaskGraphExt.cpp Modified : /trunk/modeq/modpar/Schedule.hpp Modified : /trunk/modeq/modpar/TaskGraph.cpp Revision: 1346 Author: x02lucpo Date: 11:48:30, den 22 november 2004 Message: added a relation that replace all the der(...) with _D_... in all the equations in DAE ---- Modified : /trunk/modeq/tornado.rml Revision: 1345 Author: x02lucpo Date: 15:10:43, den 18 november 2004 Message: The module tornado generate now ouput and state equations in c++ format ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/tornado.rml Revision: 1344 Author: x02lucpo Date: 17:01:17, den 17 november 2004 Message: resolved a bug in generation of equations ---- Modified : /trunk/modeq/tornado.rml Revision: 1343 Author: x02lucpo Date: 16:17:46, den 17 november 2004 Message: to generate _all_ the equations a relation lower_with_simple_equations has been inserted in DAELow. Also generate_compute_state and generate_compute_output generates the needed c++ code ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/tornado.rml Revision: 1342 Author: petar Date: 11:39:18, den 15 november 2004 Message: added doc ---- Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/util.rml Revision: 1341 Author: kajny Date: 11:00:42, den 15 november 2004 Message: added is primitive to interface ---- Modified : /trunk/modeq/interactive.rml Revision: 1340 Author: petar Date: 08:55:53, den 15 november 2004 Message: Made daelow faster, especially replace_exp ---- Modified : /trunk/modeq/daelow.rml Revision: 1339 Author: kajny Date: 16:24:45, den 12 november 2004 Message: almost fixed working submodel declarations ---- Modified : /trunk/modeq/tornado.rml Revision: 1338 Author: kajny Date: 15:01:13, den 12 november 2004 Message: almost fixed working submodel declarations ---- Modified : /trunk/modeq/tornado.rml Revision: 1337 Author: petar Date: 16:08:54, den 9 november 2004 Message: added doc to about first half of the relations ---- Modified : /trunk/modeq/util.rml Revision: 1336 Author: kajny Date: 13:49:18, den 8 november 2004 Message: Mainly Hemmis-related MathCore stuff ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/tornado.rml Revision: 1335 Author: adrpo Date: 01:29:12, den 5 november 2004 Message: Adrian Pop, adrpo@ida.liu.se 2004-11-05 Changed: systemimpl.c rml_prim_once(List__reverse) with TAILCALLQ(List__reverse). ---- Modified : /trunk/modeq/runtime/systemimpl.c Revision: 1334 Author: adrpo Date: 01:23:36, den 5 november 2004 Message: Adrian Pop, adrpo@ida.liu.se 2004-11-05 Makefile.in Added commented lines for creating debugging versions of modeq ---- Modified : /trunk/modeq/Makefile.in Revision: 1333 Author: adrpo Date: 01:20:30, den 5 november 2004 Message: Adrian Pop, adrpo@ida.liu.se 2004-11-05 configure configure.in removed the: | grep include | grep lib from ANTLR checking of include/libs NOT NEEDED! ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 1332 Author: x02lucpo Date: 15:53:13, den 2 november 2004 Message: Completed the inst_start_binding for the case Integer T0[2](final start={5,6})={9,10}; ---- Modified : /trunk/modeq/inst.rml Revision: 1331 Author: kajny Date: 14:52:57, den 1 november 2004 Message: fixed hemis soving eqns stuff ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/tornado.rml Revision: 1330 Author: kajny Date: 13:38:34, den 29 oktober 2004 Message: Some updates on tornado, will be continued by lucian ---- Modified : /trunk/modeq/tornado.rml Revision: 1329 Author: adrpo Date: 06:56:17, den 29 oktober 2004 Message: Adrian Pop, adrpo@ida.liu.se 2004-10-29 --------------------------------------------------------------> /modelica/modeq/runtime/systemimpl.c --------------------------------------------------------------> - RML_BEGIN_LABEL(System__read_5ffile) + free of buf not done - RML_BEGIN_LABEL(System__strtok) + free of str not done after strdup - RML_BEGIN_LABEL(System__toupper) + free of res not done after strdup - RML_BEGIN_LABEL(System__sub_5fdirectories) + free of files[i] not done - RML_BEGIN_LABEL(System__mo_5ffiles) + free of files[i] not done - i guess usages of rml_prim_once should be replaced by TAILCALL with prior setting of SC because rml_prim_once uses longjump to go to the function and saves unnecessary information ---- Modified : /trunk/modeq/runtime/systemimpl.c Revision: 1328 Author: adrpo Date: 06:54:13, den 29 oktober 2004 Message: Adrian Pop, adrpo@ida.liu.se 2004-10-29 --------------------------------------------------------------> /modelica/modeq/absyn_builder/parse.cpp --------------------------------------------------------------> - RML_BEGIN_LABEL(Parser__parse) + added delete parse; delete lex; - get_string(...) + changed static buf, static size to not static in order not to interfere to other local buf in the runtime. - RML_BEGIN_LABEL(Parser__parsestring), RML_BEGIN_LABEL(Parser__parsestringexp) + added getStringHolder to be able to delete [] the temp value we get from get_string(...); ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Revision: 1327 Author: kajny Date: 15:48:57, den 28 oktober 2004 Message: Some updates on tornado, will be continued by lucian ---- Modified : /trunk/modeq/tornado.rml Revision: 1326 Author: petar Date: 10:45:29, den 28 oktober 2004 Message: Fixed bug, added doc. ---- Modified : /trunk/modeq/tornado.rml Revision: 1325 Author: petar Date: 08:26:46, den 26 oktober 2004 Message: Added doc ---- Modified : /trunk/modeq/tornado.rml Revision: 1324 Author: petar Date: 07:57:43, den 26 oktober 2004 Message: Added Tornado code generator. MathCore project ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/runtime/rtopts.c Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/rtopts.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/util.rml Added : /trunk/modeq/tornado.rml Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/modpar/solvers.cpp Revision: 1322 Author: haklu Date: 13:36:22, den 25 oktober 2004 Message: Fixed probplem with Ctrl-X, Ctrl-C and Ctrl -V ---- Modified : /trunk/WinMosh/MoshEdit.cpp Revision: 1321 Author: haklu Date: 12:04:46, den 25 oktober 2004 Message: Added checks for MOSHHOME and MODELICAPATH ---- Modified : /trunk/WinMosh/WinMosh.cpp Modified : /trunk/modeq/winruntime/systemimpl.c Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/main.rml Revision: 1320 Author: kajny Date: 11:41:45, den 19 oktober 2004 Message: moved deprecated flat modelica parser here ---- Modified : /trunk/flat_modelica_parser/README Revision: 1319 Author: haklu Date: 10:13:50, den 18 oktober 2004 Message: Removed extra print "1" in translate_file ---- Modified : /trunk/modeq/main.rml Revision: 1318 Author: haklu Date: 10:12:46, den 18 oktober 2004 Message: fclass instead of model when generating flat modelica ---- Modified : /trunk/modeq/dae.rml Revision: 1317 Author: haklu Date: 16:19:05, den 14 oktober 2004 Message: bugfix regarding server startup ---- Modified : /trunk/WinMosh/MoshEdit.cpp Revision: 1316 Author: petar Date: 14:40:19, den 14 oktober 2004 Message: added doc ---- Modified : /trunk/modeq/staticexp.rml Revision: 1315 Author: petar Date: 12:55:59, den 14 oktober 2004 Message: Fixed bug in priority order of incomming task graph edges ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Modified : /trunk/modeq/modpar/Codegen.hpp Modified : /trunk/modeq/modpar/TaskGraph.hpp Modified : /trunk/modeq/modpar/TaskGraphExt.cpp Modified : /trunk/modeq/modpar/TaskGraph.cpp Modified : /trunk/modeq/modpar/solvers.cpp Revision: 1314 Author: x02lucpo Date: 15:00:36, den 13 oktober 2004 Message: removed PIGS ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 1313 Author: x02lucpo Date: 14:22:07, den 13 oktober 2004 Message: implemented DIV_ARRAY_SCALAR ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 1312 Author: x02lucpo Date: 13:49:07, den 13 oktober 2004 Message: corrected bug for MUL_ARRAY_SCALAR ---- Modified : /trunk/modeq/staticexp.rml Revision: 1311 Author: x02lucpo Date: 16:31:27, den 12 oktober 2004 Message: corrected the elab_builtin_diagonal to return an array of array. Added comments ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/staticexp.rml Revision: 1310 Author: x02lucpo Date: 10:51:51, den 12 oktober 2004 Message: corrected a element place error ---- Modified : /trunk/modeq/ceval.rml Revision: 1309 Author: x02lucpo Date: 10:15:59, den 12 oktober 2004 Message: corrected a element place error ---- Modified : /trunk/modeq/ceval.rml Revision: 1308 Author: x02lucpo Date: 10:08:02, den 12 oktober 2004 Message: improved diagonal function ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/staticexp.rml Revision: 1307 Author: x02lucpo Date: 16:16:06, den 11 oktober 2004 Message: implemented diagonal in staticexp and ceval ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/staticexp.rml Revision: 1306 Author: kajny Date: 15:34:10, den 8 oktober 2004 Message: Fixed constant evaluation of abs operator ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Revision: 1305 Author: haklu Date: 10:52:30, den 8 oktober 2004 Message: *** empty log message *** ---- Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Modified : /trunk/WinMosh/WinMosh.vcproj Modified : /trunk/WinMosh/WinMosh.cpp Modified : /trunk/WinMosh/WinMosh.rc Modified : /trunk/WinMosh/ChildView.h Modified : /trunk/WinMosh/MainFrm.h Modified : /trunk/WinMosh/MainFrm.cpp Modified : /trunk/WinMosh/Resource.h Modified : /trunk/WinMosh/res/Toolbar.bmp Revision: 1304 Author: levsa Date: 17:13:21, den 7 oktober 2004 Message: Test case fixed ---- Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Revision: 1303 Author: petar Date: 14:57:03, den 7 oktober 2004 Message: Fixed so parameters are split in DAE x becomes {x[1],x[2],...} for an parameter array. ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Modified : /trunk/modeq/modpar/Codegen.hpp Modified : /trunk/modeq/modpar/TaskGraph.hpp Modified : /trunk/modeq/modpar/TaskGraphExt.cpp Modified : /trunk/modeq/modpar/TaskGraph.cpp Modified : /trunk/modeq/modpar/solvers.cpp Modified : /trunk/modeq/modpar/TaskGraphExt_stub.cpp Modified : /trunk/modeq/modpar/solvers.hpp Revision: 1302 Author: haklu Date: 11:21:19, den 7 oktober 2004 Message: Cache gone! ---- Modified : /trunk/modeq/VC7/rmlRuntime/rmlRuntime.vcproj Revision: 1301 Author: adrpo Date: 15:35:01, den 5 oktober 2004 Message: 2004-10-05 adrpo moved initialization of "ast" to the begining of Parse.* functions ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Revision: 1300 Author: leist Date: 03:43:15, den 4 oktober 2004 Message: Some extra tokens to support RML syntax. ---- Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 1299 Author: leist Date: 01:01:21, den 4 oktober 2004 Message: Changed a type to work with a modern ANTLR. ---- Modified : /trunk/modelica_parser/src/test.cpp Revision: 1298 Author: kajny Date: 15:50:35, den 1 oktober 2004 Message: Remove cache.rml deps ---- Modified : /trunk/modeq/Makefile.in Revision: 1297 Author: x02lucpo Date: 10:29:47, den 1 oktober 2004 Message: made the relation merge work better with partial classes and the same modifiers ---- Modified : /trunk/modeq/mod.rml Revision: 1296 Author: petar Date: 17:11:36, den 28 september 2004 Message: changed licence file ---- Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Revision: 1295 Author: petar Date: 17:11:03, den 28 september 2004 Message: Added doc. ---- Modified : /trunk/modeq/inst.rml Revision: 1294 Author: levsa Date: 17:09:44, den 28 september 2004 Message: Internal documentation partial ---- Modified : /trunk/modeq/classloader.rml Revision: 1293 Author: haklu Date: 17:07:24, den 28 september 2004 Message: Cache gone! ---- Modified : /trunk/modeq/VC7/runtime.vcproj Revision: 1292 Author: haklu Date: 17:05:28, den 28 september 2004 Message: Dokumenterings race ---- Modified : /trunk/modeq/winruntime/systemimpl.c Modified : /trunk/modeq/winruntime/rtopts.c Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/winruntime/printimpl.c Modified : /trunk/modeq/winruntime/daeext.cpp Modified : /trunk/modeq/winruntime/corbaimpl.cpp Modified : /trunk/modeq/winruntime/modeq_communication_impl.cpp Modified : /trunk/modeq/winruntime/socketimpl.c Revision: 1291 Author: levsa Date: 16:50:28, den 28 september 2004 Message: Internal documentation partial ---- Modified : /trunk/modeq/classinf.rml Revision: 1290 Author: levsa Date: 16:35:29, den 28 september 2004 Message: Internal documentation partial ---- Modified : /trunk/modeq/ceval.rml Revision: 1289 Author: levsa Date: 15:44:21, den 28 september 2004 Message: Internal documentation ---- Modified : /trunk/modeq/algorithm.rml Revision: 1288 Author: haklu Date: 14:04:39, den 28 september 2004 Message: Fixed timing command so that the symbol table gets updated. ---- Modified : /trunk/modeq/ceval.rml Revision: 1287 Author: petar Date: 13:10:33, den 28 september 2004 Message: Removed cacheimpl ---- Modified : /trunk/modeq/runtime/Makefile.in Modified : /trunk/modeq/Makefile.in Revision: 1286 Author: petar Date: 12:44:31, den 28 september 2004 Message: Added documentation to the beginning of file ---- Modified : /trunk/modeq/env.rml Revision: 1285 Author: levsa Date: 11:49:24, den 28 september 2004 Message: Overview documentation ---- Modified : /trunk/modeq/print.rml Revision: 1284 Author: levsa Date: 11:34:58, den 28 september 2004 Message: Overview documentation ---- Modified : /trunk/modeq/mod.rml Revision: 1283 Author: haklu Date: 11:21:30, den 28 september 2004 Message: Dokumenterings race ---- Modified : /trunk/modeq/socket.rml Revision: 1282 Author: haklu Date: 11:16:12, den 28 september 2004 Message: Changed test-f and test -d to stat ---- Modified : /trunk/modeq/runtime/systemimpl.c Revision: 1281 Author: levsa Date: 11:14:38, den 28 september 2004 Message: Overview documentation ---- Modified : /trunk/modeq/parse.rml Revision: 1280 Author: haklu Date: 11:14:02, den 28 september 2004 Message: Dokumenterings race ---- Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/modsim.rml Revision: 1279 Author: levsa Date: 11:10:42, den 28 september 2004 Message: Overview documentation ---- Modified : /trunk/modeq/parse.rml Revision: 1278 Author: petar Date: 10:59:46, den 28 september 2004 Message: Added documentation to the beginning of file ---- Modified : /trunk/modeq/lookup.rml Revision: 1277 Author: kajny Date: 10:48:30, den 28 september 2004 Message: Documentation race again! Wohoo! ---- Modified : /trunk/modeq/graphviz.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/values.rml Revision: 1276 Author: petar Date: 10:46:43, den 28 september 2004 Message: Added documentation to the beginning of file ---- Modified : /trunk/modeq/interactive.rml Revision: 1275 Author: levsa Date: 10:46:24, den 28 september 2004 Message: Overview documentation ---- Modified : /trunk/modeq/graphviz.rml Revision: 1274 Author: levsa Date: 10:06:41, den 28 september 2004 Message: Overview documentation ---- Modified : /trunk/modeq/exp.rml Revision: 1273 Author: levsa Date: 09:54:42, den 28 september 2004 Message: bugfix ---- Modified : /trunk/modeq/dae.rml Revision: 1272 Author: levsa Date: 09:43:37, den 28 september 2004 Message: bugfix ---- Modified : /trunk/modeq/ceval.rml Revision: 1271 Author: petar Date: 09:42:23, den 28 september 2004 Message: Did stuff on codegen ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/modpar/Codegen.hpp Modified : /trunk/modeq/modpar/MergeSiblings.cpp Modified : /trunk/modeq/modpar/MergeSiblings.hpp Revision: 1270 Author: petar Date: 09:41:31, den 28 september 2004 Message: added comments to beginning of file ---- Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Revision: 1269 Author: kajny Date: 09:39:03, den 28 september 2004 Message: Documentation race again! Wohoo! ---- Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/util.rml Revision: 1268 Author: levsa Date: 09:34:05, den 28 september 2004 Message: Overview documentation ---- Modified : /trunk/modeq/exp.rml Revision: 1267 Author: petar Date: 09:26:54, den 28 september 2004 Message: added comments to beginning of file ---- Modified : /trunk/modeq/daelow.rml Revision: 1266 Author: levsa Date: 09:22:31, den 28 september 2004 Message: Overview documentation ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/debug.rml Revision: 1265 Author: petar Date: 09:20:52, den 28 september 2004 Message: Removed ---- Deleted : /trunk/modeq/runtime/cacheimpl.cpp Revision: 1264 Author: petar Date: 09:17:35, den 28 september 2004 Message: Added derivation of sin(x) ---- Modified : /trunk/modeq/derive.rml Revision: 1263 Author: petar Date: 09:15:39, den 28 september 2004 Message: added comments to beginning of file ---- Modified : /trunk/modeq/daeext.rml Revision: 1262 Author: petar Date: 09:05:50, den 28 september 2004 Message: Added comments to beginning of file ---- Modified : /trunk/modeq/staticexp.rml Revision: 1261 Author: kajny Date: 09:01:48, den 28 september 2004 Message: Documentation race again! Wohoo! ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/modutil.rml Revision: 1260 Author: petar Date: 08:56:38, den 28 september 2004 Message: Removed cache ---- Deleted : /trunk/modeq/cache.rml Revision: 1259 Author: petar Date: 08:50:13, den 28 september 2004 Message: Added comments to beginning of file ---- Modified : /trunk/modeq/inst.rml Revision: 1258 Author: kajny Date: 08:47:51, den 28 september 2004 Message: Documentation race again! Wohoo! ---- Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/modsim.rml Revision: 1257 Author: kajny Date: 08:27:44, den 28 september 2004 Message: Documentation race again! Wohoo! ---- Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/corba.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/rtopts.rml Revision: 1256 Author: petar Date: 16:56:12, den 27 september 2004 Message: fixed compilation error. ---- Modified : /trunk/modeq/modpar/TaskGraphExt_stub.cpp Revision: 1255 Author: haklu Date: 15:06:37, den 27 september 2004 Message: Removed: with "Algorithm.rml" ---- Modified : /trunk/modeq/modutil.rml Revision: 1254 Author: kajny Date: 14:50:05, den 27 september 2004 Message: Documentation race! Wohoo! ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/corba.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daeext.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/derive.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/graphviz.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/print.rml Modified : /trunk/modeq/rtopts.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/socket.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/values.rml Modified : /trunk/modeq/modsim.rml Modified : /trunk/modeq/builtin_safe.rml Modified : /trunk/modeq/cache.rml Revision: 1253 Author: petar Date: 08:49:14, den 21 september 2004 Message: some modpar bugs ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/taskgraphext.rml Modified : /trunk/modeq/modpar/Codegen.hpp Modified : /trunk/modeq/modpar/TaskGraph.hpp Modified : /trunk/modeq/modpar/Schedule.cpp Modified : /trunk/modeq/modpar/TaskMerging.cpp Modified : /trunk/modeq/modpar/TaskGraphExt.cpp Modified : /trunk/modeq/modpar/MergeSiblings.cpp Modified : /trunk/modeq/modpar/Schedule.hpp Modified : /trunk/modeq/modpar/TaskGraph.cpp Modified : /trunk/modeq/modpar/solvers.cpp Modified : /trunk/modeq/modpar/MergeSiblings.hpp Modified : /trunk/modeq/modpar/DuplicateParentMerge.cpp Modified : /trunk/modeq/modpar/DuplicateParentMerge.hpp Modified : /trunk/modeq/modpar/MergeAllParents.cpp Modified : /trunk/modeq/modpar/MergeAllParents.hpp Modified : /trunk/modeq/modpar/MergeRule.cpp Modified : /trunk/modeq/modpar/MergeRule.hpp Modified : /trunk/modeq/modpar/SingleChildMerge.cpp Modified : /trunk/modeq/modpar/SingleChildMerge.hpp Modified : /trunk/modeq/modpar/TaskMerging.hpp Revision: 1252 Author: petar Date: 09:58:55, den 17 september 2004 Message: *** empty log message *** ---- Modified : /trunk/modeq/connect.rml Revision: 1251 Author: levsa Date: 09:53:40, den 17 september 2004 Message: form_bdr_on_bnd added. Unneeded arguments in poisson_rheolef.cc removed ---- Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.c Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/extsolver.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/poisson_rheolef.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/poisson_rheolef.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/Makefile Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_formbdrbnd.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/run-test.sh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_formbdrbnd.cc Revision: 1250 Author: levsa Date: 19:07:40, den 16 september 2004 Message: Code for boundary forms and boundary coordinate access ---- Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.c Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_array_common.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_matrix.c Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/Makefile Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/extsolver.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/poisson_rheolef.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/poisson_rheolef.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_matrix.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/rheolef_common.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/rheolef_common.h Revision: 1249 Author: levsa Date: 19:07:15, den 16 september 2004 Message: New tests for boundary forms ---- Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/Makefile Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/run-test.sh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_bdr_coords.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_form.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_formbdr.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_formsize.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_formsizebdr.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_indices.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_laplace_a.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_laplace_g.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_laplace_m.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_row.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square.bamg Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square.dmn Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square.geo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square.msh Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square_bc.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square_bc2.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_bdr_coords.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_formbdr.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_formsize.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_formsizebdr.cc Revision: 1248 Author: levsa Date: 14:15:43, den 15 september 2004 Message: Working Poisson and Diffusion with Dirichlet boundary conditions ---- Modified : /trunk/pde/DomainExternalSolverPackage/Applications Modified : /trunk/pde/DomainExternalSolverPackage/Applications/testFEM.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC Modified : /trunk/pde/DomainExternalSolverPackage/Applications/meshgeninput.msh Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Buildbc.mo Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Data.mo Added : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate2.mos Modified : /trunk/pde/DomainExternalSolverPackage/Applications/.cvsignore Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/.cvsignore Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/.cvsignore Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/bamg.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/.cvsignore Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/.cvsignore Revision: 1247 Author: petar Date: 09:33:08, den 15 september 2004 Message: Added simple euler solver. ---- Added : /trunk/modeq/modpar/solvers.cpp Added : /trunk/modeq/modpar/solvers.hpp Revision: 1246 Author: petar Date: 09:31:32, den 15 september 2004 Message: Fixed bugs in codegen ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/modpar/TaskGraph.hpp Modified : /trunk/modeq/modpar/TaskMerging.cpp Modified : /trunk/modeq/modpar/TaskGraph.cpp Modified : /trunk/modeq/modpar/TaskMerging.hpp Revision: 1244 Author: petar Date: 09:11:03, den 15 september 2004 Message: Hemmis test cases ---- Added : /trunk/testsuite/mofiles/Circle.mo Added : /trunk/testsuite/mofiles/Influenca.mo Revision: 1243 Author: levsa Date: 17:44:08, den 14 september 2004 Message: mesh file failsafe dummy mesh return code ---- Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_array_common.h Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/bamg.c Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/bamg.h Revision: 1242 Author: levsa Date: 17:43:41, den 14 september 2004 Message: -mno-cygwin flag ---- Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/Makefile Revision: 1241 Author: levsa Date: 17:43:10, den 14 september 2004 Message: Bugfix ---- Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo Revision: 1240 Author: levsa Date: 17:42:40, den 14 september 2004 Message: *** empty log message *** ---- Modified : /trunk/pde/DomainExternalSolverPackage/Applications Added : /trunk/pde/DomainExternalSolverPackage/Applications/.cvsignore Deleted : /trunk/pde/DomainExternalSolverPackage/Applications/default_mesh2d.txt Revision: 1239 Author: levsa Date: 16:05:54, den 14 september 2004 Message: Initial ---- Added : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles Added : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate.mos Added : /trunk/pde/DomainExternalSolverPackage/Applications/MFiles Added : /trunk/pde/DomainExternalSolverPackage/Applications/MFiles/showboundary.m Added : /trunk/pde/DomainExternalSolverPackage/Applications/MFiles/showfield.m Added : /trunk/pde/DomainExternalSolverPackage/Applications/MFiles/showfield_ind.asv Added : /trunk/pde/DomainExternalSolverPackage/Applications/MFiles/showfield_ind.m Added : /trunk/pde/DomainExternalSolverPackage/Applications/MFiles/showfieldt.m Added : /trunk/pde/DomainExternalSolverPackage/Applications/MFiles/showfieldt_ind.m Added : /trunk/pde/DomainExternalSolverPackage/Applications/MFiles/showmesh.m Added : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/extmeshtest3.mos Added : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/femexternal2_translate.mos Added : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/femexternal_translate.mos Added : /trunk/pde/DomainExternalSolverPackage/Applications/mosfiles/makemesh.mos Revision: 1238 Author: levsa Date: 16:00:47, den 14 september 2004 Message: *** empty log message *** ---- Modified : /trunk/pde/DomainExternalSolverPackage/paths.bat Added : /trunk/pde/DomainExternalSolverPackage/paths.sh Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/Makefile Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/run-test.sh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square.bamg Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square.dmn Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square.msh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/square_bc.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/.cvsignore Deleted : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/bc.txt Deleted : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/meshgeninput.msh Deleted : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test.cc Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_indices.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_laplace.cc Deleted : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_mesh2d.txt Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_row.cc Revision: 1237 Author: levsa Date: 15:58:52, den 14 september 2004 Message: Initial ---- Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.c Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/Makefile Modified : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/Makefile Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extsolverrun.bat Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extsolverrun.sh Revision: 1236 Author: levsa Date: 15:56:23, den 14 september 2004 Message: Test output ---- Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_form.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_formsize.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_indices.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_laplace_a.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_laplace_g.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_laplace_m.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/out/test_row.txt Revision: 1235 Author: levsa Date: 11:04:59, den 14 september 2004 Message: Initial ---- Added : /trunk/pde/DomainExternalSolverPackage/rheolef.sh Revision: 1234 Author: levsa Date: 10:59:56, den 14 september 2004 Message: *** empty log message *** ---- Added : /trunk/pde/DomainExternalSolverPackage/paths.bat Revision: 1233 Author: levsa Date: 16:44:03, den 13 september 2004 Message: Initial ---- Added : /trunk/pde/DomainExternalSolverPackage/Applications Added : /trunk/pde/DomainExternalSolverPackage/Applications/testFEM.mo Added : /trunk/pde/DomainExternalSolverPackage/MFiles Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showfield_ind.m Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showfieldt_ind.m Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showmesh.m Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test Added : /trunk/pde/DomainExternalSolverPackage/Applications/meshgeninput.msh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_array_common.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_matrix.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/Makefile Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/default_mesh2d.bamg Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/extsolver.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/meshgeninput.msh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/poisson_rheolef.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/poisson_rheolef.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/square.dmn Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/testrheolef.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BCType.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Data.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/package.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/package.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/Makefile Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_matrix.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/rheolef_common.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/rheolef_common.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_formsize.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/bamg.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/bamg.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/Makefile Added : /trunk/pde/DomainExternalSolverPackage/Applications/default_mesh2d.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/bc.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/meshgeninput.msh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_indices.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_mesh2d.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_row.cc Added : /trunk/pde/DomainExternalSolverPackage/Applications/testDomain.mo Added : /trunk/pde/DomainExternalSolverPackage/Applications/testField.mo Added : /trunk/pde/DomainExternalSolverPackage/MFiles/notes.txt Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showboundary.m Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showfield.m Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showfield_ind.asv Added : /trunk/pde/DomainExternalSolverPackage/MFiles/showfieldt.m Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/bamgrun.bat Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/meshext.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/meshext.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef_ext.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/poisson_rheolef_ext.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_array.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/read_array_common.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/BoundaryCondition.hh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/generictest.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/heatgeneric.hh Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/print.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/print.h Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/read_array_common.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/rheolef/stheatgeneric.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/default_extmesh2d.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/default_mesh2d.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/polygon.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_ext.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_form.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/test/test_meshext.cc Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/write_array.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/InternalExternal.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDE2D.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BPoint.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundariesParams.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundary.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/TypeEnum.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/TypeEnumC.bak-mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryParams.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/ConstConstField.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Domain.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEM.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMExternalMesh.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMExternalSolver.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMExternalSolver2.bak-mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Field.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/RheolefForms.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/RheolefSolver.mo Added : /trunk/pde/ModelicaLibraries/pde/Coordinate.mo Added : /trunk/pde/ModelicaLibraries/pde/Elements.mo Added : /trunk/pde/ModelicaLibraries/pde/FDM.mo Added : /trunk/pde/ModelicaLibraries/pde/FEM.mo Added : /trunk/pde/ModelicaLibraries/pde/FVM.mo Added : /trunk/pde/ModelicaLibraries/pde/Shape.mo Added : /trunk/pde/ModelicaLibraries/pde/package.mo Revision: 1232 Author: levsa Date: 16:36:20, den 13 september 2004 Message: initial ---- Added : /trunk/pde/DomainExternalSolverPackage Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/Makefile Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/Test.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/TestPackage.mo Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/buildlog.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/dsfinal.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/dsin.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/dslog.txt Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/meshext.c Added : /trunk/pde/DomainExternalSolverPackage/ModelicaLibraries/ExternalC/extobjtest/meshext.h Revision: 1231 Author: levsa Date: 16:24:59, den 13 september 2004 Message: Initial ---- Added : /trunk/pde Added : /trunk/pde/ModelicaLibraries Added : /trunk/pde/ModelicaLibraries/pde Added : /trunk/pde/Applications Added : /trunk/pde/Applications/testPDE Added : /trunk/pde/Applications/testPDE/.cvsignore Added : /trunk/pde/Applications/testPDE/FDM.mo Added : /trunk/pde/Applications/testPDE/FEM.mo Added : /trunk/pde/Applications/testPDE/default_mesh1D.txt Added : /trunk/pde/Applications/testPDE/default_mesh2D.txt Added : /trunk/pde/Applications/testPDE/get_cell_values.asv Added : /trunk/pde/Applications/testPDE/get_mesh_1d.asv Added : /trunk/pde/Applications/testPDE/meshgeninput.msh Added : /trunk/pde/Applications/testPDE/package.mo Added : /trunk/pde/ModelicaLibraries/pde/.cvsignore Added : /trunk/pde/ModelicaLibraries/pde/ExternalC Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/bamg_generate_mesh.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/bamg_read_edges.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/bamg_read_sizes.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/bamg_read_triangles.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/bamg_read_vertices.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/bamgrun.bat Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/extsolverrun.bat Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/extsolverrun.sh Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/oneg_generate_mesh.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/oneg_generate_mesh.mo Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/oneg_read_bdpoints.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/oneg_read_intervals.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/oneg_read_sizes.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/oneg_read_vertices.c Added : /trunk/pde/ModelicaLibraries/pde/ExternalC/read_array_common.c Added : /trunk/pde/ModelicaLibraries/pde/Maple Added : /trunk/pde/ModelicaLibraries/pde/Maple/FEMCalc.mw Added : /trunk/pde/ModelicaLibraries/pde/Meshes Added : /trunk/pde/ModelicaLibraries/pde/Meshes/default_mesh1D.txt Added : /trunk/pde/ModelicaLibraries/pde/Meshes/default_mesh2D.txt Added : /trunk/pde/ModelicaLibraries/pde/Mfiles Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/fdmplot.m Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/femplot.m Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/femplot1d.m Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/get_cell_values.m Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/get_grid.asv Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/get_grid.m Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/get_mesh.asv Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/get_mesh.m Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/get_mesh_1d.m Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/test.asv Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/test.fig Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/test.m Added : /trunk/pde/ModelicaLibraries/pde/Mfiles/test_export.m Revision: 1230 Author: petar Date: 13:36:05, den 13 september 2004 Message: *** empty log message *** ---- Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mofiles/ConnectInner2.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Revision: 1229 Author: petar Date: 13:20:36, den 13 september 2004 Message: *** empty log message *** ---- Modified : /trunk/testsuite/mofiles/Connect8.mo Revision: 1228 Author: petar Date: 09:42:11, den 13 september 2004 Message: Fixed bugs with connect statements. Removed Simple equations before blt, etc. ---- Modified : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/modpar/TaskMerging.cpp Modified : /trunk/modeq/modpar/Makefile.in Modified : /trunk/modeq/modpar/DuplicateParentMerge.cpp Modified : /trunk/modeq/modpar/MergeAllParents.cpp Modified : /trunk/modeq/modpar/TaskMerging.hpp Revision: 1227 Author: haklu Date: 15:25:12, den 10 september 2004 Message: Imporved server startup and added menu items for load model and load standard lib. ---- Modified : /trunk/WinMosh/WinMosh.cpp Modified : /trunk/WinMosh/WinMosh.rc Revision: 1226 Author: haklu Date: 15:24:50, den 10 september 2004 Message: *** empty log message *** ---- Modified : /trunk/WinMosh/Resource.h Revision: 1225 Author: haklu Date: 15:19:45, den 10 september 2004 Message: Imporved server startup and added menu items for load model and load standard lib. ---- Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Modified : /trunk/WinMosh/ChildView.h Modified : /trunk/WinMosh/MainFrm.h Modified : /trunk/WinMosh/ChildView.cpp Modified : /trunk/WinMosh/MainFrm.cpp Revision: 1224 Author: haklu Date: 15:17:37, den 10 september 2004 Message: Fixed bugg with plot ---- Modified : /trunk/modeq/ceval.rml Revision: 1223 Author: haklu Date: 15:16:26, den 10 september 2004 Message: *** empty log message *** ---- Modified : /trunk/modeq/winruntime/systemimpl.c Revision: 1222 Author: haklu Date: 14:20:17, den 9 september 2004 Message: Imporved server startup ---- Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/MoshEdit.h Revision: 1221 Author: haklu Date: 14:18:39, den 9 september 2004 Message: *** empty log message *** ---- Added : /trunk/modeq/VC7/README.txt Modified : /trunk/modeq/VC7/modeq/modeq.sln Modified : /trunk/modeq/VC7/MakeStaticMicoLib/README.txt Revision: 1220 Author: haklu Date: 14:08:52, den 9 september 2004 Message: Removed some debug printf ---- Modified : /trunk/modeq/winruntime/systemimpl.c Revision: 1219 Author: haklu Date: 14:05:06, den 9 september 2004 Message: Currected bugg: generated fclass eventhough the modelica_outputflag was set in some cirumstances. ---- Modified : /trunk/modeq/dae.rml Revision: 1218 Author: haklu Date: 14:02:30, den 9 september 2004 Message: In translateModel and simulate the flat fail is generated with class insteead of fclass, otherwise ModSimPack won't work. Change back when ModSimPack understands fclass. ---- Modified : /trunk/modeq/ceval.rml Revision: 1217 Author: x02lucpo Date: 15:37:46, den 7 september 2004 Message: Implemented sqrt, div, mod, rem, ceil, floor, integer. Lucian Popescu ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/staticexp.rml Revision: 1216 Author: petar Date: 12:25:37, den 27 augusti 2004 Message: Fixed bug in instantiation. Modifiers were not elabed in update_variable_in_env. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/explode.rml Revision: 1215 Author: kajny Date: 13:48:29, den 26 augusti 2004 Message: Fixed error in comment line number recognition ---- Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 1214 Author: kajny Date: 13:47:59, den 26 augusti 2004 Message: Fixed error in the correct parser response ---- Modified : /trunk/testsuite/mofiles/ParseError1.mo Revision: 1213 Author: petar Date: 10:45:43, den 26 augusti 2004 Message: Fixed connect in loops ---- Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/modpar/TaskMerging.cpp Modified : /trunk/modeq/modpar/DuplicateParentMerge.cpp Modified : /trunk/modeq/modpar/MergeAllParents.cpp Modified : /trunk/modeq/modpar/MergeRule.cpp Modified : /trunk/modeq/modpar/SingleChildMerge.cpp Modified : /trunk/modeq/modpar/TaskMerging.hpp Revision: 1212 Author: petar Date: 10:01:15, den 26 augusti 2004 Message: Updated testsuite for unary minus without parenthesis ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/ConnectInner1.mo Modified : /trunk/testsuite/mofiles/Connect1.mo Modified : /trunk/testsuite/mofiles/Connect2.mo Modified : /trunk/testsuite/mofiles/Connect7.mo Modified : /trunk/testsuite/mofiles/Connect8.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Modified : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Modified : /trunk/testsuite/mofiles/ConnectInner3.mo Modified : /trunk/testsuite/mofiles/ConstrainingType1.mo Revision: 1211 Author: petar Date: 09:42:02, den 26 augusti 2004 Message: Was too quick, now correct testresult. ---- Modified : /trunk/testsuite/mofiles/EquationFor4.mo Revision: 1210 Author: petar Date: 09:39:18, den 26 augusti 2004 Message: Added testcase for connect statements in a for loop ---- Added : /trunk/testsuite/mofiles/EquationFor4.mo Revision: 1209 Author: kajny Date: 13:21:43, den 20 augusti 2004 Message: Removed filename bug from dump ---- Modified : /trunk/modeq/dump.rml Revision: 1208 Author: x02danhe Date: 16:14:33, den 13 augusti 2004 Message: getComponents() now returns declarations containing unresolvable types ---- Modified : /trunk/modeq/interactive.rml Revision: 1207 Author: x02danhe Date: 17:13:25, den 10 augusti 2004 Message: Implemented deleteClass() for the interactive API ---- Modified : /trunk/modeq/interactive.rml Revision: 1206 Author: x02danhe Date: 14:23:35, den 6 augusti 2004 Message: *** empty log message *** ---- Modified : /trunk/modeq/winruntime/rtopts.c Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/runtime.vcproj Added : /trunk/modeq/winruntime/daeext.cpp Modified : /trunk/modeq/VC7/rmlRuntime/rmlRuntime.sln Modified : /trunk/modeq/VC7/rmlRuntime/rmlRuntime.suo Revision: 1205 Author: petar Date: 12:40:30, den 2 juli 2004 Message: merging outer loop now linear. ---- Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/taskgraph.rml Modified : /trunk/modeq/modpar/TaskGraph.hpp Modified : /trunk/modeq/modpar/TaskMerging.cpp Modified : /trunk/modeq/modpar/Makefile.in Modified : /trunk/modeq/modpar/TaskGraphExt.cpp Modified : /trunk/modeq/modpar/MergeSiblings.cpp Modified : /trunk/modeq/modpar/TaskGraph.cpp Modified : /trunk/modeq/modpar/MergeSiblings.hpp Modified : /trunk/modeq/modpar/DuplicateParentMerge.cpp Modified : /trunk/modeq/modpar/DuplicateParentMerge.hpp Modified : /trunk/modeq/modpar/MergeAllParents.cpp Modified : /trunk/modeq/modpar/MergeAllParents.hpp Modified : /trunk/modeq/modpar/MergeRule.cpp Modified : /trunk/modeq/modpar/MergeRule.hpp Modified : /trunk/modeq/modpar/SingleChildMerge.cpp Modified : /trunk/modeq/modpar/SingleChildMerge.hpp Modified : /trunk/modeq/modpar/TaskMerging.hpp Revision: 1204 Author: petar Date: 09:30:51, den 1 juli 2004 Message: Forgot paralleloptions.. ---- Added : /trunk/modeq/modpar/ParallelOptions.cpp Added : /trunk/modeq/modpar/ParallelOptions.hpp Revision: 1203 Author: petar Date: 09:25:43, den 1 juli 2004 Message: Added modpar module. To enable, configure with --with-MODPAR and --with-BOOST=boostdir ---- Modified : /trunk/modeq/runtime/rtopts.c Added : /trunk/modeq/modpar Added : /trunk/modeq/modpar/Codegen.cpp Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/daelow.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/rtopts.rml Added : /trunk/modeq/taskgraph.rml Added : /trunk/modeq/taskgraphext.rml Modified : /trunk/modeq/util.rml Added : /trunk/modeq/modpar/Codegen.hpp Added : /trunk/modeq/modpar/TaskGraph.hpp Added : /trunk/modeq/modpar/Schedule.cpp Added : /trunk/modeq/modpar/TaskMerging.cpp Modified : /trunk/modeq/Makefile.in Added : /trunk/modeq/modpar/Makefile.in Added : /trunk/modeq/modpar/TaskGraphExt.cpp Added : /trunk/modeq/modpar/MergeSiblings.cpp Added : /trunk/modeq/modpar/Schedule.hpp Added : /trunk/modeq/modpar/TaskGraph.cpp Added : /trunk/modeq/modpar/TaskGraphExt_stub.cpp Added : /trunk/modeq/modpar/MergeSiblings.hpp Added : /trunk/modeq/modpar/DuplicateParentMerge.cpp Added : /trunk/modeq/modpar/DuplicateParentMerge.hpp Added : /trunk/modeq/modpar/MergeAllParents.cpp Added : /trunk/modeq/modpar/MergeAllParents.hpp Added : /trunk/modeq/modpar/MergeRule.cpp Added : /trunk/modeq/modpar/MergeRule.hpp Added : /trunk/modeq/modpar/SingleChildMerge.cpp Added : /trunk/modeq/modpar/SingleChildMerge.hpp Added : /trunk/modeq/modpar/TaskMerging.hpp Added : /trunk/modeq/modpar/reverse_depth_first_search.hpp Revision: 1202 Author: petar Date: 09:24:45, den 1 juli 2004 Message: Added modpar - automatic paralelization, configure with --with-MODPAR to enable ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 1201 Author: levsa Date: 15:03:40, den 21 juni 2004 Message: Fixed priority bug in print_exp2 and print_exp2_str Added dump_exp_graphviz Added exp_contains (can check if a component reference occurs in an expression) Added solve (can solve linear equations Added get_terms_containing_x (not used anymore) Added rules to simplify to simplify expressions (0+a, 1*a, - - a etc) ---- Modified : /trunk/modeq/exp.rml Revision: 1200 Author: levsa Date: 15:00:43, den 21 juni 2004 Message: Replaced differentiate_foo with differentiate_foo_time and added differentiate_foo which differentiates with respect to a given variable ---- Modified : /trunk/modeq/derive.rml Revision: 1199 Author: levsa Date: 15:00:00, den 21 juni 2004 Message: Replaced differentiate_equation with differentiate_equation_time ---- Modified : /trunk/modeq/daelow.rml Revision: 1198 Author: levsa Date: 14:59:12, den 21 juni 2004 Message: Interactive test functions exp_contains and solve ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/staticexp.rml Revision: 1197 Author: levsa Date: 14:57:36, den 21 juni 2004 Message: Updated dependencies because new files added ---- Modified : /trunk/modeq/Makefile.in Revision: 1196 Author: petar Date: 12:28:03, den 18 juni 2004 Message: Implemented BLT sorting using dummy derivative index reduction technique, accessed by giving the flag +d=blt and possibly bltdump. ---- Modified : /trunk/modeq/connect.rml Added : /trunk/modeq/daeext.rml Added : /trunk/modeq/daelow.rml Added : /trunk/modeq/derive.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/runtime/Makefile.in Modified : /trunk/modeq/Makefile.in Added : /trunk/modeq/runtime/daeext.cpp Revision: 1194 Author: levsa Date: 12:05:10, den 18 juni 2004 Message: fixed egrep ---- Modified : /trunk/testsuite/mofiles/rtest Revision: 1193 Author: levsa Date: 12:02:24, den 18 juni 2004 Message: Minor debug support ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Revision: 1192 Author: levsa Date: 12:01:26, den 18 juni 2004 Message: Fixed string_comment ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 1191 Author: levsa Date: 12:00:26, den 18 juni 2004 Message: fixed rtest and egrep ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/ParseError1.mo Modified : /trunk/testsuite/mofiles/rtest Revision: 1190 Author: levsa Date: 16:55:08, den 17 juni 2004 Message: Bug fixes: was returning garbage when t==null ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Revision: 1189 Author: levsa Date: 16:54:36, den 17 juni 2004 Message: Turned off defaultErrorHandler ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modeq/absyn_builder/expression_parser.g Revision: 1188 Author: levsa Date: 16:53:18, den 17 juni 2004 Message: Error handling ---- Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/main.rml Revision: 1187 Author: levsa Date: 16:19:19, den 16 juni 2004 Message: Moved -lcrypto and -lssl to CORBALIB ---- Modified : /trunk/modeq/Makefile.in Modified : /trunk/mosh/src/Makefile.in Revision: 1185 Author: haklu Date: 12:07:33, den 8 juni 2004 Message: Changed to multithreaded libraries and made separate configurations for building with mico statically linked. ---- Modified : /trunk/WinMosh/MoshEdit.cpp Modified : /trunk/WinMosh/WinMosh.vcproj Modified : /trunk/WinMosh/WinMosh.rc Revision: 1184 Author: haklu Date: 11:35:04, den 8 juni 2004 Message: Changed to multithreaded libraries and made separate configurations for building with mico statically linked and without mico all together. Also added bat-files for make clean and rebuild in MakeRMLandGRAMMAR ---- Modified : /trunk/modeq/VC7/modeq.vcproj Modified : /trunk/modeq/VC7/runtime.vcproj Modified : /trunk/modeq/VC7/absyn_builder.vcproj Modified : /trunk/modeq/VC7/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Modified : /trunk/modeq/VC7/modeq/modeq.sln Added : /trunk/modeq/VC7/cleanmodeq.bat Added : /trunk/modeq/VC7/rebuildmodeq.bat Added : /trunk/modeq/VC7/antlr Added : /trunk/modeq/VC7/antlr/Makefile.win32 Added : /trunk/modeq/VC7/MakeStaticMicoLib Added : /trunk/modeq/VC7/MakeStaticMicoLib/README.txt Added : /trunk/modeq/VC7/MakeStaticMicoLib/MakefileStatic.win32 Deleted : /trunk/modeq/VC7/antlrlib.lib Modified : /trunk/modeq/VC7/c_runtime.vcproj Deleted : /trunk/modeq/VC7/rmlRuntime.lib Revision: 1183 Author: haklu Date: 11:30:02, den 8 juni 2004 Message: bugfix ---- Modified : /trunk/modeq/winruntime/systemimpl.c Revision: 1182 Author: haklu Date: 11:29:36, den 8 juni 2004 Message: CORBA now listens on 127.0.0.1 and does not do reverse lookup before storing the adress in the the object id string. ---- Modified : /trunk/modeq/winruntime/corbaimpl.cpp Revision: 1181 Author: kajny Date: 16:01:21, den 4 juni 2004 Message: Added line and column info to ast ---- Modified : /trunk/modelica_parser/src/parse_tree_dumper.hpp Revision: 1180 Author: kajny Date: 15:53:39, den 4 juni 2004 Message: Added line and column info to ast ---- Modified : /trunk/modeq/absyn_builder/expression_parser.g Revision: 1179 Author: kajny Date: 15:27:55, den 4 juni 2004 Message: Added line and column info to AST ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Revision: 1178 Author: kajny Date: 14:28:32, den 4 juni 2004 Message: Added line and column info to AST ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Added : /trunk/modelica_parser/src/MyAST.h Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 1177 Author: haklu Date: 17:45:19, den 1 juni 2004 Message: Added rml runtime source for rml-2.1.9 in order to compile with VC7.1 ---- Added : /trunk/modeq/VC7/rmlRuntime Added : /trunk/modeq/VC7/rmlRuntime/runtime Added : /trunk/modeq/VC7/rmlRuntime/runtime/common Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-str.c Added : /trunk/modeq/VC7/rmlRuntime/rmlRuntime.vcproj Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gccore.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-init.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-once.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-core.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-predef.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/rml-state.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/plain Added : /trunk/modeq/VC7/rmlRuntime/runtime/plain/rml.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/main.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gccore.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gcuser-block.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-gcuser-plain.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-motor.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/Make.mk Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/Makefile Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/rml.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/mask Added : /trunk/modeq/VC7/rmlRuntime/runtime/mask/Make.mk Added : /trunk/modeq/VC7/rmlRuntime/runtime/mask/Makefile Added : /trunk/modeq/VC7/rmlRuntime/runtime/mask/rml.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/plain/Make.mk Added : /trunk/modeq/VC7/rmlRuntime/runtime/plain/Makefile Added : /trunk/modeq/VC7/rmlRuntime/runtime/plain/rml-labels.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/plain/rml-select.h Added : /trunk/modeq/VC7/rmlRuntime/rmlRuntime.sln Added : /trunk/modeq/VC7/rmlRuntime/rmlRuntime.suo Added : /trunk/modeq/VC7/rmlRuntime/runtime/Make.mk Added : /trunk/modeq/VC7/rmlRuntime/runtime/Makefile Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/bool-and.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/bool-not.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/bool-or.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-abs.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-add.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-div.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-eq.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-ge.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-gt.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-int.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-le.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-lt.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-max.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-min.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-mod.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-mul.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-ne.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-neg.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-real.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-str.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/int-sub.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-append.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-delete.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-length.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-member.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-nth.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-reverse.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-str.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/list-vec.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/lvar-get.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/lvar-new.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/lvar-set.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/misc-clock.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/misc-print.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/misc-tick.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-atoi.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-clock.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-equal.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-get-real.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-mkreal.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-mkstring.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-nil.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-set-real.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-stringeq.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-unwind.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/p-usergc.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-abs.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-add.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-atan.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-cos.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-div.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-eq.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-exp.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-floor.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-ge.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-gt.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-int.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-le.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-ln.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-lt.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-max.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-min.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-mod.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-mul.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-ne.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-neg.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-pow.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-sin.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-sqrt.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/real-sub.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/str-append.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/str-int.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/str-length.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/str-list.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/str-nth.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-length.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-list.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/vec-nth.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/z-agptr.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/z-joing.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/z-lgptr.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/common/z-split.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/rml-labels.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/rml-select.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/586-linux-gcc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/686-linux-gcc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/alpha-osf-cc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/alpha-osf-gcc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/hppa-hpux-cc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/hppa-hpux-gcc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/mips-irix-cc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/mips-irix-gcc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/rs6000-aix-cc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/rs6000-aix-gcc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/rs6000-parix-cc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/rs6000-parix-gcc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/sparc-sol2-cc-1 Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/sparc-sol2-cc-2 Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/sparc-sol2-gcc-1 Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/data/sparc-sol2-gcc-2 Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/etc Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/etc/logtodata Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/etc/make.mk Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/etc/mintotex Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/etc/selavg Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/etc/selmin Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/bench/machines Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/Makefile Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/bench Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/bench.px Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/check.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/check.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/config.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/dec-bug.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/diff.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/diff.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/log.new Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/main.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/mask.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/mask.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/test.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/ticks.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/dryrun/ticks.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/rngchk Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/rngchk/Makefile Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/rngchk/main.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/test/xxx.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/diff/z-ysize.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/mask/p-mask.c Added : /trunk/modeq/VC7/rmlRuntime/runtime/mask/rml-labels.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/mask/rml-select.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/mask/z-ysize.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/plain/z-ysize.h Added : /trunk/modeq/VC7/rmlRuntime/runtime/sml Added : /trunk/modeq/VC7/rmlRuntime/runtime/sml/rml.sig Added : /trunk/modeq/VC7/rmlRuntime/runtime/sml/rml.sml Revision: 1176 Author: haklu Date: 09:10:58, den 25 maj 2004 Message: Added quotes around filename in plot command to allow spaces in paths ---- Modified : /trunk/modeq/ceval.rml Revision: 1175 Author: adrpo Date: 06:25:18, den 14 maj 2004 Message: 2004-05-14 a little txt file with the 2.1 Modelica grammar very useful for fast referencing ---- Added : /trunk/xml/grammar Added : /trunk/xml/grammar/modelica-2.1.grammar.txt Revision: 1174 Author: adrpo Date: 06:02:34, den 14 maj 2004 Message: 2004-05-14 ---- Added : /trunk/xml/MyAST.h Added : /trunk/xml/setmodelicapaths.source.cygwin Added : /trunk/xml/test/test.bat Added : /trunk/xml/test/test.sh Added : /trunk/xml/test/test.txt Revision: 1173 Author: adrpo Date: 05:15:00, den 14 maj 2004 Message: adrpo checking in version 2004-05-14 ---- Modified : /trunk/xml/ModelicaXML.cpp Modified : /trunk/xml/ModelicaXML.sln Modified : /trunk/xml/ModelicaXML.vcproj Modified : /trunk/xml/README.txt Modified : /trunk/xml/modelicaTokenTypes.hpp Modified : /trunk/xml/modelicaTokenTypes.txt Modified : /trunk/xml/modelica_lexer.cpp Modified : /trunk/xml/modelica_lexer.g Modified : /trunk/xml/modelica_lexer.hpp Modified : /trunk/xml/modelica_parser.cpp Modified : /trunk/xml/modelica_parser.g Modified : /trunk/xml/modelica_parser.hpp Modified : /trunk/xml/modelica_parserTokenTypes.hpp Modified : /trunk/xml/modelica_parserTokenTypes.txt Modified : /trunk/xml/modelica_tree_parser.cpp Modified : /trunk/xml/modelica_tree_parser.hpp Modified : /trunk/xml/modelica_tree_parserTokenTypes.hpp Modified : /trunk/xml/modelica_tree_parserTokenTypes.txt Modified : /trunk/xml/modelicaxml-v2.dtd Modified : /trunk/xml/modelicaxml-v2.html Modified : /trunk/xml/walker.g Revision: 1171 Author: levsa Date: 11:52:44, den 6 maj 2004 Message: Added functions to dae and flatmodelica ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Revision: 1170 Author: levsa Date: 16:53:59, den 5 maj 2004 Message: Some Exp.REDUCTION stuff in ceval ---- Modified : /trunk/modeq/ceval.rml Revision: 1165 Author: levsa Date: 11:32:02, den 26 april 2004 Message: Added more debug support (error message in parsestringexp) ---- Modified : /trunk/modeq/ceval.rml Revision: 1164 Author: levsa Date: 11:31:06, den 26 april 2004 Message: have run make depend ---- Modified : /trunk/modeq/Makefile.in Revision: 1163 Author: levsa Date: 12:01:06, den 25 april 2004 Message: Fixed parser error in array constructor code in parser Added more debug support (error message in parsestringexp) Fixed some .cvsignore files ---- Modified : /trunk Added : /trunk/.cvsignore Modified : /trunk/modelica_parser/examples/class2dot Added : /trunk/modelica_parser/examples/class2dot/.cvsignore Modified : /trunk/modelica_parser/examples/mosh Added : /trunk/modelica_parser/examples/mosh/.cvsignore Modified : /trunk/modelica_parser/examples/walker Added : /trunk/modelica_parser/examples/walker/.cvsignore Modified : /trunk/modelica_parser/src Added : /trunk/modelica_parser/src/.cvsignore Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/test/lexer Added : /trunk/modelica_parser/test/lexer/.cvsignore Modified : /trunk/modelica_parser/test/parser Added : /trunk/modelica_parser/test/parser/.cvsignore Modified : /trunk/modeq Modified : /trunk/modeq/.cvsignore Modified : /trunk/modeq/absyn_builder Added : /trunk/modeq/absyn_builder/.cvsignore Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/ast Modified : /trunk/modeq/ast/.cvsignore Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/runtime Modified : /trunk/modeq/runtime/.cvsignore Modified : /trunk/modeq/test_codegen Modified : /trunk/modeq/test_codegen/.cvsignore Modified : /trunk/mosh/src Added : /trunk/mosh/src/.cvsignore Revision: 1161 Author: levsa Date: 08:16:19, den 25 april 2004 Message: Added corba stuff to configure and made it an optional package ---- Modified : /trunk/configure Modified : /trunk/configure.in Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/runtime/Makefile.in Added : /trunk/modeq/runtime/corbaimpl_stub.cpp Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/mosh/src/mosh.cpp Revision: 1159 Author: levsa Date: 21:26:29, den 22 april 2004 Message: Constant checking of array constructor expressions containing iterators fixed. ---- Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 1157 Author: levsa Date: 20:24:44, den 22 april 2004 Message: Array constructor added as syntactic sugar. {expr for iter in range} is created as array(expr for iter in range) in Absyn. Implemented in walker. ---- Modified : /trunk/modeq/TODO Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 1156 Author: levsa Date: 19:51:33, den 22 april 2004 Message: Bugfix ---- Modified : /trunk/modeq/absyn_builder/walker.g Revision: 1155 Author: levsa Date: 11:54:59, den 22 april 2004 Message: Initial work for reduction expressions, e.g. parameter Real a[5]=array(2.*i for i in 1:5); ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Revision: 1148 Author: levsa Date: 19:31:50, den 20 april 2004 Message: const struct dirent ---- Modified : /trunk/modeq/runtime/systemimpl.c Revision: 1147 Author: levsa Date: 19:30:56, den 20 april 2004 Message: Added "none" virtual flag. Debug.debug_flag("none") returns true when no +d-flags given. ---- Modified : /trunk/modeq/runtime/rtopts.c Revision: 1146 Author: levsa Date: 19:30:07, den 20 april 2004 Message: Minor ---- Modified : /trunk/modeq/runtime/printimpl.c Revision: 1145 Author: levsa Date: 19:29:46, den 20 april 2004 Message: For iterators (reduction expressions 3.4.3.1) and array constructors with iterators (3.4.4.1) ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modeq/absyn_builder/walker.g Revision: 1144 Author: levsa Date: 19:28:57, den 20 april 2004 Message: PROP_TUPLE? ---- Modified : /trunk/modeq/staticexp.rml Revision: 1143 Author: levsa Date: 19:28:36, den 20 april 2004 Message: Removed buffer clearing for easier debugging! Added "none" virtual flag calls and "flatmodelica" flag calls. "none" will return true when no +d-debug flags is given. ---- Modified : /trunk/modeq/main.rml Revision: 1142 Author: levsa Date: 19:27:35, den 20 april 2004 Message: Removed forgotten debug printing. ---- Modified : /trunk/modeq/inst.rml Revision: 1141 Author: levsa Date: 19:27:18, den 20 april 2004 Message: Merge mistake fix. FOR_ITER_EXP and FOR_ITER_FARG ---- Modified : /trunk/modeq/dump.rml Revision: 1140 Author: levsa Date: 19:26:33, den 20 april 2004 Message: FOR_ITER_EXP and FOR_ITER_FARG ---- Modified : /trunk/modeq/absyn.rml Revision: 1139 Author: levsa Date: 19:26:10, den 20 april 2004 Message: 28. ---- Modified : /trunk/modeq/TODO Revision: 1138 Author: levsa Date: 19:25:57, den 20 april 2004 Message: Virtual flag "none" ---- Modified : /trunk/modeq/DEBUG.TXT Revision: 1135 Author: levsa Date: 16:46:04, den 19 april 2004 Message: Points 25-27 ---- Modified : /trunk/modeq/TODO Revision: 1126 Author: levsa Date: 12:54:16, den 19 april 2004 Message: Fixed error in print_list_debug ---- Modified : /trunk/modeq/dump.rml Revision: 1125 Author: levsa Date: 12:49:28, den 19 april 2004 Message: Added fcallret ---- Modified : /trunk/modeq/debug.rml Revision: 1121 Author: haklu Date: 09:47:06, den 15 april 2004 Message: *** empty log message *** ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Revision: 1120 Author: levsa Date: 17:20:34, den 14 april 2004 Message: Minor fixes ---- Modified : /trunk/modeq/absyn_builder/Makefile.in Revision: 1118 Author: levsa Date: 17:01:37, den 14 april 2004 Message: Fixed for antlr 2.7.2 ---- Modified : /trunk/modelica_parser/src/test.cpp Revision: 1111 Author: x02danhe Date: 12:59:53, den 6 april 2004 Message: *** empty log message *** ---- Added : /trunk/testsuite/mofiles/ParseError1.mo Added : /trunk/testsuite/mofiles/ParseError2.mo Revision: 1110 Author: x02danhe Date: 20:09:05, den 5 april 2004 Message: Updated testing script to handle parse error message tests. Added tests for for parse error messages. ---- Modified : /trunk/testsuite/mofiles/Makefile Modified : /trunk/testsuite/mofiles/rtest Modified : /trunk/testsuite/mofiles/cases.texi Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/interactive.rml Revision: 1109 Author: x02danhe Date: 16:20:08, den 5 april 2004 Message: Improved parsing errors. ---- Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 1108 Author: x02danhe Date: 14:31:54, den 2 april 2004 Message: Improved parsing error messages and propagated these to clients when using the interactive API. ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/parse.rml Revision: 1107 Author: haklu Date: 13:44:19, den 11 mars 2004 Message: *** empty log message *** ---- Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/read_write.h Revision: 1106 Author: haklu Date: 13:26:21, den 11 mars 2004 Message: *** empty log message *** ---- Modified : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/Array9.mo Modified : /trunk/testsuite/mosfiles/Makefile Added : /trunk/testsuite/mosfiles/Array1.mos Added : /trunk/WinMosh Added : /trunk/WinMosh/MoshEdit.cpp Added : /trunk/WinMosh/MoshEdit.h Added : /trunk/WinMosh/WinMosh.vcproj Added : /trunk/WinMosh/WinMosh.cpp Added : /trunk/WinMosh/WinMosh.rc Added : /trunk/WinMosh/ChildView.h Added : /trunk/WinMosh/MainFrm.h Added : /trunk/WinMosh/ChildView.cpp Added : /trunk/WinMosh/MainFrm.cpp Added : /trunk/WinMosh/Resource.h Added : /trunk/WinMosh/res Added : /trunk/WinMosh/res/Toolbar.bmp Added : /trunk/WinMosh/History.cpp Added : /trunk/WinMosh/History.h Added : /trunk/WinMosh/ReadMe.txt Added : /trunk/WinMosh/StdAfx.cpp Added : /trunk/WinMosh/StdAfx.h Added : /trunk/WinMosh/WinMosh.h Added : /trunk/WinMosh/res/WinMosh.ico Added : /trunk/WinMosh/res/WinMosh.rc2 Revision: 1105 Author: haklu Date: 11:07:55, den 11 mars 2004 Message: *** empty log message *** ---- Modified : /trunk/modelica_parser/src/Makefile.in Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/absyn_builder/Makefile.in Revision: 1104 Author: haklu Date: 10:56:37, den 11 mars 2004 Message: *** empty log message *** ---- Modified : /trunk/modeq/runtime/systemimpl.c Added : /trunk/modeq/winruntime Added : /trunk/modeq/winruntime/systemimpl.c Added : /trunk/modeq/winruntime/rtopts.c Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/system.rml Added : /trunk/modeq/VC7 Added : /trunk/modeq/VC7/modeq.vcproj Added : /trunk/modeq/VC7/runtime.vcproj Added : /trunk/modeq/VC7/absyn_builder.vcproj Added : /trunk/modeq/VC7/modeq Added : /trunk/modeq/VC7/modeq/Readme.txt Modified : /trunk/modeq/modsim.rml Added : /trunk/modeq/scripts Added : /trunk/modeq/scripts/Compile.bat Added : /trunk/modeq/scripts/doPlot.bat Added : /trunk/modeq/scripts/runModelicaOpt Added : /trunk/modeq/scripts/runModelicaOpt.bat Added : /trunk/modeq/scripts/runsim Added : /trunk/modeq/scripts/runsim.bat Added : /trunk/modeq/scripts/Compile Added : /trunk/modeq/VC7/MakeRMLandGRAMMAR Added : /trunk/modeq/VC7/MakeRMLandGRAMMAR/MakeRMLandGRAMMAR.vcproj Added : /trunk/modeq/VC7/modeq/modeq.sln Added : /trunk/modeq/winruntime/printimpl.c Added : /trunk/modeq/winruntime/ptolemyio.cpp Added : /trunk/modeq/VC7/makemodeq.bat Added : /trunk/modeq/VC7/rml.h Added : /trunk/modeq/winruntime/corbaimpl.cpp Added : /trunk/modeq/winruntime/modeq_communication_impl.cpp Added : /trunk/modeq/winruntime/socketimpl.c Modified : /trunk/modeq/runtime/cacheimpl.cpp Added : /trunk/modeq/VC7/antlrlib.lib Added : /trunk/modeq/VC7/c_runtime.vcproj Added : /trunk/modeq/VC7/rmlRuntime.lib Added : /trunk/modeq/VC7/.cvsignore Added : /trunk/modeq/VC7/MakeRMLandGRAMMAR/.cvsignore Added : /trunk/modeq/VC7/MakeRMLandGRAMMAR/readme.txt Added : /trunk/modeq/VC7/modeq/.cvsignore Added : /trunk/modeq/VC7/rmlc.bat Added : /trunk/modeq/scripts/doPlot Added : /trunk/modeq/winruntime/cacheimpl.cpp Added : /trunk/modeq/winruntime/modeq_communication.cc Added : /trunk/modeq/winruntime/modeq_communication.h Added : /trunk/modeq/winruntime/modeq_communication_impl.h Revision: 1103 Author: petar Date: 10:57:57, den 4 mars 2004 Message: added ---- Added : /trunk/testsuite/Makefile Revision: 1102 Author: adrpo Date: 18:07:08, den 26 februari 2004 Message: 2004-02-26 Adrian Pop adrpo@ida.liu.se added cygwin and test directory ---- Added : /trunk/xml/test Added : /trunk/xml/cygwin Added : /trunk/xml/cygwin/Makefile Added : /trunk/xml/cygwin/Makefile_parser Added : /trunk/xml/test/body.mo Added : /trunk/xml/test/body.mo.xml Added : /trunk/xml/test/output.txt Revision: 1101 Author: adrpo Date: 18:04:26, den 26 februari 2004 Message: 2004-02-26 18:04 Adrian Pop adrpo@ida.liu.se added modelicaxml-v2.html ---- Added : /trunk/xml/modelicaxml-v2.html Revision: 1100 Author: adrpo Date: 18:02:43, den 26 februari 2004 Message: 2004-02-26 18:02 Adrian Pop adrpo@ida.liu.se added ModelicaXML.snl and .vcproj ---- Added : /trunk/xml/ModelicaXML.sln Added : /trunk/xml/ModelicaXML.vcproj Revision: 1099 Author: adrpo Date: 18:00:34, den 26 februari 2004 Message: 2004-02-26 Adrian Pop adrpo@ida.liu.se Alpha Release of ModelicaXML ---- Added : /trunk/xml Added : /trunk/xml/ModelicaXML.cpp Added : /trunk/xml/README.txt Added : /trunk/xml/modelicaTokenTypes.hpp Added : /trunk/xml/modelicaTokenTypes.txt Added : /trunk/xml/modelica_lexer.cpp Added : /trunk/xml/modelica_lexer.g Added : /trunk/xml/modelica_lexer.hpp Added : /trunk/xml/modelica_parser.cpp Added : /trunk/xml/modelica_parser.g Added : /trunk/xml/modelica_parser.hpp Added : /trunk/xml/modelica_parserTokenTypes.hpp Added : /trunk/xml/modelica_parserTokenTypes.txt Added : /trunk/xml/modelica_tree_parser.cpp Added : /trunk/xml/modelica_tree_parser.hpp Added : /trunk/xml/modelica_tree_parserTokenTypes.hpp Added : /trunk/xml/modelica_tree_parserTokenTypes.txt Added : /trunk/xml/modelicaxml-v2.dtd Added : /trunk/xml/walker.g Added : /trunk/xml/Makefile Added : /trunk/xml/Makefile_parser Added : /trunk/xml/ModelicaXMLUtilities.cpp Added : /trunk/xml/ModelicaXMLUtilities.hpp Added : /trunk/xml/modelicaxml.h Added : /trunk/xml/parse_tree_dumper.cpp Added : /trunk/xml/parse_tree_dumper.hpp Added : /trunk/xml/setmodelicapaths.source.linux Added : /trunk/xml/test.cpp Added : /trunk/xml/token_names.cpp Added : /trunk/xml/token_names.hpp Revision: 1098 Author: petar Date: 16:28:31, den 25 februari 2004 Message: Made modeq multiuser friendly when having corba comm. ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/modeq/runtime/corbaimpl.cpp Revision: 1096 Author: petar Date: 13:40:14, den 18 februari 2004 Message: Changed lookup. Components from inherited classes are annotated with the baseclassname and this is later used when instantiating to find correct environment. The old lookup, with baseclasses annotated to environment does not work for all cases. ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/builtin_safe.rml Revision: 1095 Author: petar Date: 08:34:12, den 18 februari 2004 Message: Changed impl of hashtable to binary tree in environment. The lookup is still buggy. Solution needs big redesign. ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/builtin_safe.rml Revision: 1094 Author: petar Date: 13:20:33, den 3 februari 2004 Message: Added todo list ---- Added : /trunk/modeq/TODO Revision: 1093 Author: petar Date: 13:11:11, den 3 februari 2004 Message: getUnit, etc does not work yet. ---- Modified : /trunk/testsuite/mosfiles/Makefile Revision: 1092 Author: petar Date: 13:10:03, den 3 februari 2004 Message: Fixed bug in inst. DAE can not be generated for builtin types, but it is needed for looking up unit, quantity, etc. Do not know how to solve... ---- Modified : /trunk/modeq/inst.rml Revision: 1091 Author: petar Date: 13:02:03, den 3 februari 2004 Message: calling scripts from prompt now possible ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/options.cpp Modified : /trunk/mosh/src/options.h Revision: 1090 Author: petar Date: 12:54:42, den 3 februari 2004 Message: Fixed small things, script callable from prompt using modeq scriptname.mos. ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 1089 Author: petar Date: 12:51:33, den 3 februari 2004 Message: updated testsuite, added modelica scripts ---- Added : /trunk/testsuite/mosfiles Added : /trunk/testsuite/mofiles Added : /trunk/testsuite/mofiles/Makefile Added : /trunk/testsuite/mofiles/ConnectInner1.mo Added : /trunk/testsuite/mofiles/ConnectInner2.mo Added : /trunk/testsuite/mofiles/Abs1.mo Added : /trunk/testsuite/mofiles/Abs2.mo Added : /trunk/testsuite/mofiles/Algorithm1.mo Added : /trunk/testsuite/mofiles/Algorithm2.mo Added : /trunk/testsuite/mofiles/Algorithm3.mo Added : /trunk/testsuite/mofiles/Algorithm4.mo Added : /trunk/testsuite/mofiles/Array1.mo Added : /trunk/testsuite/mofiles/Array2.mo Added : /trunk/testsuite/mofiles/Array3.mo Added : /trunk/testsuite/mofiles/Array4.mo Added : /trunk/testsuite/mofiles/Array5.mo Added : /trunk/testsuite/mofiles/Array6.mo Added : /trunk/testsuite/mofiles/Array7.mo Added : /trunk/testsuite/mofiles/Array8.mo Added : /trunk/testsuite/mofiles/ArrayModification1.mo Added : /trunk/testsuite/mofiles/ArrayModification10.mo Added : /trunk/testsuite/mofiles/ArrayModification11.mo Added : /trunk/testsuite/mofiles/ArrayModification12.mo Added : /trunk/testsuite/mofiles/ArrayModification2.mo Added : /trunk/testsuite/mofiles/ArrayModification3.mo Added : /trunk/testsuite/mofiles/ArrayModification4.mo Added : /trunk/testsuite/mofiles/ArrayModification5.mo Added : /trunk/testsuite/mofiles/ArrayModification6.mo Added : /trunk/testsuite/mofiles/ArrayModification7.mo Added : /trunk/testsuite/mofiles/ArrayModification8.mo Added : /trunk/testsuite/mofiles/ArrayModification9.mo Added : /trunk/testsuite/mofiles/ArraySlice1.mo Added : /trunk/testsuite/mofiles/Array_builtin.mo Added : /trunk/testsuite/mofiles/Circuit1.mo Added : /trunk/testsuite/mofiles/Class1.mo Added : /trunk/testsuite/mofiles/Class2.mo Added : /trunk/testsuite/mofiles/Class3.mo Added : /trunk/testsuite/mofiles/Class4.mo Added : /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo Added : /trunk/testsuite/mofiles/ConditionalArrayExpression2.mo Added : /trunk/testsuite/mofiles/Connect1.mo Added : /trunk/testsuite/mofiles/Connect10.mo Added : /trunk/testsuite/mofiles/Connect11.mo Added : /trunk/testsuite/mofiles/Connect2.mo Added : /trunk/testsuite/mofiles/Connect3.mo Added : /trunk/testsuite/mofiles/Connect4.mo Added : /trunk/testsuite/mofiles/Connect5.mo Added : /trunk/testsuite/mofiles/Connect6.mo Added : /trunk/testsuite/mofiles/Connect7.mo Added : /trunk/testsuite/mofiles/Connect8.mo Added : /trunk/testsuite/mofiles/Connect9.mo Added : /trunk/testsuite/mofiles/ConnectConst1.mo Added : /trunk/testsuite/mofiles/ConnectFlowEffort.mo Added : /trunk/testsuite/mofiles/ConnectHierarchical1.mo Added : /trunk/testsuite/mofiles/ConnectHierarchical2.mo Added : /trunk/testsuite/mofiles/ConnectInner3.mo Added : /trunk/testsuite/mofiles/ConnectTypes.mo Added : /trunk/testsuite/mofiles/Constant1.mo Added : /trunk/testsuite/mofiles/Constant2.mo Added : /trunk/testsuite/mofiles/Constant3.mo Added : /trunk/testsuite/mofiles/Constant4.mo Added : /trunk/testsuite/mofiles/Constant5.mo Added : /trunk/testsuite/mofiles/Constant6.mo Added : /trunk/testsuite/mofiles/ConstrainingType1.mo Added : /trunk/testsuite/mofiles/ConstrainingType2.mo Added : /trunk/testsuite/mofiles/ConstrainingType3.mo Added : /trunk/testsuite/mofiles/ConstructParameters.mo Added : /trunk/testsuite/mofiles/ConstructParameters1.mo Added : /trunk/testsuite/mofiles/ConstructParameters2.mo Added : /trunk/testsuite/mofiles/Declaration1.mo Added : /trunk/testsuite/mofiles/Declaration2.mo Added : /trunk/testsuite/mofiles/Declaration3.mo Added : /trunk/testsuite/mofiles/DeclarationOrder1.mo Added : /trunk/testsuite/mofiles/DeclarationOrder2.mo Added : /trunk/testsuite/mofiles/DeclareConstant1.mo Added : /trunk/testsuite/mofiles/DeclareConstant2.mo Added : /trunk/testsuite/mofiles/DeclareConstant3.mo Added : /trunk/testsuite/mofiles/DependsMutual.mo Added : /trunk/testsuite/mofiles/DependsRecursive.mo Added : /trunk/testsuite/mofiles/Derivative1.mo Added : /trunk/testsuite/mofiles/Discrete1.mo Added : /trunk/testsuite/mofiles/Discrete2.mo Added : /trunk/testsuite/mofiles/DisturbedResistance1.mo Added : /trunk/testsuite/mofiles/DisturbedResistance2.mo Added : /trunk/testsuite/mofiles/DisturbedResistance3.mo Added : /trunk/testsuite/mofiles/DisturbedResistance4.mo Added : /trunk/testsuite/mofiles/Encapsulated1.mo Added : /trunk/testsuite/mofiles/Encapsulated2.mo Added : /trunk/testsuite/mofiles/Encapsulated3.mo Added : /trunk/testsuite/mofiles/EquationComponent1.mo Added : /trunk/testsuite/mofiles/EquationComponent2.mo Added : /trunk/testsuite/mofiles/EquationComponent3.mo Added : /trunk/testsuite/mofiles/EquationComponent4.mo Added : /trunk/testsuite/mofiles/EquationComponent5.mo Added : /trunk/testsuite/mofiles/EquationFor1.mo Added : /trunk/testsuite/mofiles/EquationFor2.mo Added : /trunk/testsuite/mofiles/EquationFor3.mo Added : /trunk/testsuite/mofiles/EquationIf1.mo Added : /trunk/testsuite/mofiles/EquationIf2.mo Added : /trunk/testsuite/mofiles/EquationIf3.mo Added : /trunk/testsuite/mofiles/EquationIf4.mo Added : /trunk/testsuite/mofiles/Extends1.mo Added : /trunk/testsuite/mofiles/Faculty1.mo Added : /trunk/testsuite/mofiles/Faculty2.mo Added : /trunk/testsuite/mofiles/Faculty3.mo Added : /trunk/testsuite/mofiles/Faculty4.mo Added : /trunk/testsuite/mofiles/Function1.mo Added : /trunk/testsuite/mofiles/Function2.mo Added : /trunk/testsuite/mofiles/Function3.mo Added : /trunk/testsuite/mofiles/Function4.mo Added : /trunk/testsuite/mofiles/Function5.mo Added : /trunk/testsuite/mofiles/Function5_test.mo Added : /trunk/testsuite/mofiles/Function6.mo Added : /trunk/testsuite/mofiles/Function7.mo Added : /trunk/testsuite/mofiles/Function8.mo Added : /trunk/testsuite/mofiles/Function9.mo Added : /trunk/testsuite/mofiles/Import1.mo Added : /trunk/testsuite/mofiles/Import2.mo Added : /trunk/testsuite/mofiles/Import3.mo Added : /trunk/testsuite/mofiles/Import4.mo Added : /trunk/testsuite/mofiles/InnerClass1.mo Added : /trunk/testsuite/mofiles/InnerOuter1.mo Added : /trunk/testsuite/mofiles/InnerOuter2.mo Added : /trunk/testsuite/mofiles/Integer2Real.mo Added : /trunk/testsuite/mofiles/Lookup1.mo Added : /trunk/testsuite/mofiles/Lookup2.mo Added : /trunk/testsuite/mofiles/Lookup3.mo Added : /trunk/testsuite/mofiles/Lookup4.mo Added : /trunk/testsuite/mofiles/Lookup5.mo Added : /trunk/testsuite/mofiles/Lookup6.mo Added : /trunk/testsuite/mofiles/Lookup7.mo Added : /trunk/testsuite/mofiles/Modification1.mo Added : /trunk/testsuite/mofiles/Modification10.mo Added : /trunk/testsuite/mofiles/Modification11.mo Added : /trunk/testsuite/mofiles/Modification2.mo Added : /trunk/testsuite/mofiles/Modification3.mo Added : /trunk/testsuite/mofiles/Modification4.mo Added : /trunk/testsuite/mofiles/Modification5.mo Added : /trunk/testsuite/mofiles/Modification6.mo Added : /trunk/testsuite/mofiles/Modification7.mo Added : /trunk/testsuite/mofiles/Modification8.mo Added : /trunk/testsuite/mofiles/Modification9.mo Added : /trunk/testsuite/mofiles/ModifyConstant1.mo Added : /trunk/testsuite/mofiles/ModifyConstant2.mo Added : /trunk/testsuite/mofiles/ModifyConstant3.mo Added : /trunk/testsuite/mofiles/ModifyConstant4.mo Added : /trunk/testsuite/mofiles/ModifyConstant5.mo Added : /trunk/testsuite/mofiles/ModifyConstant6.mo Added : /trunk/testsuite/mofiles/ModifyUnknown1.mo Added : /trunk/testsuite/mofiles/ModifyUnknown2.mo Added : /trunk/testsuite/mofiles/NoEvent1.mo Added : /trunk/testsuite/mofiles/Overwriting1.mo Added : /trunk/testsuite/mofiles/Overwriting2.mo Added : /trunk/testsuite/mofiles/Overwriting3.mo Added : /trunk/testsuite/mofiles/Overwriting4.mo Added : /trunk/testsuite/mofiles/Partial1.mo Added : /trunk/testsuite/mofiles/Protected1.mo Added : /trunk/testsuite/mofiles/Range1.mo Added : /trunk/testsuite/mofiles/Real2Integer1.mo Added : /trunk/testsuite/mofiles/Real2Integer2.mo Added : /trunk/testsuite/mofiles/Real2Integer3.mo Added : /trunk/testsuite/mofiles/Record1.mo Added : /trunk/testsuite/mofiles/Redeclare1.mo Added : /trunk/testsuite/mofiles/Redeclare2.mo Added : /trunk/testsuite/mofiles/Redeclare3.mo Added : /trunk/testsuite/mofiles/RedeclareFlowEffort.mo Added : /trunk/testsuite/mofiles/ReplaceFunction.mo Added : /trunk/testsuite/mofiles/ScopeDeclaration1.mo Added : /trunk/testsuite/mofiles/ScopeDeclaration2.mo Added : /trunk/testsuite/mofiles/ScopeDeclaration3.mo Added : /trunk/testsuite/mofiles/ScopeDeclaration4.mo Added : /trunk/testsuite/mofiles/ScopeModification1.mo Added : /trunk/testsuite/mofiles/ScopeModification2.mo Added : /trunk/testsuite/mofiles/Shadow1.mo Added : /trunk/testsuite/mofiles/SimpleIntegrator1.mo Added : /trunk/testsuite/mofiles/SimpleIntegrator2.mo Added : /trunk/testsuite/mofiles/SimpleIntegrator3.mo Added : /trunk/testsuite/mofiles/SimpleIntegrator4.mo Added : /trunk/testsuite/mofiles/Terminal1.mo Added : /trunk/testsuite/mofiles/Terminal2.mo Added : /trunk/testsuite/mofiles/Type1.mo Added : /trunk/testsuite/mofiles/Type2.mo Added : /trunk/testsuite/mofiles/Type3.mo Added : /trunk/testsuite/mofiles/Type4.mo Added : /trunk/testsuite/mofiles/Type5.mo Added : /trunk/testsuite/mofiles/Type6.mo Added : /trunk/testsuite/mofiles/Type7.mo Added : /trunk/testsuite/mofiles/Type8.mo Added : /trunk/testsuite/mofiles/Units1.mo Added : /trunk/testsuite/mofiles/Units2.mo Added : /trunk/testsuite/mofiles/WhenSemantics1.mo Added : /trunk/testsuite/mofiles/modelica_1_1_Array9.mo Added : /trunk/testsuite/mofiles/modelica_1_1_Function10.mo Added : /trunk/testsuite/mofiles/modelica_1_1_Type10.mo Added : /trunk/testsuite/mofiles/modelica_1_1_Type11.mo Added : /trunk/testsuite/mofiles/modelica_1_1_Type9.mo Added : /trunk/testsuite/mofiles/package-s-1.mo Added : /trunk/testsuite/mofiles/packages1.mo Added : /trunk/testsuite/mofiles/partial-s-1.mo Added : /trunk/testsuite/mofiles/partials1.mo Added : /trunk/testsuite/mofiles/prtest.mo Added : /trunk/testsuite/mosfiles/Makefile Deleted : /trunk/testsuite/rtest Deleted : /trunk/testsuite/Makefile Added : /trunk/testsuite/mofiles/XPowers1.mo Added : /trunk/testsuite/mofiles/XPowers2.mo Added : /trunk/testsuite/mofiles/XPowers3.mo Added : /trunk/testsuite/mosfiles/attributes.mo Added : /trunk/testsuite/mosfiles/attributes.mos Added : /trunk/testsuite/mosfiles/variables.mos Added : /trunk/testsuite/mofiles/rtest Added : /trunk/testsuite/mosfiles/rtest Added : /trunk/testsuite/mofiles/cases.texi Modified : /trunk/testsuite/READMEFIRST.TXT Added : /trunk/testsuite/mofiles/type_test_pr.mo Added : /trunk/testsuite/mofiles/rfdk.pike Deleted : /trunk/testsuite/Algorithm1.mo Deleted : /trunk/testsuite/Algorithm2.mo Deleted : /trunk/testsuite/Algorithm3.mo Deleted : /trunk/testsuite/Algorithm4.mo Deleted : /trunk/testsuite/Array1.mo Deleted : /trunk/testsuite/Array2.mo Deleted : /trunk/testsuite/Array3.mo Deleted : /trunk/testsuite/Array4.mo Deleted : /trunk/testsuite/Array5.mo Deleted : /trunk/testsuite/Array6.mo Deleted : /trunk/testsuite/Array7.mo Deleted : /trunk/testsuite/Array8.mo Deleted : /trunk/testsuite/ArrayModification1.mo Deleted : /trunk/testsuite/ArrayModification10.mo Deleted : /trunk/testsuite/ArrayModification11.mo Deleted : /trunk/testsuite/ArrayModification12.mo Deleted : /trunk/testsuite/ArrayModification2.mo Deleted : /trunk/testsuite/ArrayModification3.mo Deleted : /trunk/testsuite/ArrayModification4.mo Deleted : /trunk/testsuite/ArrayModification5.mo Deleted : /trunk/testsuite/ArrayModification6.mo Deleted : /trunk/testsuite/ArrayModification7.mo Deleted : /trunk/testsuite/ArrayModification8.mo Deleted : /trunk/testsuite/ArrayModification9.mo Deleted : /trunk/testsuite/ArraySlice1.mo Deleted : /trunk/testsuite/Array_builtin.mo Deleted : /trunk/testsuite/Circuit1.mo Deleted : /trunk/testsuite/Class1.mo Deleted : /trunk/testsuite/Class2.mo Deleted : /trunk/testsuite/Class3.mo Deleted : /trunk/testsuite/Class4.mo Deleted : /trunk/testsuite/ConditionalArrayExpression1.mo Deleted : /trunk/testsuite/ConditionalArrayExpression2.mo Deleted : /trunk/testsuite/Connect1.mo Deleted : /trunk/testsuite/Connect10.mo Deleted : /trunk/testsuite/Connect11.mo Deleted : /trunk/testsuite/Connect2.mo Deleted : /trunk/testsuite/Connect3.mo Deleted : /trunk/testsuite/Connect4.mo Deleted : /trunk/testsuite/Connect5.mo Deleted : /trunk/testsuite/Connect6.mo Deleted : /trunk/testsuite/Connect7.mo Deleted : /trunk/testsuite/Connect8.mo Deleted : /trunk/testsuite/Connect9.mo Deleted : /trunk/testsuite/ConnectConst1.mo Deleted : /trunk/testsuite/ConnectFlowEffort.mo Deleted : /trunk/testsuite/ConnectHierarchical1.mo Deleted : /trunk/testsuite/ConnectHierarchical2.mo Deleted : /trunk/testsuite/ConnectInner1.mo Deleted : /trunk/testsuite/ConnectInner2.mo Deleted : /trunk/testsuite/ConnectInner3.mo Deleted : /trunk/testsuite/ConnectTypes.mo Deleted : /trunk/testsuite/Constant1.mo Deleted : /trunk/testsuite/Constant2.mo Deleted : /trunk/testsuite/Constant3.mo Deleted : /trunk/testsuite/Constant4.mo Deleted : /trunk/testsuite/Constant5.mo Deleted : /trunk/testsuite/Constant6.mo Deleted : /trunk/testsuite/ConstrainingType1.mo Deleted : /trunk/testsuite/ConstrainingType2.mo Deleted : /trunk/testsuite/ConstrainingType3.mo Deleted : /trunk/testsuite/ConstructParameters.mo Deleted : /trunk/testsuite/ConstructParameters1.mo Deleted : /trunk/testsuite/ConstructParameters2.mo Deleted : /trunk/testsuite/Declaration1.mo Deleted : /trunk/testsuite/Declaration2.mo Deleted : /trunk/testsuite/Declaration3.mo Deleted : /trunk/testsuite/DeclarationOrder1.mo Deleted : /trunk/testsuite/DeclarationOrder2.mo Deleted : /trunk/testsuite/DeclareConstant1.mo Deleted : /trunk/testsuite/DeclareConstant2.mo Deleted : /trunk/testsuite/DeclareConstant3.mo Deleted : /trunk/testsuite/DependsMutual.mo Deleted : /trunk/testsuite/DependsRecursive.mo Deleted : /trunk/testsuite/Derivative1.mo Deleted : /trunk/testsuite/Discrete1.mo Deleted : /trunk/testsuite/Discrete2.mo Deleted : /trunk/testsuite/DisturbedResistance1.mo Deleted : /trunk/testsuite/DisturbedResistance2.mo Deleted : /trunk/testsuite/DisturbedResistance3.mo Deleted : /trunk/testsuite/DisturbedResistance4.mo Deleted : /trunk/testsuite/Encapsulated1.mo Deleted : /trunk/testsuite/Encapsulated2.mo Deleted : /trunk/testsuite/Encapsulated3.mo Deleted : /trunk/testsuite/EquationComponent1.mo Deleted : /trunk/testsuite/EquationComponent2.mo Deleted : /trunk/testsuite/EquationComponent3.mo Deleted : /trunk/testsuite/EquationComponent4.mo Deleted : /trunk/testsuite/EquationComponent5.mo Deleted : /trunk/testsuite/EquationFor1.mo Deleted : /trunk/testsuite/EquationFor2.mo Deleted : /trunk/testsuite/EquationFor3.mo Deleted : /trunk/testsuite/EquationIf1.mo Deleted : /trunk/testsuite/EquationIf2.mo Deleted : /trunk/testsuite/EquationIf3.mo Deleted : /trunk/testsuite/EquationIf4.mo Deleted : /trunk/testsuite/Extends1.mo Deleted : /trunk/testsuite/Faculty1.mo Deleted : /trunk/testsuite/Faculty2.mo Deleted : /trunk/testsuite/Faculty3.mo Deleted : /trunk/testsuite/Faculty4.mo Deleted : /trunk/testsuite/Function1.mo Deleted : /trunk/testsuite/Function2.mo Deleted : /trunk/testsuite/Function3.mo Deleted : /trunk/testsuite/Function4.mo Deleted : /trunk/testsuite/Function5.mo Deleted : /trunk/testsuite/Function5_test.mo Deleted : /trunk/testsuite/Function6.mo Deleted : /trunk/testsuite/Function7.mo Deleted : /trunk/testsuite/Function8.mo Deleted : /trunk/testsuite/Function9.mo Deleted : /trunk/testsuite/Import1.mo Deleted : /trunk/testsuite/Import2.mo Deleted : /trunk/testsuite/Import3.mo Deleted : /trunk/testsuite/Import4.mo Deleted : /trunk/testsuite/InnerClass1.mo Deleted : /trunk/testsuite/Integer2Real.mo Deleted : /trunk/testsuite/Lookup1.mo Deleted : /trunk/testsuite/Lookup2.mo Deleted : /trunk/testsuite/Lookup3.mo Deleted : /trunk/testsuite/Lookup4.mo Deleted : /trunk/testsuite/Lookup5.mo Deleted : /trunk/testsuite/Lookup6.mo Deleted : /trunk/testsuite/Lookup7.mo Deleted : /trunk/testsuite/Modification1.mo Deleted : /trunk/testsuite/Modification10.mo Deleted : /trunk/testsuite/Modification11.mo Deleted : /trunk/testsuite/Modification2.mo Deleted : /trunk/testsuite/Modification3.mo Deleted : /trunk/testsuite/Modification4.mo Deleted : /trunk/testsuite/Modification5.mo Deleted : /trunk/testsuite/Modification6.mo Deleted : /trunk/testsuite/Modification7.mo Deleted : /trunk/testsuite/Modification8.mo Deleted : /trunk/testsuite/Modification9.mo Deleted : /trunk/testsuite/ModifyConstant1.mo Deleted : /trunk/testsuite/ModifyConstant2.mo Deleted : /trunk/testsuite/ModifyConstant3.mo Deleted : /trunk/testsuite/ModifyConstant4.mo Deleted : /trunk/testsuite/ModifyConstant5.mo Deleted : /trunk/testsuite/ModifyConstant6.mo Deleted : /trunk/testsuite/ModifyUnknown1.mo Deleted : /trunk/testsuite/ModifyUnknown2.mo Deleted : /trunk/testsuite/Overwriting1.mo Deleted : /trunk/testsuite/Overwriting2.mo Deleted : /trunk/testsuite/Overwriting3.mo Deleted : /trunk/testsuite/Overwriting4.mo Deleted : /trunk/testsuite/Partial1.mo Deleted : /trunk/testsuite/Protected1.mo Deleted : /trunk/testsuite/Range1.mo Deleted : /trunk/testsuite/Real2Integer1.mo Deleted : /trunk/testsuite/Real2Integer2.mo Deleted : /trunk/testsuite/Real2Integer3.mo Deleted : /trunk/testsuite/Record1.mo Deleted : /trunk/testsuite/Redeclare1.mo Deleted : /trunk/testsuite/Redeclare2.mo Deleted : /trunk/testsuite/Redeclare3.mo Deleted : /trunk/testsuite/RedeclareFlowEffort.mo Deleted : /trunk/testsuite/ReplaceFunction.mo Deleted : /trunk/testsuite/ScopeDeclaration1.mo Deleted : /trunk/testsuite/ScopeDeclaration2.mo Deleted : /trunk/testsuite/ScopeDeclaration3.mo Deleted : /trunk/testsuite/ScopeDeclaration4.mo Deleted : /trunk/testsuite/ScopeModification1.mo Deleted : /trunk/testsuite/ScopeModification2.mo Deleted : /trunk/testsuite/Shadow1.mo Deleted : /trunk/testsuite/SimpleIntegrator1.mo Deleted : /trunk/testsuite/SimpleIntegrator2.mo Deleted : /trunk/testsuite/SimpleIntegrator3.mo Deleted : /trunk/testsuite/SimpleIntegrator4.mo Deleted : /trunk/testsuite/Type1.mo Deleted : /trunk/testsuite/Type2.mo Deleted : /trunk/testsuite/Type3.mo Deleted : /trunk/testsuite/Type4.mo Deleted : /trunk/testsuite/Type5.mo Deleted : /trunk/testsuite/Type6.mo Deleted : /trunk/testsuite/Type7.mo Deleted : /trunk/testsuite/Type8.mo Deleted : /trunk/testsuite/Units1.mo Deleted : /trunk/testsuite/Units2.mo Deleted : /trunk/testsuite/WhenSemantics1.mo Deleted : /trunk/testsuite/XPowers1.mo Deleted : /trunk/testsuite/XPowers2.mo Deleted : /trunk/testsuite/XPowers3.mo Deleted : /trunk/testsuite/modelica_1_1_Array9.mo Deleted : /trunk/testsuite/modelica_1_1_Function10.mo Deleted : /trunk/testsuite/modelica_1_1_Type10.mo Deleted : /trunk/testsuite/modelica_1_1_Type11.mo Deleted : /trunk/testsuite/modelica_1_1_Type9.mo Deleted : /trunk/testsuite/modtest.texi Added : /trunk/testsuite/mofiles/VERSION.texi Added : /trunk/testsuite/mofiles/modtest.info Added : /trunk/testsuite/mofiles/modtest.texi Deleted : /trunk/testsuite/package-s-1.mo Deleted : /trunk/testsuite/partial-s-1.mo Deleted : /trunk/testsuite/prtest.mo Deleted : /trunk/testsuite/rfdk.pike Deleted : /trunk/testsuite/type_test_pr.mo Revision: 1088 Author: kajny Date: 11:20:49, den 3 februari 2004 Message: Fixed error in corba build order ---- Modified : /trunk/modeq/runtime/Makefile.in Revision: 1087 Author: petar Date: 14:08:39, den 29 januari 2004 Message: reimplemented overload. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 1086 Author: petar Date: 14:07:59, den 29 januari 2004 Message: reinserted overload operator, fixed external bug. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Revision: 1085 Author: petar Date: 12:35:54, den 29 januari 2004 Message: Fixed bug with Real[3] x; in unparsing. ---- Modified : /trunk/modeq/dump.rml Revision: 1084 Author: petar Date: 11:13:10, den 29 januari 2004 Message: Added overload operator, again! and fixed external function bug. ---- Modified : /trunk/modeq/absyn_builder/walker.g Revision: 1083 Author: petar Date: 11:12:20, den 29 januari 2004 Message: Fixed two bugs in unparsing. ---- Modified : /trunk/modeq/dump.rml Revision: 1082 Author: petar Date: 11:04:15, den 27 januari 2004 Message: Fixed some bugs incl. getComponentAnnotations ---- Modified : /trunk/modeq/interactive.rml Revision: 1081 Author: petar Date: 11:27:32, den 26 januari 2004 Message: implemented getComponentAnnotations ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/interactive.rml Revision: 1080 Author: x02danhe Date: 01:01:44, den 24 januari 2004 Message: Added functionality for updating and removing protected components in a model. /Daniel ---- Modified : /trunk/modeq/interactive.rml Revision: 1079 Author: petar Date: 09:27:00, den 23 januari 2004 Message: Fixed bug in getIconAnnotation and getDiagramAnnotation ---- Modified : /trunk/modeq/interactive.rml Revision: 1078 Author: petar Date: 08:04:46, den 21 januari 2004 Message: Fixed bug in getNthComponent, etc. ---- Modified : /trunk/modeq/interactive.rml Revision: 1077 Author: x02danhe Date: 23:53:01, den 20 januari 2004 Message: delete_connection now handles classes not definied at top level correctly. /Daniel ---- Modified : /trunk/modeq/interactive.rml Revision: 1076 Author: petar Date: 13:17:12, den 20 januari 2004 Message: Fixed update_component so that modification and annotate can be given separately without destroying existing data ---- Modified : /trunk/modeq/interactive.rml Revision: 1075 Author: petar Date: 09:31:24, den 20 januari 2004 Message: Added partial_inst_class_in to speed up lookup of classes. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Revision: 1074 Author: petar Date: 14:46:07, den 19 januari 2004 Message: Fixed some bugs ---- Modified : /trunk/modeq/interactive.rml Revision: 1073 Author: petar Date: 09:26:32, den 19 januari 2004 Message: Increased performance, fixed some bugs. ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/builtin_safe.rml Revision: 1072 Author: petar Date: 17:33:22, den 16 januari 2004 Message: Fixed bug in Bitmap ---- Modified : /trunk/modeq/interactive.rml Revision: 1071 Author: petar Date: 15:49:02, den 16 januari 2004 Message: fixed bitmap + update bug ---- Modified : /trunk/modeq/interactive.rml Revision: 1070 Author: petar Date: 12:52:21, den 16 januari 2004 Message: implemented isProtected ---- Modified : /trunk/modeq/interactive.rml Revision: 1069 Author: petar Date: 12:30:35, den 16 januari 2004 Message: Improved performance, fixed bugs. ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/cache.rml Revision: 1068 Author: kajny Date: 12:37:02, den 15 januari 2004 Message: Updated README to reflect recent changes in OpenModelica ---- Modified : /trunk/README Revision: 1067 Author: kajny Date: 12:33:05, den 15 januari 2004 Message: Updated documentation, bugfixing, link to rml, new todo-list ---- Modified : /trunk/modeq/doc/manual.tex Revision: 1066 Author: petar Date: 16:36:43, den 13 januari 2004 Message: Added split definitions, e.g. allowing 'package A' as input. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/runtime/corbaimpl.cpp Revision: 1065 Author: x02danhe Date: 13:42:44, den 13 januari 2004 Message: *** empty log message *** ---- Modified : /trunk/modeq/interactive.rml Revision: 1064 Author: petar Date: 10:01:07, den 9 januari 2004 Message: Switched from boa to poa impl. ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/modeq/runtime/Makefile.in Modified : /trunk/modeq/runtime/corbaimpl.cpp Modified : /trunk/modeq/runtime/modeq_communication_impl.h Revision: 1063 Author: petar Date: 09:11:42, den 9 januari 2004 Message: Fixed some makefile issues. ---- Modified : /trunk/mosh/src/Makefile.in Modified : /trunk/modeq/runtime/Makefile.in Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/runtime/corbaimpl.cpp Revision: 1062 Author: petar Date: 16:58:42, den 7 januari 2004 Message: Added. ---- Added : /trunk/modeq/corba.rml Revision: 1061 Author: petar Date: 14:33:34, den 7 januari 2004 Message: Added corba implementation to modeq. Accessed with +d=interactiveCorba. ---- Modified : /trunk/modeq/runtime Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/runtime/Makefile.in Modified : /trunk/modeq/Makefile.in Added : /trunk/modeq/runtime/.cvsignore Added : /trunk/modeq/runtime/corbaimpl.cpp Added : /trunk/modeq/runtime/modeq_communication_impl.h Added : /trunk/modeq/runtime/modeq_communication.idl Added : /trunk/modeq/runtime/modeq_communication_impl.cpp Revision: 1060 Author: petar Date: 14:30:32, den 7 januari 2004 Message: Added corba implementation to modeq. accessed with ./modeq -corba ---- Modified : /trunk/mosh/src/mosh.cpp Added : /trunk/mosh/src/options.cpp Added : /trunk/mosh/src/options.h Modified : /trunk/mosh/src/Makefile.in Revision: 1059 Author: petar Date: 10:26:09, den 5 januari 2004 Message: Removed overload keyword, instead allowing multiple definitions of functions with same name in the same scope. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 1058 Author: levsa Date: 15:02:34, den 17 december 2003 Message: Debug traces ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Revision: 1057 Author: petar Date: 13:29:49, den 12 december 2003 Message: Fixed bug in getNthComponentModification, not wrapping modifier in Code operator ---- Modified : /trunk/modeq/interactive.rml Revision: 1056 Author: petar Date: 13:28:09, den 12 december 2003 Message: Upgraded parser to work with antlr-2.7.2, will probably not work with 2.7.1 anymore ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Revision: 1055 Author: petar Date: 12:16:30, den 5 december 2003 Message: added getNthComponentModification, returning Code expression. ---- Modified : /trunk/modeq/interactive.rml Revision: 1054 Author: petar Date: 16:06:52, den 4 december 2003 Message: Added fsync to sendcall ---- Modified : /trunk/modeq/runtime/socketimpl.c Revision: 1053 Author: petar Date: 14:39:03, den 4 december 2003 Message: Fixed bug with duplicated class annotations when calling addClassAnnotation ---- Modified : /trunk/modeq/interactive.rml Revision: 1052 Author: petar Date: 14:18:12, den 4 december 2003 Message: Fixed bug in dynamic buffer ---- Modified : /trunk/modeq/runtime/socketimpl.c Revision: 1051 Author: petar Date: 17:09:44, den 3 december 2003 Message: Fixed bug with addClassAnnotation creating several annotations ---- Modified : /trunk/modeq/interactive.rml Revision: 1050 Author: petar Date: 16:36:26, den 3 december 2003 Message: Added locating protected annotations for icon and diagram ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Revision: 1049 Author: petar Date: 16:30:38, den 3 december 2003 Message: Removed inst. in get_nth_component ---- Modified : /trunk/modeq/interactive.rml Revision: 1048 Author: petar Date: 12:53:46, den 3 december 2003 Message: Updated testsuite. 99 of 193 test succeded. ---- Modified : /trunk/testsuite/rtest Modified : /trunk/testsuite/Makefile Modified : /trunk/testsuite/Algorithm1.mo Modified : /trunk/testsuite/Algorithm3.mo Modified : /trunk/testsuite/Array2.mo Modified : /trunk/testsuite/Array4.mo Modified : /trunk/testsuite/ArraySlice1.mo Modified : /trunk/testsuite/Circuit1.mo Modified : /trunk/testsuite/Class1.mo Modified : /trunk/testsuite/Class2.mo Modified : /trunk/testsuite/Connect1.mo Modified : /trunk/testsuite/Connect2.mo Modified : /trunk/testsuite/Connect4.mo Modified : /trunk/testsuite/Connect7.mo Modified : /trunk/testsuite/Connect8.mo Modified : /trunk/testsuite/ConnectHierarchical1.mo Modified : /trunk/testsuite/ConnectHierarchical2.mo Modified : /trunk/testsuite/ConnectInner1.mo Modified : /trunk/testsuite/ConnectInner3.mo Modified : /trunk/testsuite/Constant4.mo Modified : /trunk/testsuite/ConstrainingType1.mo Modified : /trunk/testsuite/ConstructParameters.mo Modified : /trunk/testsuite/DeclarationOrder1.mo Modified : /trunk/testsuite/DeclarationOrder2.mo Modified : /trunk/testsuite/DependsMutual.mo Modified : /trunk/testsuite/Discrete2.mo Modified : /trunk/testsuite/Encapsulated1.mo Modified : /trunk/testsuite/Encapsulated3.mo Modified : /trunk/testsuite/EquationComponent2.mo Modified : /trunk/testsuite/EquationComponent3.mo Modified : /trunk/testsuite/EquationComponent4.mo Modified : /trunk/testsuite/EquationFor2.mo Modified : /trunk/testsuite/EquationFor3.mo Modified : /trunk/testsuite/EquationIf1.mo Modified : /trunk/testsuite/EquationIf3.mo Modified : /trunk/testsuite/Faculty2.mo Modified : /trunk/testsuite/Faculty3.mo Modified : /trunk/testsuite/Function1.mo Modified : /trunk/testsuite/Function5.mo Modified : /trunk/testsuite/Import1.mo Modified : /trunk/testsuite/Integer2Real.mo Modified : /trunk/testsuite/Lookup6.mo Modified : /trunk/testsuite/Modification1.mo Modified : /trunk/testsuite/Modification10.mo Modified : /trunk/testsuite/Modification2.mo Modified : /trunk/testsuite/Modification6.mo Modified : /trunk/testsuite/Overwriting4.mo Modified : /trunk/testsuite/ScopeDeclaration3.mo Modified : /trunk/testsuite/ScopeModification1.mo Modified : /trunk/testsuite/SimpleIntegrator2.mo Modified : /trunk/testsuite/Type5.mo Modified : /trunk/testsuite/Type6.mo Modified : /trunk/testsuite/XPowers2.mo Modified : /trunk/testsuite/modelica_1_1_Array9.mo Modified : /trunk/testsuite/modelica_1_1_Function10.mo Modified : /trunk/testsuite/modelica_1_1_Type10.mo Modified : /trunk/testsuite/package-s-1.mo Modified : /trunk/testsuite/partial-s-1.mo Deleted : /trunk/testsuite/Modelica.mo Deleted : /trunk/testsuite/runtest Deleted : /trunk/testsuite/tuple1.mo Revision: 1047 Author: petar Date: 13:40:06, den 2 december 2003 Message: addComponent now takes Code modifier expression. ceval now evaluates Eval operator for most common cases. ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/runtime/socketimpl.c Revision: 1045 Author: levsa Date: 02:10:11, den 27 november 2003 Message: Changed default compiler to gcc (removed /usr/bin, not working on solaris) ---- Modified : /trunk/modeq/runtime/systemimpl.c Revision: 1044 Author: levsa Date: 01:30:57, den 27 november 2003 Message: Fixed scandir again ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 1043 Author: levsa Date: 18:05:14, den 26 november 2003 Message: Updated ---- Modified : /trunk/README Revision: 1042 Author: levsa Date: 17:54:15, den 26 november 2003 Message: gethostbyname and libnsl check added ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 1041 Author: levsa Date: 16:51:24, den 26 november 2003 Message: fixed scandir check on linux ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 1040 Author: petar Date: 14:59:13, den 25 november 2003 Message: fixed bug with faster icon annotation ---- Modified : /trunk/modeq/interactive.rml Revision: 1039 Author: petar Date: 14:44:11, den 25 november 2003 Message: Fixed bug in dynamic buffer ---- Modified : /trunk/modeq/runtime/socketimpl.c Revision: 1038 Author: petar Date: 14:19:52, den 25 november 2003 Message: fixed bug with faster icon annotation ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/runtime/socketimpl.c Revision: 1037 Author: petar Date: 14:01:25, den 25 november 2003 Message: fixed a small bug in new dynamic buffer for socket impl. Also fixed faster icon annotation ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/runtime/socketimpl.c Revision: 1036 Author: petar Date: 13:03:01, den 25 november 2003 Message: Changed lookup implementation. Now looks in inherited classes implicitly, throug an extra list of inherited classes in Env ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/runtime/socketimpl.c Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 1035 Author: levsa Date: 11:32:23, den 25 november 2003 Message: Added c_runtime to modeq ---- Modified : /trunk/Makefile.in Revision: 1034 Author: levsa Date: 14:08:39, den 21 november 2003 Message: Codegen of Exp.SIZE fixed ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/inst.rml Revision: 1033 Author: petar Date: 14:46:24, den 18 november 2003 Message: Fixed bug with elab_arraydecl and size(x,1) ---- Modified : /trunk/modeq/inst.rml Revision: 1032 Author: petar Date: 14:21:13, den 18 november 2003 Message: Fixed bug with modifiers on extends clauses: Typeinfo on modifiers where earlier lost when flattening. Now they are preserved. The solution is to collect them together with each element item in the list that inst_element_list acts upon. NOTE: To prevent circular dependencies Mod.Mod was moved to Types.Mod ---- Modified : /trunk/modeq/ceval.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 1031 Author: petar Date: 16:02:47, den 11 november 2003 Message: Redesigned implementation of builtin operators. elab only determines type and constant value properties. Ceval.ceval should be used to retrieve a value. The size operator has now been implemented using this new design. The other operators should also be implemented so. This code will probably destroy some parts of codegen, since size is not replace by functioncalls size_of_xxx_array, etc. ---- Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/builtin.rml Added : /trunk/modeq/ceval.rml Modified : /trunk/modeq/doc/Makefile Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 1030 Author: petar Date: 08:49:51, den 6 november 2003 Message: Fixed lookup bug for functions. Fixed doc. ---- Modified : /trunk/modeq/doc/manual.tex Modified : /trunk/modeq/helptext.txt Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Revision: 1029 Author: levsa Date: 11:34:25, den 3 november 2003 Message: Corrected some of ALG_TUPLE_ASSIGN. Still not working ---- Modified : /trunk/modeq/interactive.rml Revision: 1027 Author: petar Date: 18:33:13, den 31 oktober 2003 Message: Fixed bug with 1.e-15 and protected after equations.\n ---- Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 1025 Author: petar Date: 18:32:42, den 31 oktober 2003 Message: Fixed plotting bugs, etc. ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/doc/Makefile Modified : /trunk/modeq/doc/manual.tex Modified : /trunk/modeq/modsim.rml Modified : /trunk/modeq/runtime/ptolemyio.cpp Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/util.rml Revision: 1024 Author: levsa Date: 22:05:13, den 30 oktober 2003 Message: Code generation seems working ---- Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/real_array.c Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/staticexp.rml Revision: 1023 Author: levsa Date: 22:03:43, den 30 oktober 2003 Message: string fixed stdio.h added (yacclib.h needs FILE) ---- Modified : /trunk/modeq/runtime/ptolemyio.cpp Revision: 1022 Author: petar Date: 18:14:39, den 29 oktober 2003 Message: Fixed plotting function, using ptolemy. Export and import of simulation data according to ptolemy standard.. ---- Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/interactive.rml Added : /trunk/modeq/modsim.rml Modified : /trunk/modeq/runtime/Makefile.in Added : /trunk/modeq/runtime/ptolemyio.cpp Added : /trunk/modeq/runtime/ptolemyio.hpp Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/values.rml Revision: 1021 Author: levsa Date: 09:54:23, den 28 oktober 2003 Message: Working code generation. ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/staticexp.rml Revision: 1020 Author: petar Date: 16:47:35, den 27 oktober 2003 Message: Changed names of functions according to Peter F.s book. ---- Modified : /trunk/modeq/doc/manual.tex Modified : /trunk/modeq/helptext.txt Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Revision: 1019 Author: petar Date: 14:36:17, den 27 oktober 2003 Message: Fixed so unconnected flow variables are set to zero, and fixed so parameters are not substituted for their value in equations. ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/staticexp.rml Revision: 1018 Author: petar Date: 12:24:49, den 25 oktober 2003 Message: Fixed bugs for osmme and for external functions. ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Revision: 1017 Author: levsa Date: 17:14:55, den 24 oktober 2003 Message: Merged and resolved conflicts but examples not working. ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 1016 Author: levsa Date: 14:37:08, den 23 oktober 2003 Message: Added matching_state ---- Modified : /trunk/modeq/classinf.rml Revision: 1015 Author: levsa Date: 14:14:23, den 23 oktober 2003 Message: allow zero-length debugflag string ---- Modified : /trunk/modeq/runtime/rtopts.c Revision: 1014 Author: levsa Date: 14:14:07, den 23 oktober 2003 Message: including string ---- Modified : /trunk/modeq/runtime/cacheimpl.cpp Revision: 1013 Author: levsa Date: 14:12:20, den 23 oktober 2003 Message: init_modelica_string added ---- Modified : /trunk/c_runtime/modelica_string.c Modified : /trunk/c_runtime/modelica_string.h Revision: 1012 Author: levsa Date: 14:09:24, den 23 oktober 2003 Message: Conversion to and from Fortran 77 arrays (matrices) ---- Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.h Revision: 1011 Author: levsa Date: 14:08:02, den 23 oktober 2003 Message: socket added to AC_CHECK_FUNCS ---- Modified : /trunk/configure.in Revision: 1010 Author: petar Date: 05:16:29, den 23 oktober 2003 Message: Fixed several bugs with functions, e.g. Real X[:]=Y, etc. ---- Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 1009 Author: petar Date: 16:39:04, den 15 oktober 2003 Message: Fixed bug with infinite recursion when instanitating Modelica.Blocks. ---- Modified : /trunk/modeq/lookup.rml Revision: 1008 Author: petar Date: 09:25:50, den 13 oktober 2003 Message: Redesigned Type to cope with all types for operator overloading and koening lookup ---- Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 1007 Author: petar Date: 12:20:23, den 7 oktober 2003 Message: Added support for operator and function overloading. ---- Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 1006 Author: petar Date: 13:54:44, den 25 september 2003 Message: Added support for quoting using the Code keyword. ---- Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 1005 Author: petar Date: 13:54:07, den 25 september 2003 Message: Added support for quoting using the Code keyword. Implemented a faster Env: is now a hashtable using RMLs vector datatype. This will prevent a linear search in each frame. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/doc/manual.tex Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/runtime/socketimpl.c Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/values.rml Revision: 1004 Author: petar Date: 09:16:29, den 21 augusti 2003 Message: Fixed bug with Real x[:,size(x,1)] e.g. referencing its own definition but different dimension. ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Revision: 1002 Author: petar Date: 09:09:38, den 19 augusti 2003 Message: Added author ---- Modified : /trunk/modeq/doc/manual.tex Revision: 1001 Author: petar Date: 09:05:18, den 19 augusti 2003 Message: Fixed bug in unqualified imports. ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Revision: 1000 Author: petar Date: 13:30:56, den 18 augusti 2003 Message: Added manual written in LaTeX. ---- Added : /trunk/modeq/doc Added : /trunk/modeq/doc/Makefile Added : /trunk/modeq/doc/manual.tex Revision: 999 Author: levsa Date: 17:15:55, den 14 augusti 2003 Message: Test program for testing the parser. Uses parse_tree_dump to dump the parsed file ---- Added : /trunk/modelica_parser/src/test.cpp Revision: 998 Author: levsa Date: 17:15:01, den 14 augusti 2003 Message: Target test for the test program added ---- Modified : /trunk/modelica_parser/src/Makefile.in Revision: 997 Author: petar Date: 09:39:39, den 4 augusti 2003 Message: loadClass now handles several paths (separated by colon) in MODELICAPATH ---- Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/runtime/cacheimpl.cpp Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/system.rml Revision: 996 Author: petar Date: 13:42:51, den 28 juli 2003 Message: Cache now working, but speeds things down :( ---- Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/absyn_builder/Makefile.in Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/runtime/cacheimpl.cpp Revision: 994 Author: petar Date: 10:28:02, den 3 juli 2003 Message: added clearCache function. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/helptext.txt Revision: 993 Author: petar Date: 14:05:56, den 2 juli 2003 Message: Fixed two bugs with encapsulated. Removed old cache implementation. Made new external cacheimpl, not working yet (gc problems) ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/runtime/Makefile.in Modified : /trunk/modeq/Makefile.in Added : /trunk/modeq/runtime/cacheimpl.cpp Modified : /trunk/modeq/cache.rml Revision: 989 Author: x02kajny Date: 13:17:39, den 17 juni 2003 Message: Initial revision ---- Added : /trunk/flat_modelica_parser Added : /trunk/flat_modelica_parser/README Added : /trunk/flat_modelica_parser/TODO Added : /trunk/flat_modelica_parser/src Added : /trunk/flat_modelica_parser/src/Makefile Added : /trunk/flat_modelica_parser/src/expandedflat_modelica_parser.g Added : /trunk/flat_modelica_parser/src/flat_modelica_lexer.cpp Added : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g Added : /trunk/flat_modelica_parser/src/flat_modelica_lexer.hpp Added : /trunk/flat_modelica_parser/src/flat_modelica_parser.cpp Added : /trunk/flat_modelica_parser/src/flat_modelica_parser.g Added : /trunk/flat_modelica_parser/src/flat_modelica_parser.hpp Added : /trunk/flat_modelica_parser/src/flat_modelica_parserTokenTypes.hpp Added : /trunk/flat_modelica_parser/src/flat_modelica_tree_parser.cpp Added : /trunk/flat_modelica_parser/src/flat_modelica_tree_parser.hpp Added : /trunk/flat_modelica_parser/src/flat_modelica_tree_parserTokenTypes.hpp Added : /trunk/flat_modelica_parser/src/flat_modelica_tree_parserTokenTypes.txt Added : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.hpp Added : /trunk/flat_modelica_parser/src/flatmodelicaTokenTypes.txt Added : /trunk/flat_modelica_parser/src/modSimPackTest Added : /trunk/flat_modelica_parser/src/modSimPackTest.cc Added : /trunk/flat_modelica_parser/src/modSimPackTest.h Added : /trunk/flat_modelica_parser/src/parse_tree_dumper.cpp Added : /trunk/flat_modelica_parser/src/parse_tree_dumper.hpp Added : /trunk/flat_modelica_parser/src/semantic.cache Added : /trunk/flat_modelica_parser/src/walker.g Added : /trunk/flat_modelica_parser/testfiles Added : /trunk/flat_modelica_parser/testfiles/Commented.mof Added : /trunk/flat_modelica_parser/testfiles/Pendulum.mof Added : /trunk/flat_modelica_parser/testfiles/rlccircuit.mof Added : /trunk/flat_modelica_parser/testfiles/t.mof Added : /trunk/flat_modelica_parser/testfiles/test.mof Revision: 987 Author: petar Date: 15:54:15, den 16 juni 2003 Message: Added several operators and fixed several bugs. EvapIOTest example from Ruediger Franke now works (174 seconds) ---- Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 986 Author: levsa Date: 23:51:12, den 13 juni 2003 Message: double message ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 985 Author: levsa Date: 23:48:31, den 13 juni 2003 Message: Making rml2sig before modeq ---- Modified : /trunk/Makefile.in Revision: 984 Author: levsa Date: 23:47:57, den 13 juni 2003 Message: scandir check and socket+libsocket check added ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 983 Author: levsa Date: 23:46:43, den 13 juni 2003 Message: Fixed libsocket check in configure, removed arch check and ifs ---- Modified : /trunk/modeq/Makefile.in Revision: 982 Author: levsa Date: 23:45:32, den 13 juni 2003 Message: Removed example part ---- Modified : /trunk/modeq/rml2sig/Makefile.in Revision: 981 Author: levsa Date: 23:45:06, den 13 juni 2003 Message: scandir check, fixed by configure ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/runtime/Makefile.in Revision: 980 Author: levsa Date: 22:29:27, den 13 juni 2003 Message: LEX for rml2sig ---- Modified : /trunk/configure.in Revision: 979 Author: levsa Date: 22:27:59, den 13 juni 2003 Message: Sig file support fixed ---- Modified : /trunk/modeq Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/.cvsignore Modified : /trunk/modeq/Makefile.in Revision: 978 Author: levsa Date: 22:27:38, den 13 juni 2003 Message: Initial ---- Added : /trunk/modeq/rml2sig Added : /trunk/modeq/rml2sig/Makefile.in Added : /trunk/modeq/rml2sig/.cvsignore Added : /trunk/modeq/rml2sig/rml2sig.lex Added : /trunk/modeq/rml2sig/rmldep.sh Revision: 977 Author: levsa Date: 12:05:27, den 12 juni 2003 Message: Merged back interfaces and implementations ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/graphviz.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/print.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/values.rml Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/builtin_safe.rml Modified : /trunk/modeq/cache.rml Deleted : /trunk/modeq/absyn.rml.impl Deleted : /trunk/modeq/algorithm.rml.impl Deleted : /trunk/modeq/builtin.rml.impl Deleted : /trunk/modeq/builtin_safe.rml.impl Deleted : /trunk/modeq/cache.rml.impl Deleted : /trunk/modeq/classinf.rml.impl Deleted : /trunk/modeq/classloader.rml.impl Deleted : /trunk/modeq/codegen.rml.impl Deleted : /trunk/modeq/connect.rml.impl Deleted : /trunk/modeq/dae.rml.impl Deleted : /trunk/modeq/debug.rml.impl Deleted : /trunk/modeq/dump.rml.impl Deleted : /trunk/modeq/dumpgraphviz.rml.impl Deleted : /trunk/modeq/env.rml.impl Deleted : /trunk/modeq/exp.rml.impl Deleted : /trunk/modeq/explode.rml.impl Deleted : /trunk/modeq/graphviz.rml.impl Deleted : /trunk/modeq/inst.rml.impl Deleted : /trunk/modeq/interactive.rml.impl Deleted : /trunk/modeq/lookup.rml.impl Deleted : /trunk/modeq/main.rml.impl Deleted : /trunk/modeq/mod.rml.impl Deleted : /trunk/modeq/modutil.rml.impl Deleted : /trunk/modeq/parse.rml.impl Deleted : /trunk/modeq/prefix.rml.impl Deleted : /trunk/modeq/print.rml.impl Deleted : /trunk/modeq/rtopts.rml.impl Deleted : /trunk/modeq/socket.rml.impl Deleted : /trunk/modeq/staticexp.rml.impl Deleted : /trunk/modeq/system.rml.impl Deleted : /trunk/modeq/types.rml.impl Deleted : /trunk/modeq/util.rml.impl Deleted : /trunk/modeq/values.rml.impl Revision: 976 Author: petar Date: 11:44:58, den 12 juni 2003 Message: Added array constructor. Made all fail printing visible throguh failtrace flag. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/absyn.rml.impl Modified : /trunk/modeq/builtin.rml.impl Modified : /trunk/modeq/inst.rml.impl Modified : /trunk/modeq/lookup.rml.impl Modified : /trunk/modeq/mod.rml.impl Modified : /trunk/modeq/staticexp.rml.impl Modified : /trunk/modeq/types.rml.impl Modified : /trunk/modeq/util.rml.impl Revision: 975 Author: petar Date: 16:00:01, den 10 juni 2003 Message: Added optional modifier according to Modelica2.1 ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 974 Author: petar Date: 15:59:18, den 10 juni 2003 Message: Added element support for builtin types, e.g. unit, quantity. Added getUnit, getQuantity,..., functions. Fixed optional modification in absyn and parser. Added support for structural parameters and partly implemented analysis to dectect those. ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/interactive_api.txt Modified : /trunk/modeq/helptext.txt Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/absyn.rml.impl Modified : /trunk/modeq/algorithm.rml.impl Modified : /trunk/modeq/builtin.rml.impl Modified : /trunk/modeq/codegen.rml.impl Modified : /trunk/modeq/dae.rml.impl Modified : /trunk/modeq/dump.rml.impl Modified : /trunk/modeq/env.rml.impl Modified : /trunk/modeq/exp.rml.impl Modified : /trunk/modeq/explode.rml.impl Modified : /trunk/modeq/inst.rml.impl Modified : /trunk/modeq/interactive.rml.impl Modified : /trunk/modeq/lookup.rml.impl Modified : /trunk/modeq/staticexp.rml.impl Modified : /trunk/modeq/types.rml.impl Modified : /trunk/modeq/util.rml.impl Revision: 973 Author: petar Date: 15:56:37, den 10 juni 2003 Message: removed tempfile, not platform independent.Added compilation check. ---- Modified : /trunk/modeq/myrmlc Revision: 972 Author: levsa Date: 10:05:03, den 10 juni 2003 Message: Separated rml files into interface and implementation. Use myrmlc for compiling as before. Only one file at a time can be compiled ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/graphviz.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/values.rml Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/builtin_safe.rml Modified : /trunk/modeq/cache.rml Added : /trunk/modeq/absyn.rml.impl Added : /trunk/modeq/algorithm.rml.impl Added : /trunk/modeq/builtin.rml.impl Added : /trunk/modeq/builtin_safe.rml.impl Added : /trunk/modeq/cache.rml.impl Added : /trunk/modeq/classinf.rml.impl Added : /trunk/modeq/classloader.rml.impl Added : /trunk/modeq/codegen.rml.impl Added : /trunk/modeq/connect.rml.impl Added : /trunk/modeq/dae.rml.impl Added : /trunk/modeq/debug.rml.impl Added : /trunk/modeq/dump.rml.impl Added : /trunk/modeq/dumpgraphviz.rml.impl Added : /trunk/modeq/env.rml.impl Added : /trunk/modeq/exp.rml.impl Added : /trunk/modeq/explode.rml.impl Added : /trunk/modeq/graphviz.rml.impl Added : /trunk/modeq/inst.rml.impl Added : /trunk/modeq/interactive.rml.impl Added : /trunk/modeq/lookup.rml.impl Added : /trunk/modeq/main.rml.impl Added : /trunk/modeq/mod.rml.impl Added : /trunk/modeq/modutil.rml.impl Added : /trunk/modeq/parse.rml.impl Added : /trunk/modeq/prefix.rml.impl Added : /trunk/modeq/print.rml.impl Added : /trunk/modeq/rtopts.rml.impl Added : /trunk/modeq/socket.rml.impl Added : /trunk/modeq/staticexp.rml.impl Added : /trunk/modeq/system.rml.impl Added : /trunk/modeq/types.rml.impl Added : /trunk/modeq/util.rml.impl Added : /trunk/modeq/values.rml.impl Added : /trunk/modeq/myrmlc Revision: 971 Author: levsa Date: 16:36:01, den 2 juni 2003 Message: Modelica String implementation, use with e.g. external functions ---- Added : /trunk/c_runtime/modelica_string.c Added : /trunk/c_runtime/modelica_string.h Revision: 970 Author: levsa Date: 16:33:10, den 2 juni 2003 Message: local (protected) variables in functions implemented. Started to implement strings in external function interface ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/string_array.h Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/DEBUG.TXT Modified : /trunk/modeq/cache.rml Revision: 966 Author: petar Date: 16:00:24, den 12 maj 2003 Message: Fixed bug in addConnection for classes in packages. ---- Modified : /trunk/modeq/interactive.rml Revision: 965 Author: petar Date: 15:47:26, den 9 maj 2003 Message: fixed small bug in text. ---- Modified : /trunk/README Revision: 964 Author: petar Date: 15:41:45, den 9 maj 2003 Message: Added compile text, example. ---- Modified : /trunk/README Revision: 963 Author: petar Date: 14:47:26, den 9 maj 2003 Message: Added caching, assert, helptext and help command ---- Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/algorithm.rml Added : /trunk/modeq/cache.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Added : /trunk/modeq/helptext.txt Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Revision: 962 Author: petar Date: 16:04:51, den 28 april 2003 Message: Added time relation ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/system.rml Revision: 961 Author: petar Date: 15:02:26, den 23 april 2003 Message: Fixed bug in lookup of qualified imports ---- Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Revision: 960 Author: petar Date: 14:11:43, den 16 april 2003 Message: Fixed bugs in lookup inside packages. SignalVoltage now works for Modelica Stdlib v1.5. ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Revision: 959 Author: petar Date: 14:10:48, den 16 april 2003 Message: Increased socket buffer to 4000 bytes. ---- Modified : /trunk/modeq/runtime/socketimpl.c Revision: 958 Author: levsa Date: 15:48:05, den 7 april 2003 Message: A simple scandir implementation for solaris, without sorting. ---- Modified : /trunk/modeq/runtime/systemimpl.c Revision: 957 Author: petar Date: 09:42:45, den 7 april 2003 Message: Fixed bug with extending functions not yet declared (use before declare) ---- Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Revision: 943 Author: petar Date: 14:09:58, den 2 april 2003 Message: Added binding and comment options to addComponent and updateComponent ---- Modified : /trunk/modeq/interactive.rml Revision: 942 Author: petar Date: 13:47:37, den 19 mars 2003 Message: Fixed attributes in derived classes. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 941 Author: petar Date: 13:46:49, den 19 mars 2003 Message: fixed bug with type_prefix in derived classes. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 940 Author: petar Date: 09:02:42, den 19 mars 2003 Message: Fixed bug in getNthComponent. ---- Modified : /trunk/modeq/interactive.rml Revision: 939 Author: petar Date: 17:13:46, den 18 mars 2003 Message: Fixed deleteConnection and updateConnection. ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Revision: 938 Author: petar Date: 16:04:47, den 18 mars 2003 Message: Fixed many bugs in flattening of inheritance structure. Now translates Modelica.Electrical.Analog.Sources.SineVoltage ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/values.rml Revision: 937 Author: levsa Date: 10:53:21, den 17 mars 2003 Message: Fortran 77 support fixed ---- Modified : /trunk/c_runtime/real_array.c Modified : /trunk/modeq/codegen.rml Revision: 936 Author: levsa Date: 16:06:26, den 14 mars 2003 Message: Fortran 77 support ---- Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Revision: 935 Author: petar Date: 11:31:04, den 7 mars 2003 Message: Fixed addClassAnnotation, to be used for adding Icon, Diagram and Documentation annotations to classes. ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Revision: 934 Author: petar Date: 16:42:09, den 6 mars 2003 Message: fixed bug in getNthConnectionAnnotation. ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Revision: 933 Author: petar Date: 11:44:13, den 5 mars 2003 Message: Moved many interactive functions to StaticExp, such that they can be evaluated in any sub-expression. Also fixed bug with getIconAnnotation, getDiagramAnnotation. ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/values.rml Revision: 932 Author: petar Date: 08:26:37, den 4 mars 2003 Message: Fixed several statements per input. Ouput if no semicolon. ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/print.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/runtime/printimpl.c Modified : /trunk/modeq/absyn_builder/expression_parser.g Modified : /trunk/modeq/absyn_builder/walker.g Revision: 931 Author: petar Date: 13:38:20, den 3 mars 2003 Message: Added isClass ---- Modified : /trunk/modeq/interactive.rml Revision: 930 Author: petar Date: 13:01:27, den 3 mars 2003 Message: Fixed bugs in unparser, now unparses ThermoFluid correctly. ---- Modified : /trunk/modeq/dump.rml Revision: 929 Author: petar Date: 09:28:20, den 3 mars 2003 Message: Removed relaxations. 1. and .12 and 1.e-4 etc SHOULD NOT be allowed (Many people in design group has this opinion) ---- Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 928 Author: petar Date: 09:22:15, den 3 mars 2003 Message: Unparser running. Accepting whole modelica standard library. ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Modified : /trunk/modeq/absyn_builder/walker.g Revision: 927 Author: levsa Date: 10:52:12, den 28 februari 2003 Message: Bugfix ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/inst.rml Revision: 926 Author: petar Date: 07:44:26, den 28 februari 2003 Message: Fixed bug with casts on arrays in graphic annotation expressions ---- Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 925 Author: petar Date: 10:35:47, den 27 februari 2003 Message: Implemented deleteComponent. ---- Modified : /trunk/modeq/interactive.rml Revision: 924 Author: levsa Date: 09:57:26, den 27 februari 2003 Message: history save and load ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 923 Author: petar Date: 08:52:07, den 27 februari 2003 Message: Fixat bug i addComponent ---- Modified : /trunk/modeq/interactive.rml Revision: 922 Author: petar Date: 16:11:01, den 20 februari 2003 Message: Fixed bug with Diagram in component annotations. ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Revision: 921 Author: levsa Date: 14:22:23, den 20 februari 2003 Message: Partial external function support (records missing) ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 920 Author: levsa Date: 14:05:00, den 20 februari 2003 Message: Partial external function support (records missing) ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/exp.rml Revision: 919 Author: petar Date: 15:33:04, den 14 februari 2003 Message: Fixed bug in declare before use. Now have untyped modifier expressions temporarily when instantiating. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Revision: 918 Author: petar Date: 10:53:13, den 10 februari 2003 Message: fixed some bugs with redeclarations. Not quite bug-free yet ---- Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Revision: 917 Author: petar Date: 11:00:52, den 7 februari 2003 Message: redeclare partly implemented (no subtype checking, final checking,etc yet) ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 916 Author: levsa Date: 17:59:16, den 6 februari 2003 Message: External function support for builtin basic types ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/util.rml Revision: 915 Author: petar Date: 12:18:20, den 6 februari 2003 Message: Fixed instantiation bug with extends. ---- Modified : /trunk/modeq/classloader.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/types.rml Revision: 914 Author: petar Date: 09:24:23, den 4 februari 2003 Message: Added initial() expression. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 913 Author: petar Date: 09:10:09, den 4 februari 2003 Message: Added module classloader and function loadClass that loads a class from MODELICAPATH. ---- Modified : /trunk/modeq/runtime/systemimpl.c Added : /trunk/modeq/classloader.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/absyn_builder/walker.g Revision: 912 Author: levsa Date: 13:58:02, den 3 februari 2003 Message: Temporary fix for MAXPATHLEN define for unix ---- Modified : /trunk/modeq/runtime/systemimpl.c Revision: 911 Author: petar Date: 13:31:28, den 29 januari 2003 Message: Added impl. for Integers. ---- Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/index_spec.h Revision: 910 Author: levsa Date: 22:41:30, den 28 januari 2003 Message: Bugfix for external nodes ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 909 Author: levsa Date: 22:38:32, den 28 januari 2003 Message: Dump of Initial sections and external declarations ---- Modified : /trunk/modeq/dump.rml Revision: 908 Author: petar Date: 16:10:36, den 28 januari 2003 Message: Fixed bug with external decl. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 907 Author: petar Date: 09:54:17, den 28 januari 2003 Message: Added each keyword to absyn ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/absyn_builder/expression_parser.g Modified : /trunk/modeq/absyn_builder/walker.g Revision: 906 Author: petar Date: 11:26:32, den 24 januari 2003 Message: fixed bug in initial equation ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 905 Author: petar Date: 11:25:21, den 24 januari 2003 Message: Added change of local directory for server ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 904 Author: levsa Date: 16:55:14, den 21 januari 2003 Message: Changes due to additions for replaceable to SCode.COMPONENT ---- Modified : /trunk/modeq/staticexp.rml Revision: 903 Author: levsa Date: 16:54:35, den 21 januari 2003 Message: Changes due to additions to SCode.PARTS for initial equation/algoritm, and SCode.COMPONENT for replaceable. ---- Modified : /trunk/modeq/lookup.rml Revision: 902 Author: levsa Date: 16:52:11, den 21 januari 2003 Message: Initial equation and initial algorithm translation added. inst_equation, inst_algoritm, etc. ---- Modified : /trunk/modeq/inst.rml Revision: 901 Author: levsa Date: 16:34:50, den 21 januari 2003 Message: Translation of INITIALEQUATIONS and INITIALALGORITMS from Absyn to SCode added. Replaceable flag added to SCode.COMPONENT. ---- Modified : /trunk/modeq/explode.rml Revision: 900 Author: levsa Date: 16:27:52, den 21 januari 2003 Message: DAE elements for initial equation and initial algorithm added ---- Modified : /trunk/modeq/dae.rml Revision: 899 Author: levsa Date: 16:18:19, den 21 januari 2003 Message: Adapted due to additions of initial equations and algorithms in SCode.PARTS ---- Modified : /trunk/modeq/builtin.rml Revision: 898 Author: petar Date: 10:55:40, den 19 januari 2003 Message: Fixed C-d and empty line error ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 897 Author: petar Date: 10:52:01, den 19 januari 2003 Message: lookup according to Modelica 2.0 (impl in vardnas workshop) ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/system.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 896 Author: vaden Date: 13:44:45, den 16 januari 2003 Message: Encapsulated messages added ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/builtin_safe.rml Revision: 895 Author: petar Date: 07:26:55, den 16 januari 2003 Message: Fixed bug in InteractiveStmt, changed due to updated Absyn. ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/absyn_builder/expression_parser.g Revision: 894 Author: petar Date: 07:25:19, den 16 januari 2003 Message: Fixed C-d to exit shell. ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 893 Author: petar Date: 16:59:58, den 14 januari 2003 Message: Fixed bug wiht tail ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 892 Author: petar Date: 16:27:54, den 14 januari 2003 Message: Fixed bug with setting of variable and having whitespace. ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 891 Author: petar Date: 13:38:41, den 14 januari 2003 Message: Removed unused files, fixed prevent lookup of protected elts ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Deleted : /trunk/modeq/class.rml Deleted : /trunk/modeq/lform.rml Deleted : /trunk/modeq/modelica.rml Revision: 890 Author: petar Date: 12:53:29, den 14 januari 2003 Message: Removed all parser stuff from mosh ---- Modified : /trunk/mosh/src/Makefile.in Revision: 889 Author: petar Date: 14:12:32, den 20 december 2002 Message: Added command line option -noserv to start without starting server (assumed to be already running) ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 888 Author: petar Date: 13:10:21, den 20 december 2002 Message: Fixed bug in Polygon annotation, arrows in line. Added methods existModel and existClass ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Revision: 887 Author: petar Date: 17:30:52, den 19 december 2002 Message: Fixed bug with subscripting of matrices in modification equations ---- Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/util.rml Revision: 886 Author: petar Date: 14:18:28, den 19 december 2002 Message: added existClass, changed getModels and getPackages to getClassNames. ---- Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Revision: 885 Author: petar Date: 16:36:16, den 17 december 2002 Message: added isPrimitive and other isXXX functions. Added getInheritanceCount, getNthInheritedClass ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/interactive_api.txt Revision: 884 Author: petar Date: 14:02:38, den 17 december 2002 Message: Fixed getNthComponentAnnotation ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/interactive.rml Revision: 883 Author: petar Date: 12:07:29, den 17 december 2002 Message: Fixed bug in function_arguments. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 882 Author: petar Date: 12:06:19, den 17 december 2002 Message: Fixed bug in function_arguments when building ast ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/absyn_builder/expression_parser.g Modified : /trunk/modeq/absyn_builder/walker.g Revision: 881 Author: petar Date: 08:34:42, den 12 december 2002 Message: Upgraded to complete 2.0 in absyn (according to spec ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 880 Author: petar Date: 08:33:54, den 12 december 2002 Message: Upgraded to complete 2.0 (according to spec ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Modified : /trunk/modelica_parser/test/parser/test_parser.cpp Revision: 879 Author: petar Date: 16:16:41, den 3 december 2002 Message: Improved some dumping. Some enum bugs. Added correct builtin attributes. ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 878 Author: petar Date: 14:47:56, den 13 november 2002 Message: Added R_EXT_FUNCTION as restriction. Propagated external function info down to dae. ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Revision: 877 Author: petar Date: 11:08:07, den 6 november 2002 Message: Fixed bug in external functions (parsing and absyn) ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 876 Author: petar Date: 12:48:53, den 5 november 2002 Message: Fixed bug in getIconAnnotation ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/interactive_api.txt Revision: 875 Author: petar Date: 14:37:24, den 4 november 2002 Message: Fixed type conversion of unknown dimensions, fixed correct annotation building from named arguments ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 874 Author: petar Date: 09:29:35, den 30 oktober 2002 Message: Fixed minor things. typeOf function implemented ---- Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/values.rml Revision: 873 Author: petar Date: 13:59:55, den 25 oktober 2002 Message: Fixed automatic code generation of functions. Fcn in packages does not work yet. ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Revision: 872 Author: petar Date: 17:02:39, den 22 oktober 2002 Message: Fixed InteractiveSymbolTable in elab_exp ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Revision: 871 Author: petar Date: 11:24:25, den 22 oktober 2002 Message: Broke circular dependency by moving stuff from Static to Types ---- Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 870 Author: petar Date: 11:24:16, den 21 oktober 2002 Message: Now compiling, added compiled functions to elab_exp and ceval. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Revision: 869 Author: petar Date: 09:59:45, den 21 oktober 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Revision: 868 Author: petar Date: 09:27:56, den 18 oktober 2002 Message: automatic code generation almost complete. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Revision: 867 Author: petar Date: 13:07:26, den 17 oktober 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/lookup.rml Revision: 866 Author: petar Date: 09:02:32, den 17 oktober 2002 Message: cast of arrays, whitespace in parsing models, etc. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Revision: 865 Author: petar Date: 08:29:45, den 16 oktober 2002 Message: Fixed instantiation of models inside packages. Fixed declare before use of functions (types in env). ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/runtime/printimpl.c Revision: 864 Author: x02danhe Date: 04:44:19, den 16 oktober 2002 Message: Fixed a bug causing the makefile generation to fail if more than one path was returned when executing the find command. ---- Modified : /trunk/configure.in Revision: 863 Author: x02danhe Date: 04:25:28, den 16 oktober 2002 Message: Fixed a bug causing the makefile generation to fail if more than one path was returned when executing the find command. ---- Modified : /trunk/configure Revision: 862 Author: petar Date: 13:44:26, den 14 oktober 2002 Message: added errohandling in socketcomm. ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 861 Author: petar Date: 13:43:53, den 14 oktober 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Revision: 860 Author: petar Date: 09:24:33, den 14 oktober 2002 Message: *** empty log message *** ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/interactive_api.txt Modified : /trunk/modeq/runtime/socketimpl.c Revision: 859 Author: petar Date: 09:04:59, den 7 oktober 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/interactive.rml Revision: 858 Author: petar Date: 10:55:08, den 4 oktober 2002 Message: Added external functions to Absyn. Added type convert of vector constructors (RANGE) ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 857 Author: petar Date: 13:41:29, den 3 oktober 2002 Message: Code generation of functions now working inside interactive env ---- Modified : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/values.rml Modified : /trunk/modeq/runtime/Makefile.in Revision: 856 Author: petar Date: 11:09:50, den 1 oktober 2002 Message: Removed includes of .c files. ---- Modified : /trunk/c_runtime/modelica.h Revision: 855 Author: petar Date: 09:04:19, den 1 oktober 2002 Message: Almost finished codegen in interactive. ---- Added : /trunk/modeq/runtime/systemimpl.c Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/prefix.rml Added : /trunk/modeq/print.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Added : /trunk/modeq/system.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Modified : /trunk/modeq/runtime/Makefile.in Added : /trunk/modeq/runtime/printimpl.c Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/builtin_safe.rml Modified : /trunk/modeq/runtime/socketimpl.c Modified : /trunk/modeq/lform.rml Revision: 854 Author: petar Date: 08:58:52, den 1 oktober 2002 Message: added history ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 852 Author: petar Date: 12:16:03, den 20 september 2002 Message: newModel -> createModel ---- Modified : /trunk/modeq/interactive.rml Revision: 851 Author: petar Date: 09:23:09, den 20 september 2002 Message: Added program to build initial env for expression evaluation ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/values.rml Revision: 850 Author: petar Date: 11:11:44, den 19 september 2002 Message: Added evaluation of expressions and storing of variables in interactive through ceval ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/values.rml Revision: 849 Author: petar Date: 10:55:40, den 17 september 2002 Message: Added expression evaluation through staticexp ---- Modified : /trunk/modeq/interactive.rml Revision: 848 Author: petar Date: 10:54:23, den 17 september 2002 Message: Changed implementation to work with modeq in interactive mode ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 847 Author: petar Date: 16:14:08, den 12 september 2002 Message: added encapsulated to Absyn and SCode. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lform.rml Modified : /trunk/modeq/lookup.rml Revision: 846 Author: petar Date: 14:17:56, den 11 september 2002 Message: Added import statements to instantiation/lookup. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Revision: 845 Author: petar Date: 13:28:38, den 6 september 2002 Message: added getPackages and getModels ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Revision: 844 Author: petar Date: 14:31:45, den 4 september 2002 Message: getDiagramAnnotation now working. ---- Modified : /trunk/modeq/interactive.rml Revision: 843 Author: petar Date: 16:47:41, den 3 september 2002 Message: Fixed getIconAnnotation, incl elab_graphics_exp, MATRIX type conversions, etc. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Revision: 842 Author: petar Date: 08:57:56, den 3 september 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/interactive.rml Revision: 841 Author: petar Date: 16:29:28, den 29 augusti 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Revision: 840 Author: petar Date: 12:57:00, den 28 augusti 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Revision: 839 Author: petar Date: 09:37:25, den 28 augusti 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/inst.rml Revision: 838 Author: petar Date: 16:36:53, den 22 augusti 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/util.rml Revision: 837 Author: petar Date: 08:52:00, den 21 augusti 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/interactive.rml Revision: 836 Author: petar Date: 11:39:57, den 19 augusti 2002 Message: Fixed bug in lookup_class ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Revision: 833 Author: petar Date: 15:44:08, den 16 augusti 2002 Message: Fixed bug in inst_element_list (declare before use) of array dimensions ---- Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 832 Author: petar Date: 16:24:23, den 15 augusti 2002 Message: Fixed bug in instantiation of variables (decl before use) ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Revision: 831 Author: petar Date: 14:00:37, den 14 augusti 2002 Message: Fixed bug with value propagation into parameter values ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Revision: 830 Author: petar Date: 09:23:58, den 14 augusti 2002 Message: Fixed variable bindings when declared before use. ---- Modified : /trunk/modeq/inst.rml Revision: 829 Author: petar Date: 08:12:51, den 14 augusti 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Revision: 828 Author: petar Date: 16:02:58, den 8 augusti 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Revision: 827 Author: petar Date: 10:43:30, den 6 augusti 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Revision: 826 Author: petar Date: 13:50:47, den 2 augusti 2002 Message: working on lookup & declare before use ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Revision: 825 Author: petar Date: 14:32:52, den 1 augusti 2002 Message: getIconAnnotation now works. ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 824 Author: petar Date: 16:08:41, den 30 juli 2002 Message: Fixed bug in record constructor, now handles dimensions correct. Also moved som instantiation work from lookup to inst. ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 823 Author: petar Date: 09:25:52, den 30 juli 2002 Message: fixed bug with ordering of arguments to functions. ---- Modified : /trunk/modeq/staticexp.rml Revision: 822 Author: petar Date: 15:44:25, den 29 juli 2002 Message: Fixed positional and named arguments to functions in staticexp. ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/staticexp.rml Revision: 821 Author: petar Date: 13:10:53, den 25 juli 2002 Message: moving to laptop. ---- Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Revision: 820 Author: petar Date: 11:05:24, den 25 juli 2002 Message: fixed bug in component annotation ---- Modified : /trunk/modeq/absyn_builder/walker.g Revision: 819 Author: petar Date: 09:40:56, den 25 juli 2002 Message: Fixed function calls with no arguments ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 818 Author: petar Date: 13:22:24, den 24 juli 2002 Message: implemented list of symboltable. ---- Modified : /trunk/modeq/interactive.rml Revision: 817 Author: petar Date: 10:39:50, den 24 juli 2002 Message: added implicit lookup of record constructor functions ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Modified : /trunk/modeq/lookup.rml Revision: 816 Author: petar Date: 08:23:06, den 23 juli 2002 Message: added getIconAnnotation ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Revision: 815 Author: petar Date: 10:51:12, den 18 juni 2002 Message: Added flat records for Graphical primitives. ---- Modified : /trunk/modeq/interactive_api.txt Revision: 814 Author: petar Date: 08:23:56, den 13 juni 2002 Message: Added getNthConnector and getConnectorCount. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Modified : /trunk/modeq/lookup.rml Revision: 813 Author: petar Date: 16:27:20, den 6 juni 2002 Message: getNthConnectionAnnotation almost work ---- Modified : /trunk/modeq/exp.rml Revision: 812 Author: petar Date: 14:35:47, den 6 juni 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/interactive.rml Revision: 811 Author: petar Date: 11:10:00, den 6 juni 2002 Message: Added lookup rules for enumeration and completed other parts of enumeration ---- Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 807 Author: petar Date: 13:44:32, den 4 juni 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Revision: 806 Author: petar Date: 12:24:44, den 4 juni 2002 Message: Fixed lookup of local classes, incl. packages. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Revision: 805 Author: petar Date: 08:19:16, den 4 juni 2002 Message: Temporary fix of lookup bug, Enumerations partly working ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/types.rml Revision: 804 Author: petar Date: 16:38:42, den 30 maj 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/interactive_api.txt Revision: 803 Author: petar Date: 16:20:06, den 30 maj 2002 Message: Added enumerations to parser and Absyn. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 802 Author: petar Date: 12:33:57, den 30 maj 2002 Message: Added enumeration type. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 801 Author: petar Date: 10:52:35, den 30 maj 2002 Message: Added connection annotations to parser and absyn. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/interactive_api.txt Modified : /trunk/modeq/absyn_builder/walker.g Revision: 800 Author: petar Date: 16:03:39, den 29 maj 2002 Message: getNthConnection completed ---- Modified : /trunk/modeq/interactive.rml Revision: 799 Author: petar Date: 14:16:09, den 29 maj 2002 Message: getConnectionCount completed. ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/interactive_api.txt Revision: 798 Author: petar Date: 13:02:07, den 29 maj 2002 Message: getNthComponentAnnotation completed. ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Revision: 797 Author: petar Date: 09:22:45, den 29 maj 2002 Message: Fixed bug that removed equations from components, in relation fix_direction. ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Revision: 796 Author: petar Date: 16:00:03, den 24 maj 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Revision: 795 Author: petar Date: 08:37:22, den 23 maj 2002 Message: *** empty log message *** ---- Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/explode.rml Revision: 794 Author: petar Date: 13:25:12, den 21 maj 2002 Message: allmost added getNthComponentAnnotation, migrating to laptop ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/interactive_api.txt Revision: 793 Author: petar Date: 11:54:09, den 16 maj 2002 Message: Added text file explaining interactive api ---- Added : /trunk/modeq/interactive_api.txt Revision: 792 Author: petar Date: 09:43:00, den 16 maj 2002 Message: Changed api functions, strings -> componentrefs ---- Modified : /trunk/modeq/interactive.rml Revision: 791 Author: petar Date: 09:06:33, den 16 maj 2002 Message: Added translateClass function, and dumping of DAE to string ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Revision: 790 Author: petar Date: 12:32:33, den 14 maj 2002 Message: Added addComponent function. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/interactive.rml Revision: 789 Author: petar Date: 09:43:23, den 8 maj 2002 Message: Added named arguments to functions. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 788 Author: petar Date: 09:22:51, den 8 maj 2002 Message: Added named arguments in functions to parser and absyn ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 787 Author: petar Date: 16:58:22, den 2 maj 2002 Message: Added newModel(foo) and newModel(bar,scope) to interactive env ---- Modified : /trunk/modeq/interactive.rml Revision: 786 Author: petar Date: 13:37:54, den 2 maj 2002 Message: Added graphical annotations to absyn.rml ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 785 Author: petar Date: 13:05:44, den 25 april 2002 Message: Fixed bugs in within. ---- Modified : /trunk/modeq/absyn.rml Revision: 784 Author: petar Date: 09:24:51, den 25 april 2002 Message: Within now works, i.e. local classes can interactively be inserted ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/util.rml Revision: 783 Author: petar Date: 12:57:14, den 23 april 2002 Message: Added within to Absyn.Program ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/modelica.rml Revision: 782 Author: petar Date: 08:39:04, den 22 april 2002 Message: Moved README.TXT to READMEFIRST.TXT to avoid cvs co conflict on cygwin ---- Added : /trunk/testsuite/READMEFIRST.TXT Deleted : /trunk/testsuite/README.TXT Revision: 781 Author: petar Date: 08:32:22, den 22 april 2002 Message: Added incremental adding of top level classes ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/absyn_builder/Makefile.in Revision: 780 Author: petar Date: 13:35:43, den 19 april 2002 Message: added interactive symboltable ---- Modified : /trunk/modeq/dae.rml Added : /trunk/modeq/interactive.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/Makefile.in Modified : /trunk/modeq/absyn_builder/Makefile.in Revision: 779 Author: petar Date: 08:10:35, den 19 april 2002 Message: Added expression parser in the interactive environment ---- Added : /trunk/modeq/absyn_builder/expression_parser.g Revision: 778 Author: petar Date: 16:47:04, den 18 april 2002 Message: Added expression parser in the interactive environment ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/socket.rml Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/runtime/socketimpl.c Revision: 777 Author: petar Date: 08:23:56, den 18 april 2002 Message: Small bug in revision info ---- Modified : /trunk/modeq/socket.rml Revision: 776 Author: petar Date: 08:19:42, den 18 april 2002 Message: Added socket communication for an interactive mode compiler. Start modeq with +d=interactive,dump,interactivedump and then telnet to port 29500 to send models to the server. So far the models are not saved anywhere, they are only output if dump flag is set. ---- Modified : /trunk/modeq/absyn_builder/parse.cpp Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/parse.rml Added : /trunk/modeq/socket.rml Modified : /trunk/modeq/runtime/Makefile.in Modified : /trunk/modeq/Makefile.in Added : /trunk/modeq/runtime/socketimpl.c Revision: 775 Author: petar Date: 10:54:27, den 16 april 2002 Message: Added inner/outer to absyn ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 774 Author: petar Date: 16:39:01, den 14 mars 2002 Message: Turned off ast debug print ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 773 Author: petar Date: 16:38:34, den 14 mars 2002 Message: gethrtime returns zero until a platformindep solution is found. ---- Modified : /trunk/mosh/src/builtin_function.cpp Revision: 772 Author: petar Date: 16:37:47, den 14 mars 2002 Message: Added cleaning cpp and hpp files generated by antlr ---- Modified : /trunk/mosh/src/Makefile.in Revision: 771 Author: petar Date: 16:36:53, den 14 mars 2002 Message: added extra check of rmlc ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 770 Author: petar Date: 16:24:18, den 14 mars 2002 Message: Removed linking with runtime, c files are included instead ---- Modified : /trunk/mosh/build/Makefile.single Revision: 769 Author: petar Date: 16:17:17, den 14 mars 2002 Message: added ./ before executable, not certain that . is in PATH ---- Modified : /trunk/mosh/src/compiled_function.cpp Revision: 768 Author: petar Date: 11:03:52, den 14 mars 2002 Message: changed /dev/null to empty tempfile ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 767 Author: petar Date: 10:52:05, den 14 mars 2002 Message: Added antlr.Tool check in CP ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 766 Author: petar Date: 09:44:43, den 14 mars 2002 Message: Fixed bug in rmlc ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 765 Author: petar Date: 08:24:50, den 14 mars 2002 Message: removed c_runtime/Makefile from being generated ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 764 Author: petar Date: 08:21:27, den 14 mars 2002 Message: bash script bug ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 763 Author: petar Date: 08:18:37, den 14 mars 2002 Message: same bug again! ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 762 Author: petar Date: 08:15:32, den 14 mars 2002 Message: bug in libreadline.a ---- Modified : /trunk/configure Modified : /trunk/configure.in Revision: 761 Author: petar Date: 07:59:51, den 14 mars 2002 Message: added Makefile.in, removed Makefile ---- Added : /trunk/mosh/src/Makefile.in Added : /trunk/modelica_parser/src/Makefile.in Added : /trunk/modelica_parser/test/lexer/Makefile.in Added : /trunk/modelica_parser/test/parser/Makefile.in Added : /trunk/modeq/runtime/Makefile.in Added : /trunk/modeq/Makefile.in Added : /trunk/modeq/absyn_builder/Makefile.in Deleted : /trunk/modelica_parser/examples/walker/Makefile Added : /trunk/modelica_parser/examples/walker/Makefile.in Deleted : /trunk/modelica_parser/src/Makefile Deleted : /trunk/modelica_parser/test/lexer/Makefile Deleted : /trunk/modelica_parser/test/parser/Makefile Deleted : /trunk/modeq/Makefile Deleted : /trunk/modeq/absyn_builder/Makefile Deleted : /trunk/modeq/ast/Makefile Added : /trunk/modeq/ast/Makefile.in Deleted : /trunk/modeq/runtime/Makefile Deleted : /trunk/modeq/test_codegen/Makefile Added : /trunk/modeq/test_codegen/Makefile.in Deleted : /trunk/mosh/src/Makefile Revision: 760 Author: petar Date: 07:53:02, den 14 mars 2002 Message: Added Makefile.in, removed Makefile ---- Deleted : /trunk/modelica_parser/examples/class2dot/Makefile Added : /trunk/modelica_parser/examples/class2dot/Makefile.in Deleted : /trunk/modelica_parser/examples/mosh/Makefile Added : /trunk/modelica_parser/examples/mosh/Makefile.in Revision: 759 Author: petar Date: 07:50:55, den 14 mars 2002 Message: Added configure scripts ---- Added : /trunk/Makefile.in Added : /trunk/configure Added : /trunk/configure.in Revision: 748 Author: petar Date: 11:30:34, den 12 mars 2002 Message: Added gethrtime and changed modelica_integer to long ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/builtin_function.cpp Modified : /trunk/mosh/src/builtin_function.hpp Modified : /trunk/mosh/src/symboltable.cpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Revision: 747 Author: petar Date: 12:47:48, den 5 mars 2002 Message: Added check if MOSHHOME is set or not ---- Modified : /trunk/mosh/src/mosh.cpp Revision: 746 Author: petar Date: 12:38:52, den 5 mars 2002 Message: Added extra functions for array_addr_element with dimension 1 and 2 ---- Modified : /trunk/c_runtime/real_array.c Revision: 745 Author: petar Date: 12:37:57, den 5 mars 2002 Message: Removed warning flags, set optimizing flags ---- Modified : /trunk/mosh/build/Makefile.single Revision: 744 Author: petar Date: 11:16:06, den 5 mars 2002 Message: Fixed so modelica.h includes the c files, such that function inlining can occur ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Revision: 743 Author: henjo Date: 09:25:04, den 1 mars 2002 Message: simplex handles different sized array ---- Modified : /trunk/modeq/test_codegen/misc_simplex1.mo Revision: 742 Author: henjo Date: 15:49:10, den 15 februari 2002 Message: Added more copyright notices ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/string_array.h Modified : /trunk/mosh/src/builtin_function.cpp Modified : /trunk/mosh/src/builtin_function.hpp Modified : /trunk/mosh/src/compiled_function.cpp Modified : /trunk/mosh/src/compiled_function.hpp Modified : /trunk/mosh/src/expression_parser.g Modified : /trunk/mosh/src/function_argument.cpp Modified : /trunk/mosh/src/function_argument.hpp Modified : /trunk/mosh/src/modelica_function.cpp Modified : /trunk/mosh/src/modelica_function.hpp Modified : /trunk/mosh/src/modelica_runtime_error.cpp Modified : /trunk/mosh/src/modelica_runtime_error.hpp Modified : /trunk/mosh/src/modelica_type.cpp Modified : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/symboltable.cpp Modified : /trunk/mosh/src/symboltable.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/mosh/build/main.c Modified : /trunk/mosh/src/runtime/main.cpp Modified : /trunk/mosh/src/runtime/modelica_array.hpp Modified : /trunk/mosh/src/runtime/numerical_array.hpp Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/dumpgraphviz.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/rtopts.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/values.rml Modified : /trunk/modeq/builtin_safe.rml Modified : /trunk/modeq/class.rml Modified : /trunk/modeq/modelica.rml Modified : /trunk/mosh/src/runtime/modelica_runtime_error.hpp Revision: 741 Author: henjo Date: 12:04:46, den 15 februari 2002 Message: Added copyright notice ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/utility.c Modified : /trunk/c_runtime/utility.h Modified : /trunk/c_runtime/integer_array.c Modified : /trunk/c_runtime/integer_array.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/boolean_array.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/string_array.c Modified : /trunk/c_runtime/boolean_array.h Modified : /trunk/c_runtime/index_spec.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/c_runtime/string_array.h Revision: 740 Author: henjo Date: 11:42:04, den 15 februari 2002 Message: Added README file ---- Added : /trunk/README Revision: 739 Author: henjo Date: 11:41:47, den 15 februari 2002 Message: Added license file ---- Added : /trunk/c_runtime/LICENSE Added : /trunk/modelica_parser/LICENSE Added : /trunk/mosh/LICENSE Modified : /trunk/mosh/build/main.c Added : /trunk/modeq/LICENSE Revision: 738 Author: ankar Date: 10:38:42, den 15 februari 2002 Message: Added #include to make it compile on Linux again.Fixed bug in operator+=. ---- Modified : /trunk/mosh/src/value.cpp Revision: 737 Author: henjo Date: 09:36:33, den 15 februari 2002 Message: Added copyright notices to files ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/builtin_function.cpp Modified : /trunk/mosh/src/builtin_function.hpp Modified : /trunk/mosh/src/compiled_function.cpp Modified : /trunk/mosh/src/compiled_function.hpp Modified : /trunk/mosh/src/expression_parser.g Modified : /trunk/mosh/src/function_argument.cpp Modified : /trunk/mosh/src/function_argument.hpp Modified : /trunk/mosh/src/modelica_function.cpp Modified : /trunk/mosh/src/modelica_function.hpp Modified : /trunk/mosh/src/modelica_runtime_error.cpp Modified : /trunk/mosh/src/modelica_runtime_error.hpp Modified : /trunk/mosh/src/modelica_type.cpp Modified : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/symboltable.cpp Modified : /trunk/mosh/src/symboltable.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/mosh/src/runtime/main.cpp Modified : /trunk/mosh/src/runtime/modelica_array.cpp Modified : /trunk/mosh/src/runtime/modelica_array.hpp Modified : /trunk/mosh/src/runtime/numerical_array.hpp Modified : /trunk/mosh/src/runtime/modelica_runtime_error.hpp Deleted : /trunk/mosh/src/Makefile.single Revision: 736 Author: henjo Date: 14:54:04, den 14 februari 2002 Message: last minute changes ---- Modified : /trunk/mosh/src/walker.g Modified : /trunk/what_does_not_work.txt Revision: 735 Author: henjo Date: 13:19:16, den 14 februari 2002 Message: Added more functionality ---- Modified : /trunk/mosh/src/builtin_function.cpp Modified : /trunk/mosh/src/builtin_function.hpp Modified : /trunk/mosh/src/compiled_function.cpp Modified : /trunk/mosh/src/compiled_function.hpp Modified : /trunk/mosh/src/symboltable.cpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Added : /trunk/mosh/build Added : /trunk/mosh/build/Makefile.single Added : /trunk/mosh/build/main.c Added : /trunk/what_does_not_work.txt Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/test_codegen/misc_bubblesort.mo Revision: 734 Author: ankar Date: 07:09:59, den 14 februari 2002 Message: Implemented matrix multiplication (vector * vector,vector * matrix,matrix*vector,matrix*matrix). ---- Modified : /trunk/mosh/src/modelica_type.cpp Modified : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/mosh/src/runtime/numerical_array.hpp Revision: 733 Author: ankar Date: 18:08:35, den 13 februari 2002 Message: More work on array arithmetic. ---- Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/mosh/src/runtime/numerical_array.hpp Modified : /trunk/mosh/src/Makefile Revision: 732 Author: henjo Date: 17:38:02, den 13 februari 2002 Message: Some changes made so that more things are working ---- Modified : /trunk/mosh/src/compiled_function.cpp Modified : /trunk/mosh/src/modelica_type.cpp Modified : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/mosh/src/runtime/modelica_array.hpp Modified : /trunk/mosh/src/runtime/numerical_array.hpp Modified : /trunk/mosh/src/Makefile Added : /trunk/mosh/src/Makefile.single Revision: 731 Author: ankar Date: 09:37:17, den 13 februari 2002 Message: Implemented unary minus. Nuked some compiler warnings. ---- Modified : /trunk/mosh/src/mosh.cpp Modified : /trunk/mosh/src/modelica_type.cpp Modified : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/mosh/src/runtime/numerical_array.hpp Revision: 730 Author: ankar Date: 04:35:42, den 13 februari 2002 Message: More work on arrays. ---- Modified : /trunk/mosh/src/builtin_function.cpp Modified : /trunk/mosh/src/builtin_function.hpp Modified : /trunk/mosh/src/modelica_function.cpp Added : /trunk/mosh/src/modelica_type.cpp Added : /trunk/mosh/src/modelica_type.hpp Modified : /trunk/mosh/src/value.cpp Modified : /trunk/mosh/src/value.hpp Modified : /trunk/mosh/src/walker.g Modified : /trunk/mosh/src/runtime/main.cpp Modified : /trunk/mosh/src/runtime/modelica_array.hpp Modified : /trunk/mosh/src/runtime/numerical_array.hpp Modified : /trunk/mosh/src/Makefile Revision: 729 Author: henjo Date: 17:40:40, den 12 februari 2002 Message: Fixed checking of reading input paramters ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Revision: 728 Author: henjo Date: 17:20:59, den 12 februari 2002 Message: Fixed error in simplex ---- Modified : /trunk/modeq/test_codegen/misc_simplex1.mo Added : /trunk/modeq/test_codegen/expression_index1.mo Modified : /trunk/modeq/test_codegen/misc_simplex2.mo Modified : /trunk/modeq/test_codegen/simplex_in.txt Revision: 727 Author: henjo Date: 17:20:08, den 12 februari 2002 Message: Fixed indexing operations ---- Modified : /trunk/c_runtime/Makefile Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/index_spec.h Revision: 726 Author: ankar Date: 09:36:56, den 12 februari 2002 Message: test file. ---- Added : /trunk/mosh/src/runtime/main.cpp Revision: 725 Author: ankar Date: 09:35:57, den 12 februari 2002 Message: real_array and integer_array are now classes. ---- Modified : /trunk/mosh/src/runtime/modelica_array.hpp Modified : /trunk/mosh/src/runtime/numerical_array.hpp Revision: 724 Author: henjo Date: 16:59:22, den 11 februari 2002 Message: Fixed some things ---- Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/memory_pool.c Modified : /trunk/c_runtime/memory_pool.h Modified : /trunk/c_runtime/index_spec.c Modified : /trunk/c_runtime/index_spec.h Revision: 723 Author: henjo Date: 16:59:02, den 11 februari 2002 Message: Added testscript ---- Modified : /trunk/modeq/test_codegen/Makefile Modified : /trunk/modeq/test_codegen/misc_simplex2.mo Modified : /trunk/modeq/test_codegen/Makefile.single Added : /trunk/modeq/test_codegen/input_variable_size_array.mo Added : /trunk/modeq/test_codegen/rtest.sh Revision: 722 Author: ankar Date: 15:27:57, den 11 februari 2002 Message: Initial commit. ---- Added : /trunk/mosh/src/mosh.cpp Added : /trunk/mosh/src/expression_parser.g Added : /trunk/mosh/src/runtime/modelica_runtime_error.hpp Revision: 721 Author: ankar Date: 14:54:59, den 11 februari 2002 Message: Initial commit. ---- Added : /trunk/mosh Added : /trunk/mosh/src Added : /trunk/mosh/src/builtin_function.cpp Added : /trunk/mosh/src/builtin_function.hpp Added : /trunk/mosh/src/compiled_function.cpp Added : /trunk/mosh/src/compiled_function.hpp Added : /trunk/mosh/src/function_argument.cpp Added : /trunk/mosh/src/function_argument.hpp Added : /trunk/mosh/src/modelica_function.cpp Added : /trunk/mosh/src/modelica_function.hpp Added : /trunk/mosh/src/modelica_runtime_error.cpp Added : /trunk/mosh/src/modelica_runtime_error.hpp Added : /trunk/mosh/src/symboltable.cpp Added : /trunk/mosh/src/symboltable.hpp Added : /trunk/mosh/src/value.cpp Added : /trunk/mosh/src/value.hpp Added : /trunk/mosh/src/walker.g Added : /trunk/mosh/src/runtime Added : /trunk/mosh/src/runtime/modelica_array.cpp Added : /trunk/mosh/src/runtime/modelica_array.hpp Added : /trunk/mosh/src/runtime/numerical_array.hpp Added : /trunk/mosh/Doxyfile Added : /trunk/mosh/src/Makefile Revision: 720 Author: henjo Date: 11:06:36, den 11 februari 2002 Message: Introduced type information to input file ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Revision: 719 Author: henjo Date: 11:06:07, den 11 februari 2002 Message: Can now generate code for functions with variable sized arrays ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/test_codegen/Makefile Modified : /trunk/modeq/test_codegen/return_multiple_record.mo Modified : /trunk/modeq/test_codegen/return_multiple_record_array.mo Modified : /trunk/modeq/test_codegen/return_multiple_scalar.mo Modified : /trunk/modeq/test_codegen/return_multiple_scalar_array.mo Modified : /trunk/modeq/test_codegen/return_record.mo Modified : /trunk/modeq/test_codegen/return_record_array.mo Modified : /trunk/modeq/test_codegen/return_scalar.mo Modified : /trunk/modeq/test_codegen/return_scalar_array.mo Revision: 718 Author: henjo Date: 18:05:14, den 5 februari 2002 Message: Moved compiled files to other dirs added .cvsignore file ---- Modified : /trunk/modeq/test_codegen Added : /trunk/modeq/test_codegen/.cvsignore Modified : /trunk/modeq/test_codegen/Makefile.single Revision: 717 Author: henjo Date: 17:47:08, den 5 februari 2002 Message: *** empty log message *** ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Modified : /trunk/modelica_parser/src/modelica_lexer.g Revision: 716 Author: henjo Date: 17:46:21, den 5 februari 2002 Message: Added integer read write routines ---- Modified : /trunk/c_runtime/read_write.c Modified : /trunk/c_runtime/read_write.h Revision: 715 Author: henjo Date: 17:45:08, den 5 februari 2002 Message: Fixed some operators ---- Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/modutil.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/util.rml Modified : /trunk/modeq/absyn_builder/walker.g Modified : /trunk/modeq/Makefile Revision: 714 Author: henjo Date: 17:44:50, den 5 februari 2002 Message: Added testcases ---- Modified : /trunk/modeq/test_codegen/misc_bubblesort.mo Added : /trunk/modeq/test_codegen/misc_simplex1.mo Added : /trunk/modeq/test_codegen/misc_simplex2.mo Added : /trunk/modeq/test_codegen/simplex_in.txt Modified : /trunk/modeq/test_codegen/Makefile.single Added : /trunk/modeq/test_codegen/expression_range1.mo Revision: 713 Author: henjo Date: 09:55:36, den 5 februari 2002 Message: Renamed file ---- Deleted : /trunk/modeq/test_codegen/matrix_vector_product.mo Revision: 712 Author: henjo Date: 09:54:25, den 5 februari 2002 Message: Added more tests ---- Added : /trunk/modeq/test_codegen/misc_bubblesort.mo Added : /trunk/modeq/test_codegen/Makefile.single Added : /trunk/modeq/test_codegen/algorithm_for1.mo Added : /trunk/modeq/test_codegen/algorithm_if1.mo Added : /trunk/modeq/test_codegen/algorithm_while1.mo Added : /trunk/modeq/test_codegen/expression_array_construct1.mo Added : /trunk/modeq/test_codegen/expression_array_construct2.mo Added : /trunk/modeq/test_codegen/expression_if1.mo Added : /trunk/modeq/test_codegen/expression_matrix_vector_product1.mo Added : /trunk/modeq/test_codegen/expression_range2.mo Added : /trunk/modeq/test_codegen/expression_unary_minus1.mo Added : /trunk/modeq/test_codegen/expression_unary_minus2.mo Added : /trunk/modeq/test_codegen/main.c Revision: 711 Author: henjo Date: 09:52:13, den 5 februari 2002 Message: Removed .main.c files ---- Modified : /trunk/modeq/test_codegen/Makefile Deleted : /trunk/modeq/test_codegen/if_algorithm.main.c Deleted : /trunk/modeq/test_codegen/matrix_vector_product.main.c Deleted : /trunk/modeq/test_codegen/test.main.c Modified : /trunk/modeq/test_codegen/test.mo Revision: 710 Author: henjo Date: 09:49:53, den 5 februari 2002 Message: Added utlity functions ---- Modified : /trunk/c_runtime/modelica.h Added : /trunk/c_runtime/utility.c Added : /trunk/c_runtime/utility.h Modified : /trunk/c_runtime/Makefile Revision: 709 Author: ankar Date: 09:48:25, den 5 februari 2002 Message: Changed calc_index_va to one-based indexing. ---- Modified : /trunk/c_runtime/real_array.c Revision: 708 Author: ankar Date: 11:01:26, den 1 februari 2002 Message: promote_real_array and promote_real_scalar now allocates dimension vector. ---- Modified : /trunk/c_runtime/real_array.c Revision: 707 Author: ankar Date: 11:48:45, den 31 januari 2002 Message: Added array_real_array, array_alloc_real_array. ---- Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Revision: 706 Author: ankar Date: 13:50:35, den 30 januari 2002 Message: Added simple_index_alloc_real_array1. ---- Modified : /trunk/c_runtime/real_array.c Modified : /trunk/c_runtime/real_array.h Revision: 705 Author: henjo Date: 17:36:28, den 29 januari 2002 Message: Fixed some of the testcases ---- Modified : /trunk/testsuite/ArrayModification10.mo Modified : /trunk/testsuite/ArrayModification9.mo Modified : /trunk/testsuite/ArraySlice1.mo Modified : /trunk/testsuite/Class2.mo Modified : /trunk/testsuite/Connect1.mo Modified : /trunk/testsuite/Connect8.mo Modified : /trunk/testsuite/Connect9.mo Modified : /trunk/testsuite/Constant4.mo Modified : /trunk/testsuite/Discrete2.mo Modified : /trunk/testsuite/Encapsulated1.mo Modified : /trunk/testsuite/Faculty3.mo Modified : /trunk/testsuite/Overwriting3.mo Modified : /trunk/testsuite/Range1.mo Modified : /trunk/testsuite/ScopeModification1.mo Modified : /trunk/testsuite/Shadow1.mo Modified : /trunk/testsuite/Units1.mo Modified : /trunk/testsuite/WhenSemantics1.mo Modified : /trunk/testsuite/XPowers2.mo Modified : /trunk/testsuite/modelica_1_1_Array9.mo Revision: 704 Author: henjo Date: 17:35:41, den 29 januari 2002 Message: More codegeneration done ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Added : /trunk/modeq/modutil.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Added : /trunk/modeq/util.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/test_codegen/Makefile Added : /trunk/modeq/test_codegen/if_algorithm.main.c Added : /trunk/modeq/test_codegen/if_algorithm.mo Added : /trunk/modeq/test_codegen/if_expression.mo Revision: 703 Author: ankar Date: 16:14:23, den 29 januari 2002 Message: Added calc_index functions. ---- Modified : /trunk/c_runtime/real_array.c Revision: 702 Author: ankar Date: 15:17:02, den 29 januari 2002 Message: Added range_alloc_real_array and range_real_array. ---- Modified : /trunk/c_runtime/real_array.h Revision: 701 Author: henjo Date: 14:28:18, den 28 januari 2002 Message: added newline to write ---- Modified : /trunk/c_runtime/read_write.c Revision: 700 Author: ankar Date: 14:23:21, den 28 januari 2002 Message: Added mul_alloc_real_matrix_product_smart. ---- Modified : /trunk/c_runtime/real_array.c Revision: 699 Author: henjo Date: 14:19:04, den 28 januari 2002 Message: Fixed order of declarations in coden of read fn ---- Modified : /trunk/c_runtime/modelica.h Modified : /trunk/c_runtime/read_write.h Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/test_codegen/Makefile Modified : /trunk/modeq/test_codegen/matrix_vector_product.mo Modified : /trunk/modeq/test_codegen/matrix_vector_product.main.c Revision: 698 Author: henjo Date: 14:06:10, den 28 januari 2002 Message: Now generates stub fn ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/test_codegen/test.main.c Revision: 697 Author: henjo Date: 11:44:05, den 28 januari 2002 Message: added read_write fns ---- Modified : /trunk/c_runtime/Makefile Added : /trunk/c_runtime/read_write.c Added : /trunk/c_runtime/read_write.h Revision: 696 Author: ankar Date: 11:43:27, den 28 januari 2002 Message: Added include to stdio.h ---- Modified : /trunk/c_runtime/real_array.h Revision: 695 Author: ankar Date: 11:37:51, den 28 januari 2002 Message: Added prototype for real_array_nr_of_elements. ---- Modified : /trunk/c_runtime/real_array.h Revision: 694 Author: henjo Date: 11:31:42, den 25 januari 2002 Message: Added makefile to build lib ---- Added : /trunk/c_runtime/Makefile Revision: 693 Author: henjo Date: 11:31:16, den 25 januari 2002 Message: Can generate c-code for array mults and assigns, added some testcases ---- Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Added : /trunk/modeq/test_codegen Added : /trunk/modeq/test_codegen/Makefile Added : /trunk/modeq/test_codegen/return_multiple_record.mo Added : /trunk/modeq/test_codegen/return_multiple_record_array.mo Added : /trunk/modeq/test_codegen/return_multiple_scalar.mo Added : /trunk/modeq/test_codegen/return_multiple_scalar_array.mo Added : /trunk/modeq/test_codegen/return_record.mo Added : /trunk/modeq/test_codegen/return_record_array.mo Added : /trunk/modeq/test_codegen/return_scalar.mo Added : /trunk/modeq/test_codegen/return_scalar_array.mo Added : /trunk/modeq/test_codegen/matrix_vector_product.mo Added : /trunk/modeq/test_codegen/matrix_vector_product.main.c Added : /trunk/modeq/test_codegen/test.main.c Added : /trunk/modeq/test_codegen/test.mo Revision: 692 Author: ankar Date: 10:42:16, den 25 januari 2002 Message: Fixed some compiler errors. ---- Modified : /trunk/c_runtime/real_array.c Revision: 691 Author: ankar Date: 10:41:51, den 25 januari 2002 Message: Added main header. ---- Added : /trunk/c_runtime/modelica.h Revision: 690 Author: ankar Date: 09:59:32, den 25 januari 2002 Message: First revision of OpenModelica runtime. Just array implementation so far. ---- Added : /trunk/c_runtime Added : /trunk/c_runtime/integer_array.c Added : /trunk/c_runtime/integer_array.h Added : /trunk/c_runtime/real_array.c Added : /trunk/c_runtime/real_array.h Added : /trunk/c_runtime/memory_pool.c Added : /trunk/c_runtime/memory_pool.h Added : /trunk/c_runtime/boolean_array.c Added : /trunk/c_runtime/index_spec.c Added : /trunk/c_runtime/string_array.c Added : /trunk/c_runtime/boolean_array.h Added : /trunk/c_runtime/index_spec.h Added : /trunk/c_runtime/string_array.h Revision: 689 Author: henjo Date: 11:27:24, den 19 december 2001 Message: Added new operators to handle matrix and vector operations ---- Modified : /trunk/modeq/codegen.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/absyn_builder/walker.g Revision: 683 Author: ankar Date: 10:55:27, den 14 december 2001 Message: Some initial work for support of builtin functions. ---- Modified : /trunk/modelica_parser/examples/mosh/Makefile Modified : /trunk/modelica_parser/examples/mosh/symboltable.cpp Modified : /trunk/modelica_parser/examples/mosh/symboltable.hpp Modified : /trunk/modelica_parser/examples/mosh/value.cpp Modified : /trunk/modelica_parser/examples/mosh/value.hpp Modified : /trunk/modelica_parser/examples/mosh/walker.g Revision: 682 Author: ankar Date: 10:54:41, den 14 december 2001 Message: Added classes to represent builtin functions. ---- Added : /trunk/modelica_parser/examples/mosh/builtin_function.cpp Added : /trunk/modelica_parser/examples/mosh/builtin_function.hpp Revision: 681 Author: ankar Date: 10:53:01, den 14 december 2001 Message: Added doxygen configuration file. This is used by doxygen to create API documentation from the source. ---- Added : /trunk/modelica_parser/examples/mosh/Doxyfile Revision: 680 Author: ankar Date: 17:14:45, den 13 december 2001 Message: Initial work on functions. ---- Modified : /trunk/modelica_parser/examples/mosh/mosh.cpp Modified : /trunk/modelica_parser/examples/mosh/walker.g Revision: 670 Author: henjo Date: 16:33:33, den 5 december 2001 Message: Fixed problem with empty argument list ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 669 Author: henjo Date: 10:07:57, den 5 december 2001 Message: Updated testcases. Fixed problem with no newline at EOF ---- Modified : /trunk/testsuite/Algorithm1.mo Modified : /trunk/testsuite/Algorithm3.mo Modified : /trunk/testsuite/Array2.mo Modified : /trunk/testsuite/Array3.mo Modified : /trunk/testsuite/Array5.mo Modified : /trunk/testsuite/Array6.mo Modified : /trunk/testsuite/Array7.mo Modified : /trunk/testsuite/ArrayModification1.mo Modified : /trunk/testsuite/ArrayModification10.mo Modified : /trunk/testsuite/ArrayModification2.mo Modified : /trunk/testsuite/ArrayModification3.mo Modified : /trunk/testsuite/ArrayModification4.mo Modified : /trunk/testsuite/ArrayModification7.mo Modified : /trunk/testsuite/ArrayModification9.mo Modified : /trunk/testsuite/Array_builtin.mo Modified : /trunk/testsuite/ConnectConst1.mo Modified : /trunk/testsuite/Constant4.mo Modified : /trunk/testsuite/DeclarationOrder1.mo Modified : /trunk/testsuite/DeclarationOrder2.mo Modified : /trunk/testsuite/DependsMutual.mo Modified : /trunk/testsuite/EquationFor1.mo Modified : /trunk/testsuite/EquationFor2.mo Modified : /trunk/testsuite/EquationFor3.mo Modified : /trunk/testsuite/rtest Revision: 668 Author: henjo Date: 10:06:31, den 5 december 2001 Message: Fixed indentation ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 667 Author: henjo Date: 10:04:49, den 5 december 2001 Message: Changed parser to a 1.4 compliant antlr-based parser. made some updates to absyn to handle new 1.4 primitives. Fixed for-loop scooping in equations ---- Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/absyn.rml Added : /trunk/modeq/absyn_builder Added : /trunk/modeq/absyn_builder/Makefile Added : /trunk/modeq/absyn_builder/parse.cpp Added : /trunk/modeq/absyn_builder/walker.g Added : /trunk/modeq/absyn_builder/yacclib.c Added : /trunk/modeq/absyn_builder/yacclib.h Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/runtime/rtopts.c Revision: 661 Author: ankar Date: 17:56:19, den 29 november 2001 Message: Changed ModelicaTokenTypes to modelicaTokenTypes. ---- Modified : /trunk/modelica_parser/test/lexer/test_lexer.cpp Revision: 652 Author: ankar Date: 17:46:14, den 29 november 2001 Message: Added symboltable. ---- Modified : /trunk/modelica_parser/examples/mosh/Makefile Modified : /trunk/modelica_parser/examples/mosh/mosh.cpp Added : /trunk/modelica_parser/examples/mosh/symboltable.cpp Added : /trunk/modelica_parser/examples/mosh/symboltable.hpp Modified : /trunk/modelica_parser/examples/mosh/value.cpp Modified : /trunk/modelica_parser/examples/mosh/value.hpp Modified : /trunk/modelica_parser/examples/mosh/walker.g Revision: 650 Author: ankar Date: 11:39:31, den 29 november 2001 Message: Added include path and lib path to find readline. ---- Modified : /trunk/modelica_parser/examples/mosh/Makefile Revision: 649 Author: ankar Date: 23:50:15, den 27 november 2001 Message: Moved rel_op to relation. ---- Modified : /trunk/modelica_parser/src/modelica_parser.g Revision: 648 Author: ankar Date: 23:45:11, den 27 november 2001 Message: Added first version of mosh (Modelica shell). ---- Added : /trunk/modelica_parser/examples/mosh Added : /trunk/modelica_parser/examples/mosh/Makefile Added : /trunk/modelica_parser/examples/mosh/expression_parser.g Added : /trunk/modelica_parser/examples/mosh/modelica_runtime_error.cpp Added : /trunk/modelica_parser/examples/mosh/modelica_runtime_error.hpp Added : /trunk/modelica_parser/examples/mosh/mosh.cpp Added : /trunk/modelica_parser/examples/mosh/value.cpp Added : /trunk/modelica_parser/examples/mosh/value.hpp Added : /trunk/modelica_parser/examples/mosh/walker.g Revision: 632 Author: ankar Date: 13:38:50, den 23 november 2001 Message: Initial import of new modelica_parser. ---- Added : /trunk/modelica_parser Added : /trunk/modelica_parser/README Added : /trunk/modelica_parser/examples Added : /trunk/modelica_parser/examples/class2dot Added : /trunk/modelica_parser/examples/class2dot/Makefile Added : /trunk/modelica_parser/examples/class2dot/class2dot.cpp Added : /trunk/modelica_parser/examples/class2dot/node_container.cpp Added : /trunk/modelica_parser/examples/class2dot/node_container.hpp Added : /trunk/modelica_parser/examples/class2dot/walker.g Added : /trunk/modelica_parser/examples/walker Added : /trunk/modelica_parser/examples/walker/Makefile Added : /trunk/modelica_parser/examples/walker/indentation.cpp Added : /trunk/modelica_parser/examples/walker/indentation.hpp Added : /trunk/modelica_parser/examples/walker/walker.cpp Added : /trunk/modelica_parser/examples/walker/walker.g Added : /trunk/modelica_parser/src Added : /trunk/modelica_parser/src/Makefile Added : /trunk/modelica_parser/src/Makefile.win Added : /trunk/modelica_parser/src/modelica_lexer.g Added : /trunk/modelica_parser/src/modelica_parser.g Added : /trunk/modelica_parser/src/parse_tree_dumper.cpp Added : /trunk/modelica_parser/src/parse_tree_dumper.hpp Added : /trunk/modelica_parser/src/token_names.cpp Added : /trunk/modelica_parser/src/token_names.hpp Added : /trunk/modelica_parser/templates Added : /trunk/modelica_parser/templates/walker.g Added : /trunk/modelica_parser/test Added : /trunk/modelica_parser/test/lexer Added : /trunk/modelica_parser/test/lexer/Makefile Added : /trunk/modelica_parser/test/lexer/Makefile.win Added : /trunk/modelica_parser/test/lexer/runtest.bat Added : /trunk/modelica_parser/test/lexer/test_lexer.cpp Added : /trunk/modelica_parser/test/lexer/testfiles Added : /trunk/modelica_parser/test/lexer/testfiles/testmlcomment1.in.txt Added : /trunk/modelica_parser/test/lexer/testfiles/testmlcomment1.out.txt Added : /trunk/modelica_parser/test/lexer/testone.bat Added : /trunk/modelica_parser/test/parser Added : /trunk/modelica_parser/test/parser/Makefile Added : /trunk/modelica_parser/test/parser/Makefile.win Added : /trunk/modelica_parser/test/parser/test_parser.cpp Added : /trunk/modelica_parser/test/parser/testfiles Added : /trunk/modelica_parser/test/parser/testfiles/test1.in.mo Added : /trunk/modelica_parser/test/parser/testfiles/test1.out.mo Added : /trunk/modelica_parser/test/parser/testfiles/test2.in.mo Added : /trunk/modelica_parser/test/parser/testone.bat Revision: 631 Author: levsa Date: 13:35:14, den 23 november 2001 Message: Debug dump of env at class instantiation and equation elaboration (envgraph and expenvgraph) ---- Modified : /trunk/modeq/inst.rml Revision: 628 Author: levsa Date: 13:32:58, den 23 november 2001 Message: print_env_graphviz: Generate a graph representation of the environment using graphviz ---- Modified : /trunk/modeq/env.rml Revision: 626 Author: levsa Date: 13:30:21, den 23 november 2001 Message: Graphviz generation help relation build_gr_strlist ---- Modified : /trunk/modeq/dae.rml Revision: 624 Author: levsa Date: 13:27:50, den 23 november 2001 Message: Environment dump flags ---- Modified : /trunk/modeq/DEBUG.TXT Revision: 622 Author: levsa Date: 10:54:52, den 22 november 2001 Message: get_matching for general lists ---- Modified : /trunk/modeq/dae.rml Revision: 620 Author: levsa Date: 10:46:37, den 22 november 2001 Message: Changed first label of NODE so that it can contain spaces. ---- Modified : /trunk/modeq/graphviz.rml Revision: 619 Author: levsa Date: 10:37:11, den 22 november 2001 Message: Minor fix. ---- Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/ast/attrib.c Modified : /trunk/modeq/debug.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Revision: 618 Author: levsa Date: 10:36:35, den 22 november 2001 Message: Graphviz module. ---- Added : /trunk/modeq/graphviz.rml Revision: 617 Author: levsa Date: 10:36:23, den 22 november 2001 Message: Dump the AST in graphviz format, so that it can be visualized (using dot or dotty from graphviz package) ---- Added : /trunk/modeq/dumpgraphviz.rml Revision: 616 Author: levsa Date: 10:35:19, den 22 november 2001 Message: Code generation. Mainly functions at the moment. ---- Added : /trunk/modeq/codegen.rml Revision: 614 Author: levsa Date: 16:52:40, den 21 november 2001 Message: Removed the pde-related flags. ---- Modified : /trunk/modeq/DEBUG.TXT Revision: 613 Author: levsa Date: 12:00:55, den 21 november 2001 Message: DOS to unix end of line conversion ---- Modified : /trunk/testsuite/Algorithm1.mo Modified : /trunk/testsuite/Algorithm2.mo Modified : /trunk/testsuite/Algorithm3.mo Modified : /trunk/testsuite/Array1.mo Modified : /trunk/testsuite/Array2.mo Modified : /trunk/testsuite/Array3.mo Modified : /trunk/testsuite/Array4.mo Modified : /trunk/testsuite/Array5.mo Modified : /trunk/testsuite/Array6.mo Modified : /trunk/testsuite/Array7.mo Modified : /trunk/testsuite/ArrayModification1.mo Modified : /trunk/testsuite/ArrayModification10.mo Modified : /trunk/testsuite/ArrayModification2.mo Modified : /trunk/testsuite/ArrayModification3.mo Modified : /trunk/testsuite/ArrayModification4.mo Modified : /trunk/testsuite/ArrayModification5.mo Modified : /trunk/testsuite/ArrayModification6.mo Modified : /trunk/testsuite/ArrayModification7.mo Modified : /trunk/testsuite/ArrayModification8.mo Modified : /trunk/testsuite/ArrayModification9.mo Modified : /trunk/testsuite/ArraySlice1.mo Modified : /trunk/testsuite/Circuit1.mo Modified : /trunk/testsuite/Class1.mo Modified : /trunk/testsuite/Class2.mo Modified : /trunk/testsuite/Class3.mo Modified : /trunk/testsuite/Class4.mo Modified : /trunk/testsuite/ConditionalArrayExpression1.mo Modified : /trunk/testsuite/ConditionalArrayExpression2.mo Modified : /trunk/testsuite/Connect1.mo Modified : /trunk/testsuite/Connect2.mo Modified : /trunk/testsuite/Connect3.mo Modified : /trunk/testsuite/Connect4.mo Modified : /trunk/testsuite/Connect5.mo Modified : /trunk/testsuite/Connect6.mo Modified : /trunk/testsuite/Connect7.mo Modified : /trunk/testsuite/Connect8.mo Modified : /trunk/testsuite/ConnectConst1.mo Modified : /trunk/testsuite/ConnectFlowEffort.mo Modified : /trunk/testsuite/ConnectHierarchical1.mo Modified : /trunk/testsuite/ConnectHierarchical2.mo Modified : /trunk/testsuite/ConnectInner1.mo Modified : /trunk/testsuite/ConnectInner2.mo Modified : /trunk/testsuite/ConnectInner3.mo Modified : /trunk/testsuite/ConnectTypes.mo Modified : /trunk/testsuite/Constant1.mo Modified : /trunk/testsuite/Constant2.mo Modified : /trunk/testsuite/Constant3.mo Modified : /trunk/testsuite/ConstrainingType1.mo Modified : /trunk/testsuite/ConstrainingType2.mo Modified : /trunk/testsuite/ConstrainingType3.mo Modified : /trunk/testsuite/ConstructParameters1.mo Modified : /trunk/testsuite/ConstructParameters2.mo Modified : /trunk/testsuite/Declaration1.mo Modified : /trunk/testsuite/Declaration2.mo Modified : /trunk/testsuite/Declaration3.mo Modified : /trunk/testsuite/DeclarationOrder1.mo Modified : /trunk/testsuite/DeclarationOrder2.mo Modified : /trunk/testsuite/DeclareConstant1.mo Modified : /trunk/testsuite/DeclareConstant2.mo Modified : /trunk/testsuite/DeclareConstant3.mo Modified : /trunk/testsuite/DependsMutual.mo Modified : /trunk/testsuite/DependsRecursive.mo Modified : /trunk/testsuite/Derivative1.mo Modified : /trunk/testsuite/Discrete1.mo Modified : /trunk/testsuite/Discrete2.mo Modified : /trunk/testsuite/DisturbedResistance1.mo Modified : /trunk/testsuite/DisturbedResistance2.mo Modified : /trunk/testsuite/DisturbedResistance3.mo Modified : /trunk/testsuite/DisturbedResistance4.mo Modified : /trunk/testsuite/Encapsulated1.mo Modified : /trunk/testsuite/Encapsulated2.mo Modified : /trunk/testsuite/Encapsulated3.mo Modified : /trunk/testsuite/EquationFor1.mo Modified : /trunk/testsuite/EquationFor2.mo Modified : /trunk/testsuite/EquationFor3.mo Modified : /trunk/testsuite/EquationIf1.mo Modified : /trunk/testsuite/EquationIf2.mo Modified : /trunk/testsuite/EquationIf3.mo Modified : /trunk/testsuite/EquationIf4.mo Modified : /trunk/testsuite/Extends1.mo Modified : /trunk/testsuite/Faculty1.mo Modified : /trunk/testsuite/Faculty2.mo Modified : /trunk/testsuite/Faculty3.mo Modified : /trunk/testsuite/Faculty4.mo Modified : /trunk/testsuite/Function1.mo Modified : /trunk/testsuite/Import1.mo Modified : /trunk/testsuite/Import2.mo Modified : /trunk/testsuite/Import3.mo Modified : /trunk/testsuite/Import4.mo Modified : /trunk/testsuite/InnerClass1.mo Modified : /trunk/testsuite/Integer2Real.mo Modified : /trunk/testsuite/Lookup1.mo Modified : /trunk/testsuite/Lookup2.mo Modified : /trunk/testsuite/Lookup3.mo Modified : /trunk/testsuite/Lookup4.mo Modified : /trunk/testsuite/Lookup5.mo Modified : /trunk/testsuite/Lookup6.mo Modified : /trunk/testsuite/Modification1.mo Modified : /trunk/testsuite/Modification10.mo Modified : /trunk/testsuite/Modification11.mo Modified : /trunk/testsuite/Modification2.mo Modified : /trunk/testsuite/Modification3.mo Modified : /trunk/testsuite/Modification4.mo Modified : /trunk/testsuite/Modification5.mo Modified : /trunk/testsuite/Modification6.mo Modified : /trunk/testsuite/Modification7.mo Modified : /trunk/testsuite/Modification8.mo Modified : /trunk/testsuite/Modification9.mo Modified : /trunk/testsuite/ModifyConstant1.mo Modified : /trunk/testsuite/ModifyConstant2.mo Modified : /trunk/testsuite/ModifyConstant3.mo Modified : /trunk/testsuite/ModifyConstant4.mo Modified : /trunk/testsuite/ModifyConstant5.mo Modified : /trunk/testsuite/ModifyConstant6.mo Modified : /trunk/testsuite/ModifyUnknown1.mo Modified : /trunk/testsuite/ModifyUnknown2.mo Modified : /trunk/testsuite/Overwriting1.mo Modified : /trunk/testsuite/Overwriting2.mo Modified : /trunk/testsuite/Overwriting3.mo Modified : /trunk/testsuite/Overwriting4.mo Modified : /trunk/testsuite/Partial1.mo Modified : /trunk/testsuite/Protected1.mo Modified : /trunk/testsuite/Range1.mo Modified : /trunk/testsuite/Real2Integer1.mo Modified : /trunk/testsuite/Real2Integer2.mo Modified : /trunk/testsuite/Real2Integer3.mo Modified : /trunk/testsuite/Record1.mo Modified : /trunk/testsuite/Redeclare1.mo Modified : /trunk/testsuite/Redeclare2.mo Modified : /trunk/testsuite/Redeclare3.mo Modified : /trunk/testsuite/RedeclareFlowEffort.mo Modified : /trunk/testsuite/ReplaceFunction.mo Modified : /trunk/testsuite/ScopeDeclaration1.mo Modified : /trunk/testsuite/ScopeDeclaration2.mo Modified : /trunk/testsuite/ScopeModification1.mo Modified : /trunk/testsuite/ScopeModification2.mo Modified : /trunk/testsuite/Shadow1.mo Modified : /trunk/testsuite/SimpleIntegrator1.mo Modified : /trunk/testsuite/SimpleIntegrator2.mo Modified : /trunk/testsuite/SimpleIntegrator3.mo Modified : /trunk/testsuite/SimpleIntegrator4.mo Modified : /trunk/testsuite/Type1.mo Modified : /trunk/testsuite/Type2.mo Modified : /trunk/testsuite/Type3.mo Modified : /trunk/testsuite/Type4.mo Modified : /trunk/testsuite/Type5.mo Modified : /trunk/testsuite/Type6.mo Modified : /trunk/testsuite/Units1.mo Modified : /trunk/testsuite/Units2.mo Modified : /trunk/testsuite/WhenSemantics1.mo Modified : /trunk/testsuite/XPowers1.mo Modified : /trunk/testsuite/XPowers2.mo Modified : /trunk/testsuite/XPowers3.mo Modified : /trunk/testsuite/Modelica.mo Revision: 612 Author: levsa Date: 17:55:22, den 20 november 2001 Message: Fixed modeq path and added correct flag ---- Modified : /trunk/testsuite/rtest Revision: 611 Author: levsa Date: 17:13:18, den 20 november 2001 Message: debug flag support ---- Modified : /trunk/modeq/runtime/rtopts.c Revision: 610 Author: levsa Date: 17:09:05, den 20 november 2001 Message: Minor ---- Modified : /trunk/modeq/ast/modgram.g Revision: 609 Author: levsa Date: 16:58:41, den 20 november 2001 Message: make_function_type, creates a function type. relations to collect different kind of variables (get_vars, get_output_vars etc). get_type_name Some print relations. Debug trace. ---- Modified : /trunk/modeq/types.rml Revision: 608 Author: levsa Date: 16:55:09, den 20 november 2001 Message: Utility relations. elab_exp_list, elab_cref_list, get_properties etc. Debug trace. Initial builtin operator support. Simple implementation of size(), zeros(), ones(), fill(). ---- Modified : /trunk/modeq/staticexp.rml Revision: 607 Author: levsa Date: 16:44:33, den 20 november 2001 Message: debug flag support. ---- Modified : /trunk/modeq/rtopts.rml Revision: 606 Author: levsa Date: 16:44:01, den 20 november 2001 Message: Utility relations. ---- Modified : /trunk/modeq/prefix.rml Revision: 605 Author: levsa Date: 16:33:49, den 20 november 2001 Message: Changed REDECL to contain SCode.Element list, so that an elaborated classdef can be stored. Additional mod printing (redeclare). ---- Modified : /trunk/modeq/mod.rml Revision: 604 Author: levsa Date: 16:16:39, den 20 november 2001 Message: Flag directed execution. see DEBUG.TXT ---- Modified : /trunk/modeq/main.rml Revision: 603 Author: levsa Date: 16:00:30, den 20 november 2001 Message: Debug trace in many places. Cleanup. Layout fixes Some printing. ---- Modified : /trunk/modeq/lookup.rml Revision: 602 Author: levsa Date: 14:49:37, den 20 november 2001 Message: Implementation of redeclare. Working with functions at least. Improved the variable initialization when modelica_output is chosen. Because then VARVAL was generated instead of equations. But that was incomplete, right hand side which was of complex type wasn't handled. Instead of handling that separately, now the equations are always generated, but some relations (see init_vars_modelica_output) are used to find such equations and put them in the val field of the dae variables instead (if modelica_output is true, see main.rml). Implementation of functions, generating DAE.FUNCTION. Added direction to dae variables (for functions). Iteration bounds constant checking and error message (look for inst_equation_eqfor_2). Call to Types.make_function_type in the relation "mktype" to create a function type. Debug trace in many places. Cleanup. Layout fixes ---- Modified : /trunk/modeq/inst.rml Revision: 601 Author: levsa Date: 13:10:17, den 20 november 2001 Message: Some cleanup. Absyn.ElementSpec in REDECL changed to Element list, which is the result of applying elab_elementspec to Absyn.ElementSpec ---- Modified : /trunk/modeq/explode.rml Revision: 600 Author: levsa Date: 11:12:16, den 20 november 2001 Message: cref_equal, compares whether two crefs are identical. Does NOT check subscripts (ignored). print_component_ref_str, returns a string from a ComponentRef, , instead of printing to stdout. print_exp_str, returns a string from an Exp, instead of printing to stdout ---- Modified : /trunk/modeq/exp.rml Revision: 599 Author: levsa Date: 11:08:25, den 20 november 2001 Message: print_env print_frame ---- Modified : /trunk/modeq/env.rml Revision: 598 Author: levsa Date: 11:07:28, den 20 november 2001 Message: print_exp_str to print an expression into a string. print_component_ref_str. print_list_debug, tracks the caller. select_string get_string_list ---- Modified : /trunk/modeq/dump.rml Revision: 597 Author: levsa Date: 11:02:46, den 20 november 2001 Message: Debug.print bugfix. Flag-based debug printing, see DEBUG.TXT ---- Modified : /trunk/modeq/debug.rml Revision: 596 Author: levsa Date: 11:00:14, den 20 november 2001 Message: Added variable direction (for arguments of functions). (But isn't this info in the function type already, at least now?) Removed VARVAL, and added an optional Exp.Exp to VAR element Added FUNCTION element Added dump_debug (printing in paranthesized form) and dump_graphviz (use with graphviz for drawing a graph). Added relations get_matching_elements, find_element, get_output_vars etc. ---- Modified : /trunk/modeq/dae.rml Revision: 595 Author: levsa Date: 18:05:53, den 19 november 2001 Message: get_state_name added ---- Modified : /trunk/modeq/classinf.rml Revision: 594 Author: levsa Date: 17:44:13, den 19 november 2001 Message: *** empty log message *** ---- Modified : /trunk/modeq/BUGGAR Added : /trunk/modeq/DEBUG.TXT Revision: 593 Author: levsa Date: 17:42:59, den 19 november 2001 Message: Updated rml path. graphviz rml files added. ---- Modified : /trunk/modeq/Makefile Revision: 592 Author: levsa Date: 17:42:00, den 19 november 2001 Message: Minor cleanup. Restiction -> string ---- Modified : /trunk/modeq/absyn.rml Revision: 591 Author: levsa Date: 17:41:39, den 19 november 2001 Message: Minor cleanup ---- Modified : /trunk/modeq/algorithm.rml Revision: 590 Author: levsa Date: 17:41:05, den 19 november 2001 Message: Removed double of "boolean_type" in the builtin environment ---- Modified : /trunk/modeq/builtin.rml Revision: 586 Author: levsa Date: 15:01:13, den 19 november 2001 Message: Removed testsuite. It is imported as modelica/testsuite ---- Deleted : /trunk/modeq/testsuite Revision: 584 Author: levsa Date: 14:53:48, den 19 november 2001 Message: This commit was generated by cvs2svn to compensate for changes in r583, which included commits to RCS files with non-trunk default branches. ---- Replacing : /trunk/testsuite/rtest (Copy from path: /branches/MA/testsuite/rtest, Revision, 583) Revision: 581 Author: levsa Date: 14:19:51, den 19 november 2001 Message: This commit was generated by cvs2svn to compensate for changes in r580, which included commits to RCS files with non-trunk default branches. ---- Replacing : /trunk/testsuite/Algorithm1.mo (Copy from path: /branches/MA/testsuite/Algorithm1.mo, Revision, 580) Replacing : /trunk/testsuite/Algorithm2.mo (Copy from path: /branches/MA/testsuite/Algorithm2.mo, Revision, 580) Replacing : /trunk/testsuite/Algorithm3.mo (Copy from path: /branches/MA/testsuite/Algorithm3.mo, Revision, 580) Replacing : /trunk/testsuite/Array1.mo (Copy from path: /branches/MA/testsuite/Array1.mo, Revision, 580) Replacing : /trunk/testsuite/Array2.mo (Copy from path: /branches/MA/testsuite/Array2.mo, Revision, 580) Replacing : /trunk/testsuite/Array3.mo (Copy from path: /branches/MA/testsuite/Array3.mo, Revision, 580) Replacing : /trunk/testsuite/Array4.mo (Copy from path: /branches/MA/testsuite/Array4.mo, Revision, 580) Replacing : /trunk/testsuite/Array5.mo (Copy from path: /branches/MA/testsuite/Array5.mo, Revision, 580) Replacing : /trunk/testsuite/Array6.mo (Copy from path: /branches/MA/testsuite/Array6.mo, Revision, 580) Replacing : /trunk/testsuite/Array7.mo (Copy from path: /branches/MA/testsuite/Array7.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification1.mo (Copy from path: /branches/MA/testsuite/ArrayModification1.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification10.mo (Copy from path: /branches/MA/testsuite/ArrayModification10.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification2.mo (Copy from path: /branches/MA/testsuite/ArrayModification2.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification3.mo (Copy from path: /branches/MA/testsuite/ArrayModification3.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification4.mo (Copy from path: /branches/MA/testsuite/ArrayModification4.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification5.mo (Copy from path: /branches/MA/testsuite/ArrayModification5.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification6.mo (Copy from path: /branches/MA/testsuite/ArrayModification6.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification7.mo (Copy from path: /branches/MA/testsuite/ArrayModification7.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification8.mo (Copy from path: /branches/MA/testsuite/ArrayModification8.mo, Revision, 580) Replacing : /trunk/testsuite/ArrayModification9.mo (Copy from path: /branches/MA/testsuite/ArrayModification9.mo, Revision, 580) Replacing : /trunk/testsuite/ArraySlice1.mo (Copy from path: /branches/MA/testsuite/ArraySlice1.mo, Revision, 580) Replacing : /trunk/testsuite/Circuit1.mo (Copy from path: /branches/MA/testsuite/Circuit1.mo, Revision, 580) Replacing : /trunk/testsuite/Class1.mo (Copy from path: /branches/MA/testsuite/Class1.mo, Revision, 580) Replacing : /trunk/testsuite/Class2.mo (Copy from path: /branches/MA/testsuite/Class2.mo, Revision, 580) Replacing : /trunk/testsuite/Class3.mo (Copy from path: /branches/MA/testsuite/Class3.mo, Revision, 580) Replacing : /trunk/testsuite/Class4.mo (Copy from path: /branches/MA/testsuite/Class4.mo, Revision, 580) Replacing : /trunk/testsuite/ConditionalArrayExpression1.mo (Copy from path: /branches/MA/testsuite/ConditionalArrayExpression1.mo, Revision, 580) Replacing : /trunk/testsuite/ConditionalArrayExpression2.mo (Copy from path: /branches/MA/testsuite/ConditionalArrayExpression2.mo, Revision, 580) Replacing : /trunk/testsuite/Connect1.mo (Copy from path: /branches/MA/testsuite/Connect1.mo, Revision, 580) Replacing : /trunk/testsuite/Connect2.mo (Copy from path: /branches/MA/testsuite/Connect2.mo, Revision, 580) Replacing : /trunk/testsuite/Connect3.mo (Copy from path: /branches/MA/testsuite/Connect3.mo, Revision, 580) Replacing : /trunk/testsuite/Connect4.mo (Copy from path: /branches/MA/testsuite/Connect4.mo, Revision, 580) Replacing : /trunk/testsuite/Connect5.mo (Copy from path: /branches/MA/testsuite/Connect5.mo, Revision, 580) Replacing : /trunk/testsuite/Connect6.mo (Copy from path: /branches/MA/testsuite/Connect6.mo, Revision, 580) Replacing : /trunk/testsuite/Connect7.mo (Copy from path: /branches/MA/testsuite/Connect7.mo, Revision, 580) Replacing : /trunk/testsuite/Connect8.mo (Copy from path: /branches/MA/testsuite/Connect8.mo, Revision, 580) Replacing : /trunk/testsuite/ConnectConst1.mo (Copy from path: /branches/MA/testsuite/ConnectConst1.mo, Revision, 580) Replacing : /trunk/testsuite/ConnectFlowEffort.mo (Copy from path: /branches/MA/testsuite/ConnectFlowEffort.mo, Revision, 580) Replacing : /trunk/testsuite/ConnectHierarchical1.mo (Copy from path: /branches/MA/testsuite/ConnectHierarchical1.mo, Revision, 580) Replacing : /trunk/testsuite/ConnectHierarchical2.mo (Copy from path: /branches/MA/testsuite/ConnectHierarchical2.mo, Revision, 580) Replacing : /trunk/testsuite/ConnectTypes.mo (Copy from path: /branches/MA/testsuite/ConnectTypes.mo, Revision, 580) Replacing : /trunk/testsuite/Constant1.mo (Copy from path: /branches/MA/testsuite/Constant1.mo, Revision, 580) Replacing : /trunk/testsuite/Constant2.mo (Copy from path: /branches/MA/testsuite/Constant2.mo, Revision, 580) Replacing : /trunk/testsuite/Constant3.mo (Copy from path: /branches/MA/testsuite/Constant3.mo, Revision, 580) Replacing : /trunk/testsuite/Declaration1.mo (Copy from path: /branches/MA/testsuite/Declaration1.mo, Revision, 580) Replacing : /trunk/testsuite/Declaration2.mo (Copy from path: /branches/MA/testsuite/Declaration2.mo, Revision, 580) Replacing : /trunk/testsuite/Declaration3.mo (Copy from path: /branches/MA/testsuite/Declaration3.mo, Revision, 580) Replacing : /trunk/testsuite/DeclareConstant1.mo (Copy from path: /branches/MA/testsuite/DeclareConstant1.mo, Revision, 580) Replacing : /trunk/testsuite/DeclareConstant2.mo (Copy from path: /branches/MA/testsuite/DeclareConstant2.mo, Revision, 580) Replacing : /trunk/testsuite/DeclareConstant3.mo (Copy from path: /branches/MA/testsuite/DeclareConstant3.mo, Revision, 580) Replacing : /trunk/testsuite/DependsMutual.mo (Copy from path: /branches/MA/testsuite/DependsMutual.mo, Revision, 580) Replacing : /trunk/testsuite/DependsRecursive.mo (Copy from path: /branches/MA/testsuite/DependsRecursive.mo, Revision, 580) Replacing : /trunk/testsuite/Discrete1.mo (Copy from path: /branches/MA/testsuite/Discrete1.mo, Revision, 580) Replacing : /trunk/testsuite/Discrete2.mo (Copy from path: /branches/MA/testsuite/Discrete2.mo, Revision, 580) Replacing : /trunk/testsuite/DisturbedResistance1.mo (Copy from path: /branches/MA/testsuite/DisturbedResistance1.mo, Revision, 580) Replacing : /trunk/testsuite/DisturbedResistance2.mo (Copy from path: /branches/MA/testsuite/DisturbedResistance2.mo, Revision, 580) Replacing : /trunk/testsuite/DisturbedResistance3.mo (Copy from path: /branches/MA/testsuite/DisturbedResistance3.mo, Revision, 580) Replacing : /trunk/testsuite/DisturbedResistance4.mo (Copy from path: /branches/MA/testsuite/DisturbedResistance4.mo, Revision, 580) Replacing : /trunk/testsuite/EquationFor1.mo (Copy from path: /branches/MA/testsuite/EquationFor1.mo, Revision, 580) Replacing : /trunk/testsuite/EquationFor2.mo (Copy from path: /branches/MA/testsuite/EquationFor2.mo, Revision, 580) Replacing : /trunk/testsuite/EquationFor3.mo (Copy from path: /branches/MA/testsuite/EquationFor3.mo, Revision, 580) Replacing : /trunk/testsuite/EquationIf1.mo (Copy from path: /branches/MA/testsuite/EquationIf1.mo, Revision, 580) Replacing : /trunk/testsuite/EquationIf2.mo (Copy from path: /branches/MA/testsuite/EquationIf2.mo, Revision, 580) Replacing : /trunk/testsuite/EquationIf3.mo (Copy from path: /branches/MA/testsuite/EquationIf3.mo, Revision, 580) Replacing : /trunk/testsuite/EquationIf4.mo (Copy from path: /branches/MA/testsuite/EquationIf4.mo, Revision, 580) Replacing : /trunk/testsuite/Extends1.mo (Copy from path: /branches/MA/testsuite/Extends1.mo, Revision, 580) Replacing : /trunk/testsuite/Faculty1.mo (Copy from path: /branches/MA/testsuite/Faculty1.mo, Revision, 580) Replacing : /trunk/testsuite/Faculty2.mo (Copy from path: /branches/MA/testsuite/Faculty2.mo, Revision, 580) Replacing : /trunk/testsuite/Faculty3.mo (Copy from path: /branches/MA/testsuite/Faculty3.mo, Revision, 580) Replacing : /trunk/testsuite/Faculty4.mo (Copy from path: /branches/MA/testsuite/Faculty4.mo, Revision, 580) Replacing : /trunk/testsuite/Function1.mo (Copy from path: /branches/MA/testsuite/Function1.mo, Revision, 580) Replacing : /trunk/testsuite/Integer2Real.mo (Copy from path: /branches/MA/testsuite/Integer2Real.mo, Revision, 580) Replacing : /trunk/testsuite/Lookup1.mo (Copy from path: /branches/MA/testsuite/Lookup1.mo, Revision, 580) Replacing : /trunk/testsuite/Lookup2.mo (Copy from path: /branches/MA/testsuite/Lookup2.mo, Revision, 580) Replacing : /trunk/testsuite/Lookup3.mo (Copy from path: /branches/MA/testsuite/Lookup3.mo, Revision, 580) Replacing : /trunk/testsuite/Lookup4.mo (Copy from path: /branches/MA/testsuite/Lookup4.mo, Revision, 580) Replacing : /trunk/testsuite/Lookup5.mo (Copy from path: /branches/MA/testsuite/Lookup5.mo, Revision, 580) Replacing : /trunk/testsuite/Lookup6.mo (Copy from path: /branches/MA/testsuite/Lookup6.mo, Revision, 580) Replacing : /trunk/testsuite/Modelica.mo (Copy from path: /branches/MA/testsuite/Modelica.mo, Revision, 580) Replacing : /trunk/testsuite/Modification1.mo (Copy from path: /branches/MA/testsuite/Modification1.mo, Revision, 580) Replacing : /trunk/testsuite/Modification10.mo (Copy from path: /branches/MA/testsuite/Modification10.mo, Revision, 580) Replacing : /trunk/testsuite/Modification11.mo (Copy from path: /branches/MA/testsuite/Modification11.mo, Revision, 580) Replacing : /trunk/testsuite/Modification2.mo (Copy from path: /branches/MA/testsuite/Modification2.mo, Revision, 580) Replacing : /trunk/testsuite/Modification3.mo (Copy from path: /branches/MA/testsuite/Modification3.mo, Revision, 580) Replacing : /trunk/testsuite/Modification4.mo (Copy from path: /branches/MA/testsuite/Modification4.mo, Revision, 580) Replacing : /trunk/testsuite/Modification5.mo (Copy from path: /branches/MA/testsuite/Modification5.mo, Revision, 580) Replacing : /trunk/testsuite/Modification6.mo (Copy from path: /branches/MA/testsuite/Modification6.mo, Revision, 580) Replacing : /trunk/testsuite/Modification7.mo (Copy from path: /branches/MA/testsuite/Modification7.mo, Revision, 580) Replacing : /trunk/testsuite/Modification8.mo (Copy from path: /branches/MA/testsuite/Modification8.mo, Revision, 580) Replacing : /trunk/testsuite/Modification9.mo (Copy from path: /branches/MA/testsuite/Modification9.mo, Revision, 580) Replacing : /trunk/testsuite/ModifyConstant1.mo (Copy from path: /branches/MA/testsuite/ModifyConstant1.mo, Revision, 580) Replacing : /trunk/testsuite/ModifyConstant2.mo (Copy from path: /branches/MA/testsuite/ModifyConstant2.mo, Revision, 580) Replacing : /trunk/testsuite/ModifyConstant3.mo (Copy from path: /branches/MA/testsuite/ModifyConstant3.mo, Revision, 580) Replacing : /trunk/testsuite/ModifyConstant4.mo (Copy from path: /branches/MA/testsuite/ModifyConstant4.mo, Revision, 580) Replacing : /trunk/testsuite/ModifyConstant5.mo (Copy from path: /branches/MA/testsuite/ModifyConstant5.mo, Revision, 580) Replacing : /trunk/testsuite/ModifyConstant6.mo (Copy from path: /branches/MA/testsuite/ModifyConstant6.mo, Revision, 580) Replacing : /trunk/testsuite/ModifyUnknown1.mo (Copy from path: /branches/MA/testsuite/ModifyUnknown1.mo, Revision, 580) Replacing : /trunk/testsuite/ModifyUnknown2.mo (Copy from path: /branches/MA/testsuite/ModifyUnknown2.mo, Revision, 580) Replacing : /trunk/testsuite/Overwriting1.mo (Copy from path: /branches/MA/testsuite/Overwriting1.mo, Revision, 580) Replacing : /trunk/testsuite/Overwriting2.mo (Copy from path: /branches/MA/testsuite/Overwriting2.mo, Revision, 580) Replacing : /trunk/testsuite/Overwriting3.mo (Copy from path: /branches/MA/testsuite/Overwriting3.mo, Revision, 580) Replacing : /trunk/testsuite/Partial1.mo (Copy from path: /branches/MA/testsuite/Partial1.mo, Revision, 580) Replacing : /trunk/testsuite/Protected1.mo (Copy from path: /branches/MA/testsuite/Protected1.mo, Revision, 580) Replacing : /trunk/testsuite/Range1.mo (Copy from path: /branches/MA/testsuite/Range1.mo, Revision, 580) Replacing : /trunk/testsuite/Real2Integer1.mo (Copy from path: /branches/MA/testsuite/Real2Integer1.mo, Revision, 580) Replacing : /trunk/testsuite/Real2Integer2.mo (Copy from path: /branches/MA/testsuite/Real2Integer2.mo, Revision, 580) Replacing : /trunk/testsuite/Record1.mo (Copy from path: /branches/MA/testsuite/Record1.mo, Revision, 580) Replacing : /trunk/testsuite/Redeclare1.mo (Copy from path: /branches/MA/testsuite/Redeclare1.mo, Revision, 580) Replacing : /trunk/testsuite/Redeclare2.mo (Copy from path: /branches/MA/testsuite/Redeclare2.mo, Revision, 580) Replacing : /trunk/testsuite/Redeclare3.mo (Copy from path: /branches/MA/testsuite/Redeclare3.mo, Revision, 580) Replacing : /trunk/testsuite/RedeclareFlowEffort.mo (Copy from path: /branches/MA/testsuite/RedeclareFlowEffort.mo, Revision, 580) Replacing : /trunk/testsuite/ReplaceFunction.mo (Copy from path: /branches/MA/testsuite/ReplaceFunction.mo, Revision, 580) Replacing : /trunk/testsuite/ScopeDeclaration1.mo (Copy from path: /branches/MA/testsuite/ScopeDeclaration1.mo, Revision, 580) Replacing : /trunk/testsuite/ScopeDeclaration2.mo (Copy from path: /branches/MA/testsuite/ScopeDeclaration2.mo, Revision, 580) Replacing : /trunk/testsuite/ScopeModification1.mo (Copy from path: /branches/MA/testsuite/ScopeModification1.mo, Revision, 580) Replacing : /trunk/testsuite/ScopeModification2.mo (Copy from path: /branches/MA/testsuite/ScopeModification2.mo, Revision, 580) Replacing : /trunk/testsuite/Shadow1.mo (Copy from path: /branches/MA/testsuite/Shadow1.mo, Revision, 580) Replacing : /trunk/testsuite/SimpleIntegrator1.mo (Copy from path: /branches/MA/testsuite/SimpleIntegrator1.mo, Revision, 580) Replacing : /trunk/testsuite/SimpleIntegrator2.mo (Copy from path: /branches/MA/testsuite/SimpleIntegrator2.mo, Revision, 580) Replacing : /trunk/testsuite/SimpleIntegrator3.mo (Copy from path: /branches/MA/testsuite/SimpleIntegrator3.mo, Revision, 580) Replacing : /trunk/testsuite/SimpleIntegrator4.mo (Copy from path: /branches/MA/testsuite/SimpleIntegrator4.mo, Revision, 580) Replacing : /trunk/testsuite/Type1.mo (Copy from path: /branches/MA/testsuite/Type1.mo, Revision, 580) Replacing : /trunk/testsuite/Type2.mo (Copy from path: /branches/MA/testsuite/Type2.mo, Revision, 580) Replacing : /trunk/testsuite/Type3.mo (Copy from path: /branches/MA/testsuite/Type3.mo, Revision, 580) Replacing : /trunk/testsuite/Type4.mo (Copy from path: /branches/MA/testsuite/Type4.mo, Revision, 580) Replacing : /trunk/testsuite/Type5.mo (Copy from path: /branches/MA/testsuite/Type5.mo, Revision, 580) Replacing : /trunk/testsuite/Type6.mo (Copy from path: /branches/MA/testsuite/Type6.mo, Revision, 580) Replacing : /trunk/testsuite/Units1.mo (Copy from path: /branches/MA/testsuite/Units1.mo, Revision, 580) Replacing : /trunk/testsuite/Units2.mo (Copy from path: /branches/MA/testsuite/Units2.mo, Revision, 580) Replacing : /trunk/testsuite/XPowers1.mo (Copy from path: /branches/MA/testsuite/XPowers1.mo, Revision, 580) Replacing : /trunk/testsuite/XPowers2.mo (Copy from path: /branches/MA/testsuite/XPowers2.mo, Revision, 580) Replacing : /trunk/testsuite/XPowers3.mo (Copy from path: /branches/MA/testsuite/XPowers3.mo, Revision, 580) Revision: 578 Author: levsa Date: 14:19:35, den 19 november 2001 Message: Initial revision ---- Added : /trunk/testsuite/ConstrainingType2.mo Added : /trunk/testsuite/Readme.txt Revision: 575 Author: levsa Date: 14:17:13, den 19 november 2001 Message: Initial revision ---- Added : /trunk/testsuite Added : /trunk/testsuite/rtest Added : /trunk/testsuite/Makefile Added : /trunk/testsuite/VERSION Added : /trunk/testsuite/template.el Added : /trunk/testsuite/index.html Added : /trunk/testsuite/test-repport.lyx Added : /trunk/testsuite/pr_modeq_1999_04_26.txt Added : /trunk/testsuite/original_davka_modeq_test.txt Added : /trunk/testsuite/error_report_modeq_davkaversion.txt Added : /trunk/testsuite/Error-report.txt Added : /trunk/testsuite/Algorithm1.mo Added : /trunk/testsuite/Algorithm2.mo Added : /trunk/testsuite/Algorithm3.mo Added : /trunk/testsuite/Algorithm4.mo Added : /trunk/testsuite/Array1.mo Added : /trunk/testsuite/Array2.mo Added : /trunk/testsuite/Array3.mo Added : /trunk/testsuite/Array4.mo Added : /trunk/testsuite/Array5.mo Added : /trunk/testsuite/Array6.mo Added : /trunk/testsuite/Array7.mo Added : /trunk/testsuite/Array8.mo Added : /trunk/testsuite/ArrayModification1.mo Added : /trunk/testsuite/ArrayModification10.mo Added : /trunk/testsuite/ArrayModification11.mo Added : /trunk/testsuite/ArrayModification12.mo Added : /trunk/testsuite/ArrayModification2.mo Added : /trunk/testsuite/ArrayModification3.mo Added : /trunk/testsuite/ArrayModification4.mo Added : /trunk/testsuite/ArrayModification5.mo Added : /trunk/testsuite/ArrayModification6.mo Added : /trunk/testsuite/ArrayModification7.mo Added : /trunk/testsuite/ArrayModification8.mo Added : /trunk/testsuite/ArrayModification9.mo Added : /trunk/testsuite/ArraySlice1.mo Added : /trunk/testsuite/Array_builtin.mo Added : /trunk/testsuite/Circuit1.mo Added : /trunk/testsuite/Class1.mo Added : /trunk/testsuite/Class2.mo Added : /trunk/testsuite/Class3.mo Added : /trunk/testsuite/Class4.mo Added : /trunk/testsuite/ConditionalArrayExpression1.mo Added : /trunk/testsuite/ConditionalArrayExpression2.mo Added : /trunk/testsuite/Connect1.mo Added : /trunk/testsuite/Connect10.mo Added : /trunk/testsuite/Connect11.mo Added : /trunk/testsuite/Connect2.mo Added : /trunk/testsuite/Connect3.mo Added : /trunk/testsuite/Connect4.mo Added : /trunk/testsuite/Connect5.mo Added : /trunk/testsuite/Connect6.mo Added : /trunk/testsuite/Connect7.mo Added : /trunk/testsuite/Connect8.mo Added : /trunk/testsuite/Connect9.mo Added : /trunk/testsuite/ConnectConst1.mo Added : /trunk/testsuite/ConnectFlowEffort.mo Added : /trunk/testsuite/ConnectHierarchical1.mo Added : /trunk/testsuite/ConnectHierarchical2.mo Added : /trunk/testsuite/ConnectInner1.mo Added : /trunk/testsuite/ConnectInner2.mo Added : /trunk/testsuite/ConnectInner3.mo Added : /trunk/testsuite/ConnectTypes.mo Added : /trunk/testsuite/Constant1.mo Added : /trunk/testsuite/Constant2.mo Added : /trunk/testsuite/Constant3.mo Added : /trunk/testsuite/Constant4.mo Added : /trunk/testsuite/Constant5.mo Added : /trunk/testsuite/Constant6.mo Added : /trunk/testsuite/ConstrainingType1.mo Added : /trunk/testsuite/ConstrainingType3.mo Added : /trunk/testsuite/ConstructParameters.mo Added : /trunk/testsuite/ConstructParameters1.mo Added : /trunk/testsuite/ConstructParameters2.mo Added : /trunk/testsuite/Declaration1.mo Added : /trunk/testsuite/Declaration2.mo Added : /trunk/testsuite/Declaration3.mo Added : /trunk/testsuite/DeclarationOrder1.mo Added : /trunk/testsuite/DeclarationOrder2.mo Added : /trunk/testsuite/DeclareConstant1.mo Added : /trunk/testsuite/DeclareConstant2.mo Added : /trunk/testsuite/DeclareConstant3.mo Added : /trunk/testsuite/DependsMutual.mo Added : /trunk/testsuite/DependsRecursive.mo Added : /trunk/testsuite/Derivative1.mo Added : /trunk/testsuite/Discrete1.mo Added : /trunk/testsuite/Discrete2.mo Added : /trunk/testsuite/DisturbedResistance1.mo Added : /trunk/testsuite/DisturbedResistance2.mo Added : /trunk/testsuite/DisturbedResistance3.mo Added : /trunk/testsuite/DisturbedResistance4.mo Added : /trunk/testsuite/Encapsulated1.mo Added : /trunk/testsuite/Encapsulated2.mo Added : /trunk/testsuite/Encapsulated3.mo Added : /trunk/testsuite/EquationComponent1.mo Added : /trunk/testsuite/EquationComponent2.mo Added : /trunk/testsuite/EquationComponent3.mo Added : /trunk/testsuite/EquationComponent4.mo Added : /trunk/testsuite/EquationComponent5.mo Added : /trunk/testsuite/EquationFor1.mo Added : /trunk/testsuite/EquationFor2.mo Added : /trunk/testsuite/EquationFor3.mo Added : /trunk/testsuite/EquationIf1.mo Added : /trunk/testsuite/EquationIf2.mo Added : /trunk/testsuite/EquationIf3.mo Added : /trunk/testsuite/EquationIf4.mo Added : /trunk/testsuite/Extends1.mo Added : /trunk/testsuite/Faculty1.mo Added : /trunk/testsuite/Faculty2.mo Added : /trunk/testsuite/Faculty3.mo Added : /trunk/testsuite/Faculty4.mo Added : /trunk/testsuite/Function1.mo Added : /trunk/testsuite/Function2.mo Added : /trunk/testsuite/Function3.mo Added : /trunk/testsuite/Function4.mo Added : /trunk/testsuite/Function5.mo Added : /trunk/testsuite/Function5_test.mo Added : /trunk/testsuite/Function6.mo Added : /trunk/testsuite/Function7.mo Added : /trunk/testsuite/Function8.mo Added : /trunk/testsuite/Function9.mo Added : /trunk/testsuite/Import1.mo Added : /trunk/testsuite/Import2.mo Added : /trunk/testsuite/Import3.mo Added : /trunk/testsuite/Import4.mo Added : /trunk/testsuite/InnerClass1.mo Added : /trunk/testsuite/Integer2Real.mo Added : /trunk/testsuite/Lookup1.mo Added : /trunk/testsuite/Lookup2.mo Added : /trunk/testsuite/Lookup3.mo Added : /trunk/testsuite/Lookup4.mo Added : /trunk/testsuite/Lookup5.mo Added : /trunk/testsuite/Lookup6.mo Added : /trunk/testsuite/Lookup7.mo Added : /trunk/testsuite/Modification1.mo Added : /trunk/testsuite/Modification10.mo Added : /trunk/testsuite/Modification11.mo Added : /trunk/testsuite/Modification2.mo Added : /trunk/testsuite/Modification3.mo Added : /trunk/testsuite/Modification4.mo Added : /trunk/testsuite/Modification5.mo Added : /trunk/testsuite/Modification6.mo Added : /trunk/testsuite/Modification7.mo Added : /trunk/testsuite/Modification8.mo Added : /trunk/testsuite/Modification9.mo Added : /trunk/testsuite/ModifyConstant1.mo Added : /trunk/testsuite/ModifyConstant2.mo Added : /trunk/testsuite/ModifyConstant3.mo Added : /trunk/testsuite/ModifyConstant4.mo Added : /trunk/testsuite/ModifyConstant5.mo Added : /trunk/testsuite/ModifyConstant6.mo Added : /trunk/testsuite/ModifyUnknown1.mo Added : /trunk/testsuite/ModifyUnknown2.mo Added : /trunk/testsuite/Overwriting1.mo Added : /trunk/testsuite/Overwriting2.mo Added : /trunk/testsuite/Overwriting3.mo Added : /trunk/testsuite/Overwriting4.mo Added : /trunk/testsuite/Partial1.mo Added : /trunk/testsuite/Protected1.mo Added : /trunk/testsuite/Range1.mo Added : /trunk/testsuite/Real2Integer1.mo Added : /trunk/testsuite/Real2Integer2.mo Added : /trunk/testsuite/Real2Integer3.mo Added : /trunk/testsuite/Record1.mo Added : /trunk/testsuite/Redeclare1.mo Added : /trunk/testsuite/Redeclare2.mo Added : /trunk/testsuite/Redeclare3.mo Added : /trunk/testsuite/RedeclareFlowEffort.mo Added : /trunk/testsuite/ReplaceFunction.mo Added : /trunk/testsuite/ScopeDeclaration1.mo Added : /trunk/testsuite/ScopeDeclaration2.mo Added : /trunk/testsuite/ScopeDeclaration3.mo Added : /trunk/testsuite/ScopeDeclaration4.mo Added : /trunk/testsuite/ScopeModification1.mo Added : /trunk/testsuite/ScopeModification2.mo Added : /trunk/testsuite/Shadow1.mo Added : /trunk/testsuite/SimpleIntegrator1.mo Added : /trunk/testsuite/SimpleIntegrator2.mo Added : /trunk/testsuite/SimpleIntegrator3.mo Added : /trunk/testsuite/SimpleIntegrator4.mo Added : /trunk/testsuite/Type1.mo Added : /trunk/testsuite/Type2.mo Added : /trunk/testsuite/Type3.mo Added : /trunk/testsuite/Type4.mo Added : /trunk/testsuite/Type5.mo Added : /trunk/testsuite/Type6.mo Added : /trunk/testsuite/Type7.mo Added : /trunk/testsuite/Type8.mo Added : /trunk/testsuite/Units1.mo Added : /trunk/testsuite/Units2.mo Added : /trunk/testsuite/WhenSemantics1.mo Added : /trunk/testsuite/XPowers1.mo Added : /trunk/testsuite/XPowers2.mo Added : /trunk/testsuite/XPowers3.mo Added : /trunk/testsuite/modelica_1_1_Array9.mo Added : /trunk/testsuite/modelica_1_1_Function10.mo Added : /trunk/testsuite/modelica_1_1_Type10.mo Added : /trunk/testsuite/modelica_1_1_Type11.mo Added : /trunk/testsuite/modelica_1_1_Type9.mo Added : /trunk/testsuite/modtest.texi Added : /trunk/testsuite/package-s-1.mo Added : /trunk/testsuite/partial-s-1.mo Added : /trunk/testsuite/prtest.mo Added : /trunk/testsuite/rfdk.pike Added : /trunk/testsuite/type_test_pr.mo Added : /trunk/testsuite/Modelica.mo Added : /trunk/testsuite/runtest Added : /trunk/testsuite/tuple1.mo Added : /trunk/testsuite/README.TXT Added : /trunk/testsuite/.cvsignore Revision: 531 Author: levsa Date: 11:10:59, den 26 oktober 2001 Message: *** empty log message *** ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/testsuite/Array_builtin.mo Modified : /trunk/modeq/testsuite/modelica_1_1_Type11.mo Revision: 490 Author: levsa Date: 17:41:00, den 10 april 2001 Message: Working at PELAB ---- Modified : /trunk/modeq/ast/Makefile Modified : /trunk/modeq/runtime/Makefile Revision: 485 Author: levsa Date: 15:44:03, den 9 april 2001 Message: RML path ---- Modified : /trunk/modeq/Makefile Revision: 483 Author: levsa Date: 11:47:30, den 5 februari 2001 Message: Latest from x98petro not committed or added ---- Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/ast/attrib.c Modified : /trunk/modeq/ast/modgram.g Added : /trunk/modeq/ast/modgram_davka_org.g Added : /trunk/modeq/ast/modgram_new.g Modified : /trunk/modeq/builtin.rml Added : /trunk/modeq/builtin_safe.rml Modified : /trunk/modeq/dae.rml Added : /trunk/modeq/debug.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/staticexp.rml Added : /trunk/modeq/testsuite/Array_builtin.mo Added : /trunk/modeq/testsuite/Error-report.txt Added : /trunk/modeq/testsuite/Function5_test.mo Modified : /trunk/modeq/testsuite/Function6.mo Modified : /trunk/modeq/testsuite/Modification1.mo Added : /trunk/modeq/testsuite/README.TXT Added : /trunk/modeq/testsuite/error_report_modeq_davkaversion.txt Added : /trunk/modeq/testsuite/modelica_1_1_Array9.mo Added : /trunk/modeq/testsuite/modelica_1_1_Function10.mo Added : /trunk/modeq/testsuite/modelica_1_1_Type10.mo Added : /trunk/modeq/testsuite/modelica_1_1_Type11.mo Added : /trunk/modeq/testsuite/modelica_1_1_Type9.mo Added : /trunk/modeq/testsuite/original_davka_modeq_test.txt Added : /trunk/modeq/testsuite/pr_modeq_1999_04_26.txt Added : /trunk/modeq/testsuite/prtest.mo Modified : /trunk/modeq/testsuite/rtest Added : /trunk/modeq/testsuite/test-repport.lyx Added : /trunk/modeq/testsuite/tuple1.mo Added : /trunk/modeq/testsuite/type_test_pr.mo Modified : /trunk/modeq/types.rml Revision: 481 Author: x98petro Date: 14:37:01, den 19 april 1999 Message: Array handling is probably broken in this version. Should be fixed in next version. 1999-03-19 Multiple return values from functions. 1999-03-23 Constant propagation in functions. With only one output from functions the ouput varaible was is consant only if all input parameters are constant. With multiple return arguments from functions then some output parameters may be constant if some input parameters are. This should be checked in the future. !! Check inst.rml::inst_eq_equation understand the rule evaluation and extend it to multiple return values. 1999-03-26 Change of plans. Add an tuple type instead. This type is not in the 1.1 spec. but will probably be there in the future. 1999-03-27 constant checking of the tuple�'s arguments is not done at the moment. See PROP in staticexp.rml. See staticexp.rml Write a test and make sure that it passes. 1999-03-29 About updating rml code. For example uptadeting Properties with Const. The old structure bool still works, just code for the extre bool list? 1999-04-06 Tuples works. But it is not restricted to just functions, like the modelica 1.1 specification. A bug is that Real x,y; (x,y)=(1,2); Does not work but (x,y)=(1.0,3.0) works. 1999-04-06 Type convertion from int to real does not work correctly with tuples. Real x,y; (x,y) = (1,2); does not work. 1999-03-19 Array size allowed in component claus. (modelica_1_1_Type9.mo) Write a tests and make sure that it passes. ok done 1999-03-23 Added some test for types, these tests begins with modelica_1_1_... ---- Modified : /trunk/modeq/testsuite/rtest Modified : /trunk/modeq/testsuite/Makefile Revision: 480 Author: x98petro Date: 14:34:49, den 19 april 1999 Message: Array handling is probably broken in this version. Should be fixed in next version. 1999-03-19 Multiple return values from functions. 1999-03-23 Constant propagation in functions. With only one output from functions the ouput varaible was is consant only if all input parameters are constant. With multiple return arguments from functions then some output parameters may be constant if some input parameters are. This should be checked in the future. !! Check inst.rml::inst_eq_equation understand the rule evaluation and extend it to multiple return values. 1999-03-26 Change of plans. Add an tuple type instead. This type is not in the 1.1 spec. but will probably be there in the future. 1999-03-27 constant checking of the tuple�'s arguments is not done at the moment. See PROP in staticexp.rml. See staticexp.rml Write a test and make sure that it passes. 1999-03-29 About updating rml code. For example uptadeting Properties with Const. The old structure bool still works, just code for the extre bool list? 1999-04-06 Tuples works. But it is not restricted to just functions, like the modelica 1.1 specification. A bug is that Real x,y; (x,y)=(1,2); Does not work but (x,y)=(1.0,3.0) works. 1999-04-06 Type convertion from int to real does not work correctly with tuples. Real x,y; (x,y) = (1,2); does not work. 1999-03-19 Array size allowed in component claus. (modelica_1_1_Type9.mo) Write a tests and make sure that it passes. ok done 1999-03-23 ---- Modified : /trunk/modeq/ast/Makefile Modified : /trunk/modeq/runtime/Makefile Modified : /trunk/modeq/ast/attrib.c Modified : /trunk/modeq/ast/modgram.g Revision: 479 Author: x98petro Date: 14:26:17, den 19 april 1999 Message: Array handling is probably broken in this version. Should be fixed in next version. 1999-03-19 Multiple return values from functions. 1999-03-23 Constant propagation in functions. With only one output from functions the ouput varaible was is consant only if all input parameters are constant. With multiple return arguments from functions then some output parameters may be constant if some input parameters are. This should be checked in the future. !! Check inst.rml::inst_eq_equation understand the rule evaluation and extend it to multiple return values. 1999-03-26 Change of plans. Add an tuple type instead. This type is not in the 1.1 spec. but will probably be there in the future. 1999-03-27 constant checking of the tuple�'s arguments is not done at the moment. See PROP in staticexp.rml. See staticexp.rml Write a test and make sure that it passes. 1999-03-29 About updating rml code. For example uptadeting Properties with Const. The old structure bool still works, just code for the extre bool list? 1999-04-06 Tuples works. But it is not restricted to just functions, like the modelica 1.1 specification. A bug is that Real x,y; (x,y)=(1,2); Does not work but (x,y)=(1.0,3.0) works. 1999-04-06 Type convertion from int to real does not work correctly with tuples. Real x,y; (x,y) = (1,2); does not work. 1999-03-19 Array size allowed in component claus. (modelica_1_1_Type9.mo) Write a tests and make sure that it passes. ok done 1999-03-23 ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/Makefile Revision: 478 Author: x98petro Date: 12:18:54, den 30 november 1998 Message: Modifed the grammar to accept multiple return values from functions. ---- Added : /trunk/modeq/history.txt Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/ast/modgram.g Revision: 477 Author: x97davka Date: 01:37:45, den 22 oktober 1998 Message: Peters korrektur. ---- Modified : /trunk/modeq/report/report.tex Revision: 476 Author: x97davka Date: 01:37:23, den 22 oktober 1998 Message: Changed "rml" ---- Modified : /trunk/modeq/report/report.bib Revision: 475 Author: x97davka Date: 01:34:17, den 22 oktober 1998 Message: Doc fix ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Revision: 474 Author: x97davka Date: 22:00:31, den 21 oktober 1998 Message: Pontus korrektur. ---- Modified : /trunk/modeq/report/report.tex Revision: 473 Author: x97davka Date: 22:00:14, den 21 oktober 1998 Message: Completed ---- Modified : /trunk/modeq/report/report.bib Revision: 472 Author: x97davka Date: 21:58:38, den 21 oktober 1998 Message: Doc fix ---- Modified : /trunk/modeq/main.rml Revision: 471 Author: x97davka Date: 21:58:02, den 21 oktober 1998 Message: Typo ---- Modified : /trunk/modeq/classinf.rml Revision: 470 Author: x97davka Date: 01:58:06, den 5 oktober 1998 Message: Filled the last holes. ---- Modified : /trunk/modeq/report/report.tex Revision: 469 Author: x97davka Date: 01:57:41, den 5 oktober 1998 Message: Added MOdelica 1f ---- Modified : /trunk/modeq/report/report.bib Revision: 468 Author: x97davka Date: 18:35:35, den 1 oktober 1998 Message: New file ---- Added : /trunk/modeq/testsuite/Lookup7.mo Revision: 467 Author: x97davka Date: 18:35:06, den 1 oktober 1998 Message: Oops! Fixed static scoping. ---- Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Revision: 466 Author: x97davka Date: 16:20:43, den 30 september 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/.cvsignore Revision: 465 Author: x97davka Date: 16:19:31, den 30 september 1998 Message: New file ---- Added : /trunk/modeq/report/bibliotekskort Revision: 464 Author: x97davka Date: 16:18:49, den 30 september 1998 Message: Minor fixes. ---- Modified : /trunk/modeq/report/report.tex Revision: 463 Author: x97davka Date: 16:17:37, den 30 september 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/.cvsignore Revision: 462 Author: x97davka Date: 10:00:04, den 30 september 1998 Message: Use /usr/bin/egrep ---- Modified : /trunk/modeq/testsuite/rtest Revision: 461 Author: x97davka Date: 09:59:19, den 30 september 1998 Message: Added a lot of stuff. ---- Modified : /trunk/modeq/report/report.tex Revision: 460 Author: x97davka Date: 09:57:07, den 30 september 1998 Message: Doc fix ---- Modified : /trunk/modeq/prefix.rml Revision: 459 Author: x97davka Date: 09:56:36, den 30 september 1998 Message: Fixed the mess I caused with remove_set ---- Modified : /trunk/modeq/connect.rml Revision: 458 Author: x97davka Date: 18:18:20, den 28 september 1998 Message: Use module header ---- Modified : /trunk/modeq/tools/rmldoc Revision: 457 Author: x97davka Date: 18:17:54, den 28 september 1998 Message: New files ---- Added : /trunk/modeq/testsuite/Type7.mo Added : /trunk/modeq/testsuite/Type8.mo Revision: 456 Author: x97davka Date: 18:17:43, den 28 september 1998 Message: Fixes ---- Modified : /trunk/modeq/report/report.tex Revision: 455 Author: x97davka Date: 18:17:28, den 28 september 1998 Message: Some additions ---- Modified : /trunk/modeq/report/report.bib Revision: 454 Author: x97davka Date: 18:17:18, den 28 september 1998 Message: Added bibtex rule ---- Modified : /trunk/modeq/report/Makefile Revision: 453 Author: x97davka Date: 18:16:34, den 28 september 1998 Message: Doc fixes and some minor code cleanups. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Revision: 452 Author: x97davka Date: 11:53:29, den 28 september 1998 Message: Ugly DAE.VARVAL hack Some cleanups ---- Modified : /trunk/modeq/inst.rml Revision: 451 Author: x97davka Date: 11:53:02, den 28 september 1998 Message: Check modelica_output ---- Modified : /trunk/modeq/exp.rml Revision: 450 Author: x97davka Date: 11:51:48, den 28 september 1998 Message: Introduced ugly VARVAL hack. ---- Modified : /trunk/modeq/dae.rml Revision: 449 Author: x97davka Date: 11:27:03, den 24 september 1998 Message: minor additions ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/report/.cvsignore Revision: 448 Author: x97davka Date: 04:08:58, den 23 september 1998 Message: Fixes ---- Modified : /trunk/modeq/testsuite/rtest Added : /trunk/modeq/testsuite/Array7.mo Added : /trunk/modeq/testsuite/Array8.mo Added : /trunk/modeq/testsuite/ArrayModification11.mo Added : /trunk/modeq/testsuite/ArrayModification12.mo Modified : /trunk/modeq/testsuite/ArrayModification4.mo Modified : /trunk/modeq/testsuite/ArrayModification9.mo Modified : /trunk/modeq/testsuite/Circuit1.mo Modified : /trunk/modeq/testsuite/Class2.mo Modified : /trunk/modeq/testsuite/Connect1.mo Modified : /trunk/modeq/testsuite/Connect2.mo Modified : /trunk/modeq/testsuite/Connect3.mo Modified : /trunk/modeq/testsuite/Connect7.mo Modified : /trunk/modeq/testsuite/Connect8.mo Modified : /trunk/modeq/testsuite/Connect9.mo Modified : /trunk/modeq/testsuite/ConnectTypes.mo Modified : /trunk/modeq/testsuite/Constant3.mo Modified : /trunk/modeq/testsuite/Discrete2.mo Modified : /trunk/modeq/testsuite/DisturbedResistance3.mo Modified : /trunk/modeq/testsuite/DisturbedResistance4.mo Modified : /trunk/modeq/testsuite/EquationFor1.mo Modified : /trunk/modeq/testsuite/EquationFor2.mo Modified : /trunk/modeq/testsuite/EquationFor3.mo Modified : /trunk/modeq/testsuite/Range1.mo Modified : /trunk/modeq/testsuite/XPowers2.mo Modified : /trunk/modeq/testsuite/modtest.texi Revision: 447 Author: x97davka Date: 04:03:32, den 23 september 1998 Message: Minor fixes ---- Modified : /trunk/modeq/report/report.tex Revision: 446 Author: x97davka Date: 03:55:09, den 23 september 1998 Message: Bug and doc fixes ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 445 Author: x97davka Date: 12:31:27, den 22 september 1998 Message: Don't sort the output before comparing. ---- Modified : /trunk/modeq/testsuite/rtest Revision: 444 Author: x97davka Date: 12:31:08, den 22 september 1998 Message: Added modelica_output ---- Modified : /trunk/modeq/runtime/rtopts.c Modified : /trunk/modeq/rtopts.rml Revision: 443 Author: x97davka Date: 12:30:54, den 22 september 1998 Message: Fixed stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 442 Author: x97davka Date: 12:30:11, den 22 september 1998 Message: Fixed output ---- Modified : /trunk/modeq/mod.rml Revision: 441 Author: x97davka Date: 12:29:54, den 22 september 1998 Message: Cleanup ---- Modified : /trunk/modeq/main.rml Revision: 440 Author: x97davka Date: 12:29:38, den 22 september 1998 Message: doc fix ---- Modified : /trunk/modeq/inst.rml Revision: 439 Author: x97davka Date: 12:29:22, den 22 september 1998 Message: Removed debug info ---- Modified : /trunk/modeq/explode.rml Revision: 438 Author: x97davka Date: 12:28:38, den 22 september 1998 Message: Convert illegal characters when modelica_output is true. ---- Modified : /trunk/modeq/exp.rml Revision: 437 Author: x97davka Date: 12:27:54, den 22 september 1998 Message: Added the possibility to output DEFINE as EQUATION ---- Modified : /trunk/modeq/dae.rml Revision: 436 Author: x97davka Date: 16:51:24, den 18 september 1998 Message: New files ---- Added : /trunk/modeq/testsuite/Connect9.mo Added : /trunk/modeq/testsuite/Connect10.mo Added : /trunk/modeq/testsuite/Connect11.mo Added : /trunk/modeq/testsuite/ScopeDeclaration4.mo Revision: 435 Author: x97davka Date: 16:51:06, den 18 september 1998 Message: Small change ---- Modified : /trunk/modeq/report/transfig.pic Revision: 434 Author: x97davka Date: 16:46:49, den 18 september 1998 Message: Minor bugfixes ---- Modified : /trunk/modeq/inst.rml Revision: 433 Author: x97davka Date: 16:46:08, den 18 september 1998 Message: Removed debug stuff ---- Modified : /trunk/modeq/connect.rml Revision: 432 Author: x97davka Date: 18:14:26, den 17 september 1998 Message: Added more on Modelica ---- Modified : /trunk/modeq/report/report.tex Revision: 431 Author: x97davka Date: 14:31:13, den 17 september 1998 Message: Removed debug output ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Revision: 430 Author: x97davka Date: 02:41:48, den 17 september 1998 Message: Fixed stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 429 Author: x97davka Date: 02:40:55, den 17 september 1998 Message: Doc fixes ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/values.rml Revision: 428 Author: x97davka Date: 23:09:28, den 16 september 1998 Message: added limitations ---- Modified : /trunk/modeq/report/report.tex Revision: 427 Author: x97davka Date: 23:08:44, den 16 september 1998 Message: update ---- Modified : /trunk/modeq/testsuite/XPowers2.mo Modified : /trunk/modeq/testsuite/Array3.mo Modified : /trunk/modeq/testsuite/ConditionalArrayExpression2.mo Revision: 426 Author: x97davka Date: 23:07:41, den 16 september 1998 Message: check_subscript returns the new type also ---- Modified : /trunk/modeq/lookup.rml Revision: 425 Author: x97davka Date: 17:10:08, den 15 september 1998 Message: Added ARRAY again ---- Modified : /trunk/modeq/ast/modgram.g Revision: 424 Author: x97davka Date: 17:09:51, den 15 september 1998 Message: Added split_arrays ---- Modified : /trunk/modeq/runtime/rtopts.c Revision: 423 Author: x97davka Date: 17:09:20, den 15 september 1998 Message: Updated ---- Modified : /trunk/modeq/testsuite/EquationFor3.mo Modified : /trunk/modeq/testsuite/ConditionalArrayExpression2.mo Modified : /trunk/modeq/testsuite/ArrayModification5.mo Modified : /trunk/modeq/testsuite/ArrayModification7.mo Modified : /trunk/modeq/testsuite/ConstructParameters.mo Modified : /trunk/modeq/testsuite/Function1.mo Modified : /trunk/modeq/testsuite/Function5.mo Modified : /trunk/modeq/testsuite/Lookup4.mo Modified : /trunk/modeq/testsuite/Modification10.mo Modified : /trunk/modeq/testsuite/Modification11.mo Modified : /trunk/modeq/testsuite/Modification4.mo Modified : /trunk/modeq/testsuite/Modification8.mo Modified : /trunk/modeq/testsuite/ModifyConstant4.mo Revision: 422 Author: x97davka Date: 17:08:35, den 15 september 1998 Message: New files ---- Added : /trunk/modeq/testsuite/Array5.mo Added : /trunk/modeq/testsuite/Array6.mo Added : /trunk/modeq/testsuite/EquationComponent1.mo Added : /trunk/modeq/testsuite/EquationComponent2.mo Added : /trunk/modeq/testsuite/EquationComponent3.mo Added : /trunk/modeq/testsuite/EquationComponent4.mo Added : /trunk/modeq/testsuite/EquationComponent5.mo Revision: 421 Author: x97davka Date: 17:08:15, den 15 september 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/report/report.tex Revision: 420 Author: x97davka Date: 17:08:03, den 15 september 1998 Message: arrays only have one dimension now. Lookup start in builtins. ---- Modified : /trunk/modeq/types.rml Revision: 419 Author: x97davka Date: 17:07:41, den 15 september 1998 Message: Fixed stuff ---- Modified : /trunk/modeq/staticexp.rml Revision: 418 Author: x97davka Date: 17:07:17, den 15 september 1998 Message: New option: split_arrays ---- Modified : /trunk/modeq/rtopts.rml Revision: 417 Author: x97davka Date: 17:06:48, den 15 september 1998 Message: Split array and composite equations. And stuff. ---- Modified : /trunk/modeq/inst.rml Revision: 416 Author: x97davka Date: 17:06:28, den 15 september 1998 Message: New simplify rules ---- Modified : /trunk/modeq/exp.rml Revision: 415 Author: x97davka Date: 17:06:12, den 15 september 1998 Message: Reinstated ARRAY ---- Modified : /trunk/modeq/dump.rml Revision: 414 Author: x97davka Date: 17:05:53, den 15 september 1998 Message: Changed EQUATION and added DEFINE ---- Modified : /trunk/modeq/dae.rml Revision: 413 Author: x97davka Date: 17:05:38, den 15 september 1998 Message: DAE changes ---- Modified : /trunk/modeq/connect.rml Revision: 412 Author: x97davka Date: 17:05:19, den 15 september 1998 Message: Type conversions in assignments work again ---- Modified : /trunk/modeq/algorithm.rml Revision: 411 Author: x97davka Date: 17:04:58, den 15 september 1998 Message: Reintroduced ARRAY ---- Modified : /trunk/modeq/absyn.rml Revision: 410 Author: x97davka Date: 17:04:46, den 15 september 1998 Message: New dependecy rules ---- Modified : /trunk/modeq/Makefile Revision: 409 Author: x97davka Date: 13:17:31, den 14 september 1998 Message: New files ---- Added : /trunk/modeq/testsuite/Algorithm4.mo Added : /trunk/modeq/testsuite/Constant4.mo Added : /trunk/modeq/testsuite/Constant5.mo Added : /trunk/modeq/testsuite/Constant6.mo Added : /trunk/modeq/testsuite/ScopeDeclaration3.mo Revision: 408 Author: x97davka Date: 13:16:15, den 14 september 1998 Message: added stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 407 Author: x97davka Date: 18:35:06, den 13 september 1998 Message: Restructured and stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 406 Author: x97davka Date: 18:34:43, den 13 september 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report/Makefile Revision: 405 Author: x97davka Date: 13:25:43, den 13 september 1998 Message: New file ---- Added : /trunk/modeq/report/transfig.pic Revision: 404 Author: x97davka Date: 13:16:02, den 13 september 1998 Message: Added translation figure and stuff ---- Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/report/Makefile Revision: 403 Author: x97davka Date: 18:52:16, den 11 september 1998 Message: Added accessibility ---- Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Revision: 402 Author: x97davka Date: 18:51:47, den 11 september 1998 Message: Folllow DAE changes ---- Modified : /trunk/modeq/inst.rml Revision: 401 Author: x97davka Date: 18:51:24, den 11 september 1998 Message: Added accessibility field to the attributes. ---- Modified : /trunk/modeq/explode.rml Revision: 400 Author: x97davka Date: 18:50:44, den 11 september 1998 Message: Clean up unecessary stuff and renamed some. ---- Modified : /trunk/modeq/dae.rml Revision: 399 Author: x97davka Date: 18:50:20, den 11 september 1998 Message: Set accessibility ---- Modified : /trunk/modeq/builtin.rml Revision: 398 Author: x97davka Date: 18:49:55, den 11 september 1998 Message: Check if a variable being assigned is read-only ---- Modified : /trunk/modeq/algorithm.rml Revision: 397 Author: x97davka Date: 13:33:07, den 9 september 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/.cvsignore Revision: 396 Author: x97davka Date: 13:31:15, den 9 september 1998 Message: New files ---- Added : /trunk/modeq/runtime Added : /trunk/modeq/runtime/rtopts.c Added : /trunk/modeq/runtime/Makefile Revision: 395 Author: x97davka Date: 13:29:56, den 9 september 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/.cvsignore Revision: 394 Author: x97davka Date: 13:29:46, den 9 september 1998 Message: Absyn.COMPONENT changed ---- Modified : /trunk/modeq/ast/modgram.g Revision: 393 Author: x97davka Date: 13:28:54, den 9 september 1998 Message: New file ---- Added : /trunk/modeq/rtopts.rml Revision: 392 Author: x97davka Date: 13:28:28, den 9 september 1998 Message: Added some stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 391 Author: x97davka Date: 13:28:08, den 9 september 1998 Message: Added algorithm.tex ---- Modified : /trunk/modeq/report/Makefile Revision: 390 Author: x97davka Date: 13:27:50, den 9 september 1998 Message: Use rtopts ---- Modified : /trunk/modeq/main.rml Revision: 389 Author: x97davka Date: 13:22:52, den 9 september 1998 Message: Don't use Absyn.VarAttr. Instead use SCode.Attributes. Fixed functions. ---- Modified : /trunk/modeq/staticexp.rml Revision: 388 Author: x97davka Date: 13:22:31, den 9 september 1998 Message: Don't use Absyn.VarAttr. Instead use SCode.Attributes. ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/types.rml Revision: 387 Author: x97davka Date: 13:21:47, den 9 september 1998 Message: Don't use Absyn.VarAttr. Instead use Attributes. ---- Modified : /trunk/modeq/explode.rml Revision: 386 Author: x97davka Date: 13:21:21, den 9 september 1998 Message: Started to use runtime options to control output ---- Modified : /trunk/modeq/exp.rml Revision: 385 Author: x97davka Date: 13:20:44, den 9 september 1998 Message: ARRAY no longer exists ---- Modified : /trunk/modeq/dump.rml Revision: 384 Author: x97davka Date: 13:20:29, den 9 september 1998 Message: Use SCode.Attributes ---- Modified : /trunk/modeq/builtin.rml Revision: 383 Author: x97davka Date: 13:20:06, den 9 september 1998 Message: More docs. ---- Modified : /trunk/modeq/algorithm.rml Revision: 382 Author: x97davka Date: 13:19:54, den 9 september 1998 Message: Replaced VarAttr with ElementAttributes. More docs. ---- Modified : /trunk/modeq/absyn.rml Revision: 381 Author: x97davka Date: 13:19:31, den 9 september 1998 Message: Added runtime directory ---- Modified : /trunk/modeq/Makefile Revision: 380 Author: x97davka Date: 11:43:12, den 28 augusti 1998 Message: Fixed stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 379 Author: x97davka Date: 10:26:23, den 28 augusti 1998 Message: Reworked ---- Modified : /trunk/modeq/report/report.tex Revision: 378 Author: x97davka Date: 21:25:58, den 27 augusti 1998 Message: Spelling fixes ---- Modified : /trunk/modeq/report/report.tex Revision: 377 Author: x97davka Date: 19:07:39, den 25 augusti 1998 Message: new files ---- Added : /trunk/modeq/report/example-1.tex Added : /trunk/modeq/report/example-2.tex Added : /trunk/modeq/report/example-3.tex Added : /trunk/modeq/report/example-4.tex Revision: 376 Author: x97davka Date: 18:17:29, den 25 augusti 1998 Message: added stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 375 Author: x97davka Date: 09:58:25, den 21 augusti 1998 Message: Added stuff ---- Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/report/Makefile Revision: 374 Author: x97davka Date: 15:10:47, den 20 augusti 1998 Message: Restructured ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/report/.cvsignore Revision: 373 Author: x97davka Date: 15:14:38, den 19 augusti 1998 Message: More text. New bibliography. ---- Modified : /trunk/modeq/report/report.tex Revision: 372 Author: x97davka Date: 15:14:20, den 19 augusti 1998 Message: Fixed stuff ---- Modified : /trunk/modeq/report/Makefile Revision: 371 Author: x97davka Date: 15:13:29, den 19 augusti 1998 Message: New file ---- Added : /trunk/modeq/report/report.bib Revision: 370 Author: x97davka Date: 11:50:19, den 17 augusti 1998 Message: wrote stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 369 Author: x97davka Date: 12:51:33, den 14 augusti 1998 Message: Changed labels ---- Modified : /trunk/modeq/tools/rmldoc Revision: 368 Author: x97davka Date: 12:51:19, den 14 augusti 1998 Message: More stuff. ---- Modified : /trunk/modeq/report/report.tex Revision: 367 Author: x97davka Date: 12:51:04, den 14 augusti 1998 Message: docfix ---- Modified : /trunk/modeq/staticexp.rml Revision: 366 Author: x97davka Date: 12:50:47, den 14 augusti 1998 Message: Fixed doc ---- Modified : /trunk/modeq/mod.rml Revision: 365 Author: x97davka Date: 12:50:36, den 14 augusti 1998 Message: Added comments ---- Modified : /trunk/modeq/main.rml Revision: 364 Author: x97davka Date: 12:50:24, den 14 augusti 1998 Message: Removed ARRAY ---- Modified : /trunk/modeq/absyn.rml Revision: 363 Author: x97davka Date: 18:50:15, den 4 augusti 1998 Message: Messed with the function test cases. ---- Added : /trunk/modeq/testsuite/Function6.mo Modified : /trunk/modeq/testsuite/Function1.mo Added : /trunk/modeq/testsuite/Function5.mo Added : /trunk/modeq/testsuite/Function2.mo Added : /trunk/modeq/testsuite/Function3.mo Added : /trunk/modeq/testsuite/Function4.mo Added : /trunk/modeq/testsuite/Function7.mo Added : /trunk/modeq/testsuite/Function8.mo Added : /trunk/modeq/testsuite/Function9.mo Revision: 362 Author: x97davka Date: 18:49:32, den 4 augusti 1998 Message: Added protected flag to Types.VAR. Added rules for implicit instantiation of packages and functions. Fixed elab_call. ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 361 Author: x97davka Date: 17:37:12, den 31 juli 1998 Message: Changed status to correct. ---- Modified : /trunk/modeq/testsuite/Real2Integer1.mo Revision: 360 Author: x97davka Date: 17:36:57, den 31 juli 1998 Message: Use Static.Properties, and Static.match_prop. ---- Modified : /trunk/modeq/inst.rml Revision: 359 Author: x97davka Date: 17:36:23, den 31 juli 1998 Message: Removed some junk. ---- Modified : /trunk/modeq/explode.rml Revision: 358 Author: x97davka Date: 17:36:04, den 31 juli 1998 Message: StaticExp was renamed ---- Modified : /trunk/modeq/connect.rml Revision: 357 Author: x97davka Date: 17:35:50, den 31 juli 1998 Message: Use Static.Properties. ---- Modified : /trunk/modeq/mod.rml Revision: 356 Author: x97davka Date: 17:35:31, den 31 juli 1998 Message: Wrote a subtype relation and an equivtypes relation based on it. same_type is now obsolete. ---- Modified : /trunk/modeq/types.rml Revision: 355 Author: x97davka Date: 17:34:58, den 31 juli 1998 Message: Introduced the Properties datatype. Rewrote the type match and conversion stuff. ---- Modified : /trunk/modeq/staticexp.rml Revision: 354 Author: x97davka Date: 17:34:15, den 31 juli 1998 Message: Use Static.Properties ---- Modified : /trunk/modeq/algorithm.rml Revision: 353 Author: x97davka Date: 23:14:32, den 30 juli 1998 Message: Minor clarifications ---- Modified : /trunk/modeq/testsuite/modtest.texi Revision: 352 Author: x97davka Date: 23:14:13, den 30 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/testsuite/Makefile Revision: 351 Author: x97davka Date: 23:13:58, den 30 juli 1998 Message: The [1,2,3] syntax is now a 1x3 matrix instead of a vector. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 350 Author: x97davka Date: 23:13:17, den 30 juli 1998 Message: Use CAST instead of CAST_TO_REAL ---- Modified : /trunk/modeq/algorithm.rml Modified : /trunk/modeq/prefix.rml Revision: 349 Author: x97davka Date: 23:12:53, den 30 juli 1998 Message: # prettified ---- Modified : /trunk/modeq/absyn.rml Revision: 348 Author: x97davka Date: 20:41:20, den 30 juli 1998 Message: Removed the issued that were closed at the Reno meeting. Added some issues about function types and more. ---- Modified : /trunk/modeq/testsuite/modtest.texi Revision: 347 Author: x97davka Date: 19:37:06, den 16 juli 1998 Message: Added a section "Modifications" ---- Modified : /trunk/modeq/testsuite/modtest.texi Revision: 346 Author: x97davka Date: 19:36:54, den 16 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/testsuite/Modification2.mo Modified : /trunk/modeq/testsuite/Modification3.mo Modified : /trunk/modeq/testsuite/Modification6.mo Modified : /trunk/modeq/testsuite/Modification9.mo Modified : /trunk/modeq/testsuite/VERSION Revision: 345 Author: x97davka Date: 19:36:39, den 16 juli 1998 Message: Don't add @page ---- Modified : /trunk/modeq/testsuite/Makefile Revision: 342 Author: x97davka Date: 17:20:34, den 14 juli 1998 Message: Fixed a lot of stuff and added a whole bunch too. ---- Modified : /trunk/modeq/testsuite/modtest.texi Revision: 341 Author: x97davka Date: 17:20:10, den 14 juli 1998 Message: typo ---- Modified : /trunk/modeq/testsuite/Real2Integer1.mo Modified : /trunk/modeq/testsuite/Integer2Real.mo Modified : /trunk/modeq/testsuite/Real2Integer2.mo Modified : /trunk/modeq/testsuite/Redeclare1.mo Revision: 340 Author: x97davka Date: 17:19:51, den 14 juli 1998 Message: Restructured ---- Modified : /trunk/modeq/testsuite/Makefile Revision: 339 Author: x97davka Date: 17:19:23, den 14 juli 1998 Message: Now incorrect ---- Modified : /trunk/modeq/testsuite/ArrayModification7.mo Revision: 338 Author: x97davka Date: 17:19:14, den 14 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/testsuite Modified : /trunk/modeq/testsuite/.cvsignore Revision: 337 Author: x97davka Date: 17:18:30, den 14 juli 1998 Message: New files ---- Added : /trunk/modeq/testsuite/ArrayModification9.mo Added : /trunk/modeq/testsuite/Connect7.mo Added : /trunk/modeq/testsuite/Connect8.mo Added : /trunk/modeq/testsuite/EquationFor3.mo Added : /trunk/modeq/testsuite/Modification10.mo Added : /trunk/modeq/testsuite/Modification11.mo Added : /trunk/modeq/testsuite/VERSION Added : /trunk/modeq/testsuite/ArrayModification10.mo Added : /trunk/modeq/testsuite/index.html Revision: 336 Author: x97davka Date: 18:49:56, den 13 juli 1998 Message: snapshot ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/testsuite/modtest.texi Modified : /trunk/modeq/testsuite/ArrayModification5.mo Modified : /trunk/modeq/testsuite/Redeclare1.mo Modified : /trunk/modeq/testsuite/ArrayModification3.mo Modified : /trunk/modeq/testsuite/ArrayModification6.mo Revision: 335 Author: x97davka Date: 00:34:01, den 9 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report/report.tex Revision: 334 Author: x97davka Date: 00:33:24, den 9 juli 1998 Message: Doc fix. ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Revision: 333 Author: x97davka Date: 23:33:23, den 8 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/testsuite Modified : /trunk/modeq/tools/rmldoc Modified : /trunk/modeq/testsuite/.cvsignore Modified : /trunk/modeq/ast/parsemod.c Revision: 332 Author: x97davka Date: 23:32:36, den 8 juli 1998 Message: Doc fix. ---- Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/types.rml Revision: 331 Author: x97davka Date: 23:32:24, den 8 juli 1998 Message: Adjust to new Operator datatype. Introduced relations to handle overloading and automatic type conversions. ---- Modified : /trunk/modeq/staticexp.rml Revision: 330 Author: x97davka Date: 23:31:35, den 8 juli 1998 Message: Added temporary kluge for slices. ---- Modified : /trunk/modeq/mod.rml Revision: 329 Author: x97davka Date: 23:29:05, den 8 juli 1998 Message: Removed bogus errors. ---- Modified : /trunk/modeq/lookup.rml Revision: 328 Author: x97davka Date: 23:28:50, den 8 juli 1998 Message: Adjust to new Operator type. Check flow attribute in connections, but not constant. Use the overloading relations from StaticExp in inst_eq_equation. ---- Modified : /trunk/modeq/inst.rml Revision: 327 Author: x97davka Date: 23:27:05, den 8 juli 1998 Message: Combined all operators to the datatype Operator. ---- Modified : /trunk/modeq/exp.rml Revision: 326 Author: x97davka Date: 23:26:38, den 8 juli 1998 Message: Adjust to new Operator type. ---- Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dump.rml Revision: 325 Author: x97davka Date: 23:25:48, den 8 juli 1998 Message: Doc fixes. ---- Modified : /trunk/modeq/classinf.rml Revision: 324 Author: x97davka Date: 23:25:38, den 8 juli 1998 Message: Unified all operators to an Operator datatype. Doc fixes. ---- Modified : /trunk/modeq/absyn.rml Revision: 323 Author: x97davka Date: 23:22:59, den 8 juli 1998 Message: Some changes ---- Modified : /trunk/modeq/testsuite/ConnectTypes.mo Modified : /trunk/modeq/testsuite/modtest.texi Modified : /trunk/modeq/testsuite/Array3.mo Modified : /trunk/modeq/testsuite/ArrayModification7.mo Modified : /trunk/modeq/testsuite/Function1.mo Modified : /trunk/modeq/testsuite/Algorithm1.mo Modified : /trunk/modeq/testsuite/Array1.mo Added : /trunk/modeq/testsuite/Array4.mo Added : /trunk/modeq/testsuite/ArrayModification8.mo Modified : /trunk/modeq/testsuite/ConnectFlowEffort.mo Modified : /trunk/modeq/testsuite/Lookup3.mo Revision: 322 Author: x97davka Date: 23:21:04, den 8 juli 1998 Message: Removed ---- Deleted : /trunk/modeq/testsuite/lookup-f-1.mo Deleted : /trunk/modeq/testsuite/lookup-s-1.mo Deleted : /trunk/modeq/testsuite/lookup-s-2.mo Deleted : /trunk/modeq/testsuite/lookup-s-3.mo Deleted : /trunk/modeq/testsuite/lookup-s-4.mo Deleted : /trunk/modeq/testsuite/lookup-s-5.mo Revision: 321 Author: x97davka Date: 19:34:21, den 7 juli 1998 Message: snapshot ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/testsuite/rtest Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/testsuite/Circuit1.mo Modified : /trunk/modeq/testsuite/Connect1.mo Modified : /trunk/modeq/testsuite/Connect2.mo Modified : /trunk/modeq/testsuite/Connect3.mo Modified : /trunk/modeq/testsuite/Range1.mo Modified : /trunk/modeq/testsuite/modtest.texi Modified : /trunk/modeq/testsuite/ArrayModification5.mo Modified : /trunk/modeq/testsuite/Algorithm1.mo Modified : /trunk/modeq/testsuite/Array1.mo Modified : /trunk/modeq/testsuite/ConnectHierarchical1.mo Modified : /trunk/modeq/testsuite/ConnectHierarchical2.mo Modified : /trunk/modeq/testsuite/EquationIf4.mo Modified : /trunk/modeq/testsuite/Faculty2.mo Modified : /trunk/modeq/testsuite/XPowers1.mo Revision: 320 Author: x97davka Date: 16:20:20, den 6 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/testsuite/Modification1.mo Modified : /trunk/modeq/testsuite/ConnectTypes.mo Added : /trunk/modeq/testsuite/Range1.mo Modified : /trunk/modeq/testsuite/XPowers2.mo Modified : /trunk/modeq/testsuite/ConditionalArrayExpression2.mo Modified : /trunk/modeq/testsuite/ConstructParameters.mo Added : /trunk/modeq/testsuite/Redeclare1.mo Modified : /trunk/modeq/testsuite/ArraySlice1.mo Added : /trunk/modeq/testsuite/Extends1.mo Modified : /trunk/modeq/testsuite/Faculty4.mo Modified : /trunk/modeq/testsuite/Lookup2.mo Modified : /trunk/modeq/testsuite/Modification7.mo Added : /trunk/modeq/testsuite/Partial1.mo Added : /trunk/modeq/testsuite/Protected1.mo Added : /trunk/modeq/testsuite/Record1.mo Added : /trunk/modeq/testsuite/Redeclare2.mo Added : /trunk/modeq/testsuite/Redeclare3.mo Modified : /trunk/modeq/testsuite/Shadow1.mo Modified : /trunk/modeq/testsuite/Units1.mo Revision: 319 Author: x97davka Date: 15:55:55, den 6 juli 1998 Message: *** empty log message *** ---- Deleted : /trunk/modeq/testsuite/extends-s-1.mo Deleted : /trunk/modeq/testsuite/partial-f-1.mo Deleted : /trunk/modeq/testsuite/protect-f-1.mo Deleted : /trunk/modeq/testsuite/range-s-1.mo Deleted : /trunk/modeq/testsuite/record-s-1.mo Deleted : /trunk/modeq/testsuite/redeclare-s-1.mo Deleted : /trunk/modeq/testsuite/redeclare-s-2.mo Deleted : /trunk/modeq/testsuite/redeclare-s-3.mo Revision: 318 Author: x97davka Date: 15:29:46, den 6 juli 1998 Message: Updated against modtest-1.0 ---- Modified : /trunk/modeq/testsuite/Modification1.mo Added : /trunk/modeq/testsuite/ArrayModification4.mo Modified : /trunk/modeq/testsuite/Circuit1.mo Modified : /trunk/modeq/testsuite/Class2.mo Modified : /trunk/modeq/testsuite/Connect1.mo Modified : /trunk/modeq/testsuite/Connect2.mo Modified : /trunk/modeq/testsuite/ConnectTypes.mo Modified : /trunk/modeq/testsuite/DisturbedResistance3.mo Modified : /trunk/modeq/testsuite/DisturbedResistance4.mo Added : /trunk/modeq/testsuite/Array3.mo Modified : /trunk/modeq/testsuite/ConditionalArrayExpression2.mo Added : /trunk/modeq/testsuite/ArrayModification5.mo Added : /trunk/modeq/testsuite/ArrayModification7.mo Modified : /trunk/modeq/testsuite/Lookup4.mo Modified : /trunk/modeq/testsuite/Modification4.mo Added : /trunk/modeq/testsuite/Modification8.mo Modified : /trunk/modeq/testsuite/ModifyConstant4.mo Modified : /trunk/modeq/testsuite/Real2Integer1.mo Modified : /trunk/modeq/testsuite/Modification2.mo Modified : /trunk/modeq/testsuite/Modification3.mo Modified : /trunk/modeq/testsuite/Modification6.mo Added : /trunk/modeq/testsuite/Modification9.mo Modified : /trunk/modeq/testsuite/Integer2Real.mo Modified : /trunk/modeq/testsuite/Real2Integer2.mo Added : /trunk/modeq/testsuite/ArrayModification3.mo Added : /trunk/modeq/testsuite/ArrayModification6.mo Modified : /trunk/modeq/testsuite/Array1.mo Modified : /trunk/modeq/testsuite/ConnectFlowEffort.mo Modified : /trunk/modeq/testsuite/Lookup3.mo Modified : /trunk/modeq/testsuite/ConnectHierarchical1.mo Modified : /trunk/modeq/testsuite/ConnectHierarchical2.mo Modified : /trunk/modeq/testsuite/Faculty2.mo Added : /trunk/modeq/testsuite/ArraySlice1.mo Modified : /trunk/modeq/testsuite/Faculty4.mo Modified : /trunk/modeq/testsuite/Lookup2.mo Added : /trunk/modeq/testsuite/Modification7.mo Added : /trunk/modeq/testsuite/Shadow1.mo Added : /trunk/modeq/testsuite/Algorithm2.mo Added : /trunk/modeq/testsuite/Algorithm3.mo Modified : /trunk/modeq/testsuite/Array2.mo Added : /trunk/modeq/testsuite/ArrayModification1.mo Added : /trunk/modeq/testsuite/ArrayModification2.mo Modified : /trunk/modeq/testsuite/Class1.mo Modified : /trunk/modeq/testsuite/Class3.mo Modified : /trunk/modeq/testsuite/Class4.mo Modified : /trunk/modeq/testsuite/ConditionalArrayExpression1.mo Modified : /trunk/modeq/testsuite/ConnectConst1.mo Modified : /trunk/modeq/testsuite/DeclareConstant1.mo Modified : /trunk/modeq/testsuite/DeclareConstant2.mo Modified : /trunk/modeq/testsuite/DeclareConstant3.mo Modified : /trunk/modeq/testsuite/DependsMutual.mo Modified : /trunk/modeq/testsuite/DependsRecursive.mo Modified : /trunk/modeq/testsuite/DisturbedResistance1.mo Modified : /trunk/modeq/testsuite/DisturbedResistance2.mo Modified : /trunk/modeq/testsuite/Faculty1.mo Modified : /trunk/modeq/testsuite/Faculty3.mo Modified : /trunk/modeq/testsuite/Lookup5.mo Modified : /trunk/modeq/testsuite/Modification5.mo Modified : /trunk/modeq/testsuite/ModifyConstant1.mo Modified : /trunk/modeq/testsuite/ModifyConstant2.mo Modified : /trunk/modeq/testsuite/ModifyConstant3.mo Added : /trunk/modeq/testsuite/ModifyConstant5.mo Added : /trunk/modeq/testsuite/ModifyConstant6.mo Modified : /trunk/modeq/testsuite/ModifyUnknown1.mo Modified : /trunk/modeq/testsuite/ModifyUnknown2.mo Modified : /trunk/modeq/testsuite/Overwriting1.mo Modified : /trunk/modeq/testsuite/Overwriting2.mo Modified : /trunk/modeq/testsuite/Overwriting3.mo Added : /trunk/modeq/testsuite/RedeclareFlowEffort.mo Added : /trunk/modeq/testsuite/ReplaceFunction.mo Added : /trunk/modeq/testsuite/ScopeDeclaration1.mo Modified : /trunk/modeq/testsuite/ScopeDeclaration2.mo Modified : /trunk/modeq/testsuite/ScopeModification1.mo Modified : /trunk/modeq/testsuite/ScopeModification2.mo Modified : /trunk/modeq/testsuite/XPowers3.mo Added : /trunk/modeq/testsuite/rfdk.pike Revision: 317 Author: x97davka Date: 14:56:48, den 3 juli 1998 Message: Fixed the type of loop variables ---- Modified : /trunk/modeq/inst.rml Revision: 316 Author: x97davka Date: 14:56:32, den 3 juli 1998 Message: Reworked modifications ---- Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Revision: 315 Author: x97davka Date: 14:56:18, den 3 juli 1998 Message: New file ---- Added : /trunk/modeq/algorithm.rml Revision: 314 Author: x97davka Date: 18:38:58, den 2 juli 1998 Message: snapshot ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/ast/attrib.c Modified : /trunk/modeq/ast/modgram.g Modified : /trunk/modeq/testsuite/rtest Modified : /trunk/modeq/testsuite/EquationFor1.mo Modified : /trunk/modeq/testsuite/EquationFor2.mo Modified : /trunk/modeq/testsuite/ConstructParameters.mo Modified : /trunk/modeq/ast/parsemod.c Modified : /trunk/modeq/testsuite/Algorithm1.mo Modified : /trunk/modeq/testsuite/Faculty2.mo Modified : /trunk/modeq/testsuite/Faculty3.mo Deleted : /trunk/modeq/testsuite/shadow-s-1.mo Revision: 313 Author: x97davka Date: 18:06:28, den 2 juli 1998 Message: removed ---- Deleted : /trunk/modeq/testsuite/ScopeDeclaration1.mo Revision: 312 Author: x97davka Date: 15:39:21, den 1 juli 1998 Message: Prettierprint ---- Modified : /trunk/modeq/values.rml Revision: 311 Author: x97davka Date: 15:39:06, den 1 juli 1998 Message: Moved Binding here. Added lift_array Some other stuff too ---- Modified : /trunk/modeq/types.rml Revision: 310 Author: x97davka Date: 15:38:24, den 1 juli 1998 Message: Do some relations and stuff ---- Modified : /trunk/modeq/staticexp.rml Revision: 309 Author: x97davka Date: 15:38:03, den 1 juli 1998 Message: # prettified ---- Modified : /trunk/modeq/mod.rml Revision: 308 Author: x97davka Date: 15:37:49, den 1 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/main.rml Revision: 307 Author: x97davka Date: 15:37:31, den 1 juli 1998 Message: Removed mkbinding ---- Modified : /trunk/modeq/lookup.rml Revision: 306 Author: x97davka Date: 15:37:10, den 1 juli 1998 Message: Lots o' changes ---- Modified : /trunk/modeq/inst.rml Revision: 305 Author: x97davka Date: 15:36:41, den 1 juli 1998 Message: Convert equations ---- Modified : /trunk/modeq/explode.rml Revision: 304 Author: x97davka Date: 15:36:28, den 1 juli 1998 Message: Prettier ---- Modified : /trunk/modeq/exp.rml Revision: 303 Author: x97davka Date: 15:36:01, den 1 juli 1998 Message: IF statements ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Revision: 302 Author: x97davka Date: 15:34:37, den 1 juli 1998 Message: Binding moved ---- Modified : /trunk/modeq/builtin.rml Revision: 301 Author: x97davka Date: 15:30:24, den 1 juli 1998 Message: Fixed IF in equations ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/ast/modgram.g Revision: 300 Author: x97davka Date: 15:28:48, den 1 juli 1998 Message: More tokens ---- Modified : /trunk/modeq/ast/attrib.c Revision: 299 Author: x97davka Date: 15:28:11, den 1 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/.cvsignore Revision: 298 Author: x97davka Date: 15:05:25, den 1 juli 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/testsuite Added : /trunk/modeq/testsuite/modtest.texi Added : /trunk/modeq/testsuite/Function1.mo Added : /trunk/modeq/testsuite/.cvsignore Modified : /trunk/modeq/testsuite/EquationIf4.mo Added : /trunk/modeq/testsuite/template.el Revision: 297 Author: x97davka Date: 16:05:08, den 30 juni 1998 Message: New files ---- Added : /trunk/modeq/testsuite/Modification1.mo Added : /trunk/modeq/testsuite/Circuit1.mo Added : /trunk/modeq/testsuite/Class2.mo Added : /trunk/modeq/testsuite/Connect1.mo Added : /trunk/modeq/testsuite/Connect2.mo Added : /trunk/modeq/testsuite/Connect3.mo Added : /trunk/modeq/testsuite/ConnectTypes.mo Added : /trunk/modeq/testsuite/Constant3.mo Added : /trunk/modeq/testsuite/Discrete2.mo Added : /trunk/modeq/testsuite/DisturbedResistance3.mo Added : /trunk/modeq/testsuite/DisturbedResistance4.mo Added : /trunk/modeq/testsuite/EquationFor1.mo Added : /trunk/modeq/testsuite/EquationFor2.mo Added : /trunk/modeq/testsuite/XPowers2.mo Added : /trunk/modeq/testsuite/ConditionalArrayExpression2.mo Added : /trunk/modeq/testsuite/ConstructParameters.mo Added : /trunk/modeq/testsuite/Lookup4.mo Added : /trunk/modeq/testsuite/Modification4.mo Added : /trunk/modeq/testsuite/ModifyConstant4.mo Added : /trunk/modeq/testsuite/Real2Integer1.mo Added : /trunk/modeq/testsuite/Modification2.mo Added : /trunk/modeq/testsuite/Modification3.mo Added : /trunk/modeq/testsuite/Modification6.mo Added : /trunk/modeq/testsuite/Integer2Real.mo Added : /trunk/modeq/testsuite/Real2Integer2.mo Added : /trunk/modeq/testsuite/Algorithm1.mo Added : /trunk/modeq/testsuite/Array1.mo Added : /trunk/modeq/testsuite/ConnectFlowEffort.mo Added : /trunk/modeq/testsuite/Lookup3.mo Added : /trunk/modeq/testsuite/ConnectHierarchical1.mo Added : /trunk/modeq/testsuite/ConnectHierarchical2.mo Added : /trunk/modeq/testsuite/EquationIf4.mo Added : /trunk/modeq/testsuite/Faculty2.mo Added : /trunk/modeq/testsuite/XPowers1.mo Added : /trunk/modeq/testsuite/Faculty4.mo Added : /trunk/modeq/testsuite/Lookup2.mo Added : /trunk/modeq/testsuite/Units1.mo Added : /trunk/modeq/testsuite/Array2.mo Added : /trunk/modeq/testsuite/Class1.mo Added : /trunk/modeq/testsuite/Class3.mo Added : /trunk/modeq/testsuite/Class4.mo Added : /trunk/modeq/testsuite/ConditionalArrayExpression1.mo Added : /trunk/modeq/testsuite/ConnectConst1.mo Added : /trunk/modeq/testsuite/DeclareConstant1.mo Added : /trunk/modeq/testsuite/DeclareConstant2.mo Added : /trunk/modeq/testsuite/DeclareConstant3.mo Added : /trunk/modeq/testsuite/DependsMutual.mo Added : /trunk/modeq/testsuite/DependsRecursive.mo Added : /trunk/modeq/testsuite/DisturbedResistance1.mo Added : /trunk/modeq/testsuite/DisturbedResistance2.mo Added : /trunk/modeq/testsuite/Faculty1.mo Added : /trunk/modeq/testsuite/Faculty3.mo Added : /trunk/modeq/testsuite/Lookup5.mo Added : /trunk/modeq/testsuite/Modification5.mo Added : /trunk/modeq/testsuite/ModifyConstant1.mo Added : /trunk/modeq/testsuite/ModifyConstant2.mo Added : /trunk/modeq/testsuite/ModifyConstant3.mo Added : /trunk/modeq/testsuite/ModifyUnknown1.mo Added : /trunk/modeq/testsuite/ModifyUnknown2.mo Added : /trunk/modeq/testsuite/Overwriting1.mo Added : /trunk/modeq/testsuite/Overwriting2.mo Added : /trunk/modeq/testsuite/Overwriting3.mo Added : /trunk/modeq/testsuite/ScopeDeclaration1.mo Added : /trunk/modeq/testsuite/ScopeDeclaration2.mo Added : /trunk/modeq/testsuite/ScopeModification1.mo Added : /trunk/modeq/testsuite/ScopeModification2.mo Added : /trunk/modeq/testsuite/XPowers3.mo Added : /trunk/modeq/testsuite/Connect4.mo Added : /trunk/modeq/testsuite/Connect5.mo Added : /trunk/modeq/testsuite/Connect6.mo Added : /trunk/modeq/testsuite/Constant1.mo Added : /trunk/modeq/testsuite/Constant2.mo Added : /trunk/modeq/testsuite/Declaration1.mo Added : /trunk/modeq/testsuite/Declaration2.mo Added : /trunk/modeq/testsuite/Declaration3.mo Added : /trunk/modeq/testsuite/Discrete1.mo Added : /trunk/modeq/testsuite/EquationIf1.mo Added : /trunk/modeq/testsuite/EquationIf2.mo Added : /trunk/modeq/testsuite/EquationIf3.mo Added : /trunk/modeq/testsuite/Lookup1.mo Added : /trunk/modeq/testsuite/Lookup6.mo Added : /trunk/modeq/testsuite/SimpleIntegrator1.mo Added : /trunk/modeq/testsuite/SimpleIntegrator2.mo Added : /trunk/modeq/testsuite/SimpleIntegrator3.mo Added : /trunk/modeq/testsuite/SimpleIntegrator4.mo Added : /trunk/modeq/testsuite/Type1.mo Added : /trunk/modeq/testsuite/Type2.mo Added : /trunk/modeq/testsuite/Type3.mo Added : /trunk/modeq/testsuite/Type4.mo Added : /trunk/modeq/testsuite/Type5.mo Added : /trunk/modeq/testsuite/Type6.mo Added : /trunk/modeq/testsuite/Units2.mo Revision: 296 Author: x97davka Date: 16:03:28, den 30 juni 1998 Message: Renamed files ---- Modified : /trunk/modeq/testsuite/rtest Deleted : /trunk/modeq/testsuite/circuit-s-1.mo Deleted : /trunk/modeq/testsuite/connect-f-1.mo Deleted : /trunk/modeq/testsuite/connect-s-1.mo Deleted : /trunk/modeq/testsuite/const-s-1.mo Deleted : /trunk/modeq/testsuite/const-s-2.mo Deleted : /trunk/modeq/testsuite/equation-for-s-1.mo Deleted : /trunk/modeq/testsuite/equation-for-s-2.mo Deleted : /trunk/modeq/testsuite/modification-s-1.mo Deleted : /trunk/modeq/testsuite/modification-s-2.mo Deleted : /trunk/modeq/testsuite/modification-s-3.mo Deleted : /trunk/modeq/testsuite/modification-s-4.mo Deleted : /trunk/modeq/testsuite/modification-s-5.mo Deleted : /trunk/modeq/testsuite/real-s-1.mo Deleted : /trunk/modeq/testsuite/type-f-1.mo Deleted : /trunk/modeq/testsuite/type-f-2.mo Revision: 295 Author: x97davka Date: 17:16:35, den 26 juni 1998 Message: snapshot ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/testsuite/rtest Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/tools/rmldoc Modified : /trunk/modeq/report/Makefile Revision: 294 Author: x97davka Date: 17:35:33, den 25 juni 1998 Message: snapshot ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/ast/Makefile Modified : /trunk/modeq/ast/modgram.g Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/ast/parsemod.c Deleted : /trunk/modeq/testsuite/array-s-1.mo Deleted : /trunk/modeq/testsuite/lookup-s-2.mo~ Deleted : /trunk/modeq/testsuite/lookup-s-3.mo~ Revision: 293 Author: x97davka Date: 17:33:53, den 25 juni 1998 Message: Fixed lots of neat stuff ---- Added : /trunk/modeq/testsuite/rtest Revision: 292 Author: x97davka Date: 17:57:50, den 23 juni 1998 Message: snapshot ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/ast/modgram.g Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/testsuite/record-s-1.mo Modified : /trunk/modeq/testsuite/connect-s-1.mo Revision: 291 Author: x97davka Date: 17:38:24, den 10 juni 1998 Message: snapshot ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/ast/modgram.g Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/testsuite/const-s-1.mo Modified : /trunk/modeq/testsuite/runtest Revision: 290 Author: x97davka Date: 19:44:39, den 4 juni 1998 Message: snapshot ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/ast/modgram.g Modified : /trunk/modeq/ast/parsemod.c Modified : /trunk/modeq/testsuite/lookup-s-3.mo Modified : /trunk/modeq/testsuite/lookup-s-4.mo Modified : /trunk/modeq/testsuite/extends-s-1.mo Modified : /trunk/modeq/testsuite/record-s-1.mo Modified : /trunk/modeq/testsuite/redeclare-s-2.mo Modified : /trunk/modeq/testsuite/circuit-s-1.mo Modified : /trunk/modeq/testsuite/connect-s-1.mo Modified : /trunk/modeq/testsuite/const-s-2.mo Modified : /trunk/modeq/testsuite/equation-for-s-1.mo Modified : /trunk/modeq/testsuite/equation-for-s-2.mo Modified : /trunk/modeq/testsuite/modification-s-1.mo Modified : /trunk/modeq/testsuite/modification-s-2.mo Modified : /trunk/modeq/testsuite/modification-s-5.mo Modified : /trunk/modeq/testsuite/real-s-1.mo Modified : /trunk/modeq/testsuite/array-s-1.mo Modified : /trunk/modeq/testsuite/runtest Modified : /trunk/modeq/testsuite/partial-s-1.mo Revision: 289 Author: x97davka Date: 14:51:03, den 3 juni 1998 Message: snapshot. Works, sort of. ---- Modified : /trunk/modeq/grammar Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/ast/modgram.g Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/ast/parsemod.c Modified : /trunk/modeq/testsuite/lookup-s-2.mo Modified : /trunk/modeq/testsuite/connect-f-1.mo Modified : /trunk/modeq/report/semantik Revision: 288 Author: x97davka Date: 18:00:20, den 29 maj 1998 Message: snapshot ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/parse.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/ast/Makefile Modified : /trunk/modeq/ast/modgram.g Modified : /trunk/modeq/ast/parsemod.c Modified : /trunk/modeq/testsuite/lookup-s-1.mo Modified : /trunk/modeq/testsuite/lookup-s-2.mo Modified : /trunk/modeq/testsuite/lookup-s-3.mo Modified : /trunk/modeq/testsuite/circuit-s-1.mo Modified : /trunk/modeq/testsuite/equation-for-s-1.mo Modified : /trunk/modeq/testsuite/equation-for-s-2.mo Modified : /trunk/modeq/testsuite/runtest Revision: 287 Author: x97davka Date: 17:59:36, den 29 maj 1998 Message: *** empty log message *** ---- Added : /trunk/modeq/testsuite/lookup-f-1.mo Added : /trunk/modeq/testsuite/lookup-s-4.mo Added : /trunk/modeq/testsuite/lookup-s-5.mo Revision: 286 Author: x97davka Date: 18:14:44, den 26 maj 1998 Message: Snapshot ---- Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/testsuite/record-s-1.mo Modified : /trunk/modeq/testsuite/shadow-s-1.mo Modified : /trunk/modeq/testsuite/runtest Revision: 285 Author: x97davka Date: 18:13:46, den 26 maj 1998 Message: added ---- Added : /trunk/modeq/testsuite/lookup-s-1.mo Added : /trunk/modeq/testsuite/lookup-s-2.mo Added : /trunk/modeq/testsuite/lookup-s-3.mo Added : /trunk/modeq/testsuite/range-s-1.mo Added : /trunk/modeq/testsuite/connect-f-1.mo Added : /trunk/modeq/testsuite/const-s-2.mo Added : /trunk/modeq/testsuite/equation-for-s-2.mo Added : /trunk/modeq/testsuite/modification-s-5.mo Added : /trunk/modeq/testsuite/array-s-1.mo Added : /trunk/modeq/testsuite/lookup-s-2.mo~ Added : /trunk/modeq/testsuite/lookup-s-3.mo~ Revision: 284 Author: x97davka Date: 00:07:18, den 6 maj 1998 Message: snapshot ---- Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/ast/modgram.g Revision: 283 Author: x97davka Date: 16:51:28, den 4 maj 1998 Message: Snapshot of a significant overhaul ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/values.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/ast/modgram.g Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/report/semantik Revision: 282 Author: x97davka Date: 16:34:05, den 23 april 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/report/semantik Modified : /trunk/modeq/report/syntax Revision: 281 Author: x97davka Date: 16:33:35, den 23 april 1998 Message: Fixed for loops and array expressions ---- Modified : /trunk/modeq/ast/modgram.g Revision: 280 Author: x97davka Date: 16:31:57, den 23 april 1998 Message: Added some tests and wrote a run script ---- Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/testsuite/extends-s-1.mo Modified : /trunk/modeq/testsuite/record-s-1.mo Added : /trunk/modeq/testsuite/redeclare-s-2.mo Added : /trunk/modeq/testsuite/redeclare-s-3.mo Modified : /trunk/modeq/testsuite/circuit-s-1.mo Modified : /trunk/modeq/testsuite/connect-s-1.mo Modified : /trunk/modeq/testsuite/const-s-1.mo Added : /trunk/modeq/testsuite/equation-for-s-1.mo Modified : /trunk/modeq/testsuite/modification-s-1.mo Added : /trunk/modeq/testsuite/modification-s-2.mo Added : /trunk/modeq/testsuite/modification-s-3.mo Added : /trunk/modeq/testsuite/modification-s-4.mo Modified : /trunk/modeq/testsuite/real-s-1.mo Added : /trunk/modeq/testsuite/runtest Modified : /trunk/modeq/testsuite/partial-s-1.mo Modified : /trunk/modeq/testsuite/package-s-1.mo Revision: 279 Author: x97davka Date: 16:30:52, den 23 april 1998 Message: Added FOR loops ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Revision: 278 Author: x97davka Date: 16:30:16, den 23 april 1998 Message: Added arrays and matrices ---- Modified : /trunk/modeq/exp.rml Revision: 277 Author: x97davka Date: 16:29:58, den 23 april 1998 Message: Unroll for loops ---- Modified : /trunk/modeq/inst.rml Revision: 276 Author: x97davka Date: 16:29:35, den 23 april 1998 Message: Added Binding datatype to separate equation and value bindings. ---- Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/lookup.rml Revision: 275 Author: x97davka Date: 16:28:42, den 23 april 1998 Message: Renamed mod_assignment to mod_equation ---- Modified : /trunk/modeq/mod.rml Revision: 274 Author: x97davka Date: 16:28:11, den 23 april 1998 Message: Handle constant crefs and other stuff ---- Modified : /trunk/modeq/staticexp.rml Revision: 273 Author: x97davka Date: 16:27:35, den 23 april 1998 Message: New file ---- Added : /trunk/modeq/values.rml Revision: 272 Author: x97davka Date: 17:58:48, den 9 april 1998 Message: doc fix ---- Modified : /trunk/modeq/staticexp.rml Revision: 271 Author: x97davka Date: 17:45:33, den 9 april 1998 Message: Use .mo files ---- Added : /trunk/modeq/testsuite/extends-s-1.mo Added : /trunk/modeq/testsuite/partial-f-1.mo Added : /trunk/modeq/testsuite/protect-f-1.mo Added : /trunk/modeq/testsuite/record-s-1.mo Added : /trunk/modeq/testsuite/redeclare-s-1.mo Added : /trunk/modeq/testsuite/shadow-s-1.mo Added : /trunk/modeq/testsuite/circuit-s-1.mo Added : /trunk/modeq/testsuite/connect-s-1.mo Added : /trunk/modeq/testsuite/const-s-1.mo Added : /trunk/modeq/testsuite/modification-s-1.mo Added : /trunk/modeq/testsuite/real-s-1.mo Added : /trunk/modeq/testsuite/type-f-1.mo Added : /trunk/modeq/testsuite/type-f-2.mo Added : /trunk/modeq/testsuite/partial-s-1.mo Added : /trunk/modeq/testsuite/package-s-1.mo Deleted : /trunk/modeq/testsuite/Modelica.mdc Added : /trunk/modeq/testsuite/Modelica.mo Revision: 270 Author: x97davka Date: 17:44:47, den 9 april 1998 Message: Removed ---- Deleted : /trunk/modeq/testsuite/circuit-succ-1.mdc Deleted : /trunk/modeq/testsuite/connect.mdc Deleted : /trunk/modeq/testsuite/const.mdc Deleted : /trunk/modeq/testsuite/extends.mdc Deleted : /trunk/modeq/testsuite/modification.mdc Deleted : /trunk/modeq/testsuite/package-succ-1.mdc Deleted : /trunk/modeq/testsuite/partial-fail-1.mdc Deleted : /trunk/modeq/testsuite/partial.mdc Deleted : /trunk/modeq/testsuite/protect.mdc Deleted : /trunk/modeq/testsuite/real.mdc Deleted : /trunk/modeq/testsuite/record.mdc Deleted : /trunk/modeq/testsuite/redeclare-succ-1.mdc Deleted : /trunk/modeq/testsuite/shadow.mdc Deleted : /trunk/modeq/testsuite/type-fail-1.mdc Deleted : /trunk/modeq/testsuite/type-fail-2.mdc Revision: 269 Author: x97davka Date: 17:43:37, den 9 april 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/report/syntax Revision: 268 Author: x97davka Date: 17:43:15, den 9 april 1998 Message: More on connections ---- Modified : /trunk/modeq/report/report.tex Revision: 267 Author: x97davka Date: 17:42:59, den 9 april 1998 Message: Fixed component_reference ---- Modified : /trunk/modeq/ast/modgram.g Revision: 266 Author: x97davka Date: 17:42:41, den 9 april 1998 Message: Doc fixes ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 265 Author: x97davka Date: 11:09:58, den 9 april 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/tools/rmldoc Added : /trunk/modeq/testsuite/Modelica.mdc Revision: 264 Author: x97davka Date: 11:08:51, den 9 april 1998 Message: Renamed Env.new_frame to Env.open_scope Added documentation here and there Made Exp.ComponentRef a datatype with two constructors ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Revision: 263 Author: x97davka Date: 11:03:41, den 9 april 1998 Message: Fixed dependencies ---- Modified : /trunk/modeq/Makefile Revision: 262 Author: x97davka Date: 21:31:52, den 7 april 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/report Modified : /trunk/modeq/report/.cvsignore Modified : /trunk/modeq/testsuite/partial.mdc Revision: 261 Author: x97davka Date: 21:31:04, den 7 april 1998 Message: Worked on the source annotations. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/lookup.rml Modified : /trunk/modeq/prefix.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/report/Makefile Revision: 260 Author: x97davka Date: 15:59:43, den 7 april 1998 Message: Fixed boxedverbatim TeX magic ---- Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/tools/rmldoc Modified : /trunk/modeq/report/Makefile Revision: 259 Author: x97davka Date: 13:52:54, den 7 april 1998 Message: New file ---- Added : /trunk/modeq/tools Added : /trunk/modeq/tools/rmldoc Revision: 258 Author: x97davka Date: 13:52:41, den 7 april 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/ast/parsemod.c Modified : /trunk/modeq/report/semantik Modified : /trunk/modeq/report/syntax Added : /trunk/modeq/testsuite/partial-fail-1.mdc Modified : /trunk/modeq/testsuite/real.mdc Added : /trunk/modeq/testsuite/redeclare-succ-1.mdc Revision: 257 Author: x97davka Date: 13:52:03, den 7 april 1998 Message: More on connections and the annotated semantics ---- Modified : /trunk/modeq/report/report.tex Revision: 256 Author: x97davka Date: 13:51:42, den 7 april 1998 Message: Build source files ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/.cvsignore Modified : /trunk/modeq/report/Makefile Revision: 255 Author: x97davka Date: 13:50:51, den 7 april 1998 Message: Fixed redeclaration ---- Modified : /trunk/modeq/ast/modgram.g Revision: 254 Author: x97davka Date: 13:50:09, den 7 april 1998 Message: Reordered and fixed documentation ---- Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/mod.rml Revision: 253 Author: x97davka Date: 13:49:43, den 7 april 1998 Message: New files ---- Added : /trunk/modeq/grammar Added : /trunk/modeq/grammar-new Revision: 252 Author: x97davka Date: 13:49:29, den 7 april 1998 Message: Added REDECLARATION ---- Modified : /trunk/modeq/dump.rml Revision: 251 Author: x97davka Date: 13:48:53, den 7 april 1998 Message: Fixed documentation ---- Modified : /trunk/modeq/classinf.rml Revision: 250 Author: x97davka Date: 13:48:38, den 7 april 1998 Message: Added strings and booleans. ---- Modified : /trunk/modeq/builtin.rml Revision: 249 Author: x97davka Date: 19:09:41, den 2 april 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/ast/attrib.c Added : /trunk/modeq/testsuite/Makefile Modified : /trunk/modeq/report/report.tex Added : /trunk/modeq/testsuite/circuit-succ-1.mdc Modified : /trunk/modeq/testsuite/const.mdc Added : /trunk/modeq/testsuite/package-succ-1.mdc Modified : /trunk/modeq/report/design Revision: 248 Author: x97davka Date: 19:08:57, den 2 april 1998 Message: Enable use of both kinds of modifications ---- Modified : /trunk/modeq/ast/modgram.g Revision: 247 Author: x97davka Date: 19:08:31, den 2 april 1998 Message: Store reals in double instead of float. ---- Modified : /trunk/modeq/ast/attrib.h Revision: 246 Author: x97davka Date: 19:08:10, den 2 april 1998 Message: Fixed variable lookup and stuff. ---- Modified : /trunk/modeq/staticexp.rml Revision: 245 Author: x97davka Date: 19:07:26, den 2 april 1998 Message: Handle CAST_TO_REAL ---- Modified : /trunk/modeq/prefix.rml Revision: 244 Author: x97davka Date: 19:07:09, den 2 april 1998 Message: Combined CLASSMOD and EQUALMOD ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Revision: 243 Author: x97davka Date: 19:06:59, den 2 april 1998 Message: Fixed package lookup ---- Added : /trunk/modeq/lookup.rml Revision: 242 Author: x97davka Date: 19:06:48, den 2 april 1998 Message: Fixed lookup relations ---- Modified : /trunk/modeq/inst.rml Revision: 241 Author: x97davka Date: 19:05:57, den 2 april 1998 Message: Added print_type ---- Modified : /trunk/modeq/exp.rml Revision: 240 Author: x97davka Date: 19:05:23, den 2 april 1998 Message: Moved lookup relations ---- Modified : /trunk/modeq/env.rml Revision: 239 Author: x97davka Date: 19:04:35, den 2 april 1998 Message: Added test target and lookup.rml file. ---- Modified : /trunk/modeq/Makefile Revision: 238 Author: x97davka Date: 19:50:29, den 31 mars 1998 Message: Worked some more static expression analysis. ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/ast/modgram.g Revision: 237 Author: x97davka Date: 15:32:44, den 31 mars 1998 Message: Fixed static analysis and constant propagation of expressions. ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/classinf.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/prefix.rml Added : /trunk/modeq/staticexp.rml Modified : /trunk/modeq/types.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/ast/attrib.c Modified : /trunk/modeq/ast/modgram.g Revision: 236 Author: x97davka Date: 20:09:19, den 26 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report/semantik Modified : /trunk/modeq/report/syntax Modified : /trunk/modeq/testsuite/connect.mdc Added : /trunk/modeq/testsuite/record.mdc Added : /trunk/modeq/testsuite/type-fail-1.mdc Added : /trunk/modeq/testsuite/type-fail-2.mdc Revision: 235 Author: x97davka Date: 20:08:43, den 26 mars 1998 Message: More on restrictions and stuff ---- Modified : /trunk/modeq/report/report.tex Revision: 234 Author: x97davka Date: 20:08:24, den 26 mars 1998 Message: Check more restrictions ---- Modified : /trunk/modeq/inst.rml Revision: 233 Author: x97davka Date: 20:08:05, den 26 mars 1998 Message: Treat predefined types separately. ---- Modified : /trunk/modeq/classinf.rml Revision: 232 Author: x97davka Date: 20:07:44, den 26 mars 1998 Message: Use R_PREDEFINED. ---- Modified : /trunk/modeq/builtin.rml Revision: 231 Author: x97davka Date: 16:22:40, den 25 mars 1998 Message: Updated with ClassInf ---- Modified : /trunk/modeq/ast/modgram.g Revision: 230 Author: x97davka Date: 16:21:39, den 25 mars 1998 Message: Restructured with ClassInf ---- Modified : /trunk/modeq/types.rml Revision: 229 Author: x97davka Date: 16:21:24, den 25 mars 1998 Message: # dump ---- Modified : /trunk/modeq/main.rml Revision: 228 Author: x97davka Date: 16:21:15, den 25 mars 1998 Message: Keep a ClassInf.State and check it sometimes ---- Modified : /trunk/modeq/inst.rml Revision: 227 Author: x97davka Date: 16:20:51, den 25 mars 1998 Message: # cosmetic ---- Modified : /trunk/modeq/explode.rml Revision: 226 Author: x97davka Date: 16:20:39, den 25 mars 1998 Message: Save the ClassInf.State ---- Modified : /trunk/modeq/env.rml Revision: 225 Author: x97davka Date: 16:20:18, den 25 mars 1998 Message: Use ClassInf.print_restr ---- Modified : /trunk/modeq/dump.rml Revision: 224 Author: x97davka Date: 16:19:58, den 25 mars 1998 Message: New file ---- Added : /trunk/modeq/classinf.rml Revision: 223 Author: x97davka Date: 16:19:49, den 25 mars 1998 Message: Use ClassInf ---- Modified : /trunk/modeq/builtin.rml Revision: 222 Author: x97davka Date: 16:19:32, den 25 mars 1998 Message: Moved ClassRestricion ---- Modified : /trunk/modeq/absyn.rml Revision: 221 Author: x97davka Date: 16:19:12, den 25 mars 1998 Message: Added classinf.rml ---- Modified : /trunk/modeq/Makefile Revision: 220 Author: x97davka Date: 18:13:43, den 23 mars 1998 Message: Use arrays ---- Modified : /trunk/modeq/testsuite/connect.mdc Revision: 219 Author: x97davka Date: 18:13:34, den 23 mars 1998 Message: Expanded ---- Modified : /trunk/modeq/report/report.tex Revision: 218 Author: x97davka Date: 18:13:19, den 23 mars 1998 Message: New file ---- Added : /trunk/modeq/report/Makefile Revision: 217 Author: x97davka Date: 18:13:06, den 23 mars 1998 Message: # added ps ---- Modified : /trunk/modeq/report Modified : /trunk/modeq/report/.cvsignore Revision: 216 Author: x97davka Date: 18:12:55, den 23 mars 1998 Message: Use new Exp.Subscript definition ---- Modified : /trunk/modeq/ast/modgram.g Revision: 215 Author: x97davka Date: 18:12:38, den 23 mars 1998 Message: # more tokens ---- Modified : /trunk/modeq/ast/attrib.c Revision: 214 Author: x97davka Date: 18:12:21, den 23 mars 1998 Message: # cosmetic ---- Modified : /trunk/modeq/inst.rml Revision: 213 Author: x97davka Date: 18:12:06, den 23 mars 1998 Message: Added ceval ---- Modified : /trunk/modeq/exp.rml Revision: 212 Author: x97davka Date: 18:11:54, den 23 mars 1998 Message: Added -lm to LDFLAGS ---- Modified : /trunk/modeq/Makefile Revision: 211 Author: x97davka Date: 12:43:52, den 23 mars 1998 Message: Fixade lite. ---- Modified : /trunk/modeq/testsuite/connect.mdc Revision: 210 Author: x97davka Date: 12:43:42, den 23 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report/report.tex Revision: 209 Author: x97davka Date: 12:43:29, den 23 mars 1998 Message: Specify inner and outer connectors. ---- Modified : /trunk/modeq/inst.rml Revision: 208 Author: x97davka Date: 12:43:05, den 23 mars 1998 Message: Implemented outer and inner connectors. ---- Modified : /trunk/modeq/connect.rml Revision: 207 Author: x97davka Date: 17:58:53, den 18 mars 1998 Message: Now apparently illegal. ---- Modified : /trunk/modeq/testsuite/connect.mdc Revision: 206 Author: x97davka Date: 17:58:21, den 18 mars 1998 Message: New stuff about connections ---- Modified : /trunk/modeq/report/report.tex Modified : /trunk/modeq/report/semantik Revision: 205 Author: x97davka Date: 17:58:03, den 18 mars 1998 Message: New path to rmlc ---- Modified : /trunk/modeq/ast/Makefile Revision: 204 Author: x97davka Date: 17:57:51, den 18 mars 1998 Message: Added better support for flow variables. Changed to new "fail" style. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/connect.rml Modified : /trunk/modeq/exp.rml Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/explode.rml Modified : /trunk/modeq/types.rml Revision: 203 Author: x97davka Date: 17:56:03, den 18 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/Makefile Revision: 202 Author: x97davka Date: 18:35:53, den 17 mars 1998 Message: Build connection sets. ---- Modified : /trunk/modeq/inst.rml Revision: 201 Author: x97davka Date: 18:35:16, den 17 mars 1998 Message: Export dump_list ---- Modified : /trunk/modeq/dump.rml Revision: 200 Author: x97davka Date: 18:34:58, den 17 mars 1998 Message: Added dump relations ---- Modified : /trunk/modeq/connect.rml Revision: 199 Author: x97davka Date: 16:55:51, den 17 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report/semantik Revision: 198 Author: x97davka Date: 16:55:38, den 17 mars 1998 Message: Added eq_cref ---- Modified : /trunk/modeq/exp.rml Revision: 197 Author: x97davka Date: 16:55:20, den 17 mars 1998 Message: New file ---- Added : /trunk/modeq/connect.rml Revision: 196 Author: x97davka Date: 16:55:11, den 17 mars 1998 Message: Fixed .SUFFIXES finally ---- Modified : /trunk/modeq/Makefile Revision: 195 Author: x97davka Date: 11:04:22, den 13 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report Added : /trunk/modeq/report/.cvsignore Revision: 194 Author: x97davka Date: 11:04:06, den 13 mars 1998 Message: First stab ---- Added : /trunk/modeq/report/report.tex Revision: 193 Author: x97davka Date: 20:30:06, den 12 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/testsuite/connect.mdc Modified : /trunk/modeq/testsuite/shadow.mdc Revision: 192 Author: x97davka Date: 20:29:40, den 12 mars 1998 Message: Update according to changes in absyn.rml. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 191 Author: x97davka Date: 20:29:18, den 12 mars 1998 Message: Fixed include files. ---- Modified : /trunk/modeq/ast/Makefile Revision: 190 Author: x97davka Date: 20:29:05, den 12 mars 1998 Message: Lots of new types. ---- Modified : /trunk/modeq/types.rml Revision: 189 Author: x97davka Date: 20:28:39, den 12 mars 1998 Message: Keep track of subscripts. ---- Modified : /trunk/modeq/prefix.rml Revision: 188 Author: x97davka Date: 20:28:25, den 12 mars 1998 Message: Changed dump a little. ---- Modified : /trunk/modeq/mod.rml Revision: 187 Author: x97davka Date: 20:28:02, den 12 mars 1998 Message: Lots of new stuff and fixes. Now does pseudoconnecting. ---- Modified : /trunk/modeq/inst.rml Revision: 186 Author: x97davka Date: 20:27:28, den 12 mars 1998 Message: Use Types.VarAttr. ---- Modified : /trunk/modeq/explode.rml Revision: 185 Author: x97davka Date: 20:27:03, den 12 mars 1998 Message: Subscript and ComponentRef now lives here ---- Modified : /trunk/modeq/exp.rml Revision: 184 Author: x97davka Date: 20:26:42, den 12 mars 1998 Message: Use Types.VarAttr. Some new lookup relations. ---- Modified : /trunk/modeq/env.rml Revision: 183 Author: x97davka Date: 20:26:02, den 12 mars 1998 Message: Change path to component_ref in some places ---- Modified : /trunk/modeq/dump.rml Revision: 182 Author: x97davka Date: 20:25:15, den 12 mars 1998 Message: Moved Subscript and ComponentRef to exp.rml ---- Modified : /trunk/modeq/absyn.rml Revision: 181 Author: x97davka Date: 16:46:09, den 9 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/Makefile Added : /trunk/modeq/testsuite/connect.mdc Added : /trunk/modeq/testsuite/partial.mdc Modified : /trunk/modeq/testsuite/shadow.mdc Revision: 180 Author: x97davka Date: 16:45:46, den 9 mars 1998 Message: Why connect() should be a special construct. ---- Modified : /trunk/modeq/report/syntax Revision: 179 Author: x97davka Date: 16:45:22, den 9 mars 1998 Message: Added CONNECT ---- Modified : /trunk/modeq/ast/attrib.c Modified : /trunk/modeq/ast/modgram.g Revision: 178 Author: x97davka Date: 16:44:49, den 9 mars 1998 Message: New RML version ---- Modified : /trunk/modeq/ast/Makefile Revision: 177 Author: x97davka Date: 16:44:39, den 9 mars 1998 Message: New file ---- Added : /trunk/modeq/types.rml Revision: 176 Author: x97davka Date: 16:44:27, den 9 mars 1998 Message: Build Types.Type Use lookup_var_local where appropriate ---- Modified : /trunk/modeq/inst.rml Revision: 175 Author: x97davka Date: 16:43:56, den 9 mars 1998 Message: New relation lookup_var_local Use Types.Type in FrameVar ---- Modified : /trunk/modeq/env.rml Revision: 174 Author: x97davka Date: 16:43:27, den 9 mars 1998 Message: Dump EQ_CONNECT ---- Modified : /trunk/modeq/dump.rml Revision: 173 Author: x97davka Date: 16:43:13, den 9 mars 1998 Message: Use Explode ---- Modified : /trunk/modeq/builtin.rml Revision: 172 Author: x97davka Date: 16:43:02, den 9 mars 1998 Message: Treat connect() as a special construct. ---- Modified : /trunk/modeq/absyn.rml Revision: 171 Author: x97davka Date: 19:33:06, den 7 mars 1998 Message: New test ---- Added : /trunk/modeq/testsuite/shadow.mdc Revision: 170 Author: x97davka Date: 19:32:57, den 7 mars 1998 Message: Build if expressions ---- Modified : /trunk/modeq/ast/modgram.g Revision: 169 Author: x97davka Date: 19:32:36, den 7 mars 1998 Message: Added mod_assignment ---- Modified : /trunk/modeq/mod.rml Revision: 168 Author: x97davka Date: 19:32:20, den 7 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/lform.rml Revision: 167 Author: x97davka Date: 19:32:13, den 7 mars 1998 Message: Shdow assignment equations. ---- Modified : /trunk/modeq/inst.rml Revision: 166 Author: x97davka Date: 19:31:53, den 7 mars 1998 Message: Save assignment modifications in the environment. ---- Modified : /trunk/modeq/env.rml Revision: 165 Author: x97davka Date: 20:14:35, den 4 mars 1998 Message: New file ---- Added : /trunk/modeq/testsuite/const.mdc Added : /trunk/modeq/testsuite/extends.mdc Revision: 164 Author: x97davka Date: 20:14:25, den 4 mars 1998 Message: Removed ---- Deleted : /trunk/modeq/test.rml Revision: 163 Author: x97davka Date: 20:13:44, den 4 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq Modified : /trunk/modeq/.cvsignore Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/testsuite/modification.mdc Modified : /trunk/modeq/testsuite/protect.mdc Revision: 162 Author: x97davka Date: 20:13:20, den 4 mars 1998 Message: Fixed EXTENDS ---- Modified : /trunk/modeq/ast/modgram.g Revision: 161 Author: x97davka Date: 20:13:04, den 4 mars 1998 Message: Use Explode ---- Modified : /trunk/modeq/builtin.rml Modified : /trunk/modeq/env.rml Modified : /trunk/modeq/main.rml Revision: 160 Author: x97davka Date: 20:12:53, den 4 mars 1998 Message: Use Explode Started to check "protected". Not done yet. ---- Modified : /trunk/modeq/inst.rml Revision: 159 Author: x97davka Date: 20:12:27, den 4 mars 1998 Message: Debug message ---- Modified : /trunk/modeq/explode.rml Revision: 158 Author: x97davka Date: 20:11:20, den 4 mars 1998 Message: Removed explosion code ---- Modified : /trunk/modeq/absyn.rml Revision: 157 Author: x97davka Date: 18:15:12, den 4 mars 1998 Message: Removed references to modAST.h ---- Modified : /trunk/modeq/ast/Makefile Modified : /trunk/modeq/ast/modgram.g Revision: 156 Author: x97davka Date: 18:14:52, den 4 mars 1998 Message: New file ---- Added : /trunk/modeq/explode.rml Revision: 155 Author: x97davka Date: 18:06:17, den 4 mars 1998 Message: Removed ---- Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/Makefile Deleted : /trunk/modeq/rml.h Revision: 154 Author: x97davka Date: 17:07:08, den 4 mars 1998 Message: New files ---- Added : /trunk/modeq/testsuite Added : /trunk/modeq/testsuite/modification.mdc Added : /trunk/modeq/testsuite/protect.mdc Added : /trunk/modeq/testsuite/real.mdc Revision: 153 Author: x97davka Date: 17:06:50, den 4 mars 1998 Message: Removed ---- Deleted : /trunk/modeq/ast/modAST.cpp Deleted : /trunk/modeq/ast/modAST.h Revision: 152 Author: x97davka Date: 17:05:19, den 4 mars 1998 Message: Fixed PUBLIC and PROTECTED ---- Modified : /trunk/modeq/ast/modgram.g Revision: 151 Author: x97davka Date: 17:05:03, den 4 mars 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/ast/Makefile Revision: 150 Author: x97davka Date: 17:04:43, den 4 mars 1998 Message: Fixed bug in merge. ---- Modified : /trunk/modeq/mod.rml Revision: 149 Author: x97davka Date: 17:04:09, den 4 mars 1998 Message: Improved modification handling ---- Modified : /trunk/modeq/inst.rml Revision: 148 Author: x97davka Date: 17:03:51, den 4 mars 1998 Message: Typo ---- Modified : /trunk/modeq/dump.rml Revision: 147 Author: x97davka Date: 17:03:40, den 4 mars 1998 Message: Added dependencies ---- Modified : /trunk/modeq/Makefile Revision: 146 Author: x97davka Date: 20:58:18, den 26 februari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report/semantik Revision: 145 Author: x97davka Date: 20:58:06, den 26 februari 1998 Message: Updated to RML 1.9.0 ---- Modified : /trunk/modeq/ast/parsemod.c Revision: 144 Author: x97davka Date: 20:57:55, den 26 februari 1998 Message: doc fix ---- Modified : /trunk/modeq/ast/modgram.g Revision: 143 Author: x97davka Date: 20:57:42, den 26 februari 1998 Message: RML fixes ---- Modified : /trunk/modeq/ast/Makefile Revision: 142 Author: x97davka Date: 20:57:15, den 26 februari 1998 Message: Rewrote bigtime. Added dump, build and implemented merge. ---- Modified : /trunk/modeq/mod.rml Revision: 141 Author: x97davka Date: 20:56:28, den 26 februari 1998 Message: Updated ---- Modified : /trunk/modeq/main.rml Revision: 140 Author: x97davka Date: 20:56:07, den 26 februari 1998 Message: Not used anymore ---- Modified : /trunk/modeq/lform.rml Revision: 139 Author: x97davka Date: 20:53:37, den 26 februari 1998 Message: Rewrote to not use lform, but put modifications in the environment. ---- Modified : /trunk/modeq/inst.rml Revision: 138 Author: x97davka Date: 20:51:47, den 26 februari 1998 Message: Store modifications together with classes. ---- Modified : /trunk/modeq/env.rml Revision: 137 Author: x97davka Date: 20:51:26, den 26 februari 1998 Message: Updated ---- Modified : /trunk/modeq/builtin.rml Revision: 136 Author: x97davka Date: 20:51:13, den 26 februari 1998 Message: Added element_spec_name ---- Modified : /trunk/modeq/absyn.rml Revision: 135 Author: x97davka Date: 20:50:51, den 26 februari 1998 Message: Fixes ---- Modified : /trunk/modeq/Makefile Revision: 134 Author: x97davka Date: 11:26:42, den 23 februari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/inst.rml Modified : /trunk/modeq/main.rml Modified : /trunk/modeq/mod.rml Modified : /trunk/modeq/Makefile Modified : /trunk/modeq/report/semantik Modified : /trunk/modeq/report/syntax Modified : /trunk/modeq/report/design Revision: 133 Author: x97davka Date: 11:25:59, den 23 februari 1998 Message: Renamed COMPONENTS to COMPONENT Removed dead code. ---- Modified : /trunk/modeq/lform.rml Revision: 132 Author: x97davka Date: 11:24:44, den 23 februari 1998 Message: Use absyn again. ---- Modified : /trunk/modeq/env.rml Revision: 131 Author: x97davka Date: 11:23:03, den 23 februari 1998 Message: Moved to other documents. ---- Modified : /trunk/modeq/BUGGAR Revision: 130 Author: x97davka Date: 12:31:33, den 18 februari 1998 Message: Use lform ---- Modified : /trunk/modeq/env.rml Revision: 129 Author: x97davka Date: 12:31:22, den 18 februari 1998 Message: Prepare to use lform ---- Modified : /trunk/modeq/inst.rml Revision: 128 Author: x97davka Date: 12:10:57, den 18 februari 1998 Message: Updated ---- Modified : /trunk/modeq/lform.rml Revision: 127 Author: x97davka Date: 12:10:43, den 18 februari 1998 Message: Start using lform. ---- Modified : /trunk/modeq/mod.rml Revision: 126 Author: x97davka Date: 18:35:10, den 12 februari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/report/semantik Revision: 125 Author: x97davka Date: 18:33:36, den 12 februari 1998 Message: Handle equality modifications. ---- Modified : /trunk/modeq/mod.rml Revision: 124 Author: x97davka Date: 18:33:10, den 12 februari 1998 Message: Lots of small fixes. ---- Modified : /trunk/modeq/inst.rml Revision: 123 Author: x97davka Date: 18:00:31, den 9 februari 1998 Message: New files ---- Added : /trunk/modeq/report/semantik Added : /trunk/modeq/report/syntax Added : /trunk/modeq/report/design Revision: 122 Author: x97davka Date: 18:00:07, den 9 februari 1998 Message: Fixed logical expressions. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 121 Author: x97davka Date: 17:57:34, den 9 februari 1998 Message: Added some tokens. ---- Modified : /trunk/modeq/ast/attrib.c Revision: 120 Author: x97davka Date: 17:57:14, den 9 februari 1998 Message: Noted that equality modifications are not yet handled. ---- Modified : /trunk/modeq/mod.rml Revision: 119 Author: x97davka Date: 17:56:51, den 9 februari 1998 Message: Added informational messages. ---- Modified : /trunk/modeq/inst.rml Revision: 118 Author: x97davka Date: 17:56:27, den 9 februari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/BUGGAR Revision: 117 Author: x97davka Date: 15:37:49, den 9 februari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq Modified : /trunk/modeq/.cvsignore Revision: 116 Author: x97davka Date: 15:35:55, den 9 februari 1998 Message: Renamed prefix_add to prefix_path and added another relation called prefix_add ---- Modified : /trunk/modeq/prefix.rml Revision: 115 Author: x97davka Date: 15:35:32, den 9 februari 1998 Message: Added empty_mod ---- Modified : /trunk/modeq/mod.rml Revision: 114 Author: x97davka Date: 15:34:50, den 9 februari 1998 Message: Added built-in types to builtin.rml Fixed some trace output ---- Modified : /trunk/modeq/inst.rml Revision: 113 Author: x97davka Date: 15:34:16, den 9 februari 1998 Message: Added some trace info ---- Modified : /trunk/modeq/env.rml Revision: 112 Author: x97davka Date: 15:33:52, den 9 februari 1998 Message: New file ---- Added : /trunk/modeq/builtin.rml Revision: 111 Author: x97davka Date: 15:33:37, den 9 februari 1998 Message: Added builtin ---- Modified : /trunk/modeq/Makefile Revision: 110 Author: x97davka Date: 17:38:45, den 6 februari 1998 Message: Export prefix_add ---- Modified : /trunk/modeq/prefix.rml Revision: 109 Author: x97davka Date: 17:38:30, den 6 februari 1998 Message: Cosmetics ---- Modified : /trunk/modeq/main.rml Revision: 108 Author: x97davka Date: 17:38:17, den 6 februari 1998 Message: Fixed the initial environment ---- Modified : /trunk/modeq/inst.rml Revision: 107 Author: x97davka Date: 17:37:56, den 6 februari 1998 Message: Moved path_string ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Revision: 106 Author: x97davka Date: 17:37:39, den 6 februari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq Modified : /trunk/modeq/.cvsignore Revision: 105 Author: x97davka Date: 16:04:39, den 6 februari 1998 Message: Added convenient access to element names. ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/ast/modgram.g Revision: 104 Author: x97davka Date: 16:04:17, den 6 februari 1998 Message: Split in submodules ---- Modified : /trunk/modeq/inst.rml Revision: 103 Author: x97davka Date: 16:02:49, den 6 februari 1998 Message: Added env.rml, mod.rml and prefix.rml ---- Added : /trunk/modeq/env.rml Added : /trunk/modeq/mod.rml Added : /trunk/modeq/prefix.rml Modified : /trunk/modeq/Makefile Revision: 102 Author: x97davka Date: 16:38:18, den 2 februari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq Modified : /trunk/modeq/.cvsignore Added : /trunk/modeq/report Added : /trunk/modeq/report/abstract Revision: 101 Author: x97davka Date: 16:38:02, den 2 februari 1998 Message: Fixed a bug in the Modelica spec. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 100 Author: x97davka Date: 16:36:57, den 2 februari 1998 Message: Don't use lform, but inst. ---- Modified : /trunk/modeq/main.rml Revision: 99 Author: x97davka Date: 16:36:34, den 2 februari 1998 Message: This file is no longer used. ---- Modified : /trunk/modeq/lform.rml Revision: 98 Author: x97davka Date: 16:36:21, den 2 februari 1998 Message: Rewrote large parts. Don't use LForm. ---- Modified : /trunk/modeq/inst.rml Revision: 97 Author: x97davka Date: 16:30:09, den 2 februari 1998 Message: Fixed a bug in the Modelica spec ---- Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dump.rml Revision: 96 Author: x97davka Date: 16:29:20, den 2 februari 1998 Message: Added inst.rml ---- Modified : /trunk/modeq/Makefile Revision: 95 Author: x97davka Date: 16:29:10, den 2 februari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/BUGGAR Revision: 94 Author: x97davka Date: 18:20:17, den 26 januari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq/BUGGAR Revision: 93 Author: x97davka Date: 13:44:11, den 22 januari 1998 Message: Bugfixes ---- Modified : /trunk/modeq/inst.rml Revision: 92 Author: x97davka Date: 11:46:44, den 22 januari 1998 Message: Added inst.rml ---- Modified : /trunk/modeq/Makefile Revision: 91 Author: x97davka Date: 11:46:21, den 22 januari 1998 Message: Instantiate ---- Modified : /trunk/modeq/main.rml Revision: 90 Author: x97davka Date: 11:46:07, den 22 januari 1998 Message: New file ---- Added : /trunk/modeq/inst.rml Revision: 89 Author: x97davka Date: 11:45:51, den 22 januari 1998 Message: Updated ---- Modified : /trunk/modeq/dump.rml Revision: 88 Author: x97davka Date: 15:18:38, den 16 januari 1998 Message: Keep up with changes in Absyn. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 87 Author: x97davka Date: 15:18:14, den 16 januari 1998 Message: Call Absyn.explode_components. ---- Modified : /trunk/modeq/main.rml Revision: 86 Author: x97davka Date: 15:17:46, den 16 januari 1998 Message: Expanded a lot. Now it compiles. ---- Modified : /trunk/modeq/lform.rml Revision: 85 Author: x97davka Date: 15:17:00, den 16 januari 1998 Message: Little fixes ---- Modified : /trunk/modeq/dump.rml Revision: 84 Author: x97davka Date: 15:04:44, den 16 januari 1998 Message: # cosmetics ---- Modified : /trunk/modeq/dae.rml Revision: 83 Author: x97davka Date: 14:58:41, den 16 januari 1998 Message: Explode components. Changed some Idents to Paths. ---- Modified : /trunk/modeq/absyn.rml Revision: 82 Author: x97davka Date: 14:57:26, den 16 januari 1998 Message: New file ---- Added : /trunk/modeq/Modelica.mdc Added : /trunk/modeq/BUGGAR Revision: 81 Author: x97davka Date: 14:56:49, den 16 januari 1998 Message: Fixed compilation order ---- Modified : /trunk/modeq/Makefile Revision: 80 Author: x97davka Date: 14:18:50, den 9 januari 1998 Message: *** empty log message *** ---- Modified : /trunk/modeq Modified : /trunk/modeq/absyn.rml Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/.cvsignore Revision: 79 Author: x97davka Date: 14:18:18, den 9 januari 1998 Message: Removed almost everything. ---- Modified : /trunk/modeq/modelica.rml Revision: 78 Author: x97davka Date: 14:17:49, den 9 januari 1998 Message: Convert to lform ---- Modified : /trunk/modeq/main.rml Revision: 77 Author: x97davka Date: 14:17:34, den 9 januari 1998 Message: New file ---- Added : /trunk/modeq/lform.rml Revision: 76 Author: x97davka Date: 14:16:56, den 9 januari 1998 Message: Added lform ---- Modified : /trunk/modeq/Makefile Revision: 75 Author: x97davka Date: 11:17:13, den 8 januari 1998 Message: Added mk_box7 ---- Modified : /trunk/modeq/ast/yacclib.c Modified : /trunk/modeq/ast/yacclib.h Revision: 74 Author: x97davka Date: 11:16:57, den 8 januari 1998 Message: Fixed so it works for most programs. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 73 Author: x97davka Date: 11:16:26, den 8 januari 1998 Message: Print more ---- Modified : /trunk/modeq/ast/attrib.c Revision: 72 Author: x97davka Date: 11:16:14, den 8 januari 1998 Message: Updated. ---- Modified : /trunk/modeq/dump.rml Revision: 71 Author: x97davka Date: 11:16:01, den 8 januari 1998 Message: Use a component list in element specs. ---- Modified : /trunk/modeq/absyn.rml Revision: 70 Author: x97davka Date: 11:15:01, den 8 januari 1998 Message: Finally managed to build the subdir properly. ---- Modified : /trunk/modeq/Makefile Revision: 69 Author: x97davka Date: 13:49:40, den 9 december 1997 Message: Fixed rule "relation" ---- Modified : /trunk/modeq/ast/modgram.g Revision: 68 Author: x97davka Date: 13:49:17, den 9 december 1997 Message: Added relations and logical expressions ---- Modified : /trunk/modeq/dump.rml Modified : /trunk/modeq/exp.rml Revision: 67 Author: x97davka Date: 19:52:56, den 8 december 1997 Message: Rewrote subscript handling Fixed element modifications ---- Modified : /trunk/modeq/ast/modgram.g Revision: 66 Author: x97davka Date: 19:51:47, den 8 december 1997 Message: Prettify ---- Modified : /trunk/modeq/dump.rml Revision: 65 Author: x97davka Date: 17:24:22, den 8 december 1997 Message: Inline type_prefix ---- Modified : /trunk/modeq/ast/modgram.g Revision: 64 Author: x97davka Date: 17:23:55, den 8 december 1997 Message: Dump extends clauese better ---- Modified : /trunk/modeq/dump.rml Revision: 63 Author: x97davka Date: 16:27:06, den 8 december 1997 Message: Construct constants correctly. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 62 Author: x97davka Date: 16:26:39, den 8 december 1997 Message: Removed quotes from string constants at once. ---- Modified : /trunk/modeq/ast/attrib.c Revision: 61 Author: x97davka Date: 16:26:05, den 8 december 1997 Message: Added strings and booleans. ---- Modified : /trunk/modeq/exp.rml Revision: 60 Author: x97davka Date: 16:25:36, den 8 december 1997 Message: Dump more stuff. ---- Modified : /trunk/modeq/dump.rml Revision: 59 Author: x97davka Date: 17:45:12, den 5 december 1997 Message: Extended. Now it seems to parse type definitions OK. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 58 Author: x97davka Date: 17:44:42, den 5 december 1997 Message: Handle more tokens ---- Modified : /trunk/modeq/ast/attrib.c Revision: 57 Author: x97davka Date: 17:44:28, den 5 december 1997 Message: Fixed indentation ---- Modified : /trunk/modeq/main.rml Revision: 56 Author: x97davka Date: 17:44:13, den 5 december 1997 Message: More and better rules ---- Modified : /trunk/modeq/dump.rml Revision: 55 Author: x97davka Date: 17:43:56, den 5 december 1997 Message: Moved everything to absyn.rml ---- Modified : /trunk/modeq/class.rml Revision: 54 Author: x97davka Date: 17:43:43, den 5 december 1997 Message: Moved everything from class.rml here ---- Modified : /trunk/modeq/absyn.rml Revision: 53 Author: x97davka Date: 20:57:49, den 1 december 1997 Message: Added some box functions ---- Modified : /trunk/modeq/ast/yacclib.h Revision: 52 Author: x97davka Date: 20:57:31, den 1 december 1997 Message: Fixed horrible typos that made me lose a couple of days ---- Modified : /trunk/modeq/ast/yacclib.c Revision: 51 Author: x97davka Date: 20:57:01, den 1 december 1997 Message: New function: sibling_list Other fixes ---- Modified : /trunk/modeq/ast/parsemod.c Revision: 50 Author: x97davka Date: 20:56:21, den 1 december 1997 Message: Now builds a complete AST for a simple program! ---- Modified : /trunk/modeq/ast/modgram.g Revision: 49 Author: x97davka Date: 20:55:48, den 1 december 1997 Message: Updated ---- Modified : /trunk/modeq/ast/attrib.c Modified : /trunk/modeq/test.rml Revision: 48 Author: x97davka Date: 20:55:20, den 1 december 1997 Message: Exp.dump had moved ---- Modified : /trunk/modeq/dae.rml Modified : /trunk/modeq/modelica.rml Revision: 47 Author: x97davka Date: 20:55:07, den 1 december 1997 Message: Get the file name from the command line ---- Modified : /trunk/modeq/main.rml Revision: 46 Author: x97davka Date: 20:54:23, den 1 december 1997 Message: Moved the expression dump relation here ---- Modified : /trunk/modeq/dump.rml Revision: 45 Author: x97davka Date: 20:54:04, den 1 december 1997 Message: Moved dump to dump.rml Added the Path datatype ---- Modified : /trunk/modeq/exp.rml Revision: 44 Author: x97davka Date: 20:53:14, den 1 december 1997 Message: Expanded Class. ---- Modified : /trunk/modeq/class.rml Revision: 43 Author: x97davka Date: 20:52:38, den 1 december 1997 Message: Removed test.rml ---- Modified : /trunk/modeq/Makefile Revision: 42 Author: x97davka Date: 10:59:24, den 27 november 1997 Message: *** empty log message *** ---- Modified : /trunk/modeq/ast Modified : /trunk/modeq/ast/.cvsignore Revision: 41 Author: x97davka Date: 10:58:54, den 27 november 1997 Message: New file. ---- Added : /trunk/modeq/ast/parsemod.c Revision: 40 Author: x97davka Date: 10:58:29, den 27 november 1997 Message: Moved stuff to attrib.c Fixed tree-building. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 39 Author: x97davka Date: 10:57:17, den 27 november 1997 Message: Removed unused code. ---- Modified : /trunk/modeq/ast/modAST.h Revision: 38 Author: x97davka Date: 10:56:56, den 27 november 1997 Message: New files. ---- Added : /trunk/modeq/ast/attrib.c Added : /trunk/modeq/ast/attrib.h Revision: 37 Author: x97davka Date: 10:56:40, den 27 november 1997 Message: Better dependencies. ---- Modified : /trunk/modeq/ast/Makefile Revision: 36 Author: x97davka Date: 10:55:19, den 27 november 1997 Message: Remove .c.o target. ---- Modified : /trunk/modeq/Makefile Revision: 35 Author: x97davka Date: 16:43:48, den 25 november 1997 Message: Build an AST. Added some routines for printing an AST. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 34 Author: x97davka Date: 16:43:18, den 25 november 1997 Message: Use SparcWorks cc Call antlr with -gt -gl ---- Modified : /trunk/modeq/ast/Makefile Revision: 33 Author: x97davka Date: 16:42:49, den 25 november 1997 Message: *** empty log message *** ---- Modified : /trunk/modeq Modified : /trunk/modeq/.cvsignore Revision: 32 Author: x97davka Date: 11:21:46, den 25 november 1997 Message: Taken from rml 1.3.6. ---- Added : /trunk/modeq/ast/yacclib.c Added : /trunk/modeq/ast/yacclib.h Revision: 31 Author: x97davka Date: 11:21:17, den 25 november 1997 Message: Created a dummy parser that at least uses yacclib. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 30 Author: x97davka Date: 11:20:40, den 25 november 1997 Message: Added yacclib. ---- Modified : /trunk/modeq/ast/Makefile Revision: 29 Author: x97davka Date: 11:20:24, den 25 november 1997 Message: New file. ---- Added : /trunk/modeq/dump.rml Added : /trunk/modeq/test.rml Revision: 28 Author: x97davka Date: 11:19:59, den 25 november 1997 Message: Use the parser. ---- Modified : /trunk/modeq/main.rml Revision: 27 Author: x97davka Date: 11:19:15, den 25 november 1997 Message: Bugfixes. ---- Modified : /trunk/modeq/class.rml Revision: 26 Author: x97davka Date: 11:18:46, den 25 november 1997 Message: Always run make in ast/ ---- Modified : /trunk/modeq/Makefile Revision: 25 Author: x97davka Date: 17:33:17, den 18 november 1997 Message: *** empty log message *** ---- Modified : /trunk/modeq Modified : /trunk/modeq/ast Modified : /trunk/modeq/.cvsignore Modified : /trunk/modeq/ast/.cvsignore Revision: 24 Author: x97davka Date: 17:32:47, den 18 november 1997 Message: Tried to implement something callable from RML. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 23 Author: x97davka Date: 17:32:14, den 18 november 1997 Message: New file ---- Added : /trunk/modeq/absyn.rml Added : /trunk/modeq/parse.rml Revision: 22 Author: x97davka Date: 17:31:56, den 18 november 1997 Message: Try to use Parser.parse. ---- Modified : /trunk/modeq/main.rml Revision: 21 Author: x97davka Date: 17:31:10, den 18 november 1997 Message: Don't compile parse.rml ---- Modified : /trunk/modeq/Makefile Revision: 20 Author: x97davka Date: 17:35:49, den 14 november 1997 Message: *** empty log message *** ---- Modified : /trunk/modeq/ast Modified : /trunk/modeq/ast/.cvsignore Revision: 19 Author: x97davka Date: 17:35:41, den 14 november 1997 Message: Removed tokens.h ---- Deleted : /trunk/modeq/ast/tokens.h Revision: 18 Author: x97davka Date: 17:35:12, den 14 november 1997 Message: This file is now empty. ---- Modified : /trunk/modeq/ast/parser.h Revision: 17 Author: x97davka Date: 17:34:41, den 14 november 1997 Message: Removed ---- Deleted : /trunk/modeq/ast/ModParseToken.cpp Deleted : /trunk/modeq/ast/parser.dlg Revision: 16 Author: x97davka Date: 17:33:44, den 14 november 1997 Message: Changed to C. Removed lots of stuff. ---- Modified : /trunk/modeq/ast/modgram.g Revision: 15 Author: x97davka Date: 17:33:08, den 14 november 1997 Message: I don't think this is actually used anywhere. ---- Modified : /trunk/modeq/ast/modAST.h Revision: 14 Author: x97davka Date: 17:31:46, den 14 november 1997 Message: Removed bool.h ---- Deleted : /trunk/modeq/ast/bool.h Revision: 13 Author: x97davka Date: 17:31:00, den 14 november 1997 Message: Cleaned up and changed to use gcc. ---- Modified : /trunk/modeq/ast/Makefile Revision: 12 Author: x97davka Date: 17:30:39, den 14 november 1997 Message: *** empty log message *** ---- Modified : /trunk/modeq Added : /trunk/modeq/.cvsignore Revision: 11 Author: x97davka Date: 17:30:23, den 14 november 1997 Message: Removed some definitions and stuff that I don't use (yet). ---- Modified : /trunk/modeq/modelica.rml Revision: 10 Author: x97davka Date: 17:29:22, den 14 november 1997 Message: Use an empty main relation. ---- Modified : /trunk/modeq/main.rml Revision: 9 Author: x97davka Date: 17:28:53, den 14 november 1997 Message: # Added a comment ---- Modified : /trunk/modeq/class.rml Revision: 8 Author: x97davka Date: 17:28:21, den 14 november 1997 Message: Heavily hacked. ---- Modified : /trunk/modeq/Makefile Revision: 7 Author: x97davka Date: 11:55:24, den 12 november 1997 Message: Just saving ---- Modified : /trunk/modeq/ast/Makefile Modified : /trunk/modeq/ast/modgram.g Revision: 6 Author: x97davka Date: 11:54:27, den 12 november 1997 Message: Removed. ---- Deleted : /trunk/modeq/ast/ModParse.h Revision: 2 Author: x97davka Date: 13:03:18, den 7 november 1997 Message: Initial revision ---- Added : /trunk/modeq Added : /trunk/modeq/Makefile Added : /trunk/modeq/ast Added : /trunk/modeq/ast/.cvsignore Added : /trunk/modeq/ast/DLGLexer.cpp Added : /trunk/modeq/ast/DLGLexer.h Added : /trunk/modeq/ast/Makefile Added : /trunk/modeq/ast/ModParse.cpp Added : /trunk/modeq/ast/ModParse.h Added : /trunk/modeq/ast/ModParseToken.cpp Added : /trunk/modeq/ast/ModParseToken.h Added : /trunk/modeq/ast/bool.h Added : /trunk/modeq/ast/modAST.cpp Added : /trunk/modeq/ast/modAST.h Added : /trunk/modeq/ast/modgram.cpp Added : /trunk/modeq/ast/modgram.g Added : /trunk/modeq/ast/parser.dlg Added : /trunk/modeq/ast/parser.h Added : /trunk/modeq/ast/tokens.h Added : /trunk/modeq/class.rml Added : /trunk/modeq/dae.rml Added : /trunk/modeq/exp.rml Added : /trunk/modeq/main.rml Added : /trunk/modeq/modelica.rml Added : /trunk/modeq/rml.h Revision: 1 Author: Date: 13:03:18, den 7 november 1997 Message: New repository initialized by cvs2svn. ---- Added : /branches Added : /tags Added : /trunk