November 2013 Commit Log

Number of Commits:
322
Number of Active Developers:
16
sjoelund.se 2013-11-30 22:04 Rev.: 18358

Handle some #ifdef'ed cases

2 lines of code changed in 1 file:

sjoelund.se 2013-11-30 21:33 Rev.: 18357

- Added option to the simulation runtime: +logFormat=[text|xml]
- The XML-based format will make it possible to read most messages into OMEdit in a structured way. Some messages may need to be collapsed into a single call in order to treat it as a single call
- The macros INDENT() and RELEASE() have been removed as they are specific to the text-based output. The message functions now take more arguments instead.

5254 lines of code changed in 54 files:

adrpo 2013-11-29 20:17 Rev.: 18356

- copy omc_msvc.h also to build/include/omc/

1 lines of code changed in 2 files:

adrpo 2013-11-29 20:12 Rev.: 18355

- include omc_msvc.h only if we're in the MSVC compiler.

2 lines of code changed in 1 file:

adrpo 2013-11-29 20:06 Rev.: 18354

- use omc_msvc.h for the MSVC support in the previous commit.

15 lines of code changed in 2 files:

adrpo 2013-11-29 19:44 Rev.: 18353

- attempt to fix Windows MSVC compilation:
+ define __attribute__ only for GNUC
+ do not define inline for MSVC

14 lines of code changed in 1 file:

sjoelund.se 2013-11-29 17:19 Rev.: 18352

Changed the log functions from macros to vararg functions (since vararg macros do not work very well and the current approach is not maintainable)

1159 lines of code changed in 46 files:

vwaurich 2013-11-29 11:02 Rev.: 18350

- removed flag NUM_PROC in the codegen for hpcom

16 lines of code changed in 2 files:

vwaurich 2013-11-29 10:59 Rev.: 18349

- hpcom restricts or recommends the number of scheduled threads
- functions to dump simCode on stdout (incomplete for some cases)
- added case to simplify equations when partitioning linear torn systems

178 lines of code changed in 4 files:

wbraun 2013-11-29 07:45 Rev.: 18348

- fixed removeSimpleEquations for TUPLE(WILD,cref)

5 lines of code changed in 1 file:

wbraun 2013-11-29 07:27 Rev.: 18347

- do not inline functions for jacobians.

54 lines of code changed in 2 files:

wbraun 2013-11-29 03:15 Rev.: 18346

- added a first part of mapping from Backend equation index to SimCode equation index (strong components omit for now)
- update equation in ZeroCrossings

153 lines of code changed in 1 file:

wbraun 2013-11-28 23:18 Rev.: 18344

- fixed BackendDAECreate to create equations for something like DAE.TUPLE() = DAE.CALL() instead of algorithms
- adjusted some relevant functions.

234 lines of code changed in 6 files:

adrpo 2013-11-28 20:34 Rev.: 18342

- update test, it compiles now

3 lines of code changed in 1 file:

hudson 2013-11-28 19:27 Rev.: 18341

[Janitor mode] Set auto-props

118 lines of code changed in 118 files:

adrpo 2013-11-28 19:20 Rev.: 18340

- update CPP runtime tests (verified simulation for some, different text for others)

45 lines of code changed in 16 files:

sjoelund.se 2013-11-28 17:39 Rev.: 18338

Also clean cppruntime if we ask it to please make clean

1 lines of code changed in 1 file:

niklwors 2013-11-28 16:35 Rev.: 18337

fix event iteration for algloops

94 lines of code changed in 2 files:

adrpo 2013-11-28 16:10 Rev.: 18336

- fix Windows clean

1 lines of code changed in 1 file:

sjoelund.se 2013-11-28 14:08 Rev.: 18335

- Added runtests.pl argument -veryfew, to have a minimal number of tests to check runtests.pl functionality
- Fixed finding the slowest test (and its name)

17 lines of code changed in 1 file:

hudson 2013-11-28 13:06 Rev.: 18334

[Janitor mode] Fix tabs

3 lines of code changed in 1 file:

sjoelund.se 2013-11-28 12:59 Rev.: 18333

Perl doesn't have a min function. Silly me for assuming that ;)

1 lines of code changed in 1 file:

niklwors 2013-11-28 12:58 Rev.: 18332

+added event counter in CVode
+added event iteration for algloops

799 lines of code changed in 10 files:

sjoelund.se 2013-11-28 12:44 Rev.: 18331

Fix syntax error

1 lines of code changed in 1 file:

sjoelund.se 2013-11-28 11:54 Rev.: 18330

Better clean

1 lines of code changed in 1 file:

sjoelund.se 2013-11-28 11:48 Rev.: 18329

Try to print the time the slowest test took to execute

9 lines of code changed in 1 file:

vitalij 2013-11-28 05:05 Rev.: 18328

- new comand "optimize"

104 lines of code changed in 11 files:

sjoelund.se 2013-11-27 21:56 Rev.: 18327

- Double fixes for f2c.h problems on OSX; always use our f2c.h

11 lines of code changed in 3 files:

perost 2013-11-27 17:21 Rev.: 18326

- Fixed function name prefixing in the new instantiation.

43 lines of code changed in 3 files:

sjoelund.se 2013-11-27 16:00 Rev.: 18325

Bump libraries

1 lines of code changed in 1 file:

lochel 2013-11-27 15:22 Rev.: 18324

- minor fix for dump of reinit

68 lines of code changed in 3 files:

lochel 2013-11-27 14:47 Rev.: 18323

- rename RK4 to RK4_DATA

8 lines of code changed in 1 file:

sjoelund.se 2013-11-27 14:33 Rev.: 18322

- Use boehm GC for HPCOM pthreads
- Don't use boehm GC, but rather the chosen allocation scheme for create_index_spec

11 lines of code changed in 3 files:

wbraun 2013-11-27 12:51 Rev.: 18321

- improved LOG_EVENTS_V debug dump.

1098 lines of code changed in 3 files:

perost 2013-11-27 12:40 Rev.: 18320

- Less magic in name prefixing in the new instantiation.

489 lines of code changed in 6 files:

hudson 2013-11-26 21:30 Rev.: 18317

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

wbraun 2013-11-26 21:29 Rev.: 18316

- changed log level for event iteration.
- added testcase for debugDumps cruntime.

1657 lines of code changed in 5 files:

hudson 2013-11-26 18:25 Rev.: 18315

[Janitor mode] Set auto-props

8 lines of code changed in 1 file:

