Directory Compiler/test_codegen/

Directory Deleted:
2010-11-18 03:44
Total Files:
0
Deleted Files:
44
Lines of Code:
0

[root]/Compiler/test_codegen

Lines of Code

Compiler/test_codegen/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 139 (100.0%) 83 (100.0%) 0.5
dietmarw 82 (59.0%) 68 (81.9%) 0.8
adrpo 51 (36.7%) 9 (10.8%) 0.1
levsa 4 (2.9%) 4 (4.8%) 1.0
sjoelund.se 2 (1.4%) 2 (2.4%) 1.0

Most Recent Commits

adrpo 2010-11-18 03:44 Rev.: 7086

- removed Compiler/test_codegen as is not used anymore since A LONG TIME NOW.

0 lines of code changed in 44 files:

  • Compiler/test_codegen: Makefile.in (del), Makefile.single (del), algorithm_for1.mo (del), algorithm_if1.mo (del), algorithm_while1.mo (del), equation_funcall1.mo (del), equation_funcall10.mo (del), equation_funcall11.mo (del), equation_funcall12.mo (del), equation_funcall2.mo (del), equation_funcall3.mo (del), equation_funcall4.mo (del), equation_funcall5.mo (del), equation_funcall6.mo (del), equation_funcall7.mo (del), equation_funcall8.mo (del), equation_funcall9.mo (del), expression_array_construct1.mo (del), expression_array_construct2.mo (del), expression_if1.mo (del), expression_index1.mo (del), expression_matrix_vector_product1.mo (del), expression_range1.mo (del), expression_range2.mo (del), expression_unary_minus1.mo (del), expression_unary_minus2.mo (del), if_algorithm.mo (del), if_expression.mo (del), input_variable_size_array.mo (del), main.c (del), misc_bubblesort.mo (del), misc_simplex1.mo (del), misc_simplex2.mo (del), return_multiple_record.mo (del), return_multiple_record_array.mo (del), return_multiple_scalar.mo (del), return_multiple_scalar_array.mo (del), return_record.mo (del), return_record_array.mo (del), return_scalar.mo (del), return_scalar_array.mo (del), rtest.sh (del), simtest.mo (del), test.mo (del)
sjoelund.se 2010-09-21 12:34 Rev.: 6159

- Fix svn-eol-style on Makefiles

1 lines of code changed in 1 file:

  • Compiler/test_codegen: Makefile.in (+1 -1)
sjoelund.se 2010-09-21 10:52 Rev.: 6156

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

1 lines of code changed in 1 file:

  • Compiler/test_codegen: main.c (+1 -1)
dietmarw 2008-11-02 18:35 Rev.: 3732

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

68 lines of code changed in 82 files:

  • Compiler/test_codegen: Makefile.single (+2 -2), algorithm_for1.mo (new), algorithm_if1.mo (+1 -1), algorithm_while1.mo (+2 -2), equation_funcall1.mo (+1 -1), equation_funcall10.mo (+1 -1), equation_funcall11.mo (+1 -1), equation_funcall12.mo (+1 -1), equation_funcall2.mo (+1 -1), equation_funcall3.mo (+1 -1), equation_funcall4.mo (+1 -1), equation_funcall5.mo (+1 -1), equation_funcall6.mo (+1 -1), equation_funcall7.mo (+1 -1), equation_funcall8.mo (new), equation_funcall9.mo (+1 -1), expression_array_construct1.mo (new), expression_array_construct2.mo (+1 -1), expression_if1.mo (+1 -1), expression_index1.mo (new), expression_matrix_vector_product1.mo (+1 -1), expression_range1.mo (new), expression_range2.mo (new), expression_unary_minus1.mo (new), expression_unary_minus2.mo (new), if_algorithm.mo (+1 -1), if_expression.mo (new), input_variable_size_array.mo (+1 -1), main.c (+1 -1), misc_bubblesort.mo (+3 -3), misc_simplex1.mo (new), misc_simplex2.mo (new), return_multiple_record.mo (+1 -1), return_multiple_record_array.mo (+1 -1), return_multiple_scalar.mo (new), return_multiple_scalar_array.mo (new), return_record.mo (new), return_record_array.mo (+1 -1), return_scalar.mo (new), return_scalar_array.mo (new), rtest.sh (new), simtest.mo (new), test.mo (+1 -1)
adrpo 2007-03-17 02:35 Rev.: 2751

- small fixes to errors in .mo files discovered by the new MDT

0 lines of code changed in 6 files:

  • Compiler/test_codegen: equation_funcall10.mo (changed), equation_funcall11.mo (new), equation_funcall9.mo (new)
adrpo 2006-02-26 13:18 Rev.: 2169

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.

9 lines of code changed in 1 file:

  • Compiler/test_codegen: Makefile.in (+9 -3)
levsa 2005-06-02 11:50 Rev.: 1799

Changed modeq to omc everyhwere, updated source. Renamed build directories for modeq to omc. Updated VC7 projects and solution as well.

4 lines of code changed in 4 files:

  • Compiler/test_codegen: Makefile.in (+1 -1), Makefile.single (+3 -3)
Generated by StatSVN 0.7.0