Commit graph

67 commits

Author SHA1 Message Date
stevemadere
f8bd860579 configure changes to prepare for use of libyaml-cpp 2010-05-04 17:18:12 +00:00
maartenkeijzer
74c5be1439 updated configure.in to generate moo files 2008-05-05 12:33:26 +00:00
tlegrand
aa33f98459 deleted "win" directory in the autotools config 2008-04-18 12:00:15 +00:00
ldacosta
af8cd4b08b Adjusting configuration for Eclipse 2008-03-28 15:57:55 +00:00
tlegrand
b3c99998a3 added lesson6 2008-03-12 15:23:35 +00:00
tlegrand
7d89f5a97c added autoconf > 2.6 compatibility 2007-10-04 15:10:11 +00:00
maartenkeijzer
553586d55f added new multi-objective support 2007-08-31 10:57:05 +00:00
kuepper
4a9c5127f8 bump versions to 1.0.2-cvs 2007-01-23 22:25:57 +00:00
kuepper
6a4d4f6cab updates for 1.0.1 release 2007-01-23 22:09:17 +00:00
kuepper
514a18aaf1 Update after release 2006-12-29 14:16:01 +00:00
kuepper
513be8c25a Update for release. 2006-12-18 18:51:12 +00:00
kuepper
7adf24b71d * README: Better links to Templates/
* configure.in: Bump version to 1.0-beta2.
2006-12-17 22:59:53 +00:00
kuepper
05943b2a83 set version to 1.0-cvs again 2006-12-05 08:42:39 +00:00
kuepper
422b0bfa3c Fixupper/lowercase issues 2006-12-03 11:57:34 +00:00
kuepper
ab9b38654d * mainpage.html: update, add link to Niko Hansen's comparison
* README: Add more specific note about tutorial.

* configure.in: Bump version to 1.0-beta1

* tutorial/Makefile.am: Add all necessary files, including html and
Templates to distribution.
2006-12-03 10:41:54 +00:00
kuepper
3eba6b962c Remove unnecessary tests. 2006-12-02 11:02:13 +00:00
kuepper
e2e59d3e49 * configure.in (AC_DEBUG): add test
* acinclude.m4 (AC_DEBUG): Define debug-feature and set DEBUG, NODEBUG,
or NDEBUG according to its value.
2006-11-16 12:52:46 +00:00
kuepper
47af7cfe5a Clean up configure/build-process.
- assume C++ standard-conforming environment
- add a user-option for gnuplot-support
- separate gnuplot-code into declaration and implementation,
  so we can define at EO-build-time whether to use it or not.

Adopt code and Makefiles to above changes.

Some minor fixes.
2005-10-02 21:42:08 +00:00
kuepper
6485482f39 *** empty log message *** 2005-10-01 17:07:59 +00:00
kuepper
1926817eae add zip to dist,
update release-plan.
2005-10-01 16:05:01 +00:00
kuepper
348375915a Search for ar as necessary on Solaris-x86.
Make DOXYGEN and AR precious variables.
2005-10-01 15:35:45 +00:00
kuepper
1b59c07cba update docs
clean Tutorial
bump version-number for cvs
2005-10-01 11:59:14 +00:00
kuepper
cf2a57dd88 Simplify configuration.
Remove support for (outdated) <strstream>, require <sstream>.
Require uint32_t for now, defined in stdint.h according to C99.
Some general cleanup and more documentation.
2005-09-28 21:49:26 +00:00
kuepper
6e0c4a7264 Make sure uint32_t is defined correctly in eoRNG.h and use it where
appropriate.
2005-09-26 10:18:15 +00:00
cahon
96dd240cf3 Removing ParadisEO 2005-02-22 14:12:19 +00:00
kuepper
fa108bbd6b minor fixes 2004-09-24 11:55:09 +00:00
kuepper
51471804cd fix installation, dist-preparation 2004-09-22 18:18:31 +00:00
kuepper
495057c341 updates for distributing/installing ParadisEO. 2004-09-22 17:30:11 +00:00
kuepper
3cb80bc73b update build process to include paradiseo tutorial,
fix paradiseo headers for sstream
2004-09-22 12:38:28 +00:00
kuepper
e388461a3b Update configure with switches for app, ParadisEO, and tutorial.
Add ParadisEO/Lesson1 tutorial in build-process.
minor fixes.
2004-09-22 08:18:29 +00:00
kuepper
63cbb12e69 updates,
start supoorting ParadisEO
2004-09-21 17:01:14 +00:00
kuepper
72c070585f better distribution support (not finished) 2004-09-20 17:12:12 +00:00
kuepper
e618920c44 updates for build-process 2004-09-20 14:11:24 +00:00
kuepper
683c4e573e update 2004-09-20 09:50:47 +00:00
kuepper
c8494642d5 Updated build-prcess to be completely under automake control.
For the tutorial the old Makefiles are saved as Makefile.simple in all
the respective directories.

Use generated config.h instead of command-line passing of preprocessor
flags.

Updated support files from current automake.
2004-09-17 16:53:31 +00:00
maartenkeijzer
f64292b777 bumped up the version number 2003-03-21 09:17:38 +00:00
maartenkeijzer
07a3e56db1 eliminated gprop from the build until someone makes sure it builds under gcc-3.2 2003-03-20 20:00:38 +00:00
maartenkeijzer
d250c9edf6 oops, forgot thisone 2003-02-28 16:56:59 +00:00
maartenkeijzer
153b80440c changed to using sstream 2003-02-28 16:49:19 +00:00
okoenig
86fa476c67 Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary. 2003-02-27 19:28:07 +00:00
maartenkeijzer
ff2968bd60 Updated to use gcc-3.2 2003-02-17 10:19:25 +00:00
jeggermo
c7aba2f3c4 app/gpsymreg/Makefile added to configure.in 2001-06-29 09:22:26 +00:00
maartenkeijzer
d09c216b61 Ok, made an eoParetoFitness class, which meant that I could roll back a few changes in EO.h (phew).
Also changed eoSelectFromWorth etc.
2001-03-16 12:08:26 +00:00
gustavoromero
142c7d779c adding a lot of includes 2000-12-01 15:46:07 +00:00
gustavoromero
15c3588ac7 sorry, old version was right 2000-11-29 18:36:13 +00:00
gustavoromero
9a40169867 reordering Makefile creation 2000-11-23 19:45:49 +00:00
gustavoromero
6fdb214b71 fixing autoconfiguration 2000-11-03 20:03:26 +00:00
maartenkeijzer
8684e1fac1 updated version info, added flush to stdoutmonitor and sprinkled a few typenames
in eoPop.h and eoGOpSelector.h (egcs 2.96 started complaining).
2000-10-27 09:12:31 +00:00
maartenkeijzer
f7c98d5b31 Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
mac
686e7f3273 Updated version no. to 0.9.1 2000-09-29 10:39:19 +00:00