Directory OMOptim/Core/Tools/

Directory Created:
2011-03-18 14:18
Total Files:
6
Deleted Files:
11
Lines of Code:
456

[root]/OMOptim/Core/Tools

Lines of Code

OMOptim/Core/Tools/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 95 (100.0%) 3924 (100.0%) 41.3
hubert.thieriot 73 (76.8%) 3323 (84.7%) 45.5
hudson 12 (12.6%) 530 (13.5%) 44.1
sjoelund.se 10 (10.5%) 71 (1.8%) 7.1

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

6 lines of code changed in 6 files:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+1), ModPlusOMExeCtrl.h (+1), reportingHook.cpp (+1), reportingHook.h (+1), vqtconvert.cpp (+1), vqtconvert.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

11 lines of code changed in 4 files:

  • OMOptim/Core/Tools: reportingHook.cpp (+6 -6), reportingHook.h (+1 -1), vqtconvert.cpp (+2 -2), vqtconvert.h (+2 -2)
hubert.thieriot 2013-06-23 03:02 Rev.: 16446

- updated for new OMOptimBasis (especially variable.value QVariant type)
- improved modExeplus and its ctrls
- gui simplifications

9 lines of code changed in 1 file:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+9 -28)
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

39 lines of code changed in 2 files:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+36 -36), reportingHook.cpp (+3 -3)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

39 lines of code changed in 2 files:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+36 -36), reportingHook.cpp (+3 -3)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

480 lines of code changed in 6 files:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+252 -251), ModPlusOMExeCtrl.h (+40 -39), reportingHook.cpp (+67 -66), reportingHook.h (+5 -4), vqtconvert.cpp (+63 -62), vqtconvert.h (+53 -52)
hubert.thieriot 2012-12-20 04:19 Rev.: 14476

- transfer filesToCopy as argument : instatiating function less called
- MOStyleSheet should contain main stylesheet strings

2 lines of code changed in 2 files:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+1 -1), ModPlusOMExeCtrl.h (+1 -1)
hubert.thieriot 2012-11-02 04:14 Rev.: 13761

- updates for new information controler in OMOptimBasis
- minor corrections

7 lines of code changed in 2 files:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+5), ModPlusOMExeCtrl.h (+2)
hubert.thieriot 2012-09-04 08:53 Rev.: 12770

- corrected memory leaks
- removed file permissions settings (work differently on Windows and Linux)

1 lines of code changed in 1 file:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+1 -1)
hubert.thieriot 2012-09-01 04:51 Rev.: 12757

- repared a memory leak (parameters in ModPlusCtrls)
- corrected issues on linux (folders permissions)
- temp directory better managed
- linux binaries (as windows ones) are moved to ./bin/

3 lines of code changed in 2 files:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (+3 -6), ModPlusOMExeCtrl.h (-1)
hubert.thieriot 2012-08-21 16:58 Rev.: 12619

- added blackbox managment (optimization using executable only)
- first developer documentation

283 lines of code changed in 2 files:

  • OMOptim/Core/Tools: ModPlusOMExeCtrl.cpp (new 247), ModPlusOMExeCtrl.h (new 36)
sjoelund.se 2012-03-13 08:54 Rev.: 11398

- Remove some tabs from sources

26 lines of code changed in 2 files:

  • OMOptim/Core/Tools: vqtconvert.cpp (+10 -10), vqtconvert.h (+16 -16)
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.

0 lines of code changed in 9 files:

  • OMOptim/Core/Tools: HighTools.cpp (del), HighTools.h (del), LowTools.cpp (del), LowTools.h (del), OMProcess.cpp (del), OMProcess.h (del), SleeperThread.h (del), XMLTools.cpp (del), XMLTools.h (del)
hubert.thieriot 2012-02-13 17:23 Rev.: 11104

- now works with 1.8.1 (uses tmp working directory of omc)

147 lines of code changed in 1 file:

  • OMOptim/Core/Tools: LowTools.cpp (+147 -147)
hubert.thieriot 2012-02-13 13:08 Rev.: 11099

- moditemstree now fills with threads (still to improve)
- use buildModel command in omc instead of simulate
- use .mat reading instead of .csv
- first steps to unsaved warning

31 lines of code changed in 1 file:

  • OMOptim/Core/Tools: LowTools.h (+31 -1)
hubert.thieriot 2012-01-17 19:43 Rev.: 10916

- updated saving functions
- renamed ModClass to ModItem
- Modelica Record, Class, Model ...

9 lines of code changed in 2 files:

  • OMOptim/Core/Tools: LowTools.cpp (+8), LowTools.h (+1)
hubert.thieriot 2012-01-03 20:07 Rev.: 10855

- made infosender a singleton working with plugin
- improved modclasstree

2 lines of code changed in 2 files:

  • OMOptim/Core/Tools: LowTools.cpp (+1 -1), OMProcess.cpp (+1 -1)
hubert.thieriot 2011-12-26 14:23 Rev.: 10834

- major improvment : removed EI, added plugin functionnality (not documented yet)

16 lines of code changed in 4 files:

  • OMOptim/Core/Tools: CCTools.cpp (del), CCTools.h (del), LowTools.cpp (+14 -2), LowTools.h (+2 -1)
hubert.thieriot 2011-10-18 13:42 Rev.: 10144

- merged with Hubert's branch :
- mainly concerns stability, Energy integration (not included by default), and GUI

136 lines of code changed in 2 files:

  • OMOptim/Core/Tools: CCTools.cpp (+127 -8), CCTools.h (+9)
hubert.thieriot 2011-09-05 13:25 Rev.: 9744

Merged with Hubert's branch

1088 lines of code changed in 9 files:

  • OMOptim/Core/Tools: CCTools.cpp (+290 -289), CCTools.h (+21 -18), HighTools.cpp (+163 -163), HighTools.h (+69 -69), LowTools.cpp (+264 -264), LowTools.h (+116 -104), SleeperThread.h (+55 -55), XMLTools.cpp (+54 -54), XMLTools.h (+56 -56)
hubert.thieriot 2011-08-08 17:27 Rev.: 9614

Merged with Hubert's branch
-Energy integration improvments (like curves, display and MILP calculations)
-Removed inadequate EI includes


236 lines of code changed in 4 files:

  • OMOptim/Core/Tools: CCTools.cpp (+180 -172), CCTools.h (+8 -8), OMProcess.cpp (new 18), OMProcess.h (new 30)
hubert.thieriot 2011-07-06 13:44 Rev.: 9418

- merged with Hubert's branch

8 lines of code changed in 2 files:

  • OMOptim/Core/Tools: HighTools.cpp (+6 -2), HighTools.h (+2 -2)
hubert.thieriot 2011-05-27 17:41 Rev.: 9147

- merged with Branch Hubert : many bugs corrected, gui improvments, Energy integration : first HEN .mod file

67 lines of code changed in 13 files:

  • OMOptim/Core/Tools: CCTools.cpp (+20 -16), CCTools.h (+6 -5), HighTools.cpp (+4 -3), HighTools.h (+4 -3), LowTools.cpp (+5 -3), LowTools.h (+12 -3), SleeperThread.h (+4 -3), XMLTools.cpp (+4 -3), XMLTools.h (+4 -3), reportingHook.cpp (+1), reportingHook.h (+1), vqtconvert.cpp (+1), vqtconvert.h (+1)
hubert.thieriot 2011-04-08 20:21 Rev.: 8558

Merged with branch : major bug corrections (cf branch history of https://openmodelica.ida.liu.se/svn/OpenModelica/branches/Optimization/Branches/Hubert)

2 lines of code changed in 1 file:

  • OMOptim/Core/Tools: vqtconvert.cpp (+2)
hubert.thieriot 2011-03-18 14:18 Rev.: 8302

- fisrt commit of all needed files + binary files

1276 lines of code changed in 13 files:

  • OMOptim/Core/Tools: CCTools.cpp (new 277), CCTools.h (new 75), HighTools.cpp (new 164), HighTools.h (new 70), LowTools.cpp (new 262), LowTools.h (new 95), SleeperThread.h (new 54), XMLTools.cpp (new 53), XMLTools.h (new 55), reportingHook.cpp (new 63), reportingHook.h (new 2), vqtconvert.cpp (new 57), vqtconvert.h (new 49)
Generated by StatSVN 0.7.0