Directory OMOptimBasis/Problems/

Total Files:
18
Deleted Files:
0
Lines of Code:
2106

[root]/OMOptimBasis/Problems

Lines of Code

OMOptimBasis/Problems/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 124 (100.0%) 1159 (100.0%) 9.3
hudson 41 (33.1%) 765 (66.0%) 18.6
sjoelund.se 34 (27.4%) 246 (21.2%) 7.2
hubert.thieriot 49 (39.5%) 148 (12.8%) 3.0

Most Recent Commits

sjoelund.se 2015-04-27 17:41 Rev.: 25767

Prevent commits to OMOptim since the repository is being moved to https://github.com/OpenModelica/OMOptim

18 lines of code changed in 18 files:

  • OMOptimBasis/Problems: OMCase.cpp (+1), OMCase.h (+1), OMCases.cpp (+1), OMCases.h (+1), Problem.cpp (+1), Problem.h (+1), ProblemConfig.cpp (+1), ProblemConfig.h (+1), ProblemInterface.cpp (+1), ProblemInterface.h (+1), ProblemInterfaces.cpp (+1), ProblemInterfaces.h (+1), Problems.cpp (+1), Problems.h (+1), Result.cpp (+1), Result.h (+1), Results.cpp (+1), Results.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

45 lines of code changed in 10 files:

  • OMOptimBasis/Problems: OMCase.cpp (+1 -1), OMCases.cpp (+1 -1), OMCases.h (+1 -1), Problem.cpp (+5 -5), ProblemConfig.cpp (+6 -6), ProblemConfig.h (+6 -6), Problems.cpp (+6 -6), Problems.h (+7 -7), Results.cpp (+6 -6), Results.h (+6 -6)
hubert.thieriot 2013-06-23 07:15 Rev.: 16449

- added script functions
- added ConsoleDlg

1 lines of code changed in 1 file:

  • OMOptimBasis/Problems: OMCases.cpp (+1 -1)
hubert.thieriot 2013-06-11 09:09 Rev.: 16295

- getFieldName is const now
- updated MOItemViews

4 lines of code changed in 4 files:

  • OMOptimBasis/Problems: Problem.cpp (+1 -1), Problem.h (+1 -1), Result.cpp (+1 -1), Result.h (+1 -1)
hubert.thieriot 2013-05-13 11:20 Rev.: 16020

- updated result store function

6 lines of code changed in 1 file:

  • OMOptimBasis/Problems: OMCase.cpp (+6 -19)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

224 lines of code changed in 13 files:

  • OMOptimBasis/Problems: OMCase.cpp (+45 -45), OMCases.cpp (+79 -79), OMCases.h (+6 -6), Problem.cpp (+6 -6), Problem.h (+16 -16), ProblemConfig.h (+1 -1), ProblemInterface.cpp (+24 -24), ProblemInterface.h (+3 -3), ProblemInterfaces.cpp (+27 -27), Problems.cpp (+1 -1), Problems.h (+4 -4), Result.cpp (+7 -7), Results.h (+5 -5)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

224 lines of code changed in 15 files:

  • OMOptimBasis/Problems: OMCase.cpp (+45 -45), OMCases.cpp (+79 -79), OMCases.h (+6 -6), Problem.cpp (+6 -6), Problem.h (+16 -16), ProblemConfig.h (+1 -1), ProblemInterface.cpp (+24 -24), ProblemInterface.h (+3 -3), ProblemInterfaces.cpp (+27 -27), Problems.cpp (+1 -1), Problems.h (new), Result.cpp (+7 -7), Results.h (+5 -5)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

496 lines of code changed in 16 files:

  • OMOptimBasis/Problems: OMCases.cpp (+1), OMCases.h (+1), Problem.cpp (+97 -96), Problem.h (+1), ProblemConfig.cpp (new), ProblemConfig.h (+1), ProblemInterface.cpp (+114 -113), ProblemInterface.h (+154 -153), ProblemInterfaces.cpp (+93 -92), ProblemInterfaces.h (+30 -29), Result.cpp (+1), Result.h (+1), Results.cpp (+1)
hubert.thieriot 2013-04-19 11:13 Rev.: 15860

- some functions now const

4 lines of code changed in 5 files:

  • OMOptimBasis/Problems: Problem.cpp (+1 -1), Problem.h (+1 -1), Result.cpp (+1 -1), Result.h (+1 -1)
hubert.thieriot 2013-04-11 12:06 Rev.: 15788

- removed QObject filiation : more error prone than useful (problems with multi-threading)
- added export folder option
- some files management correction

31 lines of code changed in 6 files:

  • OMOptimBasis/Problems: OMCase.cpp (+19 -17), OMCase.h (+4 -6), OMCases.cpp (+4 -4), ProblemInterface.cpp (+1 -1), Result.cpp (+2 -3), Result.h (+1 -1)
hubert.thieriot 2013-03-28 09:04 Rev.: 15675

- mainly GUI small improvements
- first steps towards scripting

56 lines of code changed in 5 files:

  • OMOptimBasis/Problems: OMCase.h (+1 -1), OMCases.cpp (+3 -3), OMCases.h (+50 -50), Result.cpp (+1 -1), Result.h (+1 -1)
hubert.thieriot 2013-02-04 13:30 Rev.: 15051

-removed useless signal
- stop problem signal/slot

3 lines of code changed in 1 file:

  • OMOptimBasis/Problems: Problem.h (+3 -1)
hubert.thieriot 2013-01-24 13:32 Rev.: 14906

- basic changes (const functions)
- GUI improvements
- Added Generic Unit

3 lines of code changed in 4 files:

  • OMOptimBasis/Problems: Problem.h (+1 -1), Problems.cpp (+2 -1)
hubert.thieriot 2012-11-02 04:11 Rev.: 13760

- added a new Info controler (to be used in model/data architecture) -> less memory consumption

6 lines of code changed in 3 files:

  • OMOptimBasis/Problems: OMCase.cpp (+2 -9), OMCase.h (-1), Result.cpp (+4 -1)
hubert.thieriot 2012-10-06 06:26 Rev.: 13209

- resultTypes in ProblemInterface
- minor corrections

23 lines of code changed in 6 files:

  • OMOptimBasis/Problems: ProblemInterface.h (new), ProblemInterfaces.cpp (+19 -2), ProblemInterfaces.h (new)
hubert.thieriot 2012-09-07 05:53 Rev.: 12817

- other memory leaks. Should be over...

6 lines of code changed in 9 files:

  • OMOptimBasis/Problems: OMCase.cpp (+2), OMCase.h (-1), OMCases.cpp (+2 -1), OMCases.h (+1 -1), Result.cpp (+1)
hubert.thieriot 2012-09-04 08:54 Rev.: 12771

- corrected memory leaks
-case issues

1 lines of code changed in 2 files:

  • OMOptimBasis/Problems: OMCase.cpp (new)
sjoelund.se 2012-09-01 07:03 Rev.: 12760

- Fix compilation, remove tabs

2 lines of code changed in 1 file:

  • OMOptimBasis/Problems: ProblemInterface.cpp (+2 -2)
hubert.thieriot 2012-09-01 05:12 Rev.: 12758

- small missings in OMOptimBasis

4 lines of code changed in 2 files:

  • OMOptimBasis/Problems: ProblemInterface.cpp (+4)
sjoelund.se 2012-08-18 08:37 Rev.: 12583

- Detect people who cannot spell Link?ping correctly

2 lines of code changed in 2 files:

  • OMOptimBasis/Problems: Result.h (+2 -2)
Generated by StatSVN 0.7.0