Commit Graph

  • 6056bfabcb Update test for BOOST_NO_INTEGRAL_INT64_T. Set define for Borland/Codegear compilers. John Maddock 2009-11-30 13:47:41 +0000
  • 39b41a8708 1.42.0 prep Beman Dawes 2009-11-27 14:33:19 +0000
  • 389cd2ba69 1.42.0 prep Beman Dawes 2009-11-27 14:00:31 +0000
  • 2dc1512b9b Fix preprocessor logic for long long support. Fixes #3657. Fixes #3568. John Maddock 2009-11-22 16:38:05 +0000
  • 69bf6c4ad6 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back Troy D. Straszheim 2009-10-17 02:07:38 +0000
  • b6760d3082 rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release. Troy D. Straszheim 2009-10-17 01:10:45 +0000
  • d9ea70034c config: merge trunk Beman Dawes 2009-10-13 12:56:44 +0000
  • f05b7f57d5 config: define BOOST_NO_UNICODE_LITERALS for all gcc versions - their C++0x web page was wrong; there is no support yet. Also correct test code. Beman Dawes 2009-10-11 17:19:53 +0000
  • 3d32b20f45 Merge interlinked changes in config, type_traits and TR1 libraries. John Maddock 2009-10-09 16:16:02 +0000
  • 44945314ec Try and fix Open64 Boost.Config failures: Open64 is not really gcc! John Maddock 2009-09-18 10:43:57 +0000
  • 808dc4fec6 Add Open64 detection macros. John Maddock 2009-09-18 10:43:09 +0000
  • e1bfdd03e4 Fix #3429 cut-and-paste snafu Beman Dawes 2009-09-10 11:14:23 +0000
  • b013e0cb2c Try and fix Sun-GCC failure by linking to -lrt. John Maddock 2009-09-03 16:30:59 +0000
  • 80947fe560 Update Intel version check. John Maddock 2009-09-01 17:16:13 +0000
  • 28b846cf72 Set release number to 1.41.0 Beman Dawes 2009-08-28 18:28:55 +0000
  • 40979e6651 Set release number to 1.41.0 Beman Dawes 2009-08-28 18:20:44 +0000
  • e40b9c07c0 Fixes #3181. John Maddock 2009-08-06 09:22:02 +0000
  • d7c99eb56a Added docs for BOOST_MSVC_FULL_VER. John Maddock 2009-08-06 09:18:01 +0000
  • e201687ac4 Fixes #2935. Add new config macro BOOST_MSVC_FULL_VER, and updated type_traits to make use of it. John Maddock 2009-08-06 09:13:09 +0000
  • 17114cb4a3 Add BOOST_NO_SFINAE_EXPR and BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS (Mathias Gaunard) Beman Dawes 2009-08-02 14:00:59 +0000
  • bc468c0c2a Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch. Troy D. Straszheim 2009-07-26 00:49:56 +0000
  • 714548f437 gcc 4.4.1 fixed scoped enum bug so don't define BOOST_NO_SCOPED_ENUMS (François Barel) Beman Dawes 2009-07-24 15:46:01 +0000
  • 10f2b7c60e Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • 960f3b5e8e Fix last known version. John Maddock 2009-07-06 08:36:57 +0000
  • a04de07542 Fix last known version number. John Maddock 2009-07-06 08:35:54 +0000
  • ae3c247f55 Fixes #3214. John Maddock 2009-06-24 12:17:22 +0000
  • 2a9759c96b Fixes #3214. John Maddock 2009-06-24 12:16:31 +0000
  • ab378931aa borland/codegear configuration patch to set BOOST_SP_NO_SP_CONVERTIBLE David Dean 2009-06-11 22:03:07 +0000
  • bb695e41e1 updating codegear.hpp with defines for newest compiler David Dean 2009-06-09 15:55:05 +0000
  • 6bb6198486 updating borland.hpp with defines for newest compiler David Dean 2009-06-08 20:31:39 +0000
  • 62a577dbec Fix BOOST_NO_INITIALIZER_LISTS when the compiler supports them, but the standard library doesn't. Daniel James 2009-06-06 13:48:57 +0000
  • 21ad7ad74d Fix typo. Daniel James 2009-06-01 06:52:36 +0000
  • 8894fa22f3 Define BOOST_NO_INITIALIZER_LISTS if library support isn't available. Daniel James 2009-06-01 06:50:25 +0000
  • cf37052edd Merge from trunk Beman Dawes 2009-05-30 11:22:59 +0000
  • d1e645c524 Merge from trunk Beman Dawes 2009-05-30 11:16:25 +0000
  • d46a6d5ec8 set up config for VC++ 2010 beta 1 Beman Dawes 2009-05-21 15:16:39 +0000
  • b03d5829b5 Fixed most tab and min/max issues from trunk inspection report Jeremiah Willcock 2009-05-20 19:19:00 +0000
  • 6695277f1a Aways define BOOST_NO_SCOPED_ENUMS until GCC Bugzilla Bug 38064 gets fixed. Beman Dawes 2009-05-19 13:34:04 +0000
  • e1d9c0281a Fixes #3047. John Maddock 2009-05-19 11:39:24 +0000
  • f814c8fef1 Refine glibc++ feature tests based on feedback from Jonathan Wakely Beman Dawes 2009-05-16 18:41:33 +0000
  • 5de0a5bc43 Merge in inspect checks for links in CSS files and external content. And fix a few of these issues. Daniel James 2009-05-16 13:45:21 +0000
  • 8c5aee782e Add C++0x feature detection and header detection macros Beman Dawes 2009-05-15 17:08:26 +0000
  • 82f0426fa5 Add support for GCC 4.4.0's C++0x features Beman Dawes 2009-05-11 14:11:27 +0000
  • cc61ff79fe Prep for 1.40.0 Beman Dawes 2009-05-11 01:08:45 +0000
  • 83dfbd9ec5 Prep for 1.40.0 Beman Dawes 2009-05-11 00:59:37 +0000
  • 57de4bc62a Add __GXX_EXPERIMENTAL_CXX0X__ Beman Dawes 2009-05-02 12:25:14 +0000
  • 8bbfd9629a Remove unused copy of boostbook.css Daniel James 2009-04-29 21:19:40 +0000
  • 5d7d4d94f5 Added support for vxworks.hpp. Fixes #2959. John Maddock 2009-04-20 11:27:04 +0000
  • 628fbc53bd Merged revisions 52381 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2009-04-16 17:34:46 +0000
  • 8c1bad1aff Fix variadic template detection for mainline gcc. Fixes #2943 Daniel James 2009-04-14 09:03:13 +0000
  • b130802a6e Change test so we don't get namespace clashes with the real Boost code, updated all/Jamfile.v2 so it actually works now! John Maddock 2009-04-12 15:59:12 +0000
  • 340a8a3e65 Try and set the right linker options on BSD and Sun platforms. John Maddock 2009-04-12 15:49:08 +0000
  • f43833227a Also don't need to check for _GLIBCXX_CSTDDEF. Daniel James 2009-04-11 08:26:20 +0000
  • 90d2e831a3 Don't need to include utility now that select_stdlib has been fixed. Daniel James 2009-04-11 07:53:59 +0000
  • ac97540c23 As of STLport 5.2, unordered_set and unordered_map have been moved from the std:: namespace to the std::tr1:: namespace David Deakins 2009-04-08 21:08:00 +0000
  • 3ae6668b44 After including <cstddef> to check for usage of STLport, if STLport is not detected, then include <utility> to detect other std libs. This avoids the issue that some std libs do not include all of their C++-related macros when just <cstddef> is included. Related to issue #2924. David Deakins 2009-04-08 16:38:38 +0000
  • 2e03de9749 Reverted change in boost/config/select_stdlib_config.hpp change in rev 52221. Some gcc and Borland stdlibs don't pick up the C++ macros needed for stdlib detection from <cstddef>. See ticket 2924. David Deakins 2009-04-08 14:49:26 +0000
  • 1271821c44 Include <utility> for some versions of gcc's library. Daniel James 2009-04-08 10:56:22 +0000
  • 8854d5e66e Have config/select_stdlib_config.hpp and config/stdlib/stlport.hpp use <cstddef> instead of <utility> to determine which standard library is in use. For std lib implementations that rely on Boost components like TypeTraits, Bind, Function, or SmartPtr, this helps to avoid circular header dependency issues, since <cstddef> is much less likely to pull in Boost libraries than <utility>. David Deakins 2009-04-06 21:25:18 +0000
  • 833e50fe8f Have config/select_stdlib_config.hpp and config/stdlib/stlport.hpp use <cstddef> instead of <utility> to determine which standard library is in use. For std lib implementations that rely on Boost components like TypeTraits, Bind, Function, or SmartPtr, this helps to avoid circular header dependency issues, since <cstddef> is much less likely to pull in Boost libraries than <utility>. David Deakins 2009-04-01 14:42:11 +0000
  • 115746bced Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS. Andrey Semashev 2009-03-26 19:00:00 +0000
  • 383a8b2094 Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS (take two). The C++0x features were disabled for MSVC 2010 as it is too far from release now. The macros are also defined for Borland and Codegear as these features are not announced in the release notes. Andrey Semashev 2009-03-26 18:19:33 +0000
  • 52cb492090 Merged revisions 45283,48266 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2009-03-22 17:30:02 +0000
  • c5410e83d0 Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS (take two). The C++0x features were disabled for MSVC 2010 as it is too far from release now. The macros are also defined for Borland and Codegear as these features are not announced in the release notes. Andrey Semashev 2009-03-21 12:39:47 +0000
  • 9830ab865b Revert 51733 - it broke the regression testing system Beman Dawes 2009-03-16 15:49:17 +0000
  • e8678c03e4 Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS. Andrey Semashev 2009-03-12 14:48:49 +0000
  • 903786bc48 Two more Borland defects added. John Maddock 2009-03-05 09:51:29 +0000
  • 4083190c8b config: merge from trunk for new C++0x macros Beman Dawes 2009-03-04 14:28:36 +0000
  • 1945035983 Added EVC++ 9 and 10 as recognised compilers. John Maddock 2009-03-03 10:06:46 +0000
  • be4e73bece Try and reconcile new C++0x macros with the old ones. John Maddock 2009-03-01 17:09:15 +0000
  • 642f99f28d config: fix both BOOST_HAS_LONG_LONG and BOOST_NO_LONG_LONG getting defined at the same time for some compilers Beman Dawes 2009-03-01 14:14:09 +0000
  • dade549b8b config: add cpp0x files not added after merge Beman Dawes 2009-02-27 13:23:06 +0000
  • 4d457cdf17 config: revert unintentional delete Beman Dawes 2009-02-27 13:15:19 +0000
  • 6d726df91c Merge branches/cpp0x into trunk, enabling a bunch of BOOST_NO_* macros for C++0x early adopter feature tests Beman Dawes 2009-02-25 18:04:27 +0000
  • f9a83ce4f3 Merge PDF build changes from Trunk. John Maddock 2009-02-23 18:39:32 +0000
  • 9191bfe38b Add PDF generation options to fix external links to point to the web site. Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues. John Maddock 2009-02-17 10:05:58 +0000
  • a8d816422c Merge version 1.39.0 setup from trunk Beman Dawes 2009-02-10 15:51:25 +0000
  • 6e576ea56b Update version number to 1.38.0 Beman Dawes 2009-02-10 13:59:38 +0000
  • c87dcc8481 Fix up PDF generation options. John Maddock 2009-01-30 18:20:49 +0000
  • 00b6864bd2 Try and fix *BSD linking errors. John Maddock 2009-01-25 10:39:29 +0000
  • bc97209574 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • d379865f42 Intel's emulation of gcc's two phase name lookup is buggy, this is Intel issue 532807, tracking number DPD200111849. John Maddock 2009-01-23 09:57:28 +0000
  • e12af45eb2 Intel's emulation of gcc's two phase name lookup is buggy, this is Intel issue 532807, tracking number DPD200111849. John Maddock 2009-01-23 09:56:49 +0000
  • b3d88665a5 Add linux linker options. John Maddock 2009-01-22 09:57:28 +0000
  • 5bd10f3a39 Try and fix linux regressions John Maddock 2009-01-20 17:22:47 +0000
  • 010ceb0da2 Fixes #2653. John Maddock 2009-01-14 10:36:14 +0000
  • 40c8299a25 Merge changes from Trunk. John Maddock 2009-01-10 11:18:42 +0000
  • 63ec21a0d6 Merge latest hash and unordered developments, and add support for initialiser lists to config. Daniel James 2009-01-03 23:18:33 +0000
  • 8fd1d95cc7 Fixes #2624. John Maddock 2009-01-01 10:30:51 +0000
  • 167b63bd33 Added BOOST_NO_STD_UNORDERED config macro. John Maddock 2008-12-22 09:45:31 +0000
  • d0b83d60af Define BOOST_NO_INITIALIZER_LISTS for codegear. Daniel James 2008-12-06 13:48:38 +0000
  • ad90956a3a Add support for initializer lists to config and the unordered containers. Daniel James 2008-12-04 21:30:19 +0000
  • 0d470a6123 Merge warning suppressions from Trunk. John Maddock 2008-12-02 10:08:02 +0000
  • cb59854bd7 Suppressed a couple more -Wundef warnings. John Maddock 2008-12-02 10:06:10 +0000
  • f6afca0da2 Fix typos in docs and regenerate. John Maddock 2008-11-20 16:55:12 +0000
  • 31395bd98f Added __CODEGEARC__ warning suppression. John Maddock 2008-11-18 08:51:43 +0000
  • 99052817e2 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. Michael A. Jackson 2008-11-07 17:02:56 +0000
  • e4d4157b5a Both Sun and Pgi on Linux correctly put typeinfo into the std namespace, but function_base keys off the BOOST_NO_EXCEPTION_STD_NAMESPACE macro instead of the BOOST_NO_STD_TYPEINFO macro. The attached patch changes function_base to use the typeinfo macro. Because eVC 4.2 doesn't put typeinfo into the std namespace, I need to define BOOST_NO_STD_TYPEINFO only for this eVC version. K. Noel Belcourt 2008-11-03 18:37:49 +0000
  • 34574b0044 Prep for 1.38.0 Beman Dawes 2008-11-03 15:50:31 +0000
  • 53c6fb4a1f Prep for 1.38.0 Beman Dawes 2008-11-03 15:18:21 +0000