Directory c_runtime/meta/

Directory Created:
2011-05-25 11:30
Directory Deleted:
2012-02-23 08:08
Total Files:
0
Deleted Files:
31
Lines of Code:
0

[root]/c_runtime/meta
            Folder removed from repo gc (0 files, 0 lines)

Lines of Code

c_runtime/meta/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 139 (100.0%) 8774 (100.0%) 63.1
adrpo 70 (50.4%) 5526 (63.0%) 78.9
sjoelund.se 44 (31.7%) 2817 (32.1%) 64.0
adeas31 17 (12.2%) 314 (3.6%) 18.4
wbraun 2 (1.4%) 60 (0.7%) 30.0
Frenkel TUD 3 (2.2%) 43 (0.5%) 14.3
hkiel 1 (0.7%) 12 (0.1%) 12.0
perost 1 (0.7%) 1 (0.0%) 1.0
choeger 1 (0.7%) 1 (0.0%) 1.0

Most Recent Commits

adrpo 2012-02-23 08:08 Rev.: 11174

- GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl
- HIGHLY RECOMMENDED make clean
- renamed SimCodeXXX.tpl CodegenXXX.tpl
- merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
- all tests except the usual mishaps go.
- targeted all trunk/c_runtime references used in
Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.

0 lines of code changed in 31 files:

  • c_runtime/meta: CMakeLists.txt (del), Makefile.in (del), dtoa.c (del), meta_modelica.c (del), meta_modelica.h (del), meta_modelica_builtin.c (del), meta_modelica_builtin.cpp (del), meta_modelica_builtin.h (del), meta_modelica_builtin_boxptr.h (del), meta_modelica_catch.c (del), meta_modelica_gc.c (del), meta_modelica_gc.h (del), meta_modelica_gc_list.c (del), meta_modelica_gc_list.h (del), meta_modelica_gc_pages.c (del), meta_modelica_gc_pages.h (del), meta_modelica_gc_roots.c (del), meta_modelica_gc_roots.h (del), meta_modelica_gc_settings.c (del), meta_modelica_gc_settings.h (del), meta_modelica_gc_stack.c (del), meta_modelica_gc_stack.h (del), meta_modelica_gc_stats.c (del), meta_modelica_gc_stats.h (del), meta_modelica_gen_string_lit.sh (del), meta_modelica_real.cpp (del), meta_modelica_real.h (del), meta_modelica_string_lit.c (del), meta_modelica_string_lit.h (del), realString.c (del), rml_compatibility.h (del)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

3 lines of code changed in 3 files:

  • c_runtime/meta: Makefile.in (+1), dtoa.c (+1 -1), realString.c (+1 -1)
sjoelund.se 2012-01-09 10:53 Rev.: 10867

- dtoa fix for 32-bit Linux

7 lines of code changed in 1 file:

  • c_runtime/meta: dtoa.c (+7 -4)
Frenkel TUD 2011-12-16 15:15 Rev.: 10740

- Update CMakeFiles

12 lines of code changed in 1 file:

  • c_runtime/meta: CMakeLists.txt (+12 -16)
adrpo 2011-12-14 10:33 Rev.: 10711

- GOT RID OF ALL ASSIGNMENT TO INPUT FROM THE COMPILER
please run testsuite/bootstrapping/MainTest.mos always before commit!
or the testboot make target (which is the same)
- used the strict double with padding from RML (a union instead of directly the double)
- refactored a bit the GC and added the generational GC (not on yet)
DO NOT PORT IT TO SimulationRuntime/c yet, i'll do it myself later.
- use the old realString for Windows for now
- removed Windows.h include from modelica.h
- stop generating junk in OMDev\tools\mingw\bin (fixes in Compiler/scripts/Compile.bat)
- fixes to some tests
- some fixes so that the bootstrapping works with VS.

101 lines of code changed in 5 files:

  • c_runtime/meta: meta_modelica.c (+18 -6), meta_modelica.h (+36 -8), meta_modelica_builtin.c (+26 -1), realString.c (+20 -20), rml_compatibility.h (+1 -1)
