Raffi Enficiaud
a263b87a92
CMakeLists.txt - small improvement
2016-01-09 21:21:53 +01:00
Raffi Enficiaud
58b026694e
Updating CMake
2015-12-05 22:43:54 +01:00
Raffi Enficiaud
1407440fd6
Adding unit-test support for MSVC-11 (2012) and tests requirements
...
- Adding constraints on test files (compiler capabilities)
- Fixing boost.config issues with MSVC 11
2015-11-03 01:54:40 +01:00
Gennadiy Rozental
d63379a9b3
New CLA
...
- vector types is not required
- test for param_trie construction
- Cleanups and files moves
- adding unit test for CLA argv_traverser and parameter specification
2015-10-20 15:00:23 +02:00
Raffi Enficiaud
57f2aa8f0f
CMake: adding unit tests
2015-10-19 14:18:50 +02:00
Raffi Enficiaud
71ff858770
CMakeLists.txt: adding unit test and disabling auto link
2015-10-19 14:17:59 +02:00
Raffi Enficiaud
547de00843
Adding a CMakeLists.txt file, to avoid loosing too much time in switching environments for debugging
...
Adding the tests into CMake from the doc/example path
2015-10-19 14:17:59 +02:00
Raffi Enficiaud
dbd334881d
Disabling variadic macro extensions from the standard from the Jamfiles
2015-10-15 22:21:20 +02:00
Gennadiy Rozental
d15f4c4f52
interaction based testing is killed (for now)
2015-05-24 18:40:56 -04:00
Vladimir Prus
02ec08f33b
Don't require asynch-exceptions=on
...
Gennadiy has indicated the current behaviour is not quite what is
desired, and it creates targets clashes when building entire Boost.
See http://lists.boost.org/Archives/boost/2015/03/220552.php
2015-03-16 13:24:59 +03:00
Jürgen Hunold
5caa2bd231
Cherry picking link issue resolution for testing with boost.thread
2015-01-11 14:53:45 +01:00
Raffi Enficiaud
1eaffb96ce
Fixing some dependencies on boost.timer
2014-12-09 14:55:28 +01:00
Raffi Enficiaud
3573794d0b
silencing warnings on clang: these ones are super annoying
...
by default on tests, the C++11 extensions on gcc toolchain are on. I remove this and make it explicitly available for the test_datasets_cxx11 test only.
2014-04-29 10:14:23 +02:00
Gennadiy Rozental
53e392f667
Updated copyright message
2014-03-03 01:16:29 -05:00
John Maddock
8b12e766df
Disable C++11 as a build requirement: tests all pass without it, and it's presence prevents testing in C++03 mode, or with GCC prior to 4.5.
...
[SVN r83488]
2013-03-18 11:58:14 +00:00
Gennadiy Rozental
0b4af99471
do not report warnings as errors for now.
...
[SVN r82731]
2013-02-04 17:30:54 +00:00
Gennadiy Rozental
3ee193f9f5
Try to turn on C++11 features for gcc
...
[SVN r82720]
2013-02-04 08:36:47 +00:00
Gennadiy Rozental
f19e9d24e6
eliminate use requirement <toolset>gcc:<cxxflags>-std=c++0x
...
[SVN r75482]
2011-11-14 08:44:53 +00:00
Gennadiy Rozental
d4bf5735e5
only require c++11 features from users
...
[SVN r75374]
2011-11-07 10:00:23 +00:00
Gennadiy Rozental
d7d3a17af6
require c++11 features from gcc
...
[SVN r75372]
2011-11-07 09:06:10 +00:00
Gennadiy Rozental
0fc9133743
renamed unit_test_suite.ipp into test_tree.ipp
...
moved unit_test_parameters.hpp from detail into main directory
[SVN r74790]
2011-10-08 04:53:13 +00:00
Gennadiy Rozental
05d508801f
reinstated for now
...
[SVN r74677]
2011-10-03 20:40:48 +00:00
Gennadiy Rozental
a5dbedae8c
rename
...
[SVN r74672]
2011-10-03 20:20:27 +00:00
Gennadiy Rozental
1f4aa37f26
added decorator
...
removed test exec monitor
[SVN r74642]
2011-10-02 09:55:57 +00:00
Steven Watanabe
704e7cb516
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
d9dbf412f9
Reverting some accident changes to a few jamfiles from my last commit.
...
[SVN r68141]
2011-01-14 02:51:17 +00:00
Bryce Adelstein-Lelbach
1753857f1b
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Gennadiy Rozental
8f3c8252ae
some warnings disabled
...
[SVN r50468]
2009-01-04 19:48:53 +00:00
Gennadiy Rozental
0ec695f7df
removed 7.1 project files
...
[SVN r47771]
2008-07-25 01:58:21 +00:00
Gennadiy Rozental
5bc52ea4a1
debug was missing in PEM
...
[SVN r40635]
2007-11-01 02:54:15 +00:00
Vladimir Prus
f5a68c843e
Make sure every library can be installed by using
...
bjam stage|install
in libs/<library>/build.
[SVN r40475]
2007-10-26 09:04:25 +00:00
Gennadiy Rozental
8bb49d96d3
minor cleanup
...
final major piece of this update: debug services (almost complete: without stack dump)
[SVN r40451]
2007-10-25 05:38:19 +00:00
Gennadiy Rozental
7852c1ece5
update to tests and example
...
[SVN r40338]
2007-10-23 05:25:42 +00:00
Gennadiy Rozental
ce0c6dd9e3
included alias added
...
[SVN r40166]
2007-10-18 21:53:14 +00:00
Vladimir Prus
71d464e9fe
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Vladimir Prus
a10f5de746
Allow building of shared versions of some Boost.Test libraries.
...
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.
Patch from Juergen Hunold.
[SVN r35989]
2006-11-10 19:09:56 +00:00
Vladimir Prus
f8bc92a044
Make borland-specific requirements top-level. Otherwise, when building
...
with borland build properties for libs were differents and since all of
them use execution_monitor, we got "duplicate target" error.
[SVN r33717]
2006-04-17 09:39:56 +00:00
Gennadiy Rozental
b38c66433a
*** empty log message ***
...
[SVN r33385]
2006-03-19 11:55:01 +00:00
Gennadiy Rozental
8ff976298d
*** empty log message ***
...
[SVN r32458]
2006-01-28 08:48:43 +00:00
Gennadiy Rozental
96dbc6ef6f
interaction_based was missing
...
[SVN r32104]
2005-12-19 16:17:12 +00:00
Gennadiy Rozental
aa182409ae
*** empty log message ***
...
[SVN r32052]
2005-12-14 06:18:50 +00:00
Rene Rivera
b4c4506c84
Fix build errors when building under cygwin shell because of missing DLL targets.
...
[SVN r30638]
2005-08-23 02:15:41 +00:00
Dave Abrahams
e7502ce9b9
Added an alias target for users of the minimal lib.
...
[SVN r29521]
2005-06-11 06:46:44 +00:00
Rene Rivera
e386f9799d
Remove std::locale requirements, now that ios_state.hpp no longer requires std::locale support.
...
[SVN r28569]
2005-05-02 06:25:06 +00:00
Gennadiy Rozental
0a623d46f6
bug fix for manipulator nandling
...
[SVN r28520]
2005-04-29 06:23:36 +00:00
Gennadiy Rozental
42bca09fff
*** empty log message ***
...
[SVN r27792]
2005-03-23 21:08:45 +00:00
Gennadiy Rozental
5c1639cdf0
Sunpro CC 5.3 fixes
...
[SVN r27791]
2005-03-23 21:06:42 +00:00
Gennadiy Rozental
9f091fb546
*** empty log message ***
...
[SVN r27762]
2005-03-22 07:16:03 +00:00
Gennadiy Rozental
c53dbc7695
*** empty log message ***
...
[SVN r27459]
2005-02-21 10:03:27 +00:00
Gennadiy Rozental
e2d63e7567
This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
...
[SVN r27444]
2005-02-20 08:28:35 +00:00