Commit Graph

  • 3e36b54b88 Merge Boost.Config changes from Trunk. John Maddock 2008-07-15 10:41:52 +00:00
  • 10d20f476a Merge fix for hash_set/has_map headers on GCC 4.3 Douglas Gregor 2008-07-14 18:45:05 +00:00
  • 2442c44175 Detect the presence of backward/hash_set and backward/hash_map appropriately. Fixes #1462 (again) Douglas Gregor 2008-07-14 18:43:58 +00:00
  • 06f3a2ebd7 Remove offending "typename". John Maddock 2008-07-14 08:39:02 +00:00
  • b526ab9386 Updated Config/TR1 tests so they include the needed headers. Added new TR1 tests to catch some cyclic dependency errors. John Maddock 2008-07-12 12:41:52 +00:00
  • e37e2cb408 Fix hash_set and hash_map headers for GCC 4.3, from Ralf W. Grosse-Kunstleve. Fixes #1462 Douglas Gregor 2008-07-09 14:26:27 +00:00
  • 71ac171bed Fix hash_set and hash_map headers for GCC 4.3, from Ralf W. Grosse-Kunstleve. Fixes #1462 Douglas Gregor 2008-07-09 14:25:40 +00:00
  • 1e661e3941 Fix some more inspection report issues: mostly non-ASCII characters in peoples names (sorry folks!). John Maddock 2008-06-29 09:10:46 +00:00
  • 7264ef8ac1 Merge changes from trunk root + boost/version.hpp Beman Dawes 2008-06-26 15:57:12 +00:00
  • cc9211e494 Update version number for 1.36.0 Beman Dawes 2008-06-26 15:34:49 +00:00
  • f598e24025 Update version to 1.36.0 Beman Dawes 2008-06-26 11:25:24 +00:00
  • 365c54860b Merged from trunk Hartmut Kaiser 2008-06-25 02:27:32 +00:00
  • 9b34e89b62 Tweak Adding New Defect Macros updating configuration test system wording. Beman Dawes 2008-06-20 00:23:58 +00:00
  • 2b3583277f Reverted changeset 45393. John Maddock 2008-06-05 08:36:39 +00:00
  • 342f67a562 Fix namespace typo. John Maddock 2008-06-02 15:33:13 +00:00
  • 2045854fde Disable hash and slist support when _STLP_NO_EXTENSIONS is defined. John Maddock 2008-06-02 15:15:16 +00:00
  • 6c321feebf Fixed a couple of typos. John Maddock 2008-05-27 16:09:09 +00:00
  • cb26255e3c Updated guidelines to account for new Jamfile locations. John Maddock 2008-05-27 12:11:56 +00:00
  • 725c43c501 Fix comment Vladimir Prus 2008-05-17 06:33:09 +00:00
  • 89f16cfbc0 Disable BOOST_HAS_FTIME on WinCE. John Maddock 2008-05-15 15:55:00 +00:00
  • 186abf9110 Fix typo. John Maddock 2008-05-10 08:10:09 +00:00
  • 239f2b758b Enable macros BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE and BOOST_HAS_NANOSLEEP. K. Noel Belcourt 2008-04-25 15:38:26 +00:00
  • 1f2864b3ae Added no two phase name lookup for intel-darwin compilers. K. Noel Belcourt 2008-04-24 23:05:16 +00:00
  • 047d11cf66 Added new files. John Maddock 2008-04-22 08:34:43 +00:00
  • 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. John Maddock 2008-04-21 12:06:02 +00:00
  • 5bad377e04 Added new macro BOOST_NO_TEMPLATED_IOSTREAMS in response to issue #1765. John Maddock 2008-04-21 09:19:30 +00:00
  • 6feb703b7e Oops fix typo. John Maddock 2008-04-21 08:46:18 +00:00
  • 4819b3b321 Added new warning_disable.hpp header. John Maddock 2008-04-20 12:54:21 +00:00
  • 9f1b6471d9 Added docs for new warning_disable.hpp header. John Maddock 2008-04-20 12:53:37 +00:00
  • 37698ba3cf Apply BOOST_NO_ADL_BARRIER to more Sunpro versions. John Maddock 2008-04-18 10:15:09 +00:00
  • 2cac8cf454 Update thread tests: allow thread creation to fail at runtime. John Maddock 2008-04-18 10:14:23 +00:00
  • f4ea4c2def The thread start routine needs C linkage. This fixes a compilation error on Tru64/cxx. Markus Schöpflin 2008-04-15 07:58:48 +00:00
  • 6fac146f52 Move Boost.Config build rules into libs/config/test and fix the serialization build rules accordingly. John Maddock 2008-04-14 18:06:59 +00:00
  • 9f206cde8a The release branch will eventually become Boost 1.35.1 Douglas Gregor 2008-04-14 14:01:59 +00:00
  • 80b0407338 Hopefully fix gcc/solaris single threading mode. John Maddock 2008-04-11 09:22:31 +00:00
  • 0dcc2aeffb Beefed up pthreads test cases. John Maddock 2008-04-11 09:21:08 +00:00
  • b62d7ccb27 Update for bug report #1790. John Maddock 2008-04-09 15:31:33 +00:00
  • 9c70289360 Run config_info and config_test in both single and multi-thread modes. John Maddock 2008-04-09 11:34:20 +00:00
  • 1ce5a784ae Oops, fix mangled docs. John Maddock 2008-04-04 09:07:48 +00:00
  • 20818b6411 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages Marshall Clow 2008-04-02 01:42:32 +00:00
  • 6f2afd458c Add 'import testing'. Vladimir Prus 2008-04-01 17:16:04 +00:00
  • da6e707602 Added missing files: from addition of new config macro BOOST_NO_ADL_BARRIER. John Maddock 2008-03-29 16:27:34 +00:00
  • e052117dd7 Release boost-1.35.0 Beman Dawes 2008-03-29 11:50:24 +00:00
  • 24c158f324 Added new macro BOOST_NO_ADL_BARRIER to address issue #1712. John Maddock 2008-03-28 17:03:42 +00:00
  • ba573accc8 Version 1.35.0 RC3 boost-1.35.0-rc3 Beman Dawes 2008-03-28 13:24:38 +00:00
  • a593af70bb pgi-7.1 has testable version macros, yeah! K. Noel Belcourt 2008-03-21 21:04:36 +00:00
  • e4c0571465 Rebuild a lot of documentation. Daniel James 2008-03-16 11:38:32 +00:00
  • d209026640 1.35.0 Release Candidate 1 boost-1.35.0-rc1 Beman Dawes 2008-03-14 14:45:55 +00:00
  • 1ac4393feb Merge regenerated docs from Trunk. John Maddock 2008-02-21 17:03:11 +00:00
  • db33faa680 Regenerated docs to fix links. John Maddock 2008-02-21 17:01:26 +00:00
  • 37658f5f8a Merged revisions 43206,43208-43213 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2008-02-10 16:39:38 +00:00
  • 5f70565f29 Fix some broken links. Daniel James 2008-02-10 09:55:03 +00:00
  • f7d34f0317 Merge sunpro update from Trunk. John Maddock 2008-02-07 09:57:48 +00:00
  • 6f1384143e Fix last checked version. John Maddock 2008-02-07 09:55:41 +00:00
  • d4a4685c73 Only disable wide character support for HP aCC: for gcc the logic is already taken care of in libstdcpp3.hpp. John Maddock 2008-01-21 09:41:17 +00:00
  • a7b5a1f17e Increased the latest supported version to 5.9.3, corresponding to the December 2007 update (merge from trunk). Nicola Musatti 2008-01-15 19:21:28 +00:00
  • 0167ee763d Merge Intel-10.1 update from main branch. John Maddock 2008-01-11 13:51:17 +00:00
  • b78e4903e1 Update for Intel-10.1. John Maddock 2008-01-11 13:48:57 +00:00
  • 08e7e7512f Modified spelling of my surname to avoid problems with non-ASCII characters. Markus Schöpflin 2008-01-03 10:04:39 +00:00
  • 6b514abf06 Increased the latest supported version to 5.9.3, corresponding to the December 2007 update. Nicola Musatti 2007-12-21 07:03:44 +00:00
  • d4ff48c646 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +00:00
  • 36f2f49773 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +00:00
  • 91b9fa5748 Define the BOOST_NO_SWPRINTF macro for WinCE. WinCE's CRT does not have a conforming swprintf signature. David Deakins 2007-11-24 20:30:50 +00:00
  • db614f7ac2 Apply patches for building regex on WinCE see: http://lists.boost.org/Archives/boost/2007/11/130839.php John Maddock 2007-11-24 12:25:25 +00:00
  • 81a1bb0395 config, detail, filesystem, system, tools, at 41278. Beman Dawes 2007-11-23 17:03:14 +00:00
  • 637204e660 Regenerated docs to add license info. John Maddock 2007-11-07 17:21:41 +00:00
  • 66b6cae557 Added support for VC9. John Maddock 2007-11-07 17:17:39 +00:00
  • 3c76ba7f5c Add missing copyright and license Beman Dawes 2007-11-06 13:41:19 +00:00
  • bc8b26e563 Workarounds for Fusion on IBM xlc Joel de Guzman 2007-11-05 02:10:42 +00:00
  • 39c3bcc227 Strengthened admonishment and rebuilt docs. John Maddock 2007-11-01 18:26:07 +00:00
  • 2c9e75db4e Added support for _WIN32_WCE. John Maddock 2007-10-22 17:46:40 +00:00
  • ce659fb919 Skip some "impossible" vc8 targets. John Maddock 2007-10-22 08:43:52 +00:00
  • cb5b1ef22f Update configure files with revision Id and some compiler specific fixes. John Maddock 2007-10-19 12:46:54 +00:00
  • bd482d4f9f Added revision ID. John Maddock 2007-10-19 12:30:46 +00:00
  • b13e704ba5 Add needed config options. John Maddock 2007-10-19 12:03:54 +00:00
  • fb9f31ff36 Added expm1 and lop1p support. John Maddock 2007-10-07 11:10:24 +00:00
  • 494cd37654 math_info doesn't link with Borland unless built against the static runtime. John Maddock 2007-10-07 11:09:45 +00:00
  • 6ae066f68c Update Jamfiles to make PDF generation easier. John Maddock 2007-10-05 17:49:12 +00:00
  • d9de80031d Starting point for releases Beman Dawes 2007-10-05 14:25:06 +00:00
  • 8cc610fe31 Touched file to force regressions runners to rebuild the test. John Maddock 2007-09-30 17:35:14 +00:00
  • 0fc3d2f4ad Fix for failing Borland test results. John Maddock 2007-09-30 17:29:54 +00:00
  • 3bd4d0b6ae Add macros to gcc.hpp to support pathscale toolset. K. Noel Belcourt 2007-09-25 23:11:12 +00:00
  • 97ff1659be Add pgi.hpp configuration file for the Portland Group. K. Noel Belcourt 2007-09-25 20:34:36 +00:00
  • fdfdbdf8de Updated to support C++Builder 2007 Update 3 (bcc32 5.9.2) Nicola Musatti 2007-09-23 12:47:52 +00:00
  • c578de9653 Updated license declaration. John Maddock 2007-09-22 11:27:25 +00:00
  • a1835d5794 Fix for gcc -Wundef warnings. See http://svn.boost.org/trac/boost/ticket/1130. John Maddock 2007-09-22 09:24:05 +00:00
  • 010ef1711a check that on HP-UX, the Standard RW library is used Boris Gubenko 2007-09-20 16:59:45 +00:00
  • 4dea4b5959 more conditionalization for PA-RISC Boris Gubenko 2007-09-20 16:34:31 +00:00
  • b6b6559f4b Update the mipspro.jam file so have the compiler emit each referenced template in the object file where referenced and then rely on the linker to remove duplicates. K. Noel Belcourt 2007-09-19 02:59:00 +00:00
  • e6501538a2 Touched header to force rebuild of config tests. John Maddock 2007-09-14 09:20:37 +00:00
  • 9cf08f8043 Fix for broken limits_test build. John Maddock 2007-09-13 09:04:12 +00:00
  • 551c8c1f55 make sure HP-UX-specific macros are not redefined Boris Gubenko 2007-09-11 19:54:59 +00:00
  • d46d34a869 define macros specific to RW V2.2 on HP-UX Boris Gubenko 2007-09-11 19:31:55 +00:00
  • ef7a510e86 base detection of EDG-based compiler on __EDG__ macro Boris Gubenko 2007-09-11 18:54:50 +00:00
  • 668757a216 Added new macros def's that are needed by the various additions that have been added to Boost.Config. John Maddock 2007-09-10 17:18:16 +00:00
  • 6ed14ed5e1 conditionalization for PA-RISC Boris Gubenko 2007-09-07 18:40:47 +00:00
  • 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. John Maddock 2007-08-25 12:26:25 +00:00
  • 83f250a5d6 Added needed include: see http://article.gmane.org/gmane.comp.lib.boost.devel/163941. John Maddock 2007-08-21 09:04:39 +00:00
  • bed705da59 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +00:00
  • 87bc2fd4ca Decltype support is in GCC 4.3 Douglas Gregor 2007-07-27 18:27:23 +00:00