Directory OMOptim/OMOptimBasis/build/

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

[root]/OMOptim/OMOptimBasis/build

Lines of Code

OMOptim/OMOptimBasis/build/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 139 (100.0%) 3.7
hubert.thieriot 25 (67.6%) 116 (83.5%) 4.6
adeas31 8 (21.6%) 18 (12.9%) 2.2
sjoelund.se 4 (10.8%) 5 (3.6%) 1.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 5 files:

  • OMOptim/OMOptimBasis/build: Makefile.unix.in (del), OMOptimBasis.config.in (del), OMOptimBasis.pro (del), OMOptimBasis.pro.user (del), OMOptimBasis.windowsconfig.in (del)
hubert.thieriot 2012-08-01 17:32 Rev.: 12392

- removed MinEITDev call from this : should be independent

3 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.windowsconfig.in (+3 -7)
hubert.thieriot 2012-08-01 17:30 Rev.: 12391

- PluginEI now calls MINEIT

6 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.windowsconfig.in (+6 -2)
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)

0 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (-1)
hubert.thieriot 2012-07-03 18:13 Rev.: 12268

- can now launch several problems successively

4 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+4 -2)
hubert.thieriot 2012-06-26 19:29 Rev.: 12212

- added METime
-added variables find function

4 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+4 -2)
hubert.thieriot 2012-06-20 18:25 Rev.: 12155

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

4 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+4 -2)
hubert.thieriot 2012-06-19 18:54 Rev.: 12125

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

2 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+2 -1)
hubert.thieriot 2012-05-23 17:43 Rev.: 11940

- resolved compilation issues (environment variables, lib orders...)

2 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+2)
hubert.thieriot 2012-05-11 09:16 Rev.: 11891

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

0 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (-1)
hubert.thieriot 2012-04-18 19:19 Rev.: 11769

- removed many unnedded header includes

2 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+2 -2)
hubert.thieriot 2012-04-17 16:35 Rev.: 11763

- changed PLUGINEIDEV call

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.windowsconfig.in (+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

4 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+4 -2)
adeas31 2012-03-15 00:13 Rev.: 11433

- Fixed the include paths.

2 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+2 -2)
adeas31 2012-03-15 00:13 Rev.: 11432

- isEmpty don't work for environment variables.

2 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.windowsconfig.in (+2 -1)
sjoelund.se 2012-03-12 14:42 Rev.: 11380

- Don't build dynamic libraries in OMOptim

3 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis/build: Makefile.unix.in (+2 -2), OMOptimBasis.pro (+1 -2)
hubert.thieriot 2012-03-07 12:18 Rev.: 11322

- Changed the way qwt is referred to. Allows to compile OMOptimBasis without OMDev

11 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.windowsconfig.in (+11 -3)
adeas31 2012-03-06 15:56 Rev.: 11314

- Fixed the OMOptim compilation. Why we are linking OMOptimBasis against OMPlot? Its not required. Changed the shared libs to static libs.

5 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.config.in (+2 -2), OMOptimBasis.pro (+3 -6)
hubert.thieriot 2012-03-05 18:39 Rev.: 11300

- OMOptim now relies on OMOptimlib : no more "double compilation"
- debug versions have a 'd' suffix
- removed some unused variables

13 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+2 -2), OMOptimBasis.pro.user (+11 -11)
sjoelund.se 2012-03-03 08:51 Rev.: 11277

- OSX .so-files are called .dylib files...

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: Makefile.unix.in (+1 -1)
sjoelund.se 2012-03-02 14:29 Rev.: 11264

- Copy OMOptimBasis so-files

1 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: Makefile.unix.in (+1)
adeas31 2012-03-01 00:55 Rev.: 11244

- Another try to fix omoptim build :)

0 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: Makefile.unix.in (-1)
adeas31 2012-02-29 23:19 Rev.: 11243

- Fix build for omoptim.

2 lines of code changed in 1 file:

  • OMOptim/OMOptimBasis/build: Makefile.unix.in (+2 -2)
adeas31 2012-02-29 16:02 Rev.: 11236

- Fix OMOptim Compilation.
- Don't add \ at the end of the last item in .pro file.
- Build OMOptimBasis in the bin directory of OMOptim.
- Added OMOptimBasis to OMTools.

7 lines of code changed in 2 files:

  • OMOptim/OMOptimBasis/build: OMOptimBasis.pro (+2 -31), OMOptimBasis.windowsconfig.in (+5 -10)
hubert.thieriot 2012-02-29 12:08 Rev.: 11233

- Added needed files to build OMOptimBasis

60 lines of code changed in 5 files:

  • OMOptim/OMOptimBasis/build: Makefile.unix.in (new 2), OMOptimBasis.config.in (new 2), OMOptimBasis.pro (new 35), OMOptimBasis.pro.user (new 11), OMOptimBasis.windowsconfig.in (new 10)
Generated by StatSVN 0.7.0