Andrey Semashev
abe73ce723
Merged recent changes from trunk.
...
[SVN r85088]
2013-07-20 17:17:10 +00:00
John Maddock
d8973bac08
Merge config doc and test updates.
...
[SVN r84462]
2013-05-24 17:07:06 +00:00
John Maddock
c87231f411
Merge config updates from Trunk.
...
[SVN r81827]
2012-12-10 17:26:30 +00:00
Marshall Clow
bc0114f7c8
Merge rework of C++11 config macros to release
...
[SVN r79537]
2012-07-15 15:59:05 +00:00
John Maddock
9d2a5f4d44
Merged changes from Trunk: mostly the addition of new macros.
...
[SVN r78478]
2012-05-15 11:57:21 +00:00
John Maddock
3b7ff73e9d
Merge config changes from Trunk.
...
[SVN r76122]
2011-12-23 17:17:31 +00:00
John Maddock
e7dd982de7
Merge Boost.Config changes from Trunk - numerous small bug fixes plus a new Cray C++ config.
...
Fixes #5607 .
Fixes #5941 .
Fixes #5878 .
[SVN r74889]
2011-10-10 11:50:55 +00:00
Eric Niebler
18be7dcf00
merge [72327] from trunk
...
[SVN r73153]
2011-07-16 20:12:46 +00:00
John Maddock
8dd107358b
Merge changes from Trunk.
...
Adds new macros BOOST_NO_NOEXCEPT and BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX.
Fixes #4867 .
Fixes #5571 .
[SVN r72217]
2011-05-27 16:56:00 +00:00
John Maddock
dd3ebc8776
Merge Boost.Config changes to release.
...
[SVN r71480]
2011-04-25 12:10:48 +00:00
John Maddock
c99164cf39
Merge collected updates from Trunk.
...
[SVN r65703]
2010-10-01 09:19:44 +00:00
John Maddock
e5b586dc02
Merge changes from Trunk - mostly new macro for <typeindex>.
...
[SVN r62792]
2010-06-11 11:16:34 +00:00
Beman Dawes
49e17b082e
Merge all config diffs from trunk
...
[SVN r62379]
2010-06-02 14:30:04 +00:00
Beman Dawes
d9ea70034c
config: merge trunk
...
[SVN r56776]
2009-10-13 12:56:44 +00:00
John Maddock
3d32b20f45
Merge interlinked changes in config, type_traits and TR1 libraries.
...
[SVN r56678]
2009-10-09 16:16:02 +00:00
Beman Dawes
cf37052edd
Merge from trunk
...
[SVN r53445]
2009-05-30 11:22:59 +00:00
Andrey Semashev
115746bced
Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS.
...
[SVN r51992]
2009-03-26 19:00:00 +00:00
Beman Dawes
4083190c8b
config: merge from trunk for new C++0x macros
...
[SVN r51606]
2009-03-04 14:28:36 +00:00
John Maddock
40c8299a25
Merge changes from Trunk.
...
[SVN r50531]
2009-01-10 11:18:42 +00:00
Daniel James
63ec21a0d6
Merge latest hash and unordered developments, and add support for initialiser
...
lists to config.
Merged revisions 49338,49924-49927,49955,50029,50118 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r49338 | danieljames | 2008-10-15 10:44:41 +0100 (Wed, 15 Oct 2008) | 2 lines
Revert [49229], it fixes the same problem as [48674].
........
r49924 | danieljames | 2008-11-24 22:55:14 +0000 (Mon, 24 Nov 2008) | 1 line
Extra tests for equality with different hash functions.
........
r49925 | danieljames | 2008-11-24 22:55:47 +0000 (Mon, 24 Nov 2008) | 1 line
Document operator==/operator!= as undefined if the equality predicates aren't equivalent.
........
r49926 | danieljames | 2008-11-24 22:56:04 +0000 (Mon, 24 Nov 2008) | 1 line
Use a larger prime number list.
........
r49927 | danieljames | 2008-11-24 23:15:55 +0000 (Mon, 24 Nov 2008) | 1 line
Use aligned storage for the value.
........
r49955 | danieljames | 2008-11-27 11:42:13 +0000 (Thu, 27 Nov 2008) | 1 line
Wild stab at getting destruction working on more compilers.
........
r50029 | danieljames | 2008-11-29 21:47:55 +0000 (Sat, 29 Nov 2008) | 1 line
Workaround another in-place destruction.
........
r50118 | danieljames | 2008-12-04 21:30:19 +0000 (Thu, 04 Dec 2008) | 1 line
Add support for initializer lists to config and the unordered containers.
........
[SVN r50451]
2009-01-03 23:18:33 +00:00
John Maddock
c7e2cb149e
Merge changes from Trunk: mainly fixes for the new Codegear compiler, plus a fix to the ABI code for 64-bit MSVC.
...
[SVN r49212]
2008-10-09 16:08:03 +00:00
John Maddock
b47cfe8c7b
Merge Boost.Config changes ready for 1.37.
...
[SVN r48892]
2008-09-19 11:24:09 +00:00
John Maddock
b526ab9386
Updated Config/TR1 tests so they include the needed headers.
...
Added new TR1 tests to catch some cyclic dependency errors.
[SVN r47351]
2008-07-12 12:41:52 +00:00
John Maddock
b4eaf1eb50
Changed macro BOOST_PARTIAL_SPECIALIZATION_EXPLICIT_ARGS to BOOST_NO_PARTIAL_SPECIALIZATION_DEFAULT_ARGS.
...
Changed <utility> to <boost/config/no_tr1/utility.hpp> in order to prevent cyclic dependencies between Fusion Tuples and TR1.
[SVN r44692]
2008-04-21 12:06:02 +00:00
John Maddock
5bad377e04
Added new macro BOOST_NO_TEMPLATED_IOSTREAMS in response to issue #1765 .
...
[SVN r44689]
2008-04-21 09:19:30 +00:00
John Maddock
6fac146f52
Move Boost.Config build rules into libs/config/test and fix the serialization build rules accordingly.
...
[SVN r44422]
2008-04-14 18:06:59 +00:00
John Maddock
b62d7ccb27
Update for bug report #1790 .
...
[SVN r44127]
2008-04-09 15:31:33 +00:00
John Maddock
9c70289360
Run config_info and config_test in both single and multi-thread modes.
...
[SVN r44121]
2008-04-09 11:34:20 +00:00
John Maddock
24c158f324
Added new macro BOOST_NO_ADL_BARRIER to address issue #1712 .
...
[SVN r43914]
2008-03-28 17:03:42 +00:00
John Maddock
cb5b1ef22f
Update configure files with revision Id and some compiler specific fixes.
...
[SVN r40184]
2007-10-19 12:46:54 +00:00
John Maddock
8cc610fe31
Touched file to force regressions runners to rebuild the test.
...
[SVN r39621]
2007-09-30 17:35:14 +00:00
John Maddock
b2acba7499
Fixes for http://svn.boost.org/trac/boost/ticket/1104 , http://svn.boost.org/trac/boost/ticket/1102 , http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105 .
...
Also updated tests for some previous macro additions.
[SVN r38934]
2007-08-25 12:26:25 +00:00
John Maddock
23e87f9712
Renamed two phase lookup test to make filename shorter.
...
[SVN r36557]
2007-01-01 12:41:24 +00:00
John Maddock
06351de064
Added AlisdairM's new macros.
...
[SVN r36547]
2006-12-31 16:38:06 +00:00
John Maddock
fcfaa82e3e
Fix regex test case.
...
[SVN r32939]
2006-02-15 14:15:02 +00:00
John Maddock
c9f3fe3bfc
Updated generator program and Jamfiles.
...
[SVN r32937]
2006-02-15 14:09:37 +00:00
John Maddock
e18411ec4e
Update in preparation for adding the TR1 library.
...
[SVN r31327]
2005-10-14 17:47:29 +00:00
John Maddock
78c80bdd79
Modified the order with which tests are included by config_test.cpp so that MSVC6 doesn't choke any more.
...
[SVN r26540]
2004-12-17 11:39:54 +00:00
John Maddock
3423ec4c52
Added BOOST_NO_IS_ABSTRACT.
...
[SVN r26422]
2004-12-04 11:36:36 +00:00
John Maddock
687b1ec4b2
Licence update
...
[SVN r24031]
2004-07-25 12:01:00 +00:00
John Maddock
824cdcf0cf
Added BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS.
...
Updated tests to not use Boost.Test.
[SVN r23146]
2004-06-22 12:41:11 +00:00
John Maddock
73034c7e9c
Updated config test system to use new .ipp file extensions.
...
All dependencies on Boost.Test have also been removed for the basic tests.
[SVN r23102]
2004-06-15 11:37:57 +00:00
John Maddock
039a8e3b92
Re ran generate program (last run messed things up). Config_test.cpp should be OK now.
...
[SVN r21244]
2003-12-13 12:31:48 +00:00
John Maddock
fd367acdcb
Added new macro BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
...
[SVN r21222]
2003-12-11 12:00:30 +00:00
John Maddock
5959d6bce2
Updated copyright declarations to use new single boost license.
...
[SVN r20372]
2003-10-14 10:33:24 +00:00
John Maddock
80b14ea8a8
Added minimal Docs for new macros and headers (abi fixing/link library selection/BOOST_HAS_DECLS|PEC), more to come on this...
...
Added test cases for new macros and headers.
[SVN r19655]
2003-08-17 12:03:01 +00:00
John Maddock
e5262ed219
Refactored config test options.
...
Regenerated script generated files.
[SVN r19412]
2003-08-03 11:41:45 +00:00
John Maddock
512fdec421
Added new config macro: BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
...
[SVN r18507]
2003-05-23 11:10:34 +00:00
John Maddock
adbd58188c
Added BOOST_HAS_SIGACTION
...
[SVN r17360]
2003-02-13 12:28:49 +00:00
John Maddock
3596eec09a
Added BOOST_UNREACHABLE_RETURN workaround macro.
...
[SVN r16574]
2002-12-09 12:21:54 +00:00