mwalther 2013-11-26 18:11 Rev.: 18314

- fixed the mac os pthreads_spin_lock bug

3293 lines of code changed in 4 files:

vwaurich 2013-11-26 17:23 Rev.: 18313

- updated prof_xml file for EngineV6.mos

22398 lines of code changed in 1 file:

hudson 2013-11-26 16:43 Rev.: 18312

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

vitalij 2013-11-26 16:38 Rev.: 18311

- update heuristic for nominal in optimization

21 lines of code changed in 2 files:

sjoelund.se 2013-11-26 16:20 Rev.: 18310

Updated benchmarking script to compare compilers on RML and OMC-generated code

52 lines of code changed in 1 file:

wbraun 2013-11-26 16:07 Rev.: 18309

- fixes for symbolic jacobians

9 lines of code changed in 3 files:

sjoelund.se 2013-11-26 15:28 Rev.: 18308

Fix runtests.pl -cppruntime

3 lines of code changed in 1 file:

vwaurich 2013-11-26 14:22 Rev.: 18307

changed some output

1 lines of code changed in 1 file:

vwaurich 2013-11-26 13:48 Rev.: 18306

- updated hpcom tests

20 lines of code changed in 13 files:

adrpo 2013-11-26 13:45 Rev.: 18305

- run only cpp runtime tests when -cppruntime is given.

2 lines of code changed in 1 file:

sjoelund.se 2013-11-26 13:15 Rev.: 18304

Look for flags needed for gcc 4.8 bootstrapping

12 lines of code changed in 1 file:

sjoelund.se 2013-11-26 11:28 Rev.: 18303

Use system(..., outputFile = "...") to redirect seg.faults on OSX

2 lines of code changed in 2 files:

vwaurich 2013-11-26 11:11 Rev.: 18302

-try to fix hpcom test using spinlocks for osx

148 lines of code changed in 2 files:

lochel 2013-11-26 10:57 Rev.: 18301

- revert expected output

10 lines of code changed in 1 file:

lochel 2013-11-26 10:52 Rev.: 18300

- add case for BackendDAE.JAC_NO_ANALYTIC() to Initialization.warnAboutIterationVariablesWithDefaultZeroStartAttribute2

33 lines of code changed in 9 files:

henrikt 2013-11-26 08:25 Rev.: 18299

Define new error Severity INTERNAL (aka ErrorLevel_internal)

36 lines of code changed in 5 files:

adeas31 2013-11-26 02:01 Rev.: 18297

- Fixed the System.systemCall when its called with outFile argument for Windows.

1 lines of code changed in 1 file:

adeas31 2013-11-25 22:19 Rev.: 18295

- Changed the plot background to white. The white is more usable in books & publications.

14 lines of code changed in 2 files:

adeas31 2013-11-25 20:03 Rev.: 18294

- Fix Windows build.

2 lines of code changed in 1 file:

wbraun 2013-11-25 19:34 Rev.: 18293

- fixed memory leak in LOG_JAC output

2 lines of code changed in 1 file:

sjoelund.se 2013-11-25 19:24 Rev.: 18292

Fix some compiler warnings

2521 lines of code changed in 3 files:

wbraun 2013-11-25 17:59 Rev.: 18291

- added a case for SOLVED_EQUATION

18 lines of code changed in 1 file:

vitalij 2013-11-25 17:33 Rev.: 18290

- update heuristic for nominal in optimization

1 lines of code changed in 1 file:

sjoelund.se 2013-11-25 15:41 Rev.: 18288

hpcom now uses libgc functions directly in the runtime

3 lines of code changed in 1 file:

perost 2013-11-25 15:38 Rev.: 18287

- Fixed scodeinst test with wrong line numbers.

9 lines of code changed in 1 file:

vitalij 2013-11-25 15:26 Rev.: 18286

- When ipopt fail, then try other strategy

11 lines of code changed in 1 file:

vitalij 2013-11-25 15:12 Rev.: 18285

- changed default ipopt flags

2 lines of code changed in 1 file:

hudson 2013-11-25 12:52 Rev.: 18283

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

vwaurich 2013-11-25 12:31 Rev.: 18282

- added test for pthreads to hpcom testsuite

2711 lines of code changed in 5 files:

perost 2013-11-25 12:29 Rev.: 18281

- Improvements to the new instantiation, mostly redeclare and modifier handling.

610 lines of code changed in 10 files:

sjoelund.se 2013-11-25 12:17 Rev.: 18280

Added argument to System.systemCall: output file (redirect stdout and stderr)
- Fixes some issues with OSX not redirecting segmentation faults
- Also added this option to Scripting.system()

62 lines of code changed in 14 files:

vwaurich 2013-11-25 12:15 Rev.: 18279

- use GC_pthread_create instead of pthread_create

2 lines of code changed in 2 files:

sjoelund.se 2013-11-25 10:12 Rev.: 18278

Add an RPATH so the debian builds don't complain so much

1 lines of code changed in 1 file:

vitalij 2013-11-25 02:46 Rev.: 18277

- update heuristic for nominal in optimization

1 lines of code changed in 1 file:

vitalij 2013-11-25 02:43 Rev.: 18276

- update heuristic for nominal in optimization

37 lines of code changed in 2 files:

vitalij 2013-11-25 00:53 Rev.: 18275

- fixed empty gradient

38 lines of code changed in 2 files:

sjoelund.se 2013-11-24 22:17 Rev.: 18274

Generate working code for FMUCpp on OSX

60 lines of code changed in 3 files:

vitalij 2013-11-24 17:00 Rev.: 18272

- changed expression sequence for (more stable?) hessian

2 lines of code changed in 1 file:

sjoelund.se 2013-11-24 13:40 Rev.: 18271

Link in fewer libraries

1 lines of code changed in 1 file:

sjoelund.se 2013-11-24 13:08 Rev.: 18270

Dependencies

3 lines of code changed in 1 file:

sjoelund.se 2013-11-24 12:32 Rev.: 18269

Include LDFLAGS in the configured RT_LDFLAGS flags

13 lines of code changed in 4 files:

sjoelund.se 2013-11-24 12:13 Rev.: 18268

Link in libstdc++ also for dynload since it contains the csv reader

5 lines of code changed in 2 files:

sjoelund.se 2013-11-24 12:08 Rev.: 18267

Link expat to the bootstrapping target

1 lines of code changed in 1 file:

sjoelund.se 2013-11-24 11:56 Rev.: 18266

Try to link fewer libraries

12 lines of code changed in 2 files:

