1 2007-11-02 Benoit Sigoure <tsuna@lrde.epita.fr>
3 Change the order of the tests.
4 * tests/testsuite.at: Do the tests that require linking first
5 (because they are more likely to fail).
7 2007-11-02 Benoit Sigoure <tsuna@lrde.epita.fr>
9 Add tests for SmartPtr, StringAlgo, Tribool and Tuple.
10 * README: Mention the new libraries.
11 * build-aux/boost.m4 (BOOST_SMART_PTR, BOOST_STRING_ALGO)
12 (BOOST_TRIBOOL, BOOST_TUPLE): New.
13 * tests/testsuite.at: Test the new macros.
15 2007-11-02 Benoit Sigoure <tsuna@lrde.epita.fr>
20 * README: Mention the license and how to fetch the latest version.
21 * build-aux/boost.m4: Mention how to fetch the latest version.
22 * configure.ac (AM_INIT_AUTOMAKE): Drop `foreign'.
23 * tests/Makefile.am ($(TESTSUITE)): Adjust dependencies to fix
26 2007-11-02 Benoit Sigoure <tsuna@lrde.epita.fr>
28 Properly find the pthreads flags for use with Boost.Thread.
29 * build-aux/boost.m4 (_BOOST_PTHREAD_FLAG): New internal helper.
30 (BOOST_THREADS): Use it. Use the pthread flag during the tests for
32 * tests/testsuite.at: Since the test for Boost.Thread is now more
33 costly, do the cross-compilation test with Boost.Filesystem instead.
35 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
37 Fix the testsuite to preserve the various arguments of configure.
38 * build-aux/boost.m4 (BOOST_REQUIRE): Define
39 DISTCHECK_CONFIGURE_FLAGS to automatically preserve the --with-boost
41 * configure.ac: Use AC_CANONICAL_HOST.
42 (AC_CONFIG_FILES): Generate tests/package.m4.
43 * tests/Makefile.am (EXTRA_DIST, $(TESTSUITE)): Adjust.
44 No longer need to generate package.m4 since it's now generated from
46 * tests/atlocal.in (CXX, LD, CONFIGURE_FLAGS, build, host): New.
47 * tests/package.m4.in: New.
48 * tests/testsuite.at: Invoke configure with the proper flags (that
49 is, preserve the original configuration).
51 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
55 * build-aux/boost.m4: Advertise the Git repository.
57 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
59 Fix the detection of the toolset name for GCC.
60 * build-aux/boost.m4 (_BOOST_gcc_test): New internal helper.
61 (_BOOST_FIND_COMPILER_TAG): Use _BOOST_gcc_test to take into account
62 the minor version number of GCC into the toolset name.
63 * configure.ac: Invoke _BOOST_FIND_COMPILER_TAG to warn earlier
64 about unknown toolsets.
66 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
68 Add a test for Boost.Variant.
69 * build-aux/boost.m4 (BOOST_VARIANT): New.
70 * tests/testsuite.at: Test the new macro.
72 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
74 Add tests for Boost.Format and Boost.Utility.
75 * build-aux/boost.m4 (BOOST_FORMAT, BOOST_UTILITY): New.
76 * tests/testsuite.at: Test the new macros.
78 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
80 Add a check for Boost.Conversion.
81 * build-aux/boost.m4 (BOOST_CONVERSION): New.
82 * tests/testsuite.at: Add a test for the new macro.
84 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
86 Add a check for Boost.Filesystem.
87 * build-aux/boost.m4 (BOOST_FILESYSTEM): New.
88 * tests/testsuite.at: Add a test for the new macro.
90 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
92 Add some cross-compilation tests.
93 * tests/testsuite.at: Here.
95 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
97 Add a check for Boost.Graph.
98 * build-aux/boost.m4 (BOOST_GRAPH): New.
99 * tests/testsuite.at: Test the new macro.
101 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
103 Add macros for Boost.Foreach and Boost.Threads.
104 * build-aux/boost.m4 (BOOST_FOREACH, BOOST_THREADS): New.
105 * tests/testsuite.at: Test the new macros.
107 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
110 * configure.ac: Use AC_CONFIG_HEADERS.
111 * tests/Makefile.am (CLEANFILES): New.
112 Make package.m4 depend on Makefile.in. Disable installcheck-local.
114 2007-11-01 Benoit Sigoure <tsuna@lrde.epita.fr>
116 Add macros to check for Boost libraries and headers.
117 * build-aux/boost.m4 (BOOST_REQUIRE): Restrain variable names to the
118 pseudo /_?boost/i namespace. Look up the version string of Boost in
120 (BOOST_FIND_HEADER, BOOST_FIND_LIB): New.
122 2007-10-31 Benoit Sigoure <tsuna@lrde.epita.fr>
125 * Makefile.am (SUBDIRS): New.
126 * configure.ac: Adjust for the testsuite.
127 * tests/Makefile.am: New.
128 * tests/atlocal.in: Copy from Makefile.am.
129 * tests/testsuite.at: New.
131 2007-10-31 Benoit Sigoure <tsuna@lrde.epita.fr>
137 * build-aux/boost.m4: New.
138 (BOOST_REQUIRE): New.