Directory OMOptim/Core/OMC/

Directory Created:
2011-03-18 14:18
Total Files:
16
Deleted Files:
2
Lines of Code:
4011

[root]/OMOptim/Core/OMC

Lines of Code

OMOptim/Core/OMC/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 229 (100.0%) 10549 (100.0%) 46.0
hubert.thieriot 123 (53.7%) 6724 (63.7%) 54.6
hudson 48 (21.0%) 2246 (21.3%) 46.7
sjoelund.se 55 (24.0%) 1576 (14.9%) 28.6
adeas31 2 (0.9%) 2 (0.0%) 1.0
adrpo 1 (0.4%) 1 (0.0%) 1.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

16 lines of code changed in 16 files:

  • OMOptim/Core/OMC: MOomc.cpp (+1), MOomc.h (+1), OMCHelper.cpp (+1), OMCHelper.h (+1), OMCThreads.cpp (+1), OMCThreads.h (+1), StringHandler.cpp (+1), StringHandler.h (+1), commandcompletion.cpp (+1), commandcompletion.h (+1), commandunit.h (+1), inputcelldelegate.h (+1), omc_communicator.cpp (+1), omc_communicator.h (+1), omcinteractiveenvironment.cpp (+1), omcinteractiveenvironment.h (+1)
sjoelund.se 2015-01-28 16:54 Rev.: 24270

Fix compilation

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1 -1)
sjoelund.se 2015-01-28 16:42 Rev.: 24267

Fix compilation

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1 -1)
sjoelund.se 2014-10-13 06:51 Rev.: 22729

Remove generated omniorb files

0 lines of code changed in 2 files:

  • OMOptim/Core/OMC: omc_communication.cpp (del), omc_communication.h (del)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

62 lines of code changed in 16 files:

  • OMOptim/Core/OMC: OMCHelper.cpp (+5 -5), OMCHelper.h (+5 -5), OMCThreads.cpp (+5 -5), OMCThreads.h (+6 -6), StringHandler.cpp (+5 -5), StringHandler.h (+5 -5), commandcompletion.cpp (+1 -1), commandcompletion.h (+1 -1), commandunit.h (+1 -1), inputcelldelegate.h (+1 -1), omc_communication.cpp (+14 -14), omc_communication.h (+5 -5), omc_communicator.cpp (+2 -2), omc_communicator.h (+1 -1), omcinteractiveenvironment.cpp (+4 -4), omcinteractiveenvironment.h (+1 -1)
adeas31 2013-07-18 07:32 Rev.: 16622

Latest MAC versions assigns different tmp directories to different processes. So in order to have same tmp directory for CORBA object reference file we pass the tmp directory of OMClient to OMC via the config flag CORBA_OBJECT_REFERENCE_FILE_PATH. This makes sure that omc dumps the CORBA object reference file in the same directory where OMClient is trying to read from.

2 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+1 -1), omcinteractiveenvironment.cpp (+1 -1)
hubert.thieriot 2013-06-27 13:58 Rev.: 16501

- added a QMutex lock when quitting moomc : try to prevent from usual runtime error Corba::COMM_FAILURE

59 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+58 -54), MOomc.h (+1)
hubert.thieriot 2013-06-23 07:14 Rev.: 16448

- more messages
- gui improvements
- new main.cpp with script/console

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1)
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

33 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+31 -8), MOomc.h (+2 -1)
hubert.thieriot 2013-06-21 08:34 Rev.: 16427

- gui updates
- more simulations messages
- new search functions in moditemstree

22 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+20 -9), MOomc.h (+2)
hubert.thieriot 2013-06-11 09:10 Rev.: 16296

- getFieldName is const now
- updated moomc::getWholeText

12 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+12 -6)
hubert.thieriot 2013-06-05 10:47 Rev.: 16221

- added/cleaned script functions
- mutex for save/load
- GUI improvements

20 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+19 -4), MOomc.h (+1 -1)
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

952 lines of code changed in 14 files:

  • OMOptim/Core/OMC: MOomc.cpp (+521 -521), OMCHelper.cpp (+28 -28), OMCHelper.h (+27 -27), OMCThreads.cpp (+1 -1), OMCThreads.h (+14 -14), StringHandler.cpp (+62 -62), StringHandler.h (+1 -1), commandcompletion.cpp (+174 -174), commandcompletion.h (+18 -18), commandunit.h (+31 -31), inputcelldelegate.h (+3 -3), omc_communicator.cpp (+33 -33), omcinteractiveenvironment.cpp (+28 -28), omcinteractiveenvironment.h (+11 -11)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

952 lines of code changed in 14 files:

  • OMOptim/Core/OMC: MOomc.cpp (+521 -521), OMCHelper.cpp (+28 -28), OMCHelper.h (+27 -27), OMCThreads.cpp (+1 -1), OMCThreads.h (+14 -14), StringHandler.cpp (+62 -62), StringHandler.h (+1 -1), commandcompletion.cpp (+174 -174), commandcompletion.h (+18 -18), commandunit.h (+31 -31), inputcelldelegate.h (+3 -3), omc_communicator.cpp (+33 -33), omcinteractiveenvironment.cpp (+28 -28), omcinteractiveenvironment.h (+11 -11)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

1232 lines of code changed in 18 files:

  • OMOptim/Core/OMC: MOomc.cpp (+1), MOomc.h (+1), OMCHelper.cpp (+1), OMCHelper.h (+1), OMCThreads.cpp (+1), OMCThreads.h (+1), StringHandler.cpp (+1), StringHandler.h (+1), commandcompletion.cpp (+396 -395), commandcompletion.h (+89 -88), commandunit.h (+102 -101), inputcelldelegate.h (+69 -68), omc_communication.cpp (+1), omc_communication.h (+1), omc_communicator.cpp (+220 -219), omc_communicator.h (+78 -77), omcinteractiveenvironment.cpp (+198 -197), omcinteractiveenvironment.h (+70 -69)
hubert.thieriot 2013-04-19 11:13 Rev.: 15861

- some functions now const

37 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+34), MOomc.h (+3)
hubert.thieriot 2013-03-31 14:44 Rev.: 15715

-small GUI and doc modifications

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1 -1)
hubert.thieriot 2013-03-28 09:05 Rev.: 15676

- first steps towards scripting
- new MOomc functions
- removed all subblocks functions

52 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+48 -6), MOomc.h (+4)
hubert.thieriot 2013-03-01 12:23 Rev.: 15409

- added omc commandlineoption in OMOptimSettings
- updated gnuplot monitor (no more singleton)
- minor GUI updates

22 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+20), MOomc.h (+2 -3)
hubert.thieriot 2013-02-04 13:30 Rev.: 15052

-removed useless signal
- stop problem signal/slot

2 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+2 -1)
hubert.thieriot 2013-01-04 11:45 Rev.: 14662

- avoid infinite loop while looking for inherited classes
- read variables causality

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1)
hubert.thieriot 2012-12-20 04:19 Rev.: 14476

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

14 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+13 -3), MOomc.h (+1 -1)
hubert.thieriot 2012-11-19 03:05 Rev.: 13954

- small omc function call improvment

11 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+11 -1)
hubert.thieriot 2012-11-06 16:21 Rev.: 13809

- corrected omc functions : getmofilepath and compile
- add saved variables in optimization : those that are kept through optimization even if not objectives or parameters

17 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+17 -13)
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/OMC: MOomc.cpp (+6 -1), MOomc.h (+1 -1)
hubert.thieriot 2012-10-10 11:38 Rev.: 13290

- moomc get comment function
- optobjective filled fields

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1 -1)
hubert.thieriot 2012-10-06 06:28 Rev.: 13210

- small updated
- new moomc/OpenModelica functions

37 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+35 -6), MOomc.h (+2 -2)
hubert.thieriot 2012-09-07 05:53 Rev.: 12818

- other memory leaks (OMOptim). Should be over...

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1 -1)
hubert.thieriot 2012-09-05 06:11 Rev.: 12782

- GUI log size limited
- better omc functions (avoid some useless calls)

54 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+54 -48)
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/OMC: MOomc.cpp (+1 -1)
hubert.thieriot 2012-09-01 06:03 Rev.: 12759

- pro file update
- omc start server function corrected

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1 -4)
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/

60 lines of code changed in 4 files:

  • OMOptim/Core/OMC: MOomc.cpp (+56 -103), MOomc.h (+4), OMCHelper.cpp (-7), OMCHelper.h (-1)
sjoelund.se 2012-08-18 08:37 Rev.: 12583

- Detect people who cannot spell Link?ping correctly

2 lines of code changed in 1 file:

  • OMOptim/Core/OMC: OMCThreads.h (+2 -2)
hubert.thieriot 2012-07-30 17:31 Rev.: 12379

- updated Dymola compiling
- MOomc updates

7 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+7 -3)
hubert.thieriot 2012-07-18 19:50 Rev.: 12344

- added MOOMC error string
- corrected Variables extraction

24 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+23 -7), MOomc.h (+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)

33 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+32 -5), MOomc.h (+1)
adrpo 2012-06-26 00:10 Rev.: 12204

- this change is to enable querying of Modelica Standard Library 3.2 which has a class called Code.
- changed Code quoting to use $Code in Parser/BaseModelica_Lexer.g
+ allow $Code in END_IDENT token (to be able to use type $Code end $Code; in ModelicaBuiltin.mo).
+ changes in Compiler/FrontEnd/ModelicaBuiltin.mo to use $Code instead of Code.
+ documentation updates in doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex and doc/OpenModelicaUsersGuide.doc
+ changes to Compiler/FrontEnd/Dump.mo to dump CodeNode using $Code.
+ changes everywhere where Code was used to use $Code (.mo, .mos, .onb, .c*)
+ updated OMEdit and OMOptim to use $Code.
+ more interactive tests in testsuite/interactive/interactive_api_calls.mos (from doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex)
+ show statements in more testsuite/interactive tests.
+ update the Parser/omcc/* files
- removed testsuite/HumMod directory
- removed doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc as is way old and not useful anymore.

1 lines of code changed in 1 file:

  • OMOptim/Core/OMC: MOomc.cpp (+1 -1)
hubert.thieriot 2012-06-19 18:54 Rev.: 12125

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

17 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+16), MOomc.h (+1)
hubert.thieriot 2012-06-13 17:09 Rev.: 12045

- added MOomc functions

10 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+8), MOomc.h (+2)
hubert.thieriot 2012-05-30 19:12 Rev.: 11959

- updated ModIemsTree
- new MOomc functions
- corrected WidgetModelsList

26 lines of code changed in 2 files:

  • OMOptim/Core/OMC: MOomc.cpp (+24 -4), MOomc.h (+2 -1)

(33 more)

Generated by StatSVN 0.7.0