Directory OMOptim/OMOptimBasis/

Directory Created:
2012-02-29 11:29
Directory Deleted:
2012-08-02 11:30
Total Files:
0
Deleted Files:
26
Lines of Code:
0

[root]/OMOptim/OMOptimBasis
            Folder removed from repo FileData (0 files, 0 lines)
            Folder removed from repo GUI (0 files, 0 lines)
                Folder removed from repo Dialogs (0 files, 0 lines)
                Folder removed from repo Plots (0 files, 0 lines)
                Folder removed from repo Tabs (0 files, 0 lines)
                Folder removed from repo Tools (0 files, 0 lines)
                Folder removed from repo Widgets (0 files, 0 lines)
            Folder removed from repo Infos (0 files, 0 lines)
            Folder removed from repo Problems (0 files, 0 lines)
            Folder removed from repo Tools (0 files, 0 lines)
            Folder removed from repo Units (0 files, 0 lines)
            Folder removed from repo build (0 files, 0 lines)
            Folder removed from repo doc (0 files, 0 lines)
                Folder removed from repo Images (0 files, 0 lines)

Lines of Code

OMOptim/OMOptimBasis/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 156 (100.0%) 8322 (100.0%) 53.3
hubert.thieriot 146 (93.6%) 7810 (93.8%) 53.4
sjoelund.se 10 (6.4%) 512 (6.2%) 51.2

Most Recent Commits

hubert.thieriot 2012-08-02 11:30 Rev.: 12400

- delete OMOptimBasis in OMOptim : now has its own repo folder in trunk

0 lines of code changed in 26 files:

  • OMOptim/OMOptimBasis: MOClasses.h (del), MOItem.cpp (del), MOItem.h (del), MOKeepVector.h (del), MOOptVector.cpp (del), MOOptVector.h (del), MOParameter.cpp (del), MOParameter.h (del), MOSettings.cpp (del), MOSettings.h (del), MOTableView.cpp (del), MOTableView.h (del), MOThreads.cpp (del), MOThreads.h (del), MOVector.cpp (del), MOVector.h (del), MOVectors.h (del), ProjectBase.cpp (del), ProjectBase.h (del), Variable.cpp (del), Variable.h (del), VariableType.h (del), Variables.cpp (del), Variables.h (del), registermetatypes.cpp (del), registermetatypes.h (del)
hubert.thieriot 2012-07-26 19:14 Rev.: 12363

- corrected OM simulation call (added mingw path in environmentfor dlls)
- corrected Dymola simulation call

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: MOVector.cpp (+1 -2)
hubert.thieriot 2012-07-18 19:50 Rev.: 12344

- added MOOMC error string
- corrected Variables extraction

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: Variables.cpp (+1 -1)
hubert.thieriot 2012-07-18 10:44 Rev.: 12334

- main change in OMParameter : use name as an index (removed INDEX field since it could cause mistakes when list of parameters evolves)

77 lines of code changed in 5 files:

  • OMOptim/OMOptimBasis: MOParameter.cpp (+47 -49), MOParameter.h (+16 -16), MOSettings.cpp (+1 -5), MOSettings.h (+1 -1), MOVector.cpp (+12)
hubert.thieriot 2012-07-04 18:15 Rev.: 12272

- removed unneeded includes

3 lines of code changed in 3 files:

  • OMOptim/OMOptimBasis: MOVector.cpp (+2), Variable.cpp (+1 -1), Variable.h (-1)
hubert.thieriot 2012-07-03 18:13 Rev.: 12268

- can now launch several problems successively

85 lines of code changed in 4 files:

  • OMOptim/OMOptimBasis: MOThreads.cpp (+1), MOThreads.h (+30 -29), ProjectBase.cpp (+53), ProjectBase.h (+1)
hubert.thieriot 2012-06-26 19:29 Rev.: 12212

- added METime
-added variables find function

19 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: Variables.cpp (+17), Variables.h (+2 -2)
hubert.thieriot 2012-06-20 18:25 Rev.: 12155

- optimization Variables removed when remove corresponding model
- register meta types

659 lines of code changed in 5 files:

  • OMOptim/OMOptimBasis: MOVector.cpp (new 598), MOVector.h (+1 -597), MOVectors.h (+28 -11), registermetatypes.cpp (new 20), registermetatypes.h (new 12)
hubert.thieriot 2012-06-19 18:54 Rev.: 12125

- Added MOVectors and converting functions
- Corrected MEDimValue initialization
- Added Moomc and ModItemsTree functions