hkiel 2011-12-12 14:22 Rev.: 10689

c_runtime: complete overhaul
implemented some missing functions

12 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica.h (+12 -12)
adeas31 2011-12-06 02:58 Rev.: 10654

Fix OMC compilation,
- Removed the extra */
- Copy the iconv-2.dll

** We should remove omc_debug if we are not maintaining it anymore.

1 lines of code changed in 1 file:

  • c_runtime/meta: realString.c (+1 -1)
adrpo 2011-12-05 19:57 Rev.: 10651

- windows fixes, switch includes.

52 lines of code changed in 1 file:

  • c_runtime/meta: realString.c (+52 -5)
sjoelund.se 2011-12-05 14:00 Rev.: 10643

- Disable debug checks

1 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica.h (+1 -1)
sjoelund.se 2011-12-05 14:00 Rev.: 10642

#1663
- Fix for data_of_integer_array on 64-bit platforms (copy the array before sending it to the external function)

1 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica.h (+1 -1)
sjoelund.se 2011-12-04 23:55 Rev.: 10640

- realString: Output 0.01 instead of 1.e-02

8 lines of code changed in 1 file:

  • c_runtime/meta: realString.c (+8 -6)
sjoelund.se 2011-12-04 21:51 Rev.: 10639

- Fix correct length in realString

37 lines of code changed in 1 file:

  • c_runtime/meta: realString.c (+37 -22)
sjoelund.se 2011-12-02 18:02 Rev.: 10636

- Do MMC_CHECK_STRING just in case

1 lines of code changed in 1 file:

  • c_runtime/meta: realString.c (+1)
sjoelund.se 2011-12-02 18:01 Rev.: 10635

- Fix issues with too small buffers, etc

8 lines of code changed in 1 file:

  • c_runtime/meta: realString.c (+8 -9)
sjoelund.se 2011-12-02 17:19 Rev.: 10634

- Do not do mk_scon() on a MetaModelica-style string ;)

3 lines of code changed in 1 file:

  • c_runtime/meta: realString.c (+3 -2)
sjoelund.se 2011-12-02 17:11 Rev.: 10632

- Use new dtoa-based realString

2483 lines of code changed in 4 files:

  • c_runtime/meta: dtoa.c (new 2257), meta_modelica.h (+12), meta_modelica_real.cpp (-41), realString.c (new 214)
adrpo 2011-11-25 19:20 Rev.: 10584