hkiel 2013-11-24 11:29 Rev.: 18265

recommit fixed r18258

8 lines of code changed in 1 file:

adrpo 2013-11-24 11:29 Rev.: 18264

- fix linker flags for Windows

2 lines of code changed in 1 file:

sjoelund.se 2013-11-24 11:10 Rev.: 18263

Check for -lrt

9 lines of code changed in 1 file:

sjoelund.se 2013-11-24 10:50 Rev.: 18262

- Moved where CFLAGS for generated code are defined (in configure instead of logic in the code generation)
- Added configure env.vars RUNTIMECC and RUNTIMECFLAGS if the user wants different compilers for the generated code and omc itself (typically to use clang for generated code)
- Always include delay.h in generated simulation code. Revert previous change that made Counter and Counter3 work (relied on the wrong delayImpl being used)
- Moved performSimulation into the callback interface

2385 lines of code changed in 21 files:

sjoelund.se 2013-11-23 21:42 Rev.: 18261

Avoid inlining problems

0 lines of code changed in 1 file:

sjoelund.se 2013-11-23 20:44 Rev.: 18260

- The interface to generated code is now in a struct callback, to avoid conflicting names when we load dynamic libraries (FMU's)
- Fixed lots of clang warnings

4930 lines of code changed in 43 files:

adrpo 2013-11-23 17:15 Rev.: 18259

- revert changes to Compiler/BackEnd/Uncertainties.mo from r18258 as they break some tests.

8 lines of code changed in 1 file:

hkiel 2013-11-23 15:45 Rev.: 18258

replaced O(n) listLength(L)==0 by O(1) List.isEmpty(L)

66 lines of code changed in 21 files:

sjoelund.se 2013-11-23 14:58 Rev.: 18257

- Link against libf2c on OSX as it seems necessary

6 lines of code changed in 1 file:

sjoelund.se 2013-11-23 12:15 Rev.: 18256

Skip libf2c on OSX too

1 lines of code changed in 1 file:

sjoelund.se 2013-11-23 11:53 Rev.: 18253

- Put back the old FMI hack to work on Linux
- Disable MSL3.2.1 cppruntime tests until their performance improves

7 lines of code changed in 2 files:

sjoelund.se 2013-11-23 10:27 Rev.: 18251

Move f2c linking as the Linux dynamic version has unresolved symbols

2 lines of code changed in 2 files:

sjoelund.se 2013-11-23 09:46 Rev.: 18250

libinteractive.a has not yet been copied into build/

1 lines of code changed in 1 file:

sjoelund.se 2013-11-23 09:31 Rev.: 18249

Build and partially link a .dylib as simulation runtime (makes mixing different C++ and C compilers possible; for OpenMP on OSX, and more)

8 lines of code changed in 3 files:

cschubert 2013-11-23 08:41 Rev.: 18248

removed wrong double slashes from expected output

1 lines of code changed in 1 file:

adrpo 2013-11-23 06:35 Rev.: 18247

- update OMDev SVN url in the READMEs.

2 lines of code changed in 3 files:

cschubert 2013-11-22 23:42 Rev.: 18245

msl32_cpp: fix outputs

89 lines of code changed in 8 files:

sjoelund.se 2013-11-22 22:27 Rev.: 18244

Fix the system_parallel implementation

15 lines of code changed in 3 files:

sjoelund.se 2013-11-22 19:55 Rev.: 18243

Stop using OpenMP in the system runtime - use pthreads instead to avoid problems with linkers and library versions trying to mix compilers

48 lines of code changed in 5 files:

adeas31 2013-11-22 19:14 Rev.: 18241

- set the default locale of the application.

2 lines of code changed in 1 file:

sjoelund.se 2013-11-22 19:04 Rev.: 18240

Remove -rdynamic as I don't think it has a function (and messes up gcc 4.8)

1 lines of code changed in 1 file:

sjoelund.se 2013-11-22 17:40 Rev.: 18239

Changes the way OpenMP is handled. Now there is a configure variable: ./configure CC=clang CXX=clang++ OMPCC="gcc-4.4 -fopenmp" will use clang as default, and gcc-4.4 when OpenMP is requested.

90 lines of code changed in 31 files:

sjoelund.se 2013-11-22 16:59 Rev.: 18238

Disable tests that are way too slow

7 lines of code changed in 1 file:

niklwors 2013-11-22 16:51 Rev.: 18237

changed modelTestingType for cpp runtime tests

5 lines of code changed in 5 files:

hudson 2013-11-22 14:30 Rev.: 18236

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

vitalij 2013-11-22 14:26 Rev.: 18235

- changed numiracl handling for hessian in first intervall

7 lines of code changed in 4 files:

sjoelund.se 2013-11-22 13:40 Rev.: 18233

Bump MSL

5 lines of code changed in 2 files:

hudson 2013-11-22 13:36 Rev.: 18232

[Janitor mode] Set auto-props

65 lines of code changed in 65 files:

cschubert 2013-11-22 13:07 Rev.: 18231

msl32_cpp: Now I am getting brave and enable all new tests while disabling the old ones

10671 lines of code changed in 186 files:

niklwors 2013-11-22 12:14 Rev.: 18230

added delay to cpp template and runtime

544 lines of code changed in 9 files:

hudson 2013-11-22 11:43 Rev.: 18229

[Janitor mode] Set auto-props

86 lines of code changed in 86 files:

cschubert 2013-11-22 11:39 Rev.: 18228

new msl32_cpp: next bunch of tests. I am going to deactivate the old msl32_cpp tests, as soon as the transition is complete

4011 lines of code changed in 87 files:

sjoelund.se 2013-11-22 09:27 Rev.: 18226

Regenerate OpenModelicaBootstrappingHeader.h also for the bootstrapped target

17 lines of code changed in 2 files:

sjoelund.se 2013-11-22 09:02 Rev.: 18225

OSX fix

1 lines of code changed in 1 file:

sjoelund.se 2013-11-22 09:01 Rev.: 18224

Symlink the dynamic library instead of messing with soname and install_name

3 lines of code changed in 2 files:

hudson 2013-11-22 08:31 Rev.: 18223

[Janitor mode] Set auto-props

11 lines of code changed in 11 files:

cschubert 2013-11-22 08:26 Rev.: 18222

new mls32_cpp: activate whole Modelica.Blocks and see how it goes

502 lines of code changed in 12 files:

sjoelund.se 2013-11-22 08:10 Rev.: 18221

Load shared objects with the correct extension on Mac

3 lines of code changed in 2 files:

sjoelund.se 2013-11-22 07:53 Rev.: 18220

- Skip loading the FMU dll/so/dylib in omc. It really messes up Linux/OSX and causes you to be unable to free the so/dylib

16 lines of code changed in 4 files:

adeas31 2013-11-22 03:20 Rev.: 18218

#2489
- Check/uncheck the item when user clicks anywhere on the first column text.

30 lines of code changed in 2 files:

sjoelund.se 2013-11-21 23:47 Rev.: 18217

Mostly OSX fixes for FMI

11 lines of code changed in 7 files:

sjoelund.se 2013-11-21 20:09 Rev.: 18215

Fix the biggest performance issues

2 lines of code changed in 1 file:

hudson 2013-11-21 20:05 Rev.: 18214

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

cschubert 2013-11-21 20:01 Rev.: 18213

msl32_cpp: fix tests

33 lines of code changed in 11 files:

wbraun 2013-11-21 19:56 Rev.: 18212

- fixed wrong adjacency-matrix for STMT_TUPLE_ASSIGN

31 lines of code changed in 1 file:

sjoelund.se 2013-11-21 17:48 Rev.: 18211

- Some fixes to the separate compilation
- Some fixes to the (generated) omccp sources

1233 lines of code changed in 12 files:

hudson 2013-11-21 15:52 Rev.: 18210

[Janitor mode] Set auto-props

162 lines of code changed in 5 files:

cschubert 2013-11-21 15:02 Rev.: 18209

start making msl32_cpp tests more like msl32 tests

580 lines of code changed in 10 files:

vwaurich 2013-11-21 14:45 Rev.: 18208

- fix hpcom (simEq-mapping for systems with nonlinear jacobians)
- added test

12574 lines of code changed in 6 files:

sjoelund.se 2013-11-20 17:15 Rev.: 18207

- Don't output type min/max values in the xml-file: This is handled when parsing the files using default values
- Output variable type name and more in the info.xml
- OSX fixes setting @rpath for .dylib files

941 lines of code changed in 10 files:

sjoelund.se 2013-11-20 13:13 Rev.: 18206

Remove some code that should not be accepted

2 lines of code changed in 3 files:

sjoelund.se 2013-11-20 07:44 Rev.: 18205

Let configure check that BLAS is included when linking LAPACK

8 lines of code changed in 2 files:

sjoelund.se 2013-11-19 23:12 Rev.: 18204

Strict perl...

3 lines of code changed in 1 file:

sjoelund.se 2013-11-19 23:03 Rev.: 18203

- Partest on OSX
- Skip some unncessary steps for bootstrapping from tarball

14 lines of code changed in 3 files:

sjoelund.se 2013-11-19 21:52 Rev.: 18202

Pass along CPPFLAGS

12 lines of code changed in 6 files:

sjoelund.se 2013-11-19 20:55 Rev.: 18201

- Compile --without-metis
- Disable warning if the user has an empty LANG env.var

7 lines of code changed in 2 files:

sjoelund.se 2013-11-19 19:22 Rev.: 18200

Configure the fortran compiler

4 lines of code changed in 3 files:

sjoelund.se 2013-11-19 18:51 Rev.: 18199

Fix svn-clean script for symlinks to directories

1 lines of code changed in 1 file:

adeas31 2013-11-19 18:26 Rev.: 18197

- when user checks the variables create a new plot window and display it.
- removed unused methods.

12 lines of code changed in 2 files:

sjoelund.se 2013-11-19 17:09 Rev.: 18195

Adding script to clean trunk (like svn-clean, but more platform-independent)

23 lines of code changed in 1 file:

hudson 2013-11-19 16:48 Rev.: 18192

[Janitor mode] Set auto-props

4 lines of code changed in 4 files:

vwaurich 2013-11-19 16:46 Rev.: 18191

- fixed hpcom for models with equations that cannot be solved and therefore are handled as nonlinear eqsysts
- added hpcom test
- updated hpcom test files (output includes size of ode system)

509 lines of code changed in 19 files:

adeas31 2013-11-19 14:18 Rev.: 18189

- show/hide the transformations browser.

6 lines of code changed in 2 files:

hudson 2013-11-19 14:13 Rev.: 18188

[Janitor mode] Set auto-props

383 lines of code changed in 2 files:

adeas31 2013-11-19 14:12 Rev.: 18187

- Added the transformations browser.
- Displays the information read from the model_info.xml structures via MyHandler.

502 lines of code changed in 15 files:

adeas31 2013-11-19 12:18 Rev.: 18186

- read the variable types.
- don't add empty items into the variables hash.

13 lines of code changed in 2 files:

vwaurich 2013-11-19 10:14 Rev.: 18185

- updated test

294 lines of code changed in 4 files:

vwaurich 2013-11-19 09:13 Rev.: 18184

- added warning if number of processors is not given when using hpcom

9 lines of code changed in 1 file:

adrpo 2013-11-19 00:55 Rev.: 18183

- do not compile ipopt on Windows as it is already part of OMDev.

2 lines of code changed in 2 files:

vitalij 2013-11-19 00:15 Rev.: 18182

- fix model for optimization

1 lines of code changed in 1 file:

sjoelund.se 2013-11-18 22:48 Rev.: 18181

Add words to the spell checker

3 lines of code changed in 1 file:

sjoelund.se 2013-11-18 22:17 Rev.: 18180

Fix Link?ping

3 lines of code changed in 1 file:

sjoelund.se 2013-11-18 22:04 Rev.: 18179

Fix configure for locally installed ipopt

1 lines of code changed in 1 file:

wbraun 2013-11-18 20:05 Rev.: 18178

- expected output for now

31 lines of code changed in 1 file:

hudson 2013-11-18 19:36 Rev.: 18176

[Janitor mode] Fix tabs

4 lines of code changed in 1 file:

wbraun 2013-11-18 19:31 Rev.: 18175

- replaced the Derive.mo by a Differentiate.mo (and adjusted all relevant parts)
- capability to differentiate Modelica functions.
- now all differentiation rules are only once in the compiler.
- adjusted some tests

5072 lines of code changed in 45 files:

vitalij 2013-11-18 19:21 Rev.: 18174

- fixed configure for ipopt??!

1 lines of code changed in 1 file:

vitalij 2013-11-18 19:16 Rev.: 18173

- fixed configure for ipopt?!

1 lines of code changed in 1 file:

sjoelund.se 2013-11-18 18:19 Rev.: 18172

- Compile our own version of Ipopt (EPL 1.0 license; compatible with LGPL)
- Fix copying of messages from the OMEdit widget

33 lines of code changed in 14 files:

hudson 2013-11-18 17:32 Rev.: 18171

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

vwaurich 2013-11-18 17:10 Rev.: 18170

- renamed hpcom test

63 lines of code changed in 2 files:

vwaurich 2013-11-18 14:53 Rev.: 18169

- hpcom outputs theoretical speedup and theoretical max speedup
- updated tests

116 lines of code changed in 15 files:

sjoelund.se 2013-11-18 14:42 Rev.: 18168

Use 3GB per thread like the comment says

2 lines of code changed in 1 file:

perost 2013-11-18 14:36 Rev.: 18167

Fix for #2482:
- Handle 'end' when used as subscript of qualified cref.

106 lines of code changed in 4 files:

sjoelund.se 2013-11-18 14:34 Rev.: 18166

Compile DAE.c before we try to compile all files, in order to avoid using up all system RAM on creating srz files in parallel

1 lines of code changed in 1 file:

adeas31 2013-11-18 13:59 Rev.: 18165

- Fix the LOG_STATS output.

1 lines of code changed in 1 file:

wbraun 2013-11-17 19:23 Rev.: 18161

- add simplification rules for DIV_ARR and DIV_ARRAY_SCALAR

14 lines of code changed in 1 file:

sjoelund.se 2013-11-15 21:57 Rev.: 18159

#2483
- Partial fix for assigning to only some function outputs when the function is constant evaluated

3 lines of code changed in 1 file:

sjoelund.se 2013-11-15 19:36 Rev.: 18157

RML crap

2 lines of code changed in 1 file:

sjoelund.se 2013-11-15 18:51 Rev.: 18156

#2250
Adding API function to convert between units

73 lines of code changed in 8 files:

vitalij 2013-11-15 13:56 Rev.: 18155

- added missed return

2 lines of code changed in 1 file:

sjoelund.se 2013-11-15 13:40 Rev.: 18154

Added forgotten files

579 lines of code changed in 2 files:

vitalij 2013-11-15 12:47 Rev.: 18153

- numerical trick for hess

1 lines of code changed in 1 file:

sjoelund.se 2013-11-15 12:39 Rev.: 18152

- Updated SimCodeDump to include more accessible information in the XML
- Added a Qt-based streaming XML parser so OMEdit can use the _dump.xml information for the symbolic debugging

334 lines of code changed in 9 files:

vitalij 2013-11-15 12:25 Rev.: 18151

- LOG_STATS adjust for optimiziation
- codestyle for hess

23 lines of code changed in 2 files:

vitalij 2013-11-15 11:23 Rev.: 18150

- fixed special case( numberIntervall = 1) for optimiziation

5 lines of code changed in 1 file:

vitalij 2013-11-15 10:26 Rev.: 18149

- better evalution (object function) for numerical hess

59 lines of code changed in 1 file:

lochel 2013-11-15 09:35 Rev.: 18148

- add start values to test package

22 lines of code changed in 2 files:

vitalij 2013-11-15 09:17 Rev.: 18147

- reduced evalution for numerical hess

90 lines of code changed in 3 files:

adrpo 2013-11-14 20:27 Rev.: 18144

- fix Windows build: use malloc/free instead of stack allocation for buffer and put the buffer definition at the beginning of the block (ansi-c)

10 lines of code changed in 1 file:

hudson 2013-11-14 19:17 Rev.: 18143

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

nutaro 2013-11-14 19:03 Rev.: 18142

Update to adevs backend to fix initialization involving fixed variables. Updates for new c runtime.

1994 lines of code changed in 2 files:

wbraun 2013-11-14 18:44 Rev.: 18141

- fixed ordering of stateselect and jacobian equations in *_info.xml

952 lines of code changed in 5 files:

lochel 2013-11-14 18:03 Rev.: 18140

- get rid of redundant function body (equationNth0/equationNth1)

1 lines of code changed in 1 file:

vitalij 2013-11-14 17:09 Rev.: 18139

- better numerical hessian for first time point

9 lines of code changed in 2 files:

lochel 2013-11-14 17:09 Rev.: 18138

- move BackendDAEUtil.equationNth to BackendEquation.equationNth0
- move BackendEquation.equationNth to BackendEquation.equationNth1
- remove unused module dependencies

151 lines of code changed in 19 files:

lochel 2013-11-14 15:30 Rev.: 18135

- make dassl debug-output readable

104 lines of code changed in 4 files:

sjoelund.se 2013-11-14 14:54 Rev.: 18134

Safer new/free of the matlab reader. Should no longer crash OMEdit if an invalid mat-file is presented

28 lines of code changed in 1 file:

hudson 2013-11-14 14:27 Rev.: 18133

[Janitor mode] Set auto-props

79 lines of code changed in 1 file:

vwaurich 2013-11-14 14:18 Rev.: 18132

- added cleanHpcOmTestsuite.py to clean the directory after simulation

79 lines of code changed in 1 file:

sjoelund.se 2013-11-14 12:49 Rev.: 18131

Adding the CPC 2013 paper

17 lines of code changed in 2 files:

hudson 2013-11-14 10:43 Rev.: 18129

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

vwaurich 2013-11-14 10:36 Rev.: 18128

- added test to hpcom testsuite

8463 lines of code changed in 5 files:

vwaurich 2013-11-14 10:32 Rev.: 18127

- added case in createSchedule for non-ODE systems

8 lines of code changed in 2 files:

nutaro 2013-11-14 00:23 Rev.: 18125

Added state variable selection to initialization loop

1 lines of code changed in 1 file:

wbraun 2013-11-13 20:52 Rev.: 18124

- added missing cases to ExpressionSimplify for Relations.

22244 lines of code changed in 14 files:

adeas31 2013-11-13 20:30 Rev.: 18123

- Use re-simulate instead of simulate in the context menu.

2 lines of code changed in 1 file:

vwaurich 2013-11-13 16:19 Rev.: 18120

- fixed bug at getFinishingTimesForSchedule

55 lines of code changed in 1 file:

vwaurich 2013-11-13 15:54 Rev.: 18118

- removed some unused prof.xml

0 lines of code changed in 7 files:

mwalther 2013-11-13 14:55 Rev.: 18117

- with the help of the hpcomCode flag, you can now choose between pthreads and openmp code

300 lines of code changed in 3 files:

nutaro 2013-11-13 14:33 Rev.: 18116

Code cleanup for the adevs backend

2 lines of code changed in 1 file:

adrpo 2013-11-13 14:16 Rev.: 18115

- do NOT run all .mos files in the directory if no tests are given to rtest, duh!

4 lines of code changed in 1 file:

vwaurich 2013-11-13 12:09 Rev.: 18114

- hpcom tests, updated expected output

8 lines of code changed in 2 files:

vwaurich 2013-11-13 10:53 Rev.: 18113

- fix hpcom test, setCompiler

4 lines of code changed in 2 files:

hudson 2013-11-13 10:29 Rev.: 18112

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

vwaurich 2013-11-13 10:06 Rev.: 18111

- new hpcom tests

1291 lines of code changed in 7 files:

vwaurich 2013-11-13 09:37 Rev.: 18110

- fixed hpcom for some models with mixedEquationSystems

3 lines of code changed in 1 file:

adrpo 2013-11-13 08:27 Rev.: 18108

- fix +target=msvc test
- add omc_msvc.h to model_help.c as we need round in there
- fix definition of round in omc_msvc.h (the msvc test generated a HUGE .mat file before
i killed it because round did not work correctly and the step was not advanced)
- delete some more stuff in:
testsuite/openmodelica/cruntime/msvc/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos

4 lines of code changed in 3 files:

adrpo 2013-11-13 07:05 Rev.: 18107

- expected output

2 lines of code changed in 1 file:

adrpo 2013-11-13 06:23 Rev.: 18106

- fix non-separate bootstrapping compilation (MainTest.mos)
- beautify the C code a bit

157 lines of code changed in 4 files:

adrpo 2013-11-13 04:19 Rev.: 18105

- fix Windows msvc build: ANSI-C please :)

