From: <den...@us...> - 2009-07-06 12:50:24
|
Revision: 5 http://stdair.svn.sourceforge.net/stdair/?rev=5&view=rev Author: denis_arnaud Date: 2009-07-06 12:31:33 +0000 (Mon, 06 Jul 2009) Log Message: ----------- [Tests] Added the MPL testing sub-directory within test. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2009-07-06 12:29:21 UTC (rev 4) +++ trunk/stdair/configure.ac 2009-07-06 12:31:33 UTC (rev 5) @@ -192,7 +192,8 @@ stdair/core/Makefile stdair/config/Makefile test/Makefile - test/com/Makefile) + test/com/Makefile + test/mpl/Makefile) AC_OUTPUT echo " This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-01-20 21:34:59
|
Revision: 100 http://stdair.svn.sourceforge.net/stdair/?rev=100&view=rev Author: denis_arnaud Date: 2010-01-20 21:33:53 +0000 (Wed, 20 Jan 2010) Log Message: ----------- [Conf] Added the stdair/service/Makefile build. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-01-20 20:09:35 UTC (rev 99) +++ trunk/stdair/configure.ac 2010-01-20 21:33:53 UTC (rev 100) @@ -190,6 +190,7 @@ stdair/basic/Makefile stdair/bom/Makefile stdair/factory/Makefile + stdair/service/Makefile stdair/core/Makefile stdair/config/Makefile doc/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-02-07 02:48:39
|
Revision: 119 http://stdair.svn.sourceforge.net/stdair/?rev=119&view=rev Author: denis_arnaud Date: 2010-02-07 02:48:33 +0000 (Sun, 07 Feb 2010) Log Message: ----------- [DB] Added support for database administration, as well as a sample table (for airline description). Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-02-07 02:34:52 UTC (rev 118) +++ trunk/stdair/configure.ac 2010-02-07 02:48:33 UTC (rev 119) @@ -278,6 +278,16 @@ o BOOST_PO_LIB .... : ${BOOST_PROGRAM_OPTIONS_LIB} o BOOST_FS_LIB .... : ${BOOST_FILESYSTEM_LIB} + - MySQL ............. : + o MYSQL_version ... : ${MYSQL_VERSION} + o MYSQL_CFLAGS .... : ${MYSQL_CFLAGS} + o MYSQL_LIBS ...... : ${MYSQL_LIBS} + + - SOCI .............. : + o SOCI_version .... : ${SOCI_VERSION} + o SOCI_CFLAGS ..... : ${SOCI_CFLAGS} + o SOCI_LIBS ....... : ${SOCI_LIBS} + - CPPUNIT ........... : o CPPUNIT_VERSION . : ${CPPUNIT_VERSION} o CPPUNIT_CFLAGS .. : ${CPPUNIT_CFLAGS} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-02-07 19:51:36
|
Revision: 121 http://stdair.svn.sourceforge.net/stdair/?rev=121&view=rev Author: denis_arnaud Date: 2010-02-07 19:51:29 +0000 (Sun, 07 Feb 2010) Log Message: ----------- [StdAir] Added the command layer for StdAir. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-02-07 19:43:30 UTC (rev 120) +++ trunk/stdair/configure.ac 2010-02-07 19:51:29 UTC (rev 121) @@ -206,6 +206,7 @@ stdair/bom/Makefile stdair/dbadaptor/Makefile stdair/factory/Makefile + stdair/command/Makefile stdair/service/Makefile stdair/core/Makefile stdair/config/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-02-07 20:06:14
|
Revision: 122 http://stdair.svn.sourceforge.net/stdair/?rev=122&view=rev Author: denis_arnaud Date: 2010-02-07 20:06:07 +0000 (Sun, 07 Feb 2010) Log Message: ----------- [StdAir] Added the command layer for StdAir. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-02-07 19:51:29 UTC (rev 121) +++ trunk/stdair/configure.ac 2010-02-07 20:06:07 UTC (rev 122) @@ -207,9 +207,9 @@ stdair/dbadaptor/Makefile stdair/factory/Makefile stdair/command/Makefile + stdair/config/Makefile stdair/service/Makefile stdair/core/Makefile - stdair/config/Makefile doc/Makefile doc/images/Makefile doc/tutorial/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-04-06 14:33:36
|
Revision: 168 http://stdair.svn.sourceforge.net/stdair/?rev=168&view=rev Author: denis_arnaud Date: 2010-04-06 14:33:30 +0000 (Tue, 06 Apr 2010) Log Message: ----------- [Conf] Added the StdAir batch layer. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-04-06 14:22:08 UTC (rev 167) +++ trunk/stdair/configure.ac 2010-04-06 14:33:30 UTC (rev 168) @@ -210,6 +210,7 @@ stdair/config/Makefile stdair/service/Makefile stdair/core/Makefile + stdair/batches/Makefile doc/Makefile doc/images/Makefile doc/tutorial/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-06-13 14:07:42
|
Revision: 195 http://stdair.svn.sourceforge.net/stdair/?rev=195&view=rev Author: denis_arnaud Date: 2010-06-13 14:07:35 +0000 (Sun, 13 Jun 2010) Log Message: ----------- [Test] Updated the dependency for the new ExtraCPPUnit library name. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-06-13 14:01:52 UTC (rev 194) +++ trunk/stdair/configure.ac 2010-06-13 14:07:35 UTC (rev 195) @@ -105,6 +105,17 @@ CXXFLAGS="-g -Wall" fi +# ----------------------------------------------------------------------------- +# Support for ExtraCC (Extra-CruiseControl): http://sf.net/projects/extracc +# ----------------------------------------------------------------------------- +# Note: the ExtraCC is now imported as a Subversion external reference, +# thus directly accessible within the extracppunit directory. +# When that library will be widely avaible on Linux distributions, +# the external reference can be removed and the following line uncommented. +#AM_PATH_EXTRACC +#AC_SUBST(EXTRACC_VERSION) +#AC_SUBST(EXTRACC_CFLAGS) +#AC_SUBST(EXTRACC_LIBS) # -------------------------------------------------------- # Boost (STL Extensions: http://www.boost.org) @@ -290,6 +301,11 @@ o SOCI_CFLAGS ..... : ${SOCI_CFLAGS} o SOCI_LIBS ....... : ${SOCI_LIBS} + - ExtraCC ........... : + o EXTRACC_VERSION . : ${EXTRACC_VERSION} + o EXTRACC_CFLAGS .. : ${EXTRACC_CFLAGS} + o EXTRACC_LIBS .... : ${EXTRACC_LIBS} + - CPPUNIT ........... : o CPPUNIT_VERSION . : ${CPPUNIT_VERSION} o CPPUNIT_CFLAGS .. : ${CPPUNIT_CFLAGS} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-07-25 21:25:11
|
Revision: 233 http://stdair.svn.sourceforge.net/stdair/?rev=233&view=rev Author: denis_arnaud Date: 2010-07-25 21:25:05 +0000 (Sun, 25 Jul 2010) Log Message: ----------- [Release 0.2.0] Release 0.2.0. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-07-25 21:23:53 UTC (rev 232) +++ trunk/stdair/configure.ac 2010-07-25 21:25:05 UTC (rev 233) @@ -2,7 +2,7 @@ #------------------------------------------------------------------- AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) -AC_INIT([STDAIR],[99.99.99],[den...@us...],[stdair]) +AC_INIT([STDAIR],[0.2.0],[den...@us...],[stdair]) AC_CONFIG_HEADER([stdair/config.h]) AC_CONFIG_SRCDIR([stdair/bom/BomKey.hpp]) AC_CONFIG_AUX_DIR([config]) @@ -15,7 +15,7 @@ AC_SUBST(RPM_RELEASE) # Shared library versioning -GENERIC_LIBRARY_VERSION="99:99:99" +GENERIC_LIBRARY_VERSION="0:2:0" # | | | # +------+ | +---+ # | | | This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-07-25 21:26:13
|
Revision: 234 http://stdair.svn.sourceforge.net/stdair/?rev=234&view=rev Author: denis_arnaud Date: 2010-07-25 21:26:06 +0000 (Sun, 25 Jul 2010) Log Message: ----------- [Release] Back to working version (99.99.99). Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-07-25 21:25:05 UTC (rev 233) +++ trunk/stdair/configure.ac 2010-07-25 21:26:06 UTC (rev 234) @@ -2,7 +2,7 @@ #------------------------------------------------------------------- AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) -AC_INIT([STDAIR],[0.2.0],[den...@us...],[stdair]) +AC_INIT([STDAIR],[99.99.99],[den...@us...],[stdair]) AC_CONFIG_HEADER([stdair/config.h]) AC_CONFIG_SRCDIR([stdair/bom/BomKey.hpp]) AC_CONFIG_AUX_DIR([config]) @@ -15,7 +15,7 @@ AC_SUBST(RPM_RELEASE) # Shared library versioning -GENERIC_LIBRARY_VERSION="0:2:0" +GENERIC_LIBRARY_VERSION="99:99:99" # | | | # +------+ | +---+ # | | | This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <qua...@us...> - 2010-07-28 09:03:26
|
Revision: 247 http://stdair.svn.sourceforge.net/stdair/?rev=247&view=rev Author: quannaus Date: 2010-07-28 09:03:20 +0000 (Wed, 28 Jul 2010) Log Message: ----------- [test] update the configure.ac Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-07-28 08:46:29 UTC (rev 246) +++ trunk/stdair/configure.ac 2010-07-28 09:03:20 UTC (rev 247) @@ -232,6 +232,7 @@ test/Makefile test/samples/Makefile test/inheritance/Makefile + test/architecture/Makefile test/mpl/Makefile test/mpl/contrib/Makefile test/stdair/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-08-20 19:06:58
|
Revision: 277 http://stdair.svn.sourceforge.net/stdair/?rev=277&view=rev Author: denis_arnaud Date: 2010-08-20 19:06:52 +0000 (Fri, 20 Aug 2010) Log Message: ----------- [Dev] Changed the source reference for the (Autotools) configuration. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-08-20 17:46:36 UTC (rev 276) +++ trunk/stdair/configure.ac 2010-08-20 19:06:52 UTC (rev 277) @@ -4,7 +4,7 @@ AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) AC_INIT([STDAIR],[99.99.99],[den...@us...],[stdair]) AC_CONFIG_HEADER([stdair/config.h]) -AC_CONFIG_SRCDIR([stdair/bom/BomKey.hpp]) +AC_CONFIG_SRCDIR([stdair/bom/BomRoot.hpp]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE AM_PATH_CPPUNIT(1.10) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |