Directory testsuite/meta/MetaModelicaDev/04_assignment/

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

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

Lines of Code

testsuite/meta/MetaModelicaDev/04_assignment/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sjoelund.se 84 (100.0%) 543 (100.0%) 6.4

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/04_assignment: .project (del), Assignment.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/04_assignment: Makefile (+1)
sjoelund.se 2011-09-29 11:25 Rev.: 9969

- Use spaces instead of odd unicode whitespace

9 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Assignment.mo (+3 -3), SOLUTION.mo (+6 -6)
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/04_assignment: 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/04_assignment: 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/04_assignment: .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/04_assignment: SCRIPT.mos (+2), SOLUTION.mos (+2)
sjoelund.se 2011-04-13 15:55 Rev.: 8626

- Fix some comments

65 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Assignment.mo (+30 -26), SOLUTION.mo (+35 -32)
sjoelund.se 2011-04-13 14:41 Rev.: 8620

- Cleanup

22 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Assignment.mo (+10 -10), SOLUTION.mo (+12 -12)
sjoelund.se 2011-04-12 15:54 Rev.: 8607

- Cleanup

16 lines of code changed in 3 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Assignment.mo (+7 -7), Parse.mo (+2 -2), SOLUTION.mo (+7 -7)
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/04_assignment: Assignment.mo (+1 -9), Parse.mo (+1 -1), SOLUTION.mo (+1 -9)
sjoelund.se 2011-03-29 08:56 Rev.: 8394

- Removed some subtypeof

14 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/04_assignment: README.tex (new 14)
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

4 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/04_assignment: Makefile (new 4)
sjoelund.se 2011-03-14 20:35 Rev.: 8223

- Fix seg.fault in testcase

2 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Assignment.mo (+1 -1), SOLUTION.mo (+1 -1)
sjoelund.se 2011-03-14 15:50 Rev.: 8217

- Let the SOLUTION.mo use the same base file as the exercise

13 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/04_assignment: SOLUTION.mo (+13 -23)
sjoelund.se 2011-03-14 15:48 Rev.: 8216

- Cleaned out RML exercises from svn
- They are now stored at http://openmodelica.org/metamodelica/exercises/ for historians; we should teach only the OpenModelica implementation from now on anyway

13 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/04_assignment: Assignment.mo (+13 -45)
sjoelund.se 2010-12-30 13:29 Rev.: 7587

- Added MetaModelica optimization for matchcontinue expressions with only one case (then we use match instead)

14 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Assignment.mo (+6 -9), SOLUTION.mo (+8 -11)
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/04_assignment: Parse.mo (+2 -5)
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/04_assignment: Assignment.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/04_assignment: Parse.mo (+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.

6 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/04_assignment: lexer.l (+6 -5)
sjoelund.se 2010-03-01 10:09 Rev.: 5056

- Removed setLinker commands from testsuite/meta/MetaModelicaDev

2 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Parse.mo (+2 -2), SOLUTION.mos (-1)
sjoelund.se 2010-03-01 09:53 Rev.: 5055

- Removed some now setLinker API calls that are not required (the default linker is already g++)

0 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/04_assignment: SCRIPT.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.

1 lines of code changed in 1 file:

  • testsuite/meta/MetaModelicaDev/04_assignment: 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).

11 lines of code changed in 2 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: lexer.l (+1 -6), parser.y (+10 -61)
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/04_assignment: 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

3 lines of code changed in 3 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Makefile.omc (+1 -1), 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/04_assignment: .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

273 lines of code changed in 20 files:

  • testsuite/meta/MetaModelicaDev/04_assignment: Assignment.mo (+34 -22), Makefile (del), Makefile.omc (new 4), Makefile.rml (new 4), Parse.mo (new 25), README.txt (+6 -2), SCRIPT.mos (new), SOLUTION.mo (+16 -33), SOLUTION.mos (new), SOLUTION.txt (new 111), lexer.l (new), main.c (new 57), parser.y (+6 -1)
Generated by StatSVN 0.7.0