- YOU WILL NEED A NEW MMC-RML for this (>= revision 223)!
svn up OMDev on windows, svn up rml on Linux or wait for a build.
- moved setStackOverflowSignal to RML.
- various other fixes so the bootstrapped compiler works with MSVC.
- hashtable for DaE.Type -> DAE.ExpType (unfortunately doesn't work to use it in Types.elabType as is slower than the current solution)
- removed the above hashtable from the compilation as is not used.
- other small code edits (mostly comments).

28 lines of code changed in 5 files:

  • c_runtime/meta: meta_modelica_builtin.c (+6), meta_modelica_builtin.h (+2), meta_modelica_gc.c (+2 -2), meta_modelica_gc_settings.c (+17 -17), meta_modelica_gc_settings.h (+1 -1)
choeger 2011-11-10 18:54 Rev.: 10409

Fix PHONY targets

There were multiple 'clear' targets in the Makefiles,
this should have been 'clean'.

1 lines of code changed in 1 file:

  • c_runtime/meta: Makefile.in (+1 -1)
Frenkel TUD 2011-11-09 21:37 Rev.: 10368

- update CMakeFiles
- include inline.h in memory_pool.c
- bugfix for vs us sqrt(double)

17 lines of code changed in 1 file:

  • c_runtime/meta: CMakeLists.txt (+17 -14)
sjoelund.se 2011-11-09 16:09 Rev.: 10361

- MetaModelica: Use C89 instead of C++

0 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica_builtin.c (new)
wbraun 2011-11-09 01:48 Rev.: 10340

- added updates for new c simulation runtime

60 lines of code changed in 2 files:

  • c_runtime/meta: Makefile.in (new 56), meta_modelica.h (+4)
sjoelund.se 2011-10-27 16:42 Rev.: 10242

- Fix clang warnings

53 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica.c (+1 -1), meta_modelica.h (+52 -44)
sjoelund.se 2011-10-27 16:35 Rev.: 10241

- Revert previous changes as they cause heisenbugs

2 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica.h (+2 -2)
sjoelund.se 2011-10-27 16:27 Rev.: 10240

- Avoid clang warnings and segmentation faults (see r10238)

2 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica.h (+2 -2)
sjoelund.se 2011-10-27 16:15 Rev.: 10238

- Avoid clang warnings...

2 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica.h (+2 -2)
sjoelund.se 2011-10-10 12:07 Rev.: 10064

- Reduce the number of warnings clang gives about the GC macros

11 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica_gc.c (+2 -2), meta_modelica_gc.h (+9 -9)
adrpo 2011-09-30 09:08 Rev.: 9977

- for no GC use macros so we don't waste C calls for nothing.
- you might need to do make clean for this to work.

28 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica_gc.c (+2 -49), meta_modelica_gc.h (+26 -6)
sjoelund.se 2011-09-26 11:18 Rev.: 9933

- Added boxptr_stringDelimitList

1 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica_builtin.h (+1)
sjoelund.se 2011-09-26 08:40 Rev.: 9929

- Added missing function boxptr_listDelete

6 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica_builtin.cpp (+5), meta_modelica_builtin.h (+1)
sjoelund.se 2011-09-20 11:48 Rev.: 9873

- Added builtin function stringDelimitList to MetaModelica

62 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica_builtin.cpp (+61), meta_modelica_builtin.h (+1)
sjoelund.se 2011-09-19 11:49 Rev.: 9868

- Builtin functions no longer use the weird _rettype crap

72 lines of code changed in 6 files:

  • c_runtime/meta: meta_modelica.c (+1 -23), meta_modelica.h (+2 -12), meta_modelica_builtin.cpp (+34 -59), meta_modelica_builtin.h (+33 -79), meta_modelica_real.cpp (+1 -1), meta_modelica_real.h (+1 -2)
adeas31 2011-09-17 12:02 Rev.: 9849

- change the standard streams buffer size.

4 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica.c (+3 -2), meta_modelica.h (+1 -1)
sjoelund.se 2011-09-17 10:24 Rev.: 9846

- Made changeStdoutBuffer run also on Linux

0 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica.c (-2)
adeas31 2011-09-02 18:06 Rev.: 9738

- changeStdoutBuffer, Mingw based gcc has block buffer policy for stdout. we need to change it. Windows crap!!!!

17 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica.c (+16 -5), meta_modelica.h (+1)
adeas31 2011-08-27 01:08 Rev.: 9703

- getOptionValue is changed to isOptionNone.

4 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica.c (+2 -20), meta_modelica.h (+2 -1)
adeas31 2011-08-26 15:34 Rev.: 9699

- getOptionValue to return NONE or SOME based on option's value.

46 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica.c (+45 -2), meta_modelica.h (+1)
adeas31 2011-08-25 00:23 Rev.: 9682

- getTypeOfAny modified for record type. Instead of returning the complete record it only returns the record name.
- getRecordElementName to return specific element name on request.

19 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica.c (+18 -17), meta_modelica.h (+1)
sjoelund.se 2011-08-23 13:57 Rev.: 9670

- Add support to print zero-length arrays

1 lines of code changed in 1 file:

  • c_runtime/meta: meta_modelica.c (+1 -1)
adeas31 2011-08-19 00:50 Rev.: 9657

- removed unused functions.
- fixed bootstrapped compilation for windows.

0 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica.c (-38), meta_modelica.h (-2)
sjoelund.se 2011-08-17 12:29 Rev.: 9649

- boxptr_arrayGet

6 lines of code changed in 2 files:

  • c_runtime/meta: meta_modelica_builtin.cpp (+5), meta_modelica_builtin.h (+1)

(10 more)

Generated by StatSVN 0.7.0