April 2006 Commit Log

Number of Commits:
47
Number of Active Developers:
4
adrpo 2006-04-27 19:58 Rev.: 2346

- small fixes for debug mode

7 lines of code changed in 3 files:

adrpo 2006-04-26 17:45 Rev.: 2345

- small changes to handle OPENMODELICAHOME paths that end in \\

2 lines of code changed in 2 files:

petar 2006-04-25 14:05 Rev.: 2344

Fixed bug in lookup of classes from inside functions. Cleaned up some comments.

204 lines of code changed in 8 files:

x05andfe 2006-04-25 12:50 Rev.: 2343

removed log/error area from omshell

50 lines of code changed in 5 files:

adrpo 2006-04-25 07:35 Rev.: 2342

- 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

4 lines of code changed in 3 files:

petar 2006-04-24 12:36 Rev.: 2341

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.

396 lines of code changed in 12 files:

petar 2006-04-24 08:52 Rev.: 2340

Implemented getDocumentationAnnotation.

180 lines of code changed in 2 files:

adrpo 2006-04-24 03:55 Rev.: 2338

- apparently plotParametric( {x, y} ) is wrong. should be plotParametric(x, y)

1 lines of code changed in 1 file:

adrpo 2006-04-24 03:37 Rev.: 2337

- updated to latest 1.3.2 Users Guide by Peter F.

0 lines of code changed in 2 files:

x02lucpo 2006-04-20 16:21 Rev.: 2336

4 lines of code changed in 1 file:

x02lucpo 2006-04-20 16:18 Rev.: 2335

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

129 lines of code changed in 10 files:

adrpo 2006-04-20 13:37 Rev.: 2334

- corrected to: end varDiscreteAttrInt; to get rid of the warning.

1 lines of code changed in 1 file:

adrpo 2006-04-19 16:16 Rev.: 2333

- added UsersGuideExamples.onb to the Setup.vdproj to be part of the new releases

27 lines of code changed in 1 file:

adrpo 2006-04-19 16:05 Rev.: 2332

- added UsersGuideExamples.onb
- updated OpenModelicaUsersGuide.doc and OpenModelicaUsersGuide.pdf

562 lines of code changed in 3 files:

x02lucpo 2006-04-19 09:24 Rev.: 2331

Change to compiling with mingw

1 lines of code changed in 1 file:

petar 2006-04-18 10:03 Rev.: 2330

Minor fixes. Moved list function to interactive to speed up model editor.

352 lines of code changed in 7 files:

adrpo 2006-04-18 07:04 Rev.: 2329

- conform to Modelica grammar unary operators has to be enclosed in ( -x ) if they appear in the right side of an binary operator

1 lines of code changed in 1 file:

adrpo 2006-04-15 15:28 Rev.: 2328

- fixes for mask and diff runtime

0 lines of code changed in 4 files:

adrpo 2006-04-12 05:37 Rev.: 2327

included rotationalgears.mos in the mosfiles/Makefile

1 lines of code changed in 1 file:

adrpo 2006-04-12 01:29 Rev.: 2326

- optimizations and update of product code in Uninstall.bat

35 lines of code changed in 10 files:

adrpo 2006-04-11 20:14 Rev.: 2325

- updated the OpenModelicaUsersGuide.doc and OpenModelicaUsersGuide.pdf with the last version from Peter F.

0 lines of code changed in 2 files:

adrpo 2006-04-11 20:01 Rev.: 2324

- updates so no OMC_BUILD_FROM is used. Also got rid of all the .rml compilation section.
- small updates to readmes

29 lines of code changed in 16 files:

x05andfe 2006-04-11 16:12 Rev.: 2323

23 lines of code changed in 2 files:

x05andfe 2006-04-11 14:43 Rev.: 2322

242 lines of code changed in 6 files:

adrpo 2006-04-11 00:05 Rev.: 2321

fixed a small mistake.

1 lines of code changed in 1 file:

adrpo 2006-04-10 23:55 Rev.: 2320

265 lines of code changed in 13 files:

adrpo 2006-04-10 22:54 Rev.: 2319

fixed plotParametric({x, y}) instead of plotParametric( x, y ).
now it works

1 lines of code changed in 1 file:

x05andfe 2006-04-10 17:25 Rev.: 2318

updated OMNotebook and OMShell, also updated three files in DrModelica.
// Anders Fernstr?m

437 lines of code changed in 23 files:

adrpo 2006-04-10 15:22 Rev.: 2317

Peter Fritzson's corrections

6 lines of code changed in 1 file:

petar 2006-04-10 10:32 Rev.: 2316

Translated all RML files to MetaModelica.

127739 lines of code changed in 87 files:

petar 2006-04-10 08:08 Rev.: 2314

Updated since nov 2005.

1 lines of code changed in 1 file:

adrpo 2006-04-06 19:55 Rev.: 2313

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

15 lines of code changed in 1 file:

adrpo 2006-04-06 17:07 Rev.: 2312

- changed in Derive.rml: SimCodeGen.rml -> SimCodegen.rml otherwise the compilation on Linux fails.

1 lines of code changed in 1 file:

adrpo 2006-04-06 15:17 Rev.: 2311

- better instructions on how you can run the testsuite from Eclipse or MSYS terminal

7 lines of code changed in 1 file:

adrpo 2006-04-06 15:13 Rev.: 2310

- added OPENMODELICAHOME variable so you can run the testsuite from Eclipse

1 lines of code changed in 1 file:

adrpo 2006-04-06 13:12 Rev.: 2309

- added a step that copies the needed mico2311.dll and mingwm10.dll to OpenModelica/build/bin

6 lines of code changed in 1 file:

adrpo 2006-04-06 12:38 Rev.: 2308

- added instructions on MDT installation.

4 lines of code changed in 1 file:

adrpo 2006-04-06 12:28 Rev.: 2307

updated instructions for compilation using OMDev-mingw package.

66 lines of code changed in 1 file:

petar 2006-04-06 09:46 Rev.: 2306

Added rule for testsuite.

4 lines of code changed in 1 file:

adrpo 2006-04-06 03:17 Rev.: 2305

- new project sample that has no modelica syntax checker builder.

22 lines of code changed in 1 file:

adrpo 2006-04-05 14:23 Rev.: 2304

.project and .cdtproject samples to work with C/C++ perspective.

179 lines of code changed in 2 files:

petar 2006-04-04 13:01 Rev.: 2302

Removed print message in get_pathed_class_in_program

0 lines of code changed in 1 file:

adrpo 2006-04-04 06:20 Rev.: 2301

- fixed so that pattern = arrayNth(arr, index); is dumped as:
pattern = arr[index + 1];

0 lines of code changed in 2 files:

adrpo 2006-04-03 15:30 Rev.: 2300

- added more stack to the translator

1 lines of code changed in 1 file:

adrpo 2006-04-03 15:28 Rev.: 2299

- fixed the (x => y) option problem in the translator
- fixed better escaping of rml comments to MetaModelica strings.

228 lines of code changed in 13 files:

petar 2006-04-03 09:31 Rev.: 2298

Fixed bug in functionDAE_res. Now old values of derivatives are used as "guess" values.

2 lines of code changed in 1 file:

adrpo 2006-04-01 14:43 Rev.: 2297

Small .rc modification.
Added some optimization flags to the compiler.

12 lines of code changed in 3 files:

March 2006 »

Generated by StatSVN 0.7.0