Add tests for Boost.Format and Boost.Utility.
[boost.m4.git] / ChangeLog
blob961319658afb46f56e18add419f17e17bff567ce
1 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
3         Add tests for Boost.Format and Boost.Utility.
4         * build-aux/boost.m4 (BOOST_FORMAT, BOOST_UTILITY): New.
5         * tests/testsuite.at: Test the new macros.
7 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
9         Add a check for Boost.Conversion.
10         * build-aux/boost.m4 (BOOST_CONVERSION): New.
11         * tests/testsuite.at: Add a test for the new macro.
13 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
15         Add a check for Boost.Filesystem.
16         * build-aux/boost.m4 (BOOST_FILESYSTEM): New.
17         * tests/testsuite.at: Add a test for the new macro.
19 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
21         Add some cross-compilation tests.
22         * tests/testsuite.at: Here.
24 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
26         Add a check for Boost.Graph.
27         * build-aux/boost.m4 (BOOST_GRAPH): New.
28         * tests/testsuite.at: Test the new macro.
30 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
32         Add macros for Boost.Foreach and Boost.Threads.
33         * build-aux/boost.m4 (BOOST_FOREACH, BOOST_THREADS): New.
34         * tests/testsuite.at: Test the new macros.
36 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
38         Fix distcheck.
39         * configure.ac: Use AC_CONFIG_HEADERS.
40         * tests/Makefile.am (CLEANFILES): New.
41         Make package.m4 depend on Makefile.in.  Disable installcheck-local.
43 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
45         Add macros to check for Boost libraries and headers.
46         * build-aux/boost.m4 (BOOST_REQUIRE): Restrain variable names to the
47         pseudo /_?boost/i namespace.  Look up the version string of Boost in
48         boost/version.hpp.
49         (BOOST_FIND_HEADER, BOOST_FIND_LIB): New.
51 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
53         Add a testsuite.
54         * Makefile.am (SUBDIRS): New.
55         * configure.ac: Adjust for the testsuite.
56         * tests/Makefile.am: New.
57         * tests/atlocal.in: Copy from Makefile.am.
58         * tests/testsuite.at: New.
60 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
62         Initial version.
63         * ChangeLog: New.
64         * Makefile.am: New.
65         * bootstrap: New.
66         * build-aux/boost.m4: New.
67         (BOOST_REQUIRE): New.
68         * configure.ac: New.