5 lines of code changed in 1 file:

wbraun 2013-11-13 04:11 Rev.: 18104

- revert accidentally changed test.

1 lines of code changed in 1 file:

hudson 2013-11-13 03:37 Rev.: 18103

[Janitor mode] Set auto-props

4 lines of code changed in 4 files:

wbraun 2013-11-13 03:35 Rev.: 18102

- added rounding of stepSize to hit the numberOfInterval point.
- added cruntime flag(-noEventEmit) to suppress output at events.

329 lines of code changed in 20 files:

niklwors 2013-11-12 17:49 Rev.: 18099

fix for array declarations in cpp template

71 lines of code changed in 2 files:

vwaurich 2013-11-12 16:25 Rev.: 18098

- fixed bug at ALAP-computation and quicksort
- added function getFinishingTimesForSchedule
- added function predictExecutionTime
- removed some debug prints

563 lines of code changed in 2 files:

niklwors 2013-11-12 12:48 Rev.: 18097

changed minimal step size for cvode in cpp runtime
fix for array assign for index spec in cpp template

995 lines of code changed in 3 files:

wbraun 2013-11-11 15:09 Rev.: 18093

- added isChangeableValue = true for states

30 lines of code changed in 2 files:

perost 2013-11-11 11:04 Rev.: 18091

