Change the order of the tests.
[boost.m4.git] / ChangeLog
blobd19f7c7a8ad1cbba61f87f7db9751796838dad1f
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>
17         Fix distcheck.
18         * AUTHORS: New.
19         * NEWS: New.
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
24         distcheck.
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
31         Boost.Thread.
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
40         argument.
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
45         package.m4.in.
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>
53         Add a README.
54         * README: New.
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>
109         Fix distcheck.
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
119         boost/version.hpp.
120         (BOOST_FIND_HEADER, BOOST_FIND_LIB): New.
122 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
124         Add a testsuite.
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>
133         Initial version.
134         * ChangeLog: New.
135         * Makefile.am: New.
136         * bootstrap: New.
137         * build-aux/boost.m4: New.
138         (BOOST_REQUIRE): New.
139         * configure.ac: New.