Directory testsuite/meta/MetaModelicaDev/05a_assigntwotype/

Directory Deleted:
2012-10-01 09:11
Total Files:
0
Deleted Files:
15
Lines of Code:
0

[root]/testsuite/meta/MetaModelicaDev/05a_assigntwotype
                    Folder removed from repo .externalToolBuilders (0 files, 0 lines)

Lines of Code

testsuite/meta/MetaModelicaDev/05a_assigntwotype/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 88 (100.0%) 440 (100.0%) 5.0
sjoelund.se 87 (98.9%) 439 (99.8%) 5.0
adrpo 1 (1.1%) 1 (0.2%) 1.0

Most Recent Commits

sjoelund.se 2012-10-01 09:11 Rev.: 13109

- Boom! Headshot! (Die duplicate directory, die!)

0 lines of code changed in 15 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: .project (del), AssignTwoType.mo (del), Makefile (del), Makefile.omc (del), Makefile.rml (del), Parse.mo (del), README.tex (del), README.txt (del), SCRIPT.mos (del), SOLUTION.mo (del), SOLUTION.mos (del), SOLUTION.txt (del), lexer.l (del), main.c (del), parser.y (del)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

1 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: Makefile (+1)
sjoelund.se 2011-09-29 11:25 Rev.: 9969

- Use spaces instead of odd unicode whitespace

2 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+1 -1), SOLUTION.mo (+1 -1)
sjoelund.se 2011-09-17 13:44 Rev.: 9855

- Fix makefiles for the course setup (not within testsuite)

6 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: SCRIPT.mos (+3 -1), SOLUTION.mos (+3 -1)
sjoelund.se 2011-09-17 13:23 Rev.: 9854

- Added API call reopenStandardStream(OpenModelica.Scripting.StandardStream.stdin,"program.txt"); for MM course
+ This way, we do not need to redirect stdin in eclipse

2 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: SCRIPT.mos (+1 -1), SOLUTION.mos (+1 -1)
sjoelund.se 2011-09-17 12:39 Rev.: 9852

- Keep OMC.launch in svn
- Removed references to RML.launch
- Added make target deps

0 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: .project (-10)
sjoelund.se 2011-09-17 10:39 Rev.: 9847

- Updated MM course scripts and files

4 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: SCRIPT.mos (+2), SOLUTION.mos (+2)
sjoelund.se 2011-04-13 15:04 Rev.: 8621

- Some updates to source code and comments

58 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+36 -25), SOLUTION.mo (+22 -19)
sjoelund.se 2011-04-13 14:41 Rev.: 8620

- Cleanup

26 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+13 -13), SOLUTION.mo (+13 -13)
sjoelund.se 2011-04-12 15:54 Rev.: 8607

- Cleanup

24 lines of code changed in 3 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+11 -11), Parse.mo (+2 -2), SOLUTION.mo (+11 -11)
sjoelund.se 2011-04-12 15:01 Rev.: 8605

sed -i "/^public *\$/d" */*.mo
sed -i "s/^public *//g" */*.mo
sed -i "s/^protected *import/import/g" */*.mo

3 lines of code changed in 3 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+1 -10), Parse.mo (+1 -1), SOLUTION.mo (+1 -10)
sjoelund.se 2011-03-30 08:56 Rev.: 8410

- Removed the use of equality() in the MM examples

20 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+10 -15), SOLUTION.mo (+10 -15)
sjoelund.se 2011-03-29 10:52 Rev.: 8396

- Some more changes for the MM report

9 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: README.tex (+9 -9)
sjoelund.se 2011-03-29 08:56 Rev.: 8394

- Removed some subtypeof

28 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: README.tex (new 28)
sjoelund.se 2011-03-26 11:15 Rev.: 8370

- Use Makefile instead of Makefile.omc for mmdev
- Rewrite PAMTRANS using Susan
- Use less RML operators in the mmdev examples
- Added configure option --disable-omshell-terminal
- Added boxptr_stringLength
- Added optimization for removal of unreachable branches in if-statements

12 lines of code changed in 3 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+4 -4), Makefile (new 4), SOLUTION.mo (+4 -4)
sjoelund.se 2010-12-17 17:25 Rev.: 7467

- Modelica spec says function local variables should be declared protected
- Fixed syntax of examples in meta and MetaModelicaDev tests

2 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: Parse.mo (+2 -5)
adrpo 2010-12-09 02:38 Rev.: 7326

- 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

1 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: SOLUTION.mos (+1 -1)
sjoelund.se 2010-09-03 09:57 Rev.: 6010

- Updated ANTLR3 parser (match/matchcontinue/else)
- Most of the testsuite now passes (virtually only error messages are different)

3 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+2 -2), SOLUTION.mo (+1 -1)
sjoelund.se 2010-05-31 09:43 Rev.: 5589

- Added Unix make target "fix-svn-eol-style"
- Fixed line ending for all .mo and .mos-files in Compiler/ and testsuite/

30 lines of code changed in 5 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (+1), Parse.mo (+26 -25), SCRIPT.mos (+1), SOLUTION.mo (+1), SOLUTION.mos (+1)
sjoelund.se 2010-03-10 15:47 Rev.: 5116

- Added support for external function annotation Library={"lib1","lib2"}, as per the 3.1 specification.
+ Updated MetaModelicaDev testsuite to use this functionality.

2 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: Parse.mo (+2 -2)
sjoelund.se 2010-03-09 17:59 Rev.: 5104

- Fixed a MetaModelica bug where matchcase expressions with 0 input variables were disallowed.

2 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: lexer.l (+2 -2)
sjoelund.se 2010-03-09 14:48 Rev.: 5098

- 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.

3 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: lexer.l (+3 -2)
sjoelund.se 2010-03-01 10:09 Rev.: 5056

- Removed setLinker commands from testsuite/meta/MetaModelicaDev

2 lines of code changed in 3 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: Parse.mo (+2 -2), SCRIPT.mos (-1), SOLUTION.mos (-1)
sjoelund.se 2009-11-04 17:15 Rev.: 4450

- 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.

2 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: SCRIPT.mos (+1 -1), SOLUTION.mos (+1 -1)
sjoelund.se 2009-10-29 18:02 Rev.: 4435

- 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).

16 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: parser.y (+16 -76)
sjoelund.se 2009-10-27 15:55 Rev.: 4406

- 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

1 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: parser.y (+1)
sjoelund.se 2009-10-23 15:42 Rev.: 4386

- 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

7 lines of code changed in 4 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: Makefile.omc (+1 -1), Parse.mo (+4 -2), SCRIPT.mos (+1 -1), SOLUTION.mos (+1 -1)
sjoelund.se 2009-10-21 09:41 Rev.: 4381

- Added Eclipse projects for the MetaModelicaDev exercises and examples
- Added the working 03_symbolicderivative exercise

24 lines of code changed in 3 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: .project (new 22), Makefile.rml (+1 -1), parser.y (+1)
sjoelund.se 2009-10-20 13:46 Rev.: 4380

- Added MetaModelicaDev ex 06 through 11. Modified 03 through 11 to compile and run on latest OMDEV

150 lines of code changed in 20 files:

  • testsuite/meta/MetaModelicaDev/05a_assigntwotype: AssignTwoType.mo (new), Makefile (del), Makefile.omc (new 4), Makefile.rml (new 4), Parse.mo (new 23), README.txt (new), SCRIPT.mos (+3 -8), SOLUTION.mo (new), SOLUTION.mos (new), SOLUTION.txt (new 20), lexer.l (new), main.c (new 55), parser.y (+9 -1)
Generated by StatSVN 0.7.0