- Fixed some clang warnings.

3 lines of code changed in 1 file:

adeas31 2013-11-11 10:28 Rev.: 18088

- removed testing code.

0 lines of code changed in 1 file:

adeas31 2013-11-11 09:50 Rev.: 18085

- check if ModelicaMatVariable_t is not null.

23 lines of code changed in 1 file:

sjoelund.se 2013-11-10 22:55 Rev.: 18083

Sort more sections

47 lines of code changed in 2 files:

sjoelund.se 2013-11-10 22:08 Rev.: 18082

Sort some equations

29 lines of code changed in 2 files:

adeas31 2013-11-10 20:45 Rev.: 18081

#2470
- Display the values of the variables by reading the mat file.

63 lines of code changed in 5 files:

sjoelund.se 2013-11-10 15:05 Rev.: 18080

Split up the equations in the info.xml so it is possible to see which equations are initial

337 lines of code changed in 4 files:

adeas31 2013-11-09 21:59 Rev.: 18077

- Only display the value of tunable parameters.

4 lines of code changed in 1 file:

adeas31 2013-11-09 20:55 Rev.: 18076

#2470
- Show the value, unit and description even for the variables which are not changeable.

10 lines of code changed in 2 files:

adeas31 2013-11-09 20:22 Rev.: 18075