431 lines of code changed in 6 files:

  • OMOptim/OMOptimBasis: MOOptVector.cpp (+19 -1), MOOptVector.h (+3), MOVector.h (+7 -1), MOVectors.h (new 394), Variable.cpp (+7), Variable.h (+1)
hubert.thieriot 2012-06-12 10:42 Rev.: 12027

- corrected potential issue when inserting items

7 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: MOVector.h (+7 -5)
hubert.thieriot 2012-06-11 17:57 Rev.: 12020

- Corrected problems in problem folder deleting !
- GUI correction

9 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: ProjectBase.cpp (+9 -6)
hubert.thieriot 2012-05-30 19:12 Rev.: 11959

- updated ModIemsTree
- new MOomc functions
- corrected WidgetModelsList

19 lines of code changed in 4 files:

  • OMOptim/OMOptimBasis: MOVector.h (+10 -7), ProjectBase.cpp (+8 -4), Variable.cpp (-1), Variable.h (+1)
hubert.thieriot 2012-05-29 16:58 Rev.: 11950

- gui corrections
- problems threads corrections

95 lines of code changed in 3 files:

  • OMOptim/OMOptimBasis: MOThreads.cpp (-1), MOVector.h (+92 -34), ProjectBase.cpp (+3 -9)
hubert.thieriot 2012-05-23 15:05 Rev.: 11937

- improved Dymola script function
- improved documentation
- loading OptimResult does not ask for model compilation if unfound

19 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: MOItem.cpp (+14 -14), ProjectBase.cpp (+5)
hubert.thieriot 2012-05-15 12:16 Rev.: 11918

- .min file fully compatible with relative paths

6 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: ProjectBase.cpp (+5 -5), ProjectBase.h (+1 -1)
hubert.thieriot 2012-05-15 09:37 Rev.: 11916

- improved gnuplot display of temp optimization results
- clsing .mat file after reading...
- LowTools::mkdir : mkdir with write permissions

4 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: ProjectBase.cpp (+3 -7), ProjectBase.h (+1 -1)
hubert.thieriot 2012-05-11 17:48 Rev.: 11895

- changed save/load for omparameters -> there were an index misbehavior when list of index were modified (index field is not anymore saved/loaded)

52 lines of code changed in 3 files:

  • OMOptim/OMOptimBasis: MOParameter.cpp (+48), MOParameter.h (+3), ProjectBase.h (+1 -1)
hubert.thieriot 2012-05-11 09:16 Rev.: 11891

- use more QFileInfo instead of QString
- removed useless headers include
- updated MOomc

125 lines of code changed in 7 files:

  • OMOptim/OMOptimBasis: MOItem.cpp (+7), MOItem.h (+2 -2), ProjectBase.cpp (+5), ProjectBase.h (+17 -13), Variable.cpp (+75 -4), Variable.h (+12 -6), VariableType.h (+7)
hubert.thieriot 2012-04-18 19:19 Rev.: 11769

- removed many unnedded header includes

0 lines of code changed in 4 files:

  • OMOptim/OMOptimBasis: MOItem.h (-1), MOThreads.cpp (-1), MOVector.h (-1), Variable.h (-1)
hubert.thieriot 2012-04-16 17:52 Rev.: 11757

- MOParameter modifications (still without any effect)

111 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: MOParameter.cpp (+27 -2), MOParameter.h (+84 -80)
hubert.thieriot 2012-04-02 11:08 Rev.: 11624

- changed OptimResult VariableResult reading

33 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: Variable.cpp (+30 -30), Variable.h (+3 -3)
hubert.thieriot 2012-03-28 14:27 Rev.: 11585

- improved needed files for compilation
- OpenModelica compiling in tmp folder

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: Variable.cpp (+1)
hubert.thieriot 2012-03-27 18:59 Rev.: 11572

- optVariable model initialization corrected
- OpenModelica compilation in work folder (to avoid space problems) : untested yet

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: Variable.cpp (+1 -1)
hubert.thieriot 2012-03-27 18:28 Rev.: 11571

- corrected potential seg fault in optimization
- Variable::clone() now is virtual

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: Variable.h (+1 -1)
hubert.thieriot 2012-03-27 17:26 Rev.: 11570

- corrected find functions
- EA now also display generation parameters

9 lines of code changed in 4 files:

  • OMOptim/OMOptimBasis: MOOptVector.cpp (+5 -2), MOOptVector.h (+1 -1), Variables.cpp (+2 -2), Variables.h (+1 -1)
hubert.thieriot 2012-03-27 16:34 Rev.: 11569

- corrected find functions
- corrected WidgetModelsList

2 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: Variables.cpp (+2)
hubert.thieriot 2012-03-27 11:35 Rev.: 11560

- major bug correction : controler was not anymore set in Optimization simulations
- corrected risk of bug when looking for filepath of an unfoundable model

53 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: MOVector.h (+53 -67)
hubert.thieriot 2012-03-26 14:58 Rev.: 11547

- problem renamed when needed

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: ProjectBase.cpp (+1)
hubert.thieriot 2012-03-26 14:34 Rev.: 11541

- corrected bugs when several models in optimization
- adde pre_target_deps for omoptim
- catch problem exception

23 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: MOThreads.cpp (+20 -1), MOVector.h (+3 -1)
hubert.thieriot 2012-03-21 20:02 Rev.: 11486

- corrected Memory leak in variable

3 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: MOVector.h (+2), Variable.h (+1 -1)
hubert.thieriot 2012-03-21 19:34 Rev.: 11484

- larger use of forware declarations : should compile faster
- corrected optobjective view problem
- corected find function of MOVector
- Problemthreads are terminated when application quitted

78 lines of code changed in 10 files:

  • OMOptim/OMOptimBasis: MOItem.h (+3 -1), MOThreads.cpp (+1), MOThreads.h (+2), MOVector.h (+4 -5), ProjectBase.cpp (+38 -4), ProjectBase.h (+8 -13), Variable.cpp (+5), Variable.h (+1), Variables.cpp (+15), Variables.h (+1 -1)
hubert.thieriot 2012-03-20 15:11 Rev.: 11470

- cleaned OMOptim.windowsconfig.in
- Infosender : task management

11 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: MOItem.h (+11 -11)
hubert.thieriot 2012-03-19 19:07 Rev.: 11463

- new finding function in MOOptVector

17 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: MOOptVector.cpp (+15), MOOptVector.h (+2)
hubert.thieriot 2012-03-19 18:46 Rev.: 11462

- infosender improvements
- probleminterface light improvements
- bugs correction concerning project loading/ saving

25 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis: ProjectBase.cpp (+17 -3), ProjectBase.h (+8 -8)
hubert.thieriot 2012-03-14 19:51 Rev.: 11429

- changes in variables : now have models
- changes in Optimization : now can handle several models

145 lines of code changed in 8 files:

  • OMOptim/OMOptimBasis: MOOptVector.cpp (+2 -15), MOOptVector.h (+1 -4), MOVector.h (+67 -25), ProjectBase.cpp (+7 -4), Variable.cpp (+42 -7), Variable.h (+14 -6), Variables.cpp (+7 -55), Variables.h (+5 -14)
sjoelund.se 2012-03-13 08:54 Rev.: 11398

- Remove some tabs from sources

512 lines of code changed in 10 files:

  • OMOptim/OMOptimBasis: MOClasses.h (+6 -6), MOItem.cpp (+155 -155), MOItem.h (+46 -46), MOParameter.h (+24 -24), MOSettings.h (+6 -6), MOTableView.cpp (+26 -26), MOTableView.h (+13 -13), MOThreads.h (+14 -14), ProjectBase.cpp (+1 -1), Variable.cpp (+221 -221)
hubert.thieriot 2012-03-12 11:42 Rev.: 11372

- settings changes

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis: MOSettings.h (+1 -1)
hubert.thieriot 2012-02-29 11:29 Rev.: 11231

- Splitted OMOptim : there is now a lib called OMOptimBasis (within OMOptim folder) which provides basis features. It will allow to share code with plugins and to build dedicated applications using similar base classes.

5683 lines of code changed in 22 files:

  • OMOptim/OMOptimBasis: MOClasses.h (new 55), MOItem.cpp (new 300), MOItem.h (new 131), MOKeepVector.h (new 67), MOOptVector.cpp (new 313), MOOptVector.h (new 101), MOParameter.cpp (new 472), MOParameter.h (new 201), MOSettings.cpp (new 164), MOSettings.h (new 80), MOTableView.cpp (new 113), MOTableView.h (new 74), MOThreads.cpp (new 112), MOThreads.h (new 84), MOVector.h (new 633), ProjectBase.cpp (new 592), ProjectBase.h (new 227), Variable.cpp (new 1361), Variable.h (new 311), VariableType.h (new 52), Variables.cpp (new 166), Variables.h (new 74)
Generated by StatSVN 0.7.0