Fix the detection of the toolset name for GCC.
[boost.m4.git] / ChangeLog
blob0d0b5cd286a10602fa82c0739523ecbca1179780
1 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
3         Fix the detection of the toolset name for GCC.
4         * build-aux/boost.m4 (_BOOST_gcc_test): New internal helper.
5         (_BOOST_FIND_COMPILER_TAG): Use _BOOST_gcc_test to take into account
6         the minor version number of GCC into the toolset name.
7         * configure.ac: Invoke _BOOST_FIND_COMPILER_TAG to warn earlier
8         about unknown toolsets.
10 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
12         Add a test for Boost.Variant.
13         * build-aux/boost.m4 (BOOST_VARIANT): New.
14         * tests/testsuite.at: Test the new macro.
16 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
18         Add tests for Boost.Format and Boost.Utility.
19         * build-aux/boost.m4 (BOOST_FORMAT, BOOST_UTILITY): New.
20         * tests/testsuite.at: Test the new macros.
22 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
24         Add a check for Boost.Conversion.
25         * build-aux/boost.m4 (BOOST_CONVERSION): New.
26         * tests/testsuite.at: Add a test for the new macro.
28 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
30         Add a check for Boost.Filesystem.
31         * build-aux/boost.m4 (BOOST_FILESYSTEM): New.
32         * tests/testsuite.at: Add a test for the new macro.
34 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
36         Add some cross-compilation tests.
37         * tests/testsuite.at: Here.
39 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
41         Add a check for Boost.Graph.
42         * build-aux/boost.m4 (BOOST_GRAPH): New.
43         * tests/testsuite.at: Test the new macro.
45 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
47         Add macros for Boost.Foreach and Boost.Threads.
48         * build-aux/boost.m4 (BOOST_FOREACH, BOOST_THREADS): New.
49         * tests/testsuite.at: Test the new macros.
51 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
53         Fix distcheck.
54         * configure.ac: Use AC_CONFIG_HEADERS.
55         * tests/Makefile.am (CLEANFILES): New.
56         Make package.m4 depend on Makefile.in.  Disable installcheck-local.
58 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
60         Add macros to check for Boost libraries and headers.
61         * build-aux/boost.m4 (BOOST_REQUIRE): Restrain variable names to the
62         pseudo /_?boost/i namespace.  Look up the version string of Boost in
63         boost/version.hpp.
64         (BOOST_FIND_HEADER, BOOST_FIND_LIB): New.
66 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
68         Add a testsuite.
69         * Makefile.am (SUBDIRS): New.
70         * configure.ac: Adjust for the testsuite.
71         * tests/Makefile.am: New.
72         * tests/atlocal.in: Copy from Makefile.am.
73         * tests/testsuite.at: New.
75 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
77         Initial version.
78         * ChangeLog: New.
79         * Makefile.am: New.
80         * bootstrap: New.
81         * build-aux/boost.m4: New.
82         (BOOST_REQUIRE): New.
83         * configure.ac: New.