#2255
- Display units in the variables browser.

29 lines of code changed in 2 files:

sjoelund.se 2013-11-09 19:25 Rev.: 18073

Use dynamic omniORB on OSX, check that omniidl command exists

13 lines of code changed in 1 file:

sjoelund.se 2013-11-09 17:02 Rev.: 18072

Added MSL trunk to libraries

1 lines of code changed in 1 file:

adeas31 2013-11-09 01:30 Rev.: 18071

- use the isValueChangeable flag.

2 lines of code changed in 1 file:

adrpo 2013-11-08 23:05 Rev.: 18070

- grep some more things that change
- expected output

1 lines of code changed in 1 file:

wbraun 2013-11-08 22:41 Rev.: 18069

- update more result files of the MSL.Electrical.Analog

9 lines of code changed in 8 files:

adrpo 2013-11-08 22:09 Rev.: 18067

- let's try this again, grep out the parts that change in the _init.xml file.

6 lines of code changed in 2 files:

adrpo 2013-11-08 21:54 Rev.: 18065

- expected output

4 lines of code changed in 2 files:

wbraun 2013-11-08 21:04 Rev.: 18064

- deactivate test for now, since it fails. Need a better test.

1 lines of code changed in 1 file:

wbraun 2013-11-08 20:34 Rev.: 18063

- update Modelica.Fluid testsuite

38 lines of code changed in 13 files:

wbraun 2013-11-08 19:11 Rev.: 18062

- fixing build

1 lines of code changed in 1 file:

hudson 2013-11-08 18:01 Rev.: 18061

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

wbraun 2013-11-08 17:53 Rev.: 18060

- added a flag for changeable parameters to *_init.xml file.
- parameters that are not evaluated before and constant are changeable.

332 lines of code changed in 10 files:

hudson 2013-11-08 16:32 Rev.: 18059

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

sjoelund.se 2013-11-08 16:17 Rev.: 18058

Adding performance measurement script to find out which C-compiler is best for OpenModelica-generated code

90 lines of code changed in 1 file:

sjoelund.se 2013-11-08 15:22 Rev.: 18057

Fixes for not using RML-style pointer tagging (saves ~1% total time by being able to use atomic allocations)

18 lines of code changed in 4 files:

lochel 2013-11-08 13:45 Rev.: 18056

- expected output

2 lines of code changed in 2 files:

sjoelund.se 2013-11-08 13:19 Rev.: 18055

Pass FMI variables unmodified (unboxing may lose int precision; unbox+box may also alter the Integer if it was not a valid boxed integer to begin with)

10 lines of code changed in 3 files:

hudson 2013-11-08 13:13 Rev.: 18054

[Janitor mode] Set auto-props

163 lines of code changed in 2 files:

lochel 2013-11-08 13:02 Rev.: 18053

- add tests for high-index initialization (provided by Francesco)
- minor changes to compiler warning of over-determined initial systems

407 lines of code changed in 5 files:

adrpo 2013-11-07 23:40 Rev.: 18050

- disable java finalization and gcj-support for Boehm GC

4 lines of code changed in 2 files:

vitalij 2013-11-07 17:13 Rev.: 18049

- expand expression only if it can use for simplify

235 lines of code changed in 16 files:

vwaurich 2013-11-07 16:22 Rev.: 18048

- new task graph scheduler modified critical path

626 lines of code changed in 3 files:

adeas31 2013-11-07 15:58 Rev.: 18047

#2465
- Allow graphical connection to array of connectors within the same class.

30 lines of code changed in 4 files:

adeas31 2013-11-07 14:34 Rev.: 18046

- Allow direct simulation without showing the simulation setup dialog.

96 lines of code changed in 9 files:

vitalij 2013-11-07 12:52 Rev.: 18044

- evaluated value for error handling and function call (sqrt, log, log10) only once

133 lines of code changed in 3 files:

adrpo 2013-11-07 12:29 Rev.: 18043

- use MoveFileEx on Windows for System.rename
- remove System.renameFile (as we have System.rename)
- Causalize.mo do not create something that is not used!

3 lines of code changed in 4 files:

sjoelund.se 2013-11-07 09:11 Rev.: 18042

Use a smaller size for the hashtable in Patternm.mo

1179 lines of code changed in 6 files:

adeas31 2013-11-07 06:15 Rev.: 18041

#2450
- Allow connections even if the instantiate model fails.
- Just report it to the user.

19 lines of code changed in 1 file:

adeas31 2013-11-07 04:56 Rev.: 18040

- Use the windows style directory separator for setting the process environment.

28 lines of code changed in 2 files:

sjoelund.se 2013-11-06 22:06 Rev.: 18039

Do pathHashMod without pathString to not tax the GC so much

48 lines of code changed in 2 files:

adeas31 2013-11-06 22:06 Rev.: 18038

- expand the filtered rows.
- allow expandAll and collapseAll.

14 lines of code changed in 2 files:

adeas31 2013-11-06 20:56 Rev.: 18037

- updated the translations files.

3804 lines of code changed in 9 files:

adeas31 2013-11-06 20:48 Rev.: 18036

- Do not set the lastModified time variable to current time. Only set it if there is an old result file.

0 lines of code changed in 1 file:

sjoelund.se 2013-11-06 17:17 Rev.: 18034

Smarter code generation for empty patterns

483 lines of code changed in 2 files:

wbraun 2013-11-06 17:09 Rev.: 18033

- fix for XML stateSpace dump

6 lines of code changed in 2 files:

vwaurich 2013-11-06 16:57 Rev.: 18032

- reverted workaround for nonlinear solver problems

1 lines of code changed in 2 files:

vwaurich 2013-11-06 16:38 Rev.: 18031

- updated test

1 lines of code changed in 1 file:

vwaurich 2013-11-06 15:46 Rev.: 18030

- re-added (not unused cases, see rev 17956) to ExpressionSimplify.mo in order to fix
BranchingDynamicPipes on my machine (nonlin solver error)

18 lines of code changed in 1 file:

sjoelund.se 2013-11-06 15:31 Rev.: 18029

Lazily create the hash table (saves 6*10 seconds on the testsuite on dev; probably more for the bootstrapped compiler)

35 lines of code changed in 1 file:

sjoelund.se 2013-11-06 13:06 Rev.: 18028

Reset tmpTick also for each statement, and after pattern-matching

1273 lines of code changed in 2 files:

adrpo 2013-11-06 11:56 Rev.: 18027

- comment for Print.writeBuf
- dumpXMLDAE improvements:
do not use Print.getString as the string is huge, just write it directly to file

14 lines of code changed in 2 files:

sjoelund.se 2013-11-06 11:35 Rev.: 18026

Re-use some of the generated tmpMeta[] variables to save stack space and walk less data in the GC

116 lines of code changed in 6 files:

vwaurich 2013-11-06 09:53 Rev.: 18025

- reverted previous commit

14 lines of code changed in 3 files:

vwaurich 2013-11-06 09:29 Rev.: 18024

- added new mcp task graph scheduler
- added quicksort algorithm

719 lines of code changed in 3 files:

adrpo 2013-11-06 08:09 Rev.: 18023

- rtest -v not -b

1 lines of code changed in 1 file:

adrpo 2013-11-06 08:08 Rev.: 18022

- fix bug: #2243
- new section with <WhenClausesList> containing <WhenClause> containing <WhenOperator>
containing any of reinit, assert, terminate, noreturn call
- added test: testsuite/openmodelica/xml/BB.mos

- changed whenEquationId to whenEquationCondition where it was wrong

670 lines of code changed in 5 files:

adrpo 2013-11-06 06:16 Rev.: 18021

- fix bug: #2454
- added testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos

935 lines of code changed in 4 files:

adeas31 2013-11-06 04:54 Rev.: 18020

- Performance improved in terms of speed.

47 lines of code changed in 2 files:

adrpo 2013-11-06 01:48 Rev.: 18018

- fix make-separate on Windows.

1 lines of code changed in 1 file:

sjoelund.se 2013-11-05 23:01 Rev.: 18017

Skip printing the name of the component if the value is unused...

0 lines of code changed in 1 file:

sjoelund.se 2013-11-05 20:30 Rev.: 18014

- Added Env.NO_CACHE(), which creates an environment faster than Env.emptyCache(), but also won't cache anything

58 lines of code changed in 8 files:

adeas31 2013-11-05 19:10 Rev.: 18012

- Add the environment PATH when running the simulation executable.
- Don't show the plotting view if the result file is empty.

8 lines of code changed in 1 file:

sjoelund.se 2013-11-05 16:35 Rev.: 18011

Don't create the UnitAbsynBuilder unless the flag is set

37 lines of code changed in 1 file:

sjoelund.se 2013-11-05 14:49 Rev.: 18010

Some fixes to be able to mix RML and MM datatypes (and change the MM representation with a #define)

59 lines of code changed in 4 files:

sjoelund.se 2013-11-05 09:46 Rev.: 18009

Reduce bucket size since there won't be very many bindings to update. Would probably be good to lower it even more, possibly making it "1" for length 0 or 1 in the list of components

1 lines of code changed in 1 file:

sjoelund.se 2013-11-05 07:43 Rev.: 18008

Move the MMC_TRY outside the for-loop when searching for a case that matches the pattern. Avoids setjmp for each iteration of the loop.

130 lines of code changed in 2 files:

sjoelund.se 2013-11-04 23:20 Rev.: 18006

Use goto instead of longjmp when a pattern in a case fails to match. We know the place we want to go to, so just do it :)

464 lines of code changed in 2 files:

adeas31 2013-11-04 21:04 Rev.: 18004

- Use QXmlStreamReader for reading the xml file instead of QDomDocument.

98 lines of code changed in 3 files:

niklwors 2013-11-04 18:17 Rev.: 18002

fix in cpp runtime for the initialization interation. Calling initializeEquations instead of evaluate

27 lines of code changed in 4 files:

adeas31 2013-11-04 18:11 Rev.: 18001

- Fix compilation.

2 lines of code changed in 1 file:

sjoelund.se 2013-11-04 17:46 Rev.: 18000

- Added new API: compareFilesAndMove (compares two files and replaces the destination if they differ)
- BuildOMC.mos uses fewer system() calls now, instead using built-in API functions
- Fixed code generation of MMC_TRY for matchcontinue to use the faster MMC_TRY_INTERNAL instead (~2% performance gain for the bootstrapped compiler)

99 lines of code changed in 10 files:

adeas31 2013-11-04 16:39 Rev.: 17998

- Allow the users to modify the parameters and re-simuate the models without re-compiling them.

1129 lines of code changed in 10 files:

sjoelund.se 2013-11-04 14:42 Rev.: 17997

Fix compilation

11 lines of code changed in 2 files:

sjoelund.se 2013-11-04 14:33 Rev.: 17996

Pass threadData to Print.mo and ErrorExt.mo external implementations. Added local roots to store this in the the threadData

312 lines of code changed in 20 files:

hudson 2013-11-04 14:06 Rev.: 17995

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

wbraun 2013-11-04 13:43 Rev.: 17994

- bug fix #2399, mark all variable of a tuple in when-statemeants as discrete.

73 lines of code changed in 3 files:

sjoelund.se 2013-11-04 13:24 Rev.: 17993

#2458
- Remove json files and unused symlinks

5 lines of code changed in 1 file:

sjoelund.se 2013-11-04 08:27 Rev.: 17991

Use match for valueExp

62 lines of code changed in 1 file:

adrpo 2013-11-04 03:04 Rev.: 17989

- remove envCache functionality as is not used and is actually slower

59 lines of code changed in 6 files:

adeas31 2013-11-03 23:17 Rev.: 17987

- Don't unset the measure_time_flag when user has explicitly enabled it via measureTime option.

5 lines of code changed in 1 file:

sjoelund.se 2013-11-03 23:07 Rev.: 17986

Pass threadData using OpenModelica.threadData() in external function calls

82 lines of code changed in 9 files:

hudson 2013-11-03 16:21 Rev.: 17983

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

sjoelund.se 2013-11-03 16:19 Rev.: 17982

Use the configured omc to build the templates

106 lines of code changed in 7 files:

sjoelund.se 2013-11-03 12:18 Rev.: 17981

Fix linking

11 lines of code changed in 2 files:

sjoelund.se 2013-11-03 12:01 Rev.: 17980

Renamed some variables due to conflicts in namespace std:: (which apparently some CORBA header uses on OSX)

18 lines of code changed in 1 file:

sjoelund.se 2013-11-03 08:55 Rev.: 17979

New revision for new nightly

1 lines of code changed in 1 file:

sjoelund.se 2013-11-02 22:59 Rev.: 17978

Bump main-static by default on OSX

5 lines of code changed in 2 files:

sjoelund.se 2013-11-02 22:04 Rev.: 17976

Another bump for new revision

1 lines of code changed in 1 file:

sjoelund.se 2013-11-02 21:10 Rev.: 17975

Remove old backup stuff

0 lines of code changed in 1 file:

sjoelund.se 2013-11-02 20:06 Rev.: 17974

Need another build made because I typo'd in the debian package

1 lines of code changed in 1 file:

sjoelund.se 2013-11-02 18:28 Rev.: 17973

Another useless bump

1 lines of code changed in 1 file:

sjoelund.se 2013-11-02 17:29 Rev.: 17972

Compile omc-bootstrapped if --without-rml is requested

1 lines of code changed in 1 file:

sjoelund.se 2013-11-02 16:13 Rev.: 17971

Bump revision for new deb package

1 lines of code changed in 1 file:

sjoelund.se 2013-11-02 13:57 Rev.: 17970

Bump libraries

1 lines of code changed in 1 file:

sjoelund.se 2013-11-02 09:14 Rev.: 17969

Fix package name

1 lines of code changed in 1 file:

sjoelund.se 2013-11-02 08:36 Rev.: 17968

Hash the paths of the generated icons to dedup them

24 lines of code changed in 2 files:

sjoelund.se 2013-11-01 22:45 Rev.: 17965

Use require, not use to check for modules

2 lines of code changed in 1 file:

sjoelund.se 2013-11-01 22:33 Rev.: 17964

Added common function for simplifying binary expressions with lhs and rhs being binary expressions

268 lines of code changed in 5 files:

sjoelund.se 2013-11-01 22:32 Rev.: 17963

- Added option rtest -c (coloured output using dwdiff)
- Partest will use this if available and no-colour was not specified

29 lines of code changed in 3 files:

hudson 2013-11-01 15:17 Rev.: 17961

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

jansilar 2013-11-01 15:08 Rev.: 17960

Changes in PDE extension.
Added files with comparison to Saldamli.

5182 lines of code changed in 11 files:

sjoelund.se 2013-11-01 11:43 Rev.: 17959

Some minor changes to simplify (manually cache some isConstValue results)

91 lines of code changed in 2 files:

October 2013 »

Generated by StatSVN 